table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url(/images/sort_both.png?9a6486086d09bb38cf66a57cc559ade3);
}

table.dataTable thead .sorting_asc {
  background-image: url(/images/sort_asc.png?9326ad44ae4bebdedd141e7a53c2a730);
}

table.dataTable thead .sorting_desc {
  background-image: url(/images/sort_desc.png?1fc418e33fd5a687290258b23fac4e98);
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url(/images/sort_asc_disabled.png?d7dc10c78f23615d328581aebcd805eb);
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url(/images/sort_desc_disabled.png?bda51e15154a18257b4f955a222fd66f);
}

table.dataTable tbody tr {
  background-color: #fff;
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f5f5f5;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: #f5f5f5;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eee;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 0.5em;
  margin-left: 2px;
  text-align: center;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #cacaca;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  -webkit-box-shadow: inset 0 0 3px #111;
          box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

tfoot {
  display: none;
}

.dataTables_scrollBody tfoot {
  display: contents;
}

.xdsoft_datetimepicker {
  -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
          box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/

.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.xdsoft_datetimepicker * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==");
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  -webkit-box-shadow: #178FE5 0px 1px 3px 0px inset;
          box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  -webkit-box-shadow: #178FE5 0px 1px 3px 0px inset;
          box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

.xdsoft_scroller_box {
  position: relative;
}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=6dcb16992153b65c443f)
 * Config saved to config.json and https://gist.github.com/6dcb16992153b65c443f
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before {
  content: "\20AC";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270F";
}

.glyphicon-glass:before {
  content: "\E001";
}

.glyphicon-music:before {
  content: "\E002";
}

.glyphicon-search:before {
  content: "\E003";
}

.glyphicon-heart:before {
  content: "\E005";
}

.glyphicon-star:before {
  content: "\E006";
}

.glyphicon-star-empty:before {
  content: "\E007";
}

.glyphicon-user:before {
  content: "\E008";
}

.glyphicon-film:before {
  content: "\E009";
}

.glyphicon-th-large:before {
  content: "\E010";
}

.glyphicon-th:before {
  content: "\E011";
}

.glyphicon-th-list:before {
  content: "\E012";
}

.glyphicon-ok:before {
  content: "\E013";
}

.glyphicon-remove:before {
  content: "\E014";
}

.glyphicon-zoom-in:before {
  content: "\E015";
}

.glyphicon-zoom-out:before {
  content: "\E016";
}

.glyphicon-off:before {
  content: "\E017";
}

.glyphicon-signal:before {
  content: "\E018";
}

.glyphicon-cog:before {
  content: "\E019";
}

.glyphicon-trash:before {
  content: "\E020";
}

.glyphicon-home:before {
  content: "\E021";
}

.glyphicon-file:before {
  content: "\E022";
}

.glyphicon-time:before {
  content: "\E023";
}

.glyphicon-road:before {
  content: "\E024";
}

.glyphicon-download-alt:before {
  content: "\E025";
}

.glyphicon-download:before {
  content: "\E026";
}

.glyphicon-upload:before {
  content: "\E027";
}

.glyphicon-inbox:before {
  content: "\E028";
}

.glyphicon-play-circle:before {
  content: "\E029";
}

.glyphicon-repeat:before {
  content: "\E030";
}

.glyphicon-refresh:before {
  content: "\E031";
}

.glyphicon-list-alt:before {
  content: "\E032";
}

.glyphicon-lock:before {
  content: "\E033";
}

.glyphicon-flag:before {
  content: "\E034";
}

.glyphicon-headphones:before {
  content: "\E035";
}

.glyphicon-volume-off:before {
  content: "\E036";
}

.glyphicon-volume-down:before {
  content: "\E037";
}

.glyphicon-volume-up:before {
  content: "\E038";
}

.glyphicon-qrcode:before {
  content: "\E039";
}

.glyphicon-barcode:before {
  content: "\E040";
}

.glyphicon-tag:before {
  content: "\E041";
}

.glyphicon-tags:before {
  content: "\E042";
}

.glyphicon-book:before {
  content: "\E043";
}

.glyphicon-bookmark:before {
  content: "\E044";
}

.glyphicon-print:before {
  content: "\E045";
}

.glyphicon-camera:before {
  content: "\E046";
}

.glyphicon-font:before {
  content: "\E047";
}

.glyphicon-bold:before {
  content: "\E048";
}

.glyphicon-italic:before {
  content: "\E049";
}

.glyphicon-text-height:before {
  content: "\E050";
}

.glyphicon-text-width:before {
  content: "\E051";
}

.glyphicon-align-left:before {
  content: "\E052";
}

.glyphicon-align-center:before {
  content: "\E053";
}

.glyphicon-align-right:before {
  content: "\E054";
}

.glyphicon-align-justify:before {
  content: "\E055";
}

.glyphicon-list:before {
  content: "\E056";
}

.glyphicon-indent-left:before {
  content: "\E057";
}

.glyphicon-indent-right:before {
  content: "\E058";
}

.glyphicon-facetime-video:before {
  content: "\E059";
}

.glyphicon-picture:before {
  content: "\E060";
}

.glyphicon-map-marker:before {
  content: "\E062";
}

.glyphicon-adjust:before {
  content: "\E063";
}

.glyphicon-tint:before {
  content: "\E064";
}

.glyphicon-edit:before {
  content: "\E065";
}

.glyphicon-share:before {
  content: "\E066";
}

.glyphicon-check:before {
  content: "\E067";
}

.glyphicon-move:before {
  content: "\E068";
}

.glyphicon-step-backward:before {
  content: "\E069";
}

.glyphicon-fast-backward:before {
  content: "\E070";
}

.glyphicon-backward:before {
  content: "\E071";
}

.glyphicon-play:before {
  content: "\E072";
}

.glyphicon-pause:before {
  content: "\E073";
}

.glyphicon-stop:before {
  content: "\E074";
}

.glyphicon-forward:before {
  content: "\E075";
}

.glyphicon-fast-forward:before {
  content: "\E076";
}

.glyphicon-step-forward:before {
  content: "\E077";
}

.glyphicon-eject:before {
  content: "\E078";
}

.glyphicon-chevron-left:before {
  content: "\E079";
}

.glyphicon-chevron-right:before {
  content: "\E080";
}

.glyphicon-plus-sign:before {
  content: "\E081";
}

.glyphicon-minus-sign:before {
  content: "\E082";
}

.glyphicon-remove-sign:before {
  content: "\E083";
}

.glyphicon-ok-sign:before {
  content: "\E084";
}

.glyphicon-question-sign:before {
  content: "\E085";
}

.glyphicon-info-sign:before {
  content: "\E086";
}

.glyphicon-screenshot:before {
  content: "\E087";
}

.glyphicon-remove-circle:before {
  content: "\E088";
}

.glyphicon-ok-circle:before {
  content: "\E089";
}

.glyphicon-ban-circle:before {
  content: "\E090";
}

.glyphicon-arrow-left:before {
  content: "\E091";
}

.glyphicon-arrow-right:before {
  content: "\E092";
}

.glyphicon-arrow-up:before {
  content: "\E093";
}

.glyphicon-arrow-down:before {
  content: "\E094";
}

.glyphicon-share-alt:before {
  content: "\E095";
}

.glyphicon-resize-full:before {
  content: "\E096";
}

.glyphicon-resize-small:before {
  content: "\E097";
}

.glyphicon-exclamation-sign:before {
  content: "\E101";
}

.glyphicon-gift:before {
  content: "\E102";
}

.glyphicon-leaf:before {
  content: "\E103";
}

.glyphicon-fire:before {
  content: "\E104";
}

.glyphicon-eye-open:before {
  content: "\E105";
}

.glyphicon-eye-close:before {
  content: "\E106";
}

.glyphicon-warning-sign:before {
  content: "\E107";
}

.glyphicon-plane:before {
  content: "\E108";
}

.glyphicon-calendar:before {
  content: "\E109";
}

.glyphicon-random:before {
  content: "\E110";
}

.glyphicon-comment:before {
  content: "\E111";
}

.glyphicon-magnet:before {
  content: "\E112";
}

.glyphicon-chevron-up:before {
  content: "\E113";
}

.glyphicon-chevron-down:before {
  content: "\E114";
}

.glyphicon-retweet:before {
  content: "\E115";
}

.glyphicon-shopping-cart:before {
  content: "\E116";
}

.glyphicon-folder-close:before {
  content: "\E117";
}

.glyphicon-folder-open:before {
  content: "\E118";
}

.glyphicon-resize-vertical:before {
  content: "\E119";
}

.glyphicon-resize-horizontal:before {
  content: "\E120";
}

.glyphicon-hdd:before {
  content: "\E121";
}

.glyphicon-bullhorn:before {
  content: "\E122";
}

.glyphicon-bell:before {
  content: "\E123";
}

.glyphicon-certificate:before {
  content: "\E124";
}

.glyphicon-thumbs-up:before {
  content: "\E125";
}

.glyphicon-thumbs-down:before {
  content: "\E126";
}

.glyphicon-hand-right:before {
  content: "\E127";
}

.glyphicon-hand-left:before {
  content: "\E128";
}

.glyphicon-hand-up:before {
  content: "\E129";
}

.glyphicon-hand-down:before {
  content: "\E130";
}

.glyphicon-circle-arrow-right:before {
  content: "\E131";
}

.glyphicon-circle-arrow-left:before {
  content: "\E132";
}

.glyphicon-circle-arrow-up:before {
  content: "\E133";
}

.glyphicon-circle-arrow-down:before {
  content: "\E134";
}

.glyphicon-globe:before {
  content: "\E135";
}

.glyphicon-wrench:before {
  content: "\E136";
}

.glyphicon-tasks:before {
  content: "\E137";
}

.glyphicon-filter:before {
  content: "\E138";
}

.glyphicon-briefcase:before {
  content: "\E139";
}

.glyphicon-fullscreen:before {
  content: "\E140";
}

.glyphicon-dashboard:before {
  content: "\E141";
}

.glyphicon-paperclip:before {
  content: "\E142";
}

.glyphicon-heart-empty:before {
  content: "\E143";
}

.glyphicon-link:before {
  content: "\E144";
}

.glyphicon-phone:before {
  content: "\E145";
}

.glyphicon-pushpin:before {
  content: "\E146";
}

.glyphicon-usd:before {
  content: "\E148";
}

.glyphicon-gbp:before {
  content: "\E149";
}

.glyphicon-sort:before {
  content: "\E150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}

.glyphicon-sort-by-order:before {
  content: "\E153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}

.glyphicon-sort-by-attributes:before {
  content: "\E155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}

.glyphicon-unchecked:before {
  content: "\E157";
}

.glyphicon-expand:before {
  content: "\E158";
}

.glyphicon-collapse-down:before {
  content: "\E159";
}

.glyphicon-collapse-up:before {
  content: "\E160";
}

.glyphicon-log-in:before {
  content: "\E161";
}

.glyphicon-flash:before {
  content: "\E162";
}

.glyphicon-log-out:before {
  content: "\E163";
}

.glyphicon-new-window:before {
  content: "\E164";
}

.glyphicon-record:before {
  content: "\E165";
}

.glyphicon-save:before {
  content: "\E166";
}

.glyphicon-open:before {
  content: "\E167";
}

.glyphicon-saved:before {
  content: "\E168";
}

.glyphicon-import:before {
  content: "\E169";
}

.glyphicon-export:before {
  content: "\E170";
}

.glyphicon-send:before {
  content: "\E171";
}

.glyphicon-floppy-disk:before {
  content: "\E172";
}

.glyphicon-floppy-saved:before {
  content: "\E173";
}

.glyphicon-floppy-remove:before {
  content: "\E174";
}

.glyphicon-floppy-save:before {
  content: "\E175";
}

.glyphicon-floppy-open:before {
  content: "\E176";
}

.glyphicon-credit-card:before {
  content: "\E177";
}

.glyphicon-transfer:before {
  content: "\E178";
}

.glyphicon-cutlery:before {
  content: "\E179";
}

.glyphicon-header:before {
  content: "\E180";
}

.glyphicon-compressed:before {
  content: "\E181";
}

.glyphicon-earphone:before {
  content: "\E182";
}

.glyphicon-phone-alt:before {
  content: "\E183";
}

.glyphicon-tower:before {
  content: "\E184";
}

.glyphicon-stats:before {
  content: "\E185";
}

.glyphicon-sd-video:before {
  content: "\E186";
}

.glyphicon-hd-video:before {
  content: "\E187";
}

.glyphicon-subtitles:before {
  content: "\E188";
}

.glyphicon-sound-stereo:before {
  content: "\E189";
}

.glyphicon-sound-dolby:before {
  content: "\E190";
}

.glyphicon-sound-5-1:before {
  content: "\E191";
}

.glyphicon-sound-6-1:before {
  content: "\E192";
}

.glyphicon-sound-7-1:before {
  content: "\E193";
}

.glyphicon-copyright-mark:before {
  content: "\E194";
}

.glyphicon-registration-mark:before {
  content: "\E195";
}

.glyphicon-cloud-download:before {
  content: "\E197";
}

.glyphicon-cloud-upload:before {
  content: "\E198";
}

.glyphicon-tree-conifer:before {
  content: "\E199";
}

.glyphicon-tree-deciduous:before {
  content: "\E200";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Segoe UI";
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: "Segoe UI";
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

.form-control::-webkit-input-placeholder {
  color: #777;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.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 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

.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;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.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;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.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;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #777;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #777;
}

.navbar-inverse .navbar-nav > li > a {
  color: #777;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #777;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #777;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 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);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  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 .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
  color: #777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: 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);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .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: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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: #999;
  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: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  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: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  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: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .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: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -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 #fff;
  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: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/fontawesome-webfont.eot?8b27bc96115c2d24350f0d09e6a9433f);
  src: url(/fonts/fontawesome-webfont.eot?8b27bc96115c2d24350f0d09e6a9433f) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff?3293616ec0c605c7c2db25829a0a509e) format("woff"), url(/fonts/fontawesome-webfont.ttf?dcb26c7239d850266941e80370e207c1) format("truetype"), url(/fonts/fontawesome-webfont.svg?b526f0637e912fae979bcfe9f0c9bd74) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: .14285714285714285em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-mail-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

@font-face {
  font-family: 'fontello';
  src: url(/fonts/fontello.eot?d8ba44d99809da8d8609abe444d411c7);
  src: url(/fonts/fontello.eot?d8ba44d99809da8d8609abe444d411c7) format("embedded-opentype"), url(/fonts/fontello.woff?8a4054391073d45affc46e59320174ea) format("woff"), url(/fonts/fontello.ttf?3ca9a8e617ba99db2d7ea16cc3df175a) format("truetype"), url(/fonts/fontello.svg?89745019cbb16bfd50a897384c7d8d0c) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../../public/font/fontello.svg?2633429#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;*/
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  /*  font-variant: normal;
  text-transform: none;*/
  /* fix buttons height, for twitter bootstrap */
  /*  line-height: 1em;*/
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*  margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-book-open:before {
  content: '\E800';
}

.icon-user:before {
  content: '\E801';
}

.icon-user-1:before {
  content: '\E802';
}

.icon-user-2:before {
  content: '\E803';
}

html {
  position: relative;
}

.container {
  width: 100%;
  padding: 0;
}

.wrap {
  position: relative;
}

.menu-left {
  position: absolute;
  width: 100%;
}

.menu-right {
  position: absolute;
  right: 0;
  top: 10px;
}

.menu-right .slide-menu-button i {
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  position: absolute;
  bottom: 10px;
  right: 12px;
}

.menu-right .dropdown-menu {
  width: 150px;
  left: -34px;
}

.menu-right .dropdown-menu a {
  display: block;
}

.header {
  width: 100%;
  color: #fff !important;
}

.logo {
  margin: 6px 0 0 10px;
}

.header.blue {
  background: #4799e4;
}

.header.blue .user-name {
  background: #1d598c;
}

.header.green {
  background: #64ac00;
}

.header.green .user-name {
  background: #3f7600;
}

.header.orange {
  background: #ff6600;
}

.header.orange .user-name {
  background: #a3490d;
}

/*.header.gray{background: #b0b0b0}
.header.gray .user-name{background: #858585}*/

.header.malachite {
  background: #0b885e;
}

.header.malachite .user-name {
  background: #076445;
}

.header.yelow {
  background: #ffce04;
}

.header.yelow .user-name {
  background: #CC9900;
}

.header.purple {
  background: #a534a5;
}

.header.purple .user-name {
  background: #7f397f;
}

.user-name {
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
}

.bold {
  font-weight: bold;
}

.btn.logout {
  border: none;
  padding: 6px 24px;
}

.btn.logout i {
  margin-right: 7px;
}

.btn.logout a:hover {
  text-decoration: none;
}

.static-container {
  width: 860px;
  margin: auto;
  display: table;
}

.static-container .left {
  width: 445px;
  display: inline-block;
  vertical-align: top;
}

.static-container .right {
  margin-left: 95px;
  width: 295px;
  display: inline-block;
  vertical-align: top;
}

.center-container {
  margin: 0 10px 0 20px;
}

.wrapper-content {
  position: relative;
  margin-left: auto;
  padding: 10px 1px 0 1px;
}

.login-block {
  margin-bottom: 300px;
}

.center-no-float {
  float: none;
  margin: auto;
}

.no-margin {
  margin: 0;
}

.form-control::-webkit-input-placeholder {
  color: #ddd;
}

.form-control::-moz-placeholder {
  color: #ddd;
}

/* firefox 19+ */

.form-control:-ms-input-placeholder {
  color: #ddd;
}

/* ie */

a:hover {
  color: #1d598c;
}

.filters-form {
  display: table;
  padding: 0 70px 0 0;
}

.filters-form label {
  margin-right: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.filters-form label .name {
  display: inline-block;
}

.filters-form .fix-input {
  margin-top: -2px;
}

.filters-form .inline-block {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .filters-form label .name {
    display: none;
  }
}

.button-search {
  position: absolute;
  right: 10px;
  top: 10px;
}

.row-filters {
  padding-bottom: 15px;
  display: inline-block;
}

.row-filters-fixed {
  margin-bottom: 15px;
}

label {
  font-weight: normal;
}

input.form-control,
select.form-control {
  padding: 2px 0;
  height: 22px;
  border-radius: 0;
  font-size: 12px;
}

input.form-control {
  padding: 2px 12px;
}

textarea.form-control {
  border-radius: 0;
}

select.form-control.auto-height {
  height: auto;
}

/*#new-operation input, #new-operation select{height: 20px}*/

#new-operation label.margin-right {
  margin-right: 24px;
}

#forwarding label {
  width: 230px;
  display: block;
  float: left;
}

#dictionary label {
  width: 230px;
}

.dictionary label {
  width: 230px;
}

label.float {
  width: 130px;
  display: inline-block;
  float: left;
}

#assignment.form-horizontal .form-group {
  margin-bottom: 10px;
}

#assignment.form-horizontal .tabs {
  margin-top: 0;
}

.form-horizontal.no-inline-label label {
  display: block;
}

select.form-control.custom-width {
  width: 170px;
}

label.custom-label {
  display: inline-block;
  padding-right: 15px;
}

.input-small,
.input-group .input-small {
  width: 100px;
}

.input-normal,
.input-group .input-normal {
  width: 140px;
}

.input-medium,
.form-inline .form-control.input-medium {
  width: 110px;
}

.input-small,
.form-inline .form-control.input-small {
  width: 70px;
}

.form-custom-field label {
  width: 120px;
  margin-right: 10px;
}

.form-custom-field .width-person {
  width: 130px;
}

.form-custom-field .auto-width {
  width: auto;
}

.form-custom-field label.text-right {
  text-align: right;
}

.form-custom-field label.no-inline {
  display: block;
}

.form-custom-field label.small-width {
  width: 84px;
}

.form-custom-field .div-input {
  display: inline-block;
}

.form-custom-field .div-input .date-picker input {
  width: 100%;
}

.form-custom-field .div-input.width-sl {
  width: 100px;
  vertical-align: top;
}

.form-custom-field .div-input.width-md {
  width: 200px;
  vertical-align: top;
}

.form-custom-field .div-input.width-lg {
  width: 300px;
  vertical-align: top;
}

.form-custom-field .div-input.width-300 {
  width: 300px;
  vertical-align: top;
}

.form-custom-field .div-input.width-170 {
  width: 170px;
  vertical-align: top;
}

.form-custom-field .div-input.width110 {
  width: 110px;
  vertical-align: top;
}

.form-custom-field .div-input.width-70 {
  width: 70px;
  vertical-align: top;
}

.form-custom-field .div-input.to-up {
  margin-top: -22px;
}

.form-custom-field .div-input.width-big {
  width: 505px;
}

.form-custom-field .form-group {
  margin-bottom: 5px;
}

#newCompany.form-custom-field .div-input.width-sm {
  width: 60px;
}

#newCompany.form-custom-field .div-input.width-lg {
  width: 400px;
}

#newCompany.form-custom-field .div-input.width-custom {
  width: 270px;
}

#newCompany.form-custom-field .label-active {
  text-align: right;
}

#newCompany.form-custom-field .label-city {
  width: 54px;
  text-align: right;
}

.radio-inline {
  display: inline;
}

.radio-inline input[type="checkbox"] {
  margin-right: 8px;
  margin-top: -2px;
  vertical-align: middle;
}

#addPersonToProject.form-custom-field label {
  width: 130px;
}

#addPersonToGroup.form-custom-field label {
  width: 150px;
}

.description-field {
  display: inline-block;
  max-width: 400px;
  min-width: 250px;
  min-height: 55px;
  max-height: 250px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  overflow-y: auto;
}

.hours-project {
  min-height: 70px;
  min-width: 350px;
  margin-top: 7px;
}

.floating-container {
  overflow: auto;
  padding: 0 2px;
}

.table {
  margin-bottom: 0;
}

.table-data {
  border: none;
  text-align: center;
}

.table-data tbody {
  border-left: 1px solid #DDD;
}

.table-data tbody td,
.table-data tbody td span {
  white-space: nowrap;
}

.table-data thead > tr {
  white-space: nowrap;
}

.table-data thead > tr.filters {
  border-top: 2px solid #DDD;
  border-bottom: 2px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  background: #f4f4f5;
}

.table-data thead > tr.filters > td input {
  border: 1px solid #DDD;
  height: 20px;
  width: 100%;
}

.table-data thead > tr.filters > td .input-group {
  display: block;
  width: 110px;
  text-align: left;
  z-index: 1;
}

.table-data thead > tr.filters > td .input-group input {
  width: 80%;
}

.table-data thead > tr.filters > td .input-group .input-group-addon {
  display: block;
  width: 26px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 0;
  padding-top: 2px;
}

.table-data thead > tr.filters > td[data-name="Data"] .input-group {
  width: 110px;
}

/*.table-data tbody > tr.currentRow > td{background: #EAF7DB;}*/

/*.table-data tbody > tr.active-edit-row td{background: #cacaca;}*/

#tree-rows td.data-to-left a {
  white-space: normal;
  display: inline-block;
  width: 200px;
  vertical-align: top;
}

#tree-rows td.data-to-left .dots {
  display: inline-block;
  height: 100%;
}

.blue .table-data tbody > tr.active-edit-row td,
.blue .table-data tbody > tr.currentRow > td,
.blue .table-data tbody > tr.selected > td {
  background: #f2f6f9;
}

.green .table-data tbody > tr.active-edit-row td,
.green .table-data tbody > tr.currentRow > td,
.green .table-data tbody > tr.selected > td {
  background: #EAF7DB;
}

.malachite .table-data tbody > tr.active-edit-row td,
.malachite .table-data tbody > tr.currentRow > td,
.malachite .table-data tbody > tr.selected > td {
  background: #DAF1EA;
}

.no-border tbody {
  border: none;
}

.data-to-left {
  text-align: left;
}

table.row-click tr:hover {
  cursor: pointer;
}

.hedaer-table {
  padding: 8px;
  color: #616161;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}

.thead-wanna-be > td {
  border: none;
  border-bottom: 2px solid #DDD;
}

.table-no-border-td > td {
  border: none;
}

.first-cell-padding tr td:first-child {
  padding-right: 20px;
}

.td-border-bottom {
  border-bottom: 2px solid #DDD;
}

.cell-green {
  background: #eaf7db;
}

.cell-malachite {
  background: #daf1ea;
}

.cell-dark-malachite {
  background: #b6d1c9;
}

.cell-light-gray {
  background: #f2f2f2;
}

.cell-dark-gray {
  background: #d9d9d9;
}

.blue-color {
  color: #1b5890 !important;
}

.green-color {
  color: #3f7600;
}

.zielony2 {
  color: #3f7600;
}

.niebieski {
  color: #1b5890;
}

.cell-padding-right {
  padding: 0 5px 0 0;
}

.table-width-auto {
  width: auto;
}

.thead-border-bottom {
  border-bottom: 2px solid #DDD;
}

.clear-font-size {
  font-size: 0;
}

.table-no-margin-bottom {
  margin-bottom: 0;
}

.cell-light-blue {
  background: #f2f6f9;
  color: #1b5890;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

#count-sum hr {
  border-top: 1px solid #000;
}

.data-inner-table-left {
  width: 50%;
  display: inline-block;
  overflow: auto;
  padding: 0 1px;
}

.data-inner-table-right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  overflow: auto;
}

.table-data thead > tr > th,
.table-data thead > tr > td {
  border: none;
}

.date-picker input {
  text-align: center;
}

.input-group.date-picker .input-group-addon {
  padding: 0 6px;
}

.no-margin-bottom .form-group {
  margin-bottom: 0;
}

.form-group {
  margin-right: 20px;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.form-control {
  font-size: 12px;
}

.green .form-control:focus {
  border-color: #6eaf00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(16, 136, 25, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(16, 136, 25, 0.6);
}

.green .btn-primary:focus,
.green.btn-primary:active {
  border-color: #6eaf00;
  outline-color: #6eaf00;
}

.orange .form-control:focus {
  border-color: #fc7100;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(192, 136, 36, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(192, 136, 36, 0.6);
}

.orange .btn-primary:focus,
.orange .btn-primary:active {
  border-color: #fc7100;
  outline-color: #fc7100;
}

.yelow .form-control:focus {
  border-color: #CC9900;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(207, 171, 55, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(207, 171, 55, 0.6);
}

.yelow .btn-primary:focus,
.yelow.btn-primary:active {
  border-color: #CC9900;
  outline-color: #CC9900;
}

.lily .form-control:focus {
  border-color: #DD9ECD;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 158, 205, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 158, 205, 0.6);
}

.lily .btn-primary:focus,
.yelow.btn-primary:active {
  border-color: #DD9ECD;
  outline-color: #DD9ECD;
}

.malachite .form-control:focus {
  border-color: #076445;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(53, 167, 80, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(53, 167, 80, 0.6);
}

.malachite .btn-primary:focus,
.malachite .btn-primary:active {
  border-color: #076445;
  outline-color: #076445;
}

.purple .form-control:focus {
  border-color: #7f397f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(127, 57, 127, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(127, 57, 127, 0.6);
}

.purple .btn-primary:focus,
.purple .btn-primary:active {
  border-color: #7f397f;
  outline-color: #7f397f;
}

.config-visible-table {
  position: relative;
  margin-top: 0px;
}

.config-visible-table i {
  margin-right: 5px;
}

.dropdown-menu {
  padding: 5px 10px;
  min-width: 0 !important;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0 8px;
}

.dropdown-menu .btn-primary {
  width: 100%;
}

.dropdown-menu ul input[type="checkbox"] {
  margin-right: 10px;
}

.dropdown-menu ul label {
  white-space: nowrap;
}

.dropdown-menu a {
  white-space: nowrap;
}

.table-pagination {
  padding: 0;
}

.table-pagination li {
  display: inline;
}

.table-pagination li > a,
.table-pagination li > span {
  line-height: 1.5;
  margin-left: -1px;
  padding: 6px 8px;
}

.table-pagination li.active,
.table-pagination li > a:hover {
  color: #1d598c;
  text-decoration: underline;
}

.table-pagination li > span {
  cursor: default;
}

.table-pagination li.first {
  color: #BBB;
}

.bottom .pipe::after,
.bottom .pipe-before::before,
.bottom .pipe-before-first::before {
  margin: 0 5px;
}

.bg-image-login {
  width: 445px;
  height: 333px;
}

.center-login {
  width: 75%;
  margin: auto;
}

.pipe::after,
.pipe-before-first::before {
  margin-left: 20px;
  content: "|";
  color: #c8cacc;
  font-size: 15px;
}

.pipe-before::before {
  margin-right: 20px;
  content: "|";
  color: #c8cacc;
  font-size: 15px;
}

.btn {
  border-radius: 0;
  padding: 5px 24px;
}

.btn.btn-primary {
  padding: 10px 30px;
  border: none;
}

.btn-primary i.glyphicons::before,
.btn-primary#dialogBoxSave i.glyphicons::before {
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
}

.btn-primary#Modyfikuj i.glyphicons::before {
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
}

.btn.btn-primary {
  border: none;
}

.blue .btn.btn-primary {
  background: #1d598c;
}

.green .btn.btn-primary {
  background: #3f7600;
}

.orange .btn.btn-primary {
  background: #ff6600;
}

.purple .btn.btn-primary {
  background: #4d134d;
}

/*.gray .btn.btn-primary{background: #858585;}*/

.malachite .btn.btn-primary {
  background: #076445;
}

.yelow .btn.btn-primary {
  background: #CC9900;
}

.purple .btn.btn-primary {
  background: #7f397f;
}

.btn.btn-primary.blue {
  background: #1d598c !important;
}

.btn.btn-primary.green {
  background: #3f7600 !important;
}

.btn.btn-primary.orange {
  background: #ff6600 !important;
}

.btn.btn-primary.purple {
  background: #4d134d !important;
}

/*.gray .btn.btn-primary{background: #858585;}*/

.btn.btn-primary.malachite {
  background: #076445 !important;
}

.btn.btn-primary.yelow {
  background: #CC9900 !important;
}

.btn.btn-primary.purple {
  background: #7f397f !important;
}

.show_when_todoterm {
  overflow: hidden;
}

.btn-gray {
  background: #ADADAD;
  color: #fff;
}

.inner-to-right {
  text-align: right;
}

.inner-to-center {
  text-align: center;
}

.copyright {
  margin-top: 55px;
}

.footer {
  margin-top: 70px;
  padding: 15px 0;
  width: 100%;
  background-color: #eee;
  position: absolute;
  bottom: 0;
}

.footer .block {
  width: 275px;
  display: inline-block;
  vertical-align: top;
}

.footer .block-expanding {
  width: 100%;
}

.space {
  margin: 20px;
}

.space-top {
  margin-top: 10px;
}

.space-bottom {
  margin-bottom: 20px;
}

.half-space-bottom {
  margin-bottom: 10px;
}

.half-space-top {
  margin-top: 10px;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

.padding-top {
  padding-top: 15px;
}

.delegation.input {
  display: inline-block;
  width: 37px;
}

.margin-right-input {
  margin-right: 15px;
}

.margin-left-inner-form {
  margin-left: 15px;
}

.margin-right-inner-form {
  margin-right: 15px;
}

.big-margin-left {
  margin-left: 25px;
}

.form-horizontal .no-margin-left {
  margin-left: 0;
}

.form-horizontal .no-margin {
  margin-left: 0;
  margin-right: 0;
}

.form-horizontal .margin-right {
  margin-right: 15px;
}

.input-group.float-left {
  float: left;
}

.form-control.no-margin {
  margin: 0;
}

.float-left {
  float: left;
}

label.no-float {
  float: none;
}

label.name-block {
  color: #000;
}

.loader,
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #DDD;
  opacity: 0.5;
}

.loader .spinner {
  position: relative;
  display: block;
  width: 66px;
  height: 66px;
  margin: auto;
  top: 47%;
}

#overDiv {
  color: #64ac00;
  background: #fff;
  border: 1px solid #DDD;
}

/*.overlib{font-size: 13px; color: #414651;}*/

.operation {
  width: 100%;
}

h4 {
  display: block;
  text-align: left;
  padding-bottom: 8px;
}

.text-right {
  text-align: right;
}

.green h4 {
  color: #64ac00;
  border-bottom: 1px solid #64ac00;
}

.blue h4 {
  color: #4799e4;
  border-bottom: 1px solid #4799e4;
}

.orange h4 {
  color: #ff6600;
  border-bottom: 1px solid #ff6600;
}

.malachite h4 {
  color: #0b885e;
  border-bottom: 1px solid #0b885e;
}

h4.green {
  color: #64ac00 !important;
  border-bottom: 1px solid #64ac00 !important;
}

h4.blue {
  color: #4799e4 !important;
  border-bottom: 1px solid #4799e4 !important;
}

h4.orange {
  color: #ff6600 !important;
  border-bottom: 1px solid #ff6600 !important;
}

h4.malachite {
  color: #0b885e !important;
  border-bottom: 1px solid #0b885e !important;
}

.input-group.padding-left {
  padding-left: 15px;
}

.komurka {
  background: #EAF7DB;
  border: 2px solid;
  border-color: #fff;
}

.tlo_z {
  background: #fbfccd;
}

.padding-left10 {
  padding-left: 10px;
}

.padding-left0 {
  padding-left: 0;
}

.padding-right10 {
  padding-right: 10px;
}

.padding-right25 {
  padding-right: 25px;
}

.margin-right25 {
  margin-right: 25px;
}

/*select list*/

.label {
  background: #fff;
  border: 1px solid #ccc;
  padding-left: 20px;
}

.label i {
  color: #000;
}

.label .fa-sort-asc {
  font-size: 13px;
}

/*dialog box*/

.dialog-box {
  background: #fff;
  height: 250px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 100;
}

.dialog-box .center-box {
  width: 450px;
  margin: auto;
  height: 100%;
}

.dialog-box .left-box {
  width: 190px;
  height: 100%;
  background: #f1f1f1;
  color: #a1a1a1;
  display: inline-block;
  vertical-align: top;
}

.dialog-box .left-box .fa-question {
  font-size: 85px;
  margin-top: 70px;
  margin-left: 60px;
}

.dialog-box .right-box {
  width: 260px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
}

.dialog-box .right-box .buttons {
  margin-top: 15px;
}

#dialogBoxSave {
  margin-right: 10px;
}

.label-dialog-box {
  margin-bottom: 10px;
  display: block;
}

.dialog-box .right-box h4 {
  color: #969696;
  display: block;
  margin: 25px 0;
  border: none;
}

.modal .modal-dialog {
  position: absolute;
  top: 50% !important;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin: auto 0;
  width: 100%;
  min-height: 250px;
}

.modal .modal-dialog .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 20px 25%;
}

.modal-footer {
  text-align: left;
}

.modal-footer .btn + .btn {
  margin-left: 15px;
}

.modal .close {
  font-weight: normal;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 5px;
}

.modal-header {
  border: none;
}

.modal-footer {
  border: none;
}

.values {
  text-align: right;
}

/*RAPORT*/

.raport {
  color: #000 !important;
}

.raport {
  text-align: left;
}

.raport.width-80 {
  width: 80%;
}

.raport .header-cel {
  text-align: center;
}

.raport .blue-bg {
  background: #0066cc !important;
  color: #ccffff !important;
  font-weight: bold;
}

.raport .dark-green-bg {
  background: #008000 !important;
  color: #fff !important;
  font-weight: bold;
}

.raport .dark-green-bg td,
.raport .soft-green-bg td,
.raport .soft-bg td {
  border: 1px solid #fff !important;
}

.raport .soft-green-bg {
  background: #ccffcc !important;
}

.raport .company-name {
  color: #ffff00 !important;
}

.raport .soft-bg {
  background: #fff8dd !important;
}

.raport .soft-purple-bg {
  background: #f2dcdb !important;
}

.raport .dark-purple-bg {
  background: #a52d9c !important;
}

.raport .border-cell td,
.raport .border-body,
.raport .border {
  border: 1px solid #000 !important;
}

.raport .border-right {
  border-right: 1px solid #000 !important;
}

.raport .border-left {
  border-left: 1px solid #000 !important;
}

.raport .white-color {
  color: #fff !important;
}

.raport .white-border td {
  border: 1px solid #fff !important;
}

.report-content {
  width: 85%;
}

.report-content table {
  width: 100%;
}

.report-content table td {
  padding-left: 8px;
  padding-right: 8px;
}

.report-content table .gray-bg {
  background: #f2f2f2 !important;
}

.report-content table td {
  border: 1px solid #000 !important;
}

.report-content .top-report {
  margin-bottom: 20px;
}

.report-content .top-report td {
  padding: 10px;
}

.report-content .top-report .label-header {
  display: inline-block;
  width: 60px;
}

.report-content .top-report .value-header {
  display: inline-block;
}

.report-content .content-report .signature {
  height: 80px;
}

.report-content .content-report .title {
  height: 30px;
  text-align: center;
}

.report-content .content-report .title td {
  padding-top: 6px;
}

.report-content .to-right {
  text-align: right;
}

.report-content .to-left {
  text-align: left;
}

.report-content .to-center {
  text-align: center;
}

.report-content .to-justify {
  text-align: justify;
}

.report-content .padding-md td {
  padding: 12px 10px;
}

.report-content .signature-value {
  margin-top: 10px;
  font-weight: bold;
}

.report-content .signature-value:last-child {
  margin-bottom: 10px;
}

.report-content .no-style {
  padding: 0;
  border: 0;
}

.report-content .author-report {
  display: none;
}

.footer-report {
  display: none;
  border-top: 1px solid #000 !important;
  width: 100%;
}

@media print {
  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .maski,
  .header,
  .menu-right,
  .menu-left {
    display: none;
  }

  .report-content,
  table {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .center-container {
    margin: 0;
    height: 100%;
    padding: 0;
  }

  .report-content .author-report {
    display: block;
    font-style: italic;
  }

  .wrapper-content {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .footer-report {
    position: fixed;
    bottom: 0;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .container {
    width: 100%;
    height: 100%;
  }

  .footer-report .left-footer {
    width: 60%;
    text-align: left;
    float: left;
  }

  .footer-report .right-footer {
    width: 39%;
    text-align: right;
    font-style: italic;
    float: right;
  }

  .report-settlements table.raport {
    width: 100%;
  }

  a[href]:after {
    content: none !important;
  }

  /*.report-settlements table.raport .t1{border: 1px solid;border-color: black;}
	.report-settlements table.raport .t2{border-right: 1px solid;border-color: black;}
	.report-settlements table.raport .t3{border-top: 1px solid;border-color: black;}
	.report-settlements table.raport .t4{border: 3px solid;border-color: black; color: black;}
	.report-settlements table.raport .t5{border-left: 2px solid; border-right: 1px solid; border-color: black;}*/
}

#rate .small {
  width: 80px;
}

#rate .medium {
  width: 120px;
}

#rate .medium input.date {
  width: 94px;
}

#rate label {
  vertical-align: top;
}

#standardCount .small {
  width: 80px;
}

#standardCount .medium {
  width: 120px;
}

#standardCount label {
  vertical-align: top;
}

.path {
  margin-left: 60px;
}

.breadcrumb {
  margin-bottom: 0px;
  background-color: transparent;
  padding: 7px 15px;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb a:hover {
  color: #000;
}

.sticky-header {
  max-height: 350px;
  overflow-y: auto;
  position: relative;
}

#table-action thead {
  background: #fff;
}

#zadania_tab .hedaer-table {
  margin-top: 0;
}

#projekty_tab .tabs a,
#projekty_tab .tabs input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

input.small-padding-inner-input {
  padding: 2px 7px;
}

.floatThead-container th {
  background: #fff;
}

.scroll-task {
  height: 119px;
  overflow-y: auto;
}

.top-border-project {
  border-top: 2px solid #DDD;
}

.parameters-list .row {
  margin-bottom: 8px;
}

.parameters-list .bold {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}

.parameters-list .blue-color {
  display: inline-block;
  vertical-align: top;
  width: 110px;
}

.kolor-kon {
  color: #076445;
}

.red {
  color: red;
}

.dropdown-menu {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

thead .sorting,
thead .sorting_asc,
thead .sorting_desc {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.alertify,
.alertify-show,
.alertify-log {
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
}

.alertify-hide {
  -webkit-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */
}

.alertify-log-hide {
  -webkit-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */
}

.alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

.alertify-cover-hidden {
  display: none;
}

.alertify {
  position: fixed;
  z-index: 99999;
  top: 50px;
  left: 50%;
  width: 550px;
  margin-left: -275px;
  opacity: 1;
}

.alertify-hidden {
  -webkit-transform: translate(0, -150px);
  transform: translate(0, -150px);
  opacity: 0;
  display: none;
}

/* overwrite display: none; for everything except IE6-8 */

:root * > .alertify-hidden {
  display: block;
  visibility: hidden;
}

.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px;
}

.alertify-logs-hidden {
  display: none;
}

.alertify-log {
  display: block;
  margin-top: 10px;
  position: relative;
  right: -300px;
  opacity: 0;
}

.alertify-log-show {
  right: 0;
  opacity: 1;
}

.alertify-log-hide {
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
  opacity: 0;
}

.alertify-dialog {
  padding: 25px;
}

.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.alertify-inner {
  text-align: center;
}

.alertify-text {
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

.alertify-button,
.alertify-button:hover,
.alertify-button:active,
.alertify-button:visited {
  background: none;
  text-decoration: none;
  border: none;
  /* line-height and font-size for input button */
  line-height: 1.5;
  font-size: 100%;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}

@media only screen and (max-width: 680px) {
  .alertify,
  .alertify-logs {
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .alertify {
    left: 5%;
    margin: 0;
  }
}

/**
 * Default Look and Feel
 */

.alertify,
.alertify-log {
  font-family: sans-serif;
}

.alertify {
  background: #FFF;
  border: 10px solid #333;
  /* browsers that don't support rgba */
  border: 10px solid rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  /* Safari 4? Chrome 6? */
  /* Firefox 3.6 */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

.alertify-text {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 4px;
}

.alertify-button {
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
  padding: 6px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.alertify-button:hover,
.alertify-button:focus {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.alertify-button:focus {
  -webkit-box-shadow: 0 0 15px #2B72D5;
          box-shadow: 0 0 15px #2B72D5;
}

.alertify-button:active {
  position: relative;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
  background-color: #FE1A00;
  border: 1px solid #D83526;
}

.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus {
  background-color: #5CB811;
  border: 1px solid #3B7808;
}

.alertify-log {
  background: #1F1F1F;
  background: rgba(0, 0, 0, 0.9);
  padding: 15px;
  border-radius: 4px;
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.alertify-log-error {
  background: #FE1A00;
  background: rgba(254, 26, 0, 0.9);
}

.alertify-log-success {
  background: #5CB811;
  background: rgba(92, 184, 17, 0.9);
}

/*!
 *
 *  Project:  GLYPHICONS HALFLINGS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */

@font-face {
  font-family: 'Glyphicons Regular';
  src: url(/fonts/glyphicons-regular.eot?6ba4ced8a782ae7d204524afd509a35d);
  src: url(/fonts/glyphicons-regular.eot?6ba4ced8a782ae7d204524afd509a35d) format("embedded-opentype"), url(/fonts/glyphicons-regular.woff?0a8b7dbbd2ff876332b17c41af811814) format("woff"), url(/fonts/glyphicons-regular.ttf?a4ddcd8bc538d0a767d2c826e1e8f5d7) format("truetype"), url(/fonts/glyphicons-regular.svg?876a82cf3379d26d15539dceb46d31d0) format("svg");
  font-weight: normal;
  font-style: normal;
}

.glyphicons {
  /*display:inline-block;*/
  vertical-align: middle;
  color: #1d1d1b;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.glyphicons:before {
  display: inline-block;
  margin: 0 0px 0 0;
  font: 13px/1em 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  color: #1d1d1b;
  *display: inline;
  *zoom: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.glyphicons.white:before {
  color: #fff;
}

.glyphicons.glass:before {
  content: "\E001";
}

.glyphicons.leaf:before {
  content: "\E002";
}

.glyphicons.dog:before {
  content: "\E003";
}

.glyphicons.user:before {
  content: "\E004";
}

.glyphicons.girl:before {
  content: "\E005";
}

.glyphicons.car:before {
  content: "\E006";
}

.glyphicons.user_add:before {
  content: "\E007";
}

.glyphicons.user_remove:before {
  content: "\E008";
}

.glyphicons.film:before {
  content: "\E009";
}

.glyphicons.magic:before {
  content: "\E010";
}

.glyphicons.envelope:before {
  content: "\2709";
}

.glyphicons.camera:before {
  content: "\E011";
}

.glyphicons.heart:before {
  content: "\E013";
}

.glyphicons.beach_umbrella:before {
  content: "\E014";
}

.glyphicons.train:before {
  content: "\E015";
}

.glyphicons.print:before {
  content: "\E016";
}

.glyphicons.bin:before {
  content: "\E017";
}

.glyphicons.balert:before {
  content: "\E505";
}

.glyphicons.music:before {
  content: "\E018";
}

.glyphicons.note:before {
  content: "\E019";
}

.glyphicons.heart_empty:before {
  content: "\E020";
}

.glyphicons.home:before {
  content: "\E021";
}

.glyphicons.snowflake:before {
  content: "\2744";
}

.glyphicons.fire:before {
  content: "\E023";
}

.glyphicons.magnet:before {
  content: "\E024";
}

.glyphicons.parents:before {
  content: "\E025";
}

.glyphicons.binoculars:before {
  content: "\E026";
}

.glyphicons.road:before {
  content: "\E027";
}

.glyphicons.search:before {
  content: "\E028";
}

.glyphicons.cars:before {
  content: "\E029";
}

.glyphicons.notes_2:before {
  content: "\E030";
}

.glyphicons.pencil:before {
  content: "\270F";
}

.glyphicons.bus:before {
  content: "\E032";
}

.glyphicons.wifi_alt:before {
  content: "\E033";
}

.glyphicons.luggage:before {
  content: "\E034";
}

.glyphicons.old_man:before {
  content: "\E035";
}

.glyphicons.woman:before {
  content: "\E036";
}

.glyphicons.file:before {
  content: "\E037";
}

.glyphicons.coins:before {
  content: "\E038";
}

.glyphicons.airplane:before {
  content: "\2708";
}

.glyphicons.notes:before {
  content: "\E040";
}

.glyphicons.stats:before {
  content: "\E041";
}

.glyphicons.charts:before {
  content: "\E042";
}

.glyphicons.pie_chart:before {
  content: "\E043";
}

.glyphicons.group:before {
  content: "\E044";
}

.glyphicons.keys:before {
  content: "\E045";
}

.glyphicons.calendar:before {
  content: "\E046";
}

.glyphicons.router:before {
  content: "\E047";
}

.glyphicons.camera_small:before {
  content: "\E048";
}

.glyphicons.dislikes:before {
  content: "\E049";
}

.glyphicons.star:before {
  content: "\E050";
}

.glyphicons.link:before {
  content: "\E051";
}

.glyphicons.eye_open:before {
  content: "\E052";
}

.glyphicons.eye_close:before {
  content: "\E053";
}

.glyphicons.alarm:before {
  content: "\E054";
}

.glyphicons.clock:before {
  content: "\E055";
}

.glyphicons.stopwatch:before {
  content: "\E056";
}

.glyphicons.projector:before {
  content: "\E057";
}

.glyphicons.history:before {
  content: "\E058";
}

.glyphicons.truck:before {
  content: "\E059";
}

.glyphicons.cargo:before {
  content: "\E060";
}

.glyphicons.compass:before {
  content: "\E061";
}

.glyphicons.keynote:before {
  content: "\E062";
}

.glyphicons.paperclip:before {
  content: "\E063";
}

.glyphicons.power:before {
  content: "\E064";
}

.glyphicons.lightbulb:before {
  content: "\E065";
}

.glyphicons.tag:before {
  content: "\E066";
}

.glyphicons.tags:before {
  content: "\E067";
}

.glyphicons.cleaning:before {
  content: "\E068";
}

.glyphicons.ruller:before {
  content: "\E069";
}

.glyphicons.gift:before {
  content: "\E070";
}

.glyphicons.umbrella:before {
  content: "\2602";
}

.glyphicons.book:before {
  content: "\E072";
}

.glyphicons.bookmark:before {
  content: "\E073";
}

.glyphicons.wifi:before {
  content: "\E074";
}

.glyphicons.cup:before {
  content: "\E075";
}

.glyphicons.stroller:before {
  content: "\E076";
}

.glyphicons.headphones:before {
  content: "\E077";
}

.glyphicons.headset:before {
  content: "\E078";
}

.glyphicons.warning_sign:before {
  content: "\E079";
}

.glyphicons.signal:before {
  content: "\E080";
}

.glyphicons.retweet:before {
  content: "\E081";
}

.glyphicons.refresh:before {
  content: "\E082";
}

.glyphicons.roundabout:before {
  content: "\E083";
}

.glyphicons.random:before {
  content: "\E084";
}

.glyphicons.heat:before {
  content: "\E085";
}

.glyphicons.repeat:before {
  content: "\E086";
}

.glyphicons.display:before {
  content: "\E087";
}

.glyphicons.log_book:before {
  content: "\E088";
}

.glyphicons.address_book:before {
  content: "\E089";
}

.glyphicons.building:before {
  content: "\E090";
}

.glyphicons.eyedropper:before {
  content: "\E091";
}

.glyphicons.adjust:before {
  content: "\E092";
}

.glyphicons.tint:before {
  content: "\E093";
}

.glyphicons.crop:before {
  content: "\E094";
}

.glyphicons.vector_path_square:before {
  content: "\E095";
}

.glyphicons.vector_path_circle:before {
  content: "\E096";
}

.glyphicons.vector_path_polygon:before {
  content: "\E097";
}

.glyphicons.vector_path_line:before {
  content: "\E098";
}

.glyphicons.vector_path_curve:before {
  content: "\E099";
}

.glyphicons.vector_path_all:before {
  content: "\E100";
}

.glyphicons.font:before {
  content: "\E101";
}

.glyphicons.italic:before {
  content: "\E102";
}

.glyphicons.bold:before {
  content: "\E103";
}

.glyphicons.text_underline:before {
  content: "\E104";
}

.glyphicons.text_strike:before {
  content: "\E105";
}

.glyphicons.text_height:before {
  content: "\E106";
}

.glyphicons.text_width:before {
  content: "\E107";
}

.glyphicons.text_resize:before {
  content: "\E108";
}

.glyphicons.left_indent:before {
  content: "\E109";
}

.glyphicons.right_indent:before {
  content: "\E110";
}

.glyphicons.align_left:before {
  content: "\E111";
}

.glyphicons.align_center:before {
  content: "\E112";
}

.glyphicons.align_right:before {
  content: "\E113";
}

.glyphicons.justify:before {
  content: "\E114";
}

.glyphicons.list:before {
  content: "\E115";
}

.glyphicons.text_smaller:before {
  content: "\E116";
}

.glyphicons.text_bigger:before {
  content: "\E117";
}

.glyphicons.embed:before {
  content: "\E118";
}

.glyphicons.embed_close:before {
  content: "\E119";
}

.glyphicons.table:before {
  content: "\E120";
}

.glyphicons.message_full:before {
  content: "\E121";
}

.glyphicons.message_empty:before {
  content: "\E122";
}

.glyphicons.message_in:before {
  content: "\E123";
}

.glyphicons.message_out:before {
  content: "\E124";
}

.glyphicons.message_plus:before {
  content: "\E125";
}

.glyphicons.message_minus:before {
  content: "\E126";
}

.glyphicons.message_ban:before {
  content: "\E127";
}

.glyphicons.message_flag:before {
  content: "\E128";
}

.glyphicons.message_lock:before {
  content: "\E129";
}

.glyphicons.message_new:before {
  content: "\E130";
}

.glyphicons.inbox:before {
  content: "\E131";
}

.glyphicons.inbox_plus:before {
  content: "\E132";
}

.glyphicons.inbox_minus:before {
  content: "\E133";
}

.glyphicons.inbox_lock:before {
  content: "\E134";
}

.glyphicons.inbox_in:before {
  content: "\E135";
}

.glyphicons.inbox_out:before {
  content: "\E136";
}

.glyphicons.cogwheel:before {
  content: "\E137";
}

.glyphicons.cogwheels:before {
  content: "\E138";
}

.glyphicons.picture:before {
  content: "\E139";
}

.glyphicons.adjust_alt:before {
  content: "\E140";
}

.glyphicons.database_lock:before {
  content: "\E141";
}

.glyphicons.database_plus:before {
  content: "\E142";
}

.glyphicons.database_minus:before {
  content: "\E143";
}

.glyphicons.database_ban:before {
  content: "\E144";
}

.glyphicons.folder_open:before {
  content: "\E145";
}

.glyphicons.folder_plus:before {
  content: "\E146";
}

.glyphicons.folder_minus:before {
  content: "\E147";
}

.glyphicons.folder_lock:before {
  content: "\E148";
}

.glyphicons.folder_flag:before {
  content: "\E149";
}

.glyphicons.folder_new:before {
  content: "\E150";
}

.glyphicons.edit:before {
  content: "\E151";
}

.glyphicons.new_window:before {
  content: "\E152";
}

.glyphicons.check:before {
  content: "\E153";
}

.glyphicons.unchecked:before {
  content: "\E154";
}

.glyphicons.more_windows:before {
  content: "\E155";
}

.glyphicons.show_big_thumbnails:before {
  content: "\E156";
}

.glyphicons.show_thumbnails:before {
  content: "\E157";
}

.glyphicons.show_thumbnails_with_lines:before {
  content: "\E158";
}

.glyphicons.show_lines:before {
  content: "\E159";
}

.glyphicons.playlist:before {
  content: "\E160";
}

.glyphicons.imac:before {
  content: "\E161";
}

.glyphicons.macbook:before {
  content: "\E162";
}

.glyphicons.ipad:before {
  content: "\E163";
}

.glyphicons.iphone:before {
  content: "\E164";
}

.glyphicons.iphone_transfer:before {
  content: "\E165";
}

.glyphicons.iphone_exchange:before {
  content: "\E166";
}

.glyphicons.ipod:before {
  content: "\E167";
}

.glyphicons.ipod_shuffle:before {
  content: "\E168";
}

.glyphicons.ear_plugs:before {
  content: "\E169";
}

.glyphicons.record:before {
  content: "\E170";
}

.glyphicons.step_backward:before {
  content: "\E171";
}

.glyphicons.fast_backward:before {
  content: "\E172";
}

.glyphicons.rewind:before {
  content: "\E173";
}

.glyphicons.play:before {
  content: "\E174";
}

.glyphicons.pause:before {
  content: "\E175";
}

.glyphicons.stop:before {
  content: "\E176";
}

.glyphicons.forward:before {
  content: "\E177";
}

.glyphicons.fast_forward:before {
  content: "\E178";
}

.glyphicons.step_forward:before {
  content: "\E179";
}

.glyphicons.eject:before {
  content: "\E180";
}

.glyphicons.facetime_video:before {
  content: "\E181";
}

.glyphicons.download_alt:before {
  content: "\E182";
}

.glyphicons.mute:before {
  content: "\E183";
}

.glyphicons.volume_down:before {
  content: "\E184";
}

.glyphicons.volume_up:before {
  content: "\E185";
}

.glyphicons.screenshot:before {
  content: "\E186";
}

.glyphicons.move:before {
  content: "\E187";
}

.glyphicons.more:before {
  content: "\E188";
}

.glyphicons.brightness_reduce:before {
  content: "\E189";
}

.glyphicons.brightness_increase:before {
  content: "\E190";
}

.glyphicons.circle_plus:before {
  content: "\E191";
}

.glyphicons.circle_minus:before {
  content: "\E192";
}

.glyphicons.circle_remove:before {
  content: "\E193";
}

.glyphicons.circle_ok:before {
  content: "\E194";
}

.glyphicons.circle_question_mark:before {
  content: "\E195";
}

.glyphicons.circle_info:before {
  content: "\E196";
}

.glyphicons.circle_exclamation_mark:before {
  content: "\E197";
}

.glyphicons.remove:before {
  content: "\E198";
}

.glyphicons.ok:before {
  content: "\E199";
}

.glyphicons.ban:before {
  content: "\E200";
}

.glyphicons.download:before {
  content: "\E201";
}

.glyphicons.upload:before {
  content: "\E202";
}

.glyphicons.shopping_cart:before {
  content: "\E203";
}

.glyphicons.lock:before {
  content: "\E204";
}

.glyphicons.unlock:before {
  content: "\E205";
}

.glyphicons.electricity:before {
  content: "\E206";
}

.glyphicons.ok_2:before {
  content: "\E207";
}

.glyphicons.remove_2:before {
  content: "\E208";
}

.glyphicons.cart_out:before {
  content: "\E209";
}

.glyphicons.cart_in:before {
  content: "\E210";
}

.glyphicons.left_arrow:before {
  content: "\E211";
}

.glyphicons.right_arrow:before {
  content: "\E212";
}

.glyphicons.down_arrow:before {
  content: "\E213";
}

.glyphicons.up_arrow:before {
  content: "\E214";
}

.glyphicons.resize_small:before {
  content: "\E215";
}

.glyphicons.resize_full:before {
  content: "\E216";
}

.glyphicons.circle_arrow_left:before {
  content: "\E217";
}

.glyphicons.circle_arrow_right:before {
  content: "\E218";
}

.glyphicons.circle_arrow_top:before {
  content: "\E219";
}

.glyphicons.circle_arrow_down:before {
  content: "\E220";
}

.glyphicons.play_button:before {
  content: "\E221";
}

.glyphicons.unshare:before {
  content: "\E222";
}

.glyphicons.share:before {
  content: "\E223";
}

.glyphicons.chevron-right:before {
  content: "\E224";
}

.glyphicons.chevron-left:before {
  content: "\E225";
}

.glyphicons.bluetooth:before {
  content: "\E226";
}

.glyphicons.euro:before {
  content: "\20AC";
}

.glyphicons.usd:before {
  content: "\E228";
}

.glyphicons.gbp:before {
  content: "\E229";
}

.glyphicons.retweet_2:before {
  content: "\E230";
}

.glyphicons.moon:before {
  content: "\E231";
}

.glyphicons.sun:before {
  content: "\2609";
}

.glyphicons.cloud:before {
  content: "\2601";
}

.glyphicons.direction:before {
  content: "\E234";
}

.glyphicons.brush:before {
  content: "\E235";
}

.glyphicons.pen:before {
  content: "\E236";
}

.glyphicons.zoom_in:before {
  content: "\E237";
}

.glyphicons.zoom_out:before {
  content: "\E238";
}

.glyphicons.pin:before {
  content: "\E239";
}

.glyphicons.albums:before {
  content: "\E240";
}

.glyphicons.rotation_lock:before {
  content: "\E241";
}

.glyphicons.flash:before {
  content: "\E242";
}

.glyphicons.google_maps:before {
  content: "\E243";
}

.glyphicons.anchor:before {
  content: "\2693";
}

.glyphicons.conversation:before {
  content: "\E245";
}

.glyphicons.chat:before {
  content: "\E246";
}

.glyphicons.male:before {
  content: "\E247";
}

.glyphicons.female:before {
  content: "\E248";
}

.glyphicons.asterisk:before {
  content: "*";
}

.glyphicons.divide:before {
  content: "\F7";
}

.glyphicons.snorkel_diving:before {
  content: "\E251";
}

.glyphicons.scuba_diving:before {
  content: "\E252";
}

.glyphicons.oxygen_bottle:before {
  content: "\E253";
}

.glyphicons.fins:before {
  content: "\E254";
}

.glyphicons.fishes:before {
  content: "\E255";
}

.glyphicons.boat:before {
  content: "\E256";
}

.glyphicons.delete:before {
  content: "\E257";
}

.glyphicons.sheriffs_star:before {
  content: "\E258";
}

.glyphicons.qrcode:before {
  content: "\E259";
}

.glyphicons.barcode:before {
  content: "\E260";
}

.glyphicons.pool:before {
  content: "\E261";
}

.glyphicons.buoy:before {
  content: "\E262";
}

.glyphicons.spade:before {
  content: "\E263";
}

.glyphicons.bank:before {
  content: "\E264";
}

.glyphicons.vcard:before {
  content: "\E265";
}

.glyphicons.electrical_plug:before {
  content: "\E266";
}

.glyphicons.flag:before {
  content: "\E267";
}

.glyphicons.credit_card:before {
  content: "\E268";
}

.glyphicons.keyboard-wireless:before {
  content: "\E269";
}

.glyphicons.keyboard-wired:before {
  content: "\E270";
}

.glyphicons.shield:before {
  content: "\E271";
}

.glyphicons.ring:before {
  content: "\2DA";
}

.glyphicons.cake:before {
  content: "\E273";
}

.glyphicons.drink:before {
  content: "\E274";
}

.glyphicons.beer:before {
  content: "\E275";
}

.glyphicons.fast_food:before {
  content: "\E276";
}

.glyphicons.cutlery:before {
  content: "\E277";
}

.glyphicons.pizza:before {
  content: "\E278";
}

.glyphicons.birthday_cake:before {
  content: "\E279";
}

.glyphicons.tablet:before {
  content: "\E280";
}

.glyphicons.settings:before {
  content: "\E281";
}

.glyphicons.bullets:before {
  content: "\E282";
}

.glyphicons.cardio:before {
  content: "\E283";
}

.glyphicons.t-shirt:before {
  content: "\E284";
}

.glyphicons.pants:before {
  content: "\E285";
}

.glyphicons.sweater:before {
  content: "\E286";
}

.glyphicons.fabric:before {
  content: "\E287";
}

.glyphicons.leather:before {
  content: "\E288";
}

.glyphicons.scissors:before {
  content: "\E289";
}

.glyphicons.bomb:before {
  content: "\E290";
}

.glyphicons.skull:before {
  content: "\E291";
}

.glyphicons.celebration:before {
  content: "\E292";
}

.glyphicons.tea_kettle:before {
  content: "\E293";
}

.glyphicons.french_press:before {
  content: "\E294";
}

.glyphicons.coffee_cup:before {
  content: "\E295";
}

.glyphicons.pot:before {
  content: "\E296";
}

.glyphicons.grater:before {
  content: "\E297";
}

.glyphicons.kettle:before {
  content: "\E298";
}

.glyphicons.hospital:before {
  content: "\E299";
}

.glyphicons.hospital_h:before {
  content: "\E300";
}

.glyphicons.microphone:before {
  content: "\E301";
}

.glyphicons.webcam:before {
  content: "\E302";
}

.glyphicons.temple_christianity_church:before {
  content: "\E303";
}

.glyphicons.temple_islam:before {
  content: "\E304";
}

.glyphicons.temple_hindu:before {
  content: "\E305";
}

.glyphicons.temple_buddhist:before {
  content: "\E306";
}

.glyphicons.bicycle:before {
  content: "\E307";
}

.glyphicons.life_preserver:before {
  content: "\E308";
}

.glyphicons.share_alt:before {
  content: "\E309";
}

.glyphicons.comments:before {
  content: "\E310";
}

.glyphicons.flower:before {
  content: "\2698";
}

.glyphicons.baseball:before {
  content: "\26BE";
}

.glyphicons.rugby:before {
  content: "\E313";
}

.glyphicons.ax:before {
  content: "\E314";
}

.glyphicons.table_tennis:before {
  content: "\E315";
}

.glyphicons.bowling:before {
  content: "\E316";
}

.glyphicons.tree_conifer:before {
  content: "\E317";
}

.glyphicons.tree_deciduous:before {
  content: "\E318";
}

.glyphicons.more_items:before {
  content: "\E319";
}

.glyphicons.sort:before {
  content: "\E320";
}

.glyphicons.filter:before {
  content: "\E321";
}

.glyphicons.gamepad:before {
  content: "\E322";
}

.glyphicons.playing_dices:before {
  content: "\E323";
}

.glyphicons.calculator:before {
  content: "\E324";
}

.glyphicons.tie:before {
  content: "\E325";
}

.glyphicons.wallet:before {
  content: "\E326";
}

.glyphicons.piano:before {
  content: "\E327";
}

.glyphicons.sampler:before {
  content: "\E328";
}

.glyphicons.podium:before {
  content: "\E329";
}

.glyphicons.soccer_ball:before {
  content: "\E330";
}

.glyphicons.blog:before {
  content: "\E331";
}

.glyphicons.dashboard:before {
  content: "\E332";
}

.glyphicons.certificate:before {
  content: "\E333";
}

.glyphicons.bell:before {
  content: "\E334";
}

.glyphicons.candle:before {
  content: "\E335";
}

.glyphicons.pushpin:before {
  content: "\E336";
}

.glyphicons.iphone_shake:before {
  content: "\E337";
}

.glyphicons.pin_flag:before {
  content: "\E338";
}

.glyphicons.turtle:before {
  content: "\E339";
}

.glyphicons.rabbit:before {
  content: "\E340";
}

.glyphicons.globe:before {
  content: "\E341";
}

.glyphicons.briefcase:before {
  content: "\E342";
}

.glyphicons.hdd:before {
  content: "\E343";
}

.glyphicons.thumbs_up:before {
  content: "\E344";
}

.glyphicons.thumbs_down:before {
  content: "\E345";
}

.glyphicons.hand_right:before {
  content: "\E346";
}

.glyphicons.hand_left:before {
  content: "\E347";
}

.glyphicons.hand_up:before {
  content: "\E348";
}

.glyphicons.hand_down:before {
  content: "\E349";
}

.glyphicons.fullscreen:before {
  content: "\E350";
}

.glyphicons.shopping_bag:before {
  content: "\E351";
}

.glyphicons.book_open:before {
  content: "\E352";
}

.glyphicons.nameplate:before {
  content: "\E353";
}

.glyphicons.nameplate_alt:before {
  content: "\E354";
}

.glyphicons.vases:before {
  content: "\E355";
}

.glyphicons.bullhorn:before {
  content: "\E356";
}

.glyphicons.dumbbell:before {
  content: "\E357";
}

.glyphicons.suitcase:before {
  content: "\E358";
}

.glyphicons.file_import:before {
  content: "\E359";
}

.glyphicons.file_export:before {
  content: "\E360";
}

.glyphicons.bug:before {
  content: "\E361";
}

.glyphicons.crown:before {
  content: "\E362";
}

.glyphicons.smoking:before {
  content: "\E363";
}

.glyphicons.cloud-download:before {
  content: "\E364";
}

.glyphicons.cloud-upload:before {
  content: "\E365";
}

.glyphicons.restart:before {
  content: "\E366";
}

.glyphicons.security_camera:before {
  content: "\E367";
}

.glyphicons.expand:before {
  content: "\E368";
}

.glyphicons.collapse:before {
  content: "\E369";
}

.glyphicons.collapse_top:before {
  content: "\E370";
}

.glyphicons.globe_af:before {
  content: "\E371";
}

.glyphicons.global:before {
  content: "\E372";
}

.glyphicons.spray:before {
  content: "\E373";
}

.glyphicons.nails:before {
  content: "\E374";
}

.glyphicons.claw_hammer:before {
  content: "\E375";
}

.glyphicons.classic_hammer:before {
  content: "\E376";
}

.glyphicons.hand_saw:before {
  content: "\E377";
}

.glyphicons.riflescope:before {
  content: "\E378";
}

.glyphicons.electrical_socket_eu:before {
  content: "\E379";
}

.glyphicons.electrical_socket_us:before {
  content: "\E380";
}

.glyphicons.message_forward:before {
  content: "\E381";
}

.glyphicons.coat_hanger:before {
  content: "\E382";
}

.glyphicons.dress:before {
  content: "\E383";
}

.glyphicons.bathrobe:before {
  content: "\E384";
}

.glyphicons.shirt:before {
  content: "\E385";
}

.glyphicons.underwear:before {
  content: "\E386";
}

.glyphicons.log_in:before {
  content: "\E387";
}

.glyphicons.log_out:before {
  content: "\E388";
}

.glyphicons.exit:before {
  content: "\E389";
}

.glyphicons.new_window_alt:before {
  content: "\E390";
}

.glyphicons.video_sd:before {
  content: "\E391";
}

.glyphicons.video_hd:before {
  content: "\E392";
}

.glyphicons.subtitles:before {
  content: "\E393";
}

.glyphicons.sound_stereo:before {
  content: "\E394";
}

.glyphicons.sound_dolby:before {
  content: "\E395";
}

.glyphicons.sound_5_1:before {
  content: "\E396";
}

.glyphicons.sound_6_1:before {
  content: "\E397";
}

.glyphicons.sound_7_1:before {
  content: "\E398";
}

.glyphicons.copyright_mark:before {
  content: "\E399";
}

.glyphicons.registration_mark:before {
  content: "\E400";
}

.glyphicons.radar:before {
  content: "\E401";
}

.glyphicons.skateboard:before {
  content: "\E402";
}

.glyphicons.golf_course:before {
  content: "\E403";
}

.glyphicons.sorting:before {
  content: "\E404";
}

.glyphicons.sort-by-alphabet:before {
  content: "\E405";
}

.glyphicons.sort-by-alphabet-alt:before {
  content: "\E406";
}

.glyphicons.sort-by-order:before {
  content: "\E407";
}

.glyphicons.sort-by-order-alt:before {
  content: "\E408";
}

.glyphicons.sort-by-attributes:before {
  content: "\E409";
}

.glyphicons.sort-by-attributes-alt:before {
  content: "\E410";
}

.glyphicons.compressed:before {
  content: "\E411";
}

.glyphicons.package:before {
  content: "\E412";
}

.glyphicons.cloud_plus:before {
  content: "\E413";
}

.glyphicons.cloud_minus:before {
  content: "\E414";
}

.glyphicons.disk_save:before {
  content: "\E415";
}

.glyphicons.disk_open:before {
  content: "\E416";
}

.glyphicons.disk_saved:before {
  content: "\E417";
}

.glyphicons.disk_remove:before {
  content: "\E418";
}

.glyphicons.disk_import:before {
  content: "\E419";
}

.glyphicons.disk_export:before {
  content: "\E420";
}

.glyphicons.tower:before {
  content: "\E421";
}

.glyphicons.send:before {
  content: "\E422";
}

.glyphicons.git_branch:before {
  content: "\E423";
}

.glyphicons.git_create:before {
  content: "\E424";
}

.glyphicons.git_private:before {
  content: "\E425";
}

.glyphicons.git_delete:before {
  content: "\E426";
}

.glyphicons.git_merge:before {
  content: "\E427";
}

.glyphicons.git_pull_request:before {
  content: "\E428";
}

.glyphicons.git_compare:before {
  content: "\E429";
}

.glyphicons.git_commit:before {
  content: "\E430";
}

.glyphicons.construction_cone:before {
  content: "\E431";
}

.glyphicons.shoe_steps:before {
  content: "\E432";
}

.glyphicons.plus:before {
  content: "+";
}

.glyphicons.minus:before {
  content: "\2212";
}

.glyphicons.redo:before {
  content: "\E435";
}

.glyphicons.undo:before {
  content: "\E436";
}

.glyphicons.golf:before {
  content: "\E437";
}

.glyphicons.hockey:before {
  content: "\E438";
}

.glyphicons.pipe:before {
  content: "\E439";
}

.glyphicons.wrench:before {
  content: "\E440";
}

.glyphicons.folder_closed:before {
  content: "\E441";
}

.glyphicons.phone_alt:before {
  content: "\E442";
}

.glyphicons.earphone:before {
  content: "\E443";
}

.glyphicons.floppy_disk:before {
  content: "\E444";
}

.glyphicons.floppy_saved:before {
  content: "\E445";
}

.glyphicons.floppy_remove:before {
  content: "\E446";
}

.glyphicons.floppy_save:before {
  content: "\E447";
}

.glyphicons.floppy_open:before {
  content: "\E448";
}

.glyphicons.translate:before {
  content: "\E449";
}

.glyphicons.fax:before {
  content: "\E450";
}

.glyphicons.factory:before {
  content: "\E451";
}

.glyphicons.shop_window:before {
  content: "\E452";
}

.glyphicons.shop:before {
  content: "\E453";
}

.glyphicons.kiosk:before {
  content: "\E454";
}

.glyphicons.kiosk_wheels:before {
  content: "\E455";
}

.glyphicons.kiosk_light:before {
  content: "\E456";
}

.glyphicons.kiosk_food:before {
  content: "\E457";
}

.glyphicons.transfer:before {
  content: "\E458";
}

.glyphicons.money:before {
  content: "\E459";
}

.glyphicons.header:before {
  content: "\E460";
}

.glyphicons.blacksmith:before {
  content: "\E461";
}

.glyphicons.saw_blade:before {
  content: "\E462";
}

.glyphicons.basketball:before {
  content: "\E463";
}

.glyphicons.server:before {
  content: "\E464";
}

.glyphicons.server_plus:before {
  content: "\E465";
}

.glyphicons.server_minus:before {
  content: "\E466";
}

.glyphicons.server_ban:before {
  content: "\E467";
}

.glyphicons.server_flag:before {
  content: "\E468";
}

.glyphicons.server_lock:before {
  content: "\E469";
}

.glyphicons.server_new:before {
  content: "\E470";
}

.glyphicons-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 8px 0 0;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/images/glyphicons.svg?3bf8f1aa03d9d87e0d5a30cd844d5c06);
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  *margin-right: .3em;
}

.glyphicons-icon _:-o-prefocus,
.glyphicons-icon {
  background-image: url(/images/glyphicons.png?5dca5e9aeb716a0c7c982a4fa30fec52);
}

.no-inlinesvg .glyphicons-icon {
  background-image: url(/images/glyphicons.png?5dca5e9aeb716a0c7c982a4fa30fec52);
}

.glyphicons-icon.white {
  background-image: url(/images/glyphicons-white.svg?a0886fd68d97077a2c4de3c89848b0ca);
}

.glyphicons-icon.white _:-o-prefocus,
.glyphicons-icon.white {
  background-image: url(/images/glyphicons-white.png?1deebec3c3da52ac5f889123deb89567);
}

.no-inlinesvg .glyphicons-icon.white {
  background-image: url(/images/glyphicons-white.png?1deebec3c3da52ac5f889123deb89567);
}

.glyphicons-icon.glass {
  background-position: 4px 11px;
}

.glyphicons-icon.leaf {
  background-position: -44px 11px;
}

.glyphicons-icon.dog {
  background-position: -92px 11px;
}

.glyphicons-icon.user {
  background-position: -140px 11px;
}

.glyphicons-icon.girl {
  background-position: -188px 11px;
}

.glyphicons-icon.car {
  background-position: -236px 11px;
}

.glyphicons-icon.user_add {
  background-position: -284px 11px;
}

.glyphicons-icon.user_remove {
  background-position: -332px 11px;
}

.glyphicons-icon.film {
  background-position: -380px 11px;
}

.glyphicons-icon.magic {
  background-position: -428px 11px;
}

.glyphicons-icon.envelope {
  background-position: 4px -37px;
}

.glyphicons-icon.camera {
  background-position: -44px -37px;
}

.glyphicons-icon.heart {
  background-position: -92px -37px;
}

.glyphicons-icon.beach_umbrella {
  background-position: -140px -37px;
}

.glyphicons-icon.train {
  background-position: -188px -37px;
}

.glyphicons-icon.print {
  background-position: -236px -37px;
}

.glyphicons-icon.bin {
  background-position: -284px -37px;
}

.glyphicons-icon.music {
  background-position: -332px -37px;
}

.glyphicons-icon.note {
  background-position: -380px -37px;
}

.glyphicons-icon.heart_empty {
  background-position: -428px -37px;
}

.glyphicons-icon.home {
  background-position: 4px -85px;
}

.glyphicons-icon.snowflake {
  background-position: -44px -85px;
}

.glyphicons-icon.fire {
  background-position: -92px -85px;
}

.glyphicons-icon.magnet {
  background-position: -140px -85px;
}

.glyphicons-icon.parents {
  background-position: -188px -85px;
}

.glyphicons-icon.binoculars {
  background-position: -236px -85px;
}

.glyphicons-icon.road {
  background-position: -284px -85px;
}

.glyphicons-icon.search {
  background-position: -332px -85px;
}

.glyphicons-icon.cars {
  background-position: -380px -85px;
}

.glyphicons-icon.notes_2 {
  background-position: -428px -85px;
}

.glyphicons-icon.pencil {
  background-position: 4px -133px;
}

.glyphicons-icon.bus {
  background-position: -44px -133px;
}

.glyphicons-icon.wifi_alt {
  background-position: -92px -133px;
}

.glyphicons-icon.luggage {
  background-position: -140px -133px;
}

.glyphicons-icon.old_man {
  background-position: -188px -133px;
}

.glyphicons-icon.woman {
  background-position: -236px -133px;
}

.glyphicons-icon.file {
  background-position: -284px -133px;
}

.glyphicons-icon.coins {
  background-position: -332px -133px;
}

.glyphicons-icon.airplane {
  background-position: -380px -133px;
}

.glyphicons-icon.notes {
  background-position: -428px -133px;
}

.glyphicons-icon.stats {
  background-position: 4px -181px;
}

.glyphicons-icon.charts {
  background-position: -44px -181px;
}

.glyphicons-icon.pie_chart {
  background-position: -92px -181px;
}

.glyphicons-icon.group {
  background-position: -140px -181px;
}

.glyphicons-icon.keys {
  background-position: -188px -181px;
}

.glyphicons-icon.calendar {
  background-position: -236px -181px;
}

.glyphicons-icon.router {
  background-position: -284px -181px;
}

.glyphicons-icon.camera_small {
  background-position: -332px -181px;
}

.glyphicons-icon.dislikes {
  background-position: -380px -181px;
}

.glyphicons-icon.star {
  background-position: -428px -181px;
}

.glyphicons-icon.link {
  background-position: 4px -229px;
}

.glyphicons-icon.eye_open {
  background-position: -44px -229px;
}

.glyphicons-icon.eye_close {
  background-position: -92px -229px;
}

.glyphicons-icon.alarm {
  background-position: -140px -229px;
}

.glyphicons-icon.clock {
  background-position: -188px -229px;
}

.glyphicons-icon.stopwatch {
  background-position: -236px -229px;
}

.glyphicons-icon.projector {
  background-position: -284px -229px;
}

.glyphicons-icon.history {
  background-position: -332px -229px;
}

.glyphicons-icon.truck {
  background-position: -380px -229px;
}

.glyphicons-icon.cargo {
  background-position: -428px -229px;
}

.glyphicons-icon.compass {
  background-position: 4px -277px;
}

.glyphicons-icon.keynote {
  background-position: -44px -277px;
}

.glyphicons-icon.paperclip {
  background-position: -92px -277px;
}

.glyphicons-icon.power {
  background-position: -140px -277px;
}

.glyphicons-icon.lightbulb {
  background-position: -188px -277px;
}

.glyphicons-icon.tag {
  background-position: -236px -277px;
}

.glyphicons-icon.tags {
  background-position: -284px -277px;
}

.glyphicons-icon.cleaning {
  background-position: -332px -277px;
}

.glyphicons-icon.ruller {
  background-position: -380px -277px;
}

.glyphicons-icon.gift {
  background-position: -428px -277px;
}

.glyphicons-icon.umbrella {
  background-position: 4px -325px;
}

.glyphicons-icon.book {
  background-position: -44px -325px;
}

.glyphicons-icon.bookmark {
  background-position: -92px -325px;
}

.glyphicons-icon.wifi {
  background-position: -140px -325px;
}

.glyphicons-icon.cup {
  background-position: -188px -325px;
}

.glyphicons-icon.stroller {
  background-position: -236px -325px;
}

.glyphicons-icon.headphones {
  background-position: -284px -325px;
}

.glyphicons-icon.headset {
  background-position: -332px -325px;
}

.glyphicons-icon.warning_sign {
  background-position: -380px -325px;
}

.glyphicons-icon.signal {
  background-position: -428px -325px;
}

.glyphicons-icon.retweet {
  background-position: 4px -373px;
}

.glyphicons-icon.refresh {
  background-position: -44px -373px;
}

.glyphicons-icon.roundabout {
  background-position: -92px -373px;
}

.glyphicons-icon.random {
  background-position: -140px -373px;
}

.glyphicons-icon.heat {
  background-position: -188px -373px;
}

.glyphicons-icon.repeat {
  background-position: -236px -373px;
}

.glyphicons-icon.display {
  background-position: -284px -373px;
}

.glyphicons-icon.log_book {
  background-position: -332px -373px;
}

.glyphicons-icon.address_book {
  background-position: -380px -373px;
}

.glyphicons-icon.building {
  background-position: -428px -373px;
}

.glyphicons-icon.eyedropper {
  background-position: 4px -421px;
}

.glyphicons-icon.adjust {
  background-position: -44px -421px;
}

.glyphicons-icon.tint {
  background-position: -92px -421px;
}

.glyphicons-icon.crop {
  background-position: -140px -421px;
}

.glyphicons-icon.vector_path_square {
  background-position: -188px -421px;
}

.glyphicons-icon.vector_path_circle {
  background-position: -236px -421px;
}

.glyphicons-icon.vector_path_polygon {
  background-position: -284px -421px;
}

.glyphicons-icon.vector_path_line {
  background-position: -332px -421px;
}

.glyphicons-icon.vector_path_curve {
  background-position: -380px -421px;
}

.glyphicons-icon.vector_path_all {
  background-position: -428px -421px;
}

.glyphicons-icon.font {
  background-position: 4px -469px;
}

.glyphicons-icon.italic {
  background-position: -44px -469px;
}

.glyphicons-icon.bold {
  background-position: -92px -469px;
}

.glyphicons-icon.text_underline {
  background-position: -140px -469px;
}

.glyphicons-icon.text_strike {
  background-position: -188px -469px;
}

.glyphicons-icon.text_height {
  background-position: -236px -469px;
}

.glyphicons-icon.text_width {
  background-position: -284px -469px;
}

.glyphicons-icon.text_resize {
  background-position: -332px -469px;
}

.glyphicons-icon.left_indent {
  background-position: -380px -469px;
}

.glyphicons-icon.right_indent {
  background-position: -428px -469px;
}

.glyphicons-icon.align_left {
  background-position: 4px -517px;
}

.glyphicons-icon.align_center {
  background-position: -44px -517px;
}

.glyphicons-icon.align_right {
  background-position: -92px -517px;
}

.glyphicons-icon.justify {
  background-position: -140px -517px;
}

.glyphicons-icon.list {
  background-position: -188px -517px;
}

.glyphicons-icon.text_smaller {
  background-position: -236px -517px;
}

.glyphicons-icon.text_bigger {
  background-position: -284px -517px;
}

.glyphicons-icon.embed {
  background-position: -332px -517px;
}

.glyphicons-icon.embed_close {
  background-position: -380px -517px;
}

.glyphicons-icon.table {
  background-position: -428px -517px;
}

.glyphicons-icon.message_full {
  background-position: 4px -565px;
}

.glyphicons-icon.message_empty {
  background-position: -44px -565px;
}

.glyphicons-icon.message_in {
  background-position: -92px -565px;
}

.glyphicons-icon.message_out {
  background-position: -140px -565px;
}

.glyphicons-icon.message_plus {
  background-position: -188px -565px;
}

.glyphicons-icon.message_minus {
  background-position: -236px -565px;
}

.glyphicons-icon.message_ban {
  background-position: -284px -565px;
}

.glyphicons-icon.message_flag {
  background-position: -332px -565px;
}

.glyphicons-icon.message_lock {
  background-position: -380px -565px;
}

.glyphicons-icon.message_new {
  background-position: -428px -565px;
}

.glyphicons-icon.inbox {
  background-position: 4px -613px;
}

.glyphicons-icon.inbox_plus {
  background-position: -44px -613px;
}

.glyphicons-icon.inbox_minus {
  background-position: -92px -613px;
}

.glyphicons-icon.inbox_lock {
  background-position: -140px -613px;
}

.glyphicons-icon.inbox_in {
  background-position: -188px -613px;
}

.glyphicons-icon.inbox_out {
  background-position: -236px -613px;
}

.glyphicons-icon.cogwheel {
  background-position: -284px -613px;
}

.glyphicons-icon.cogwheels {
  background-position: -332px -613px;
}

.glyphicons-icon.picture {
  background-position: -380px -613px;
}

.glyphicons-icon.adjust_alt {
  background-position: -428px -613px;
}

.glyphicons-icon.database_lock {
  background-position: 4px -661px;
}

.glyphicons-icon.database_plus {
  background-position: -44px -661px;
}

.glyphicons-icon.database_minus {
  background-position: -92px -661px;
}

.glyphicons-icon.database_ban {
  background-position: -140px -661px;
}

.glyphicons-icon.folder_open {
  background-position: -188px -661px;
}

.glyphicons-icon.folder_plus {
  background-position: -236px -661px;
}

.glyphicons-icon.folder_minus {
  background-position: -284px -661px;
}

.glyphicons-icon.folder_lock {
  background-position: -332px -661px;
}

.glyphicons-icon.folder_flag {
  background-position: -380px -661px;
}

.glyphicons-icon.folder_new {
  background-position: -428px -661px;
}

.glyphicons-icon.alert {
  background-position: 4px -709px;
}

.glyphicons-icon.edit {
  background-position: 4px -709px;
}

.glyphicons-icon.new_window {
  background-position: -44px -709px;
}

.glyphicons-icon.check {
  background-position: -92px -709px;
}

.glyphicons-icon.unchecked {
  background-position: -140px -709px;
}

.glyphicons-icon.more_windows {
  background-position: -188px -709px;
}

.glyphicons-icon.show_big_thumbnails {
  background-position: -236px -709px;
}

.glyphicons-icon.show_thumbnails {
  background-position: -284px -709px;
}

.glyphicons-icon.show_thumbnails_with_lines {
  background-position: -332px -709px;
}

.glyphicons-icon.show_lines {
  background-position: -380px -709px;
}

.glyphicons-icon.playlist {
  background-position: -428px -709px;
}

.glyphicons-icon.imac {
  background-position: 4px -757px;
}

.glyphicons-icon.macbook {
  background-position: -44px -757px;
}

.glyphicons-icon.ipad {
  background-position: -92px -757px;
}

.glyphicons-icon.iphone {
  background-position: -140px -757px;
}

.glyphicons-icon.iphone_transfer {
  background-position: -188px -757px;
}

.glyphicons-icon.iphone_exchange {
  background-position: -236px -757px;
}

.glyphicons-icon.ipod {
  background-position: -284px -757px;
}

.glyphicons-icon.ipod_shuffle {
  background-position: -332px -757px;
}

.glyphicons-icon.ear_plugs {
  background-position: -380px -757px;
}

.glyphicons-icon.record {
  background-position: -428px -757px;
}

.glyphicons-icon.step_backward {
  background-position: 4px -805px;
}

.glyphicons-icon.fast_backward {
  background-position: -44px -805px;
}

.glyphicons-icon.rewind {
  background-position: -92px -805px;
}

.glyphicons-icon.play {
  background-position: -140px -805px;
}

.glyphicons-icon.pause {
  background-position: -188px -805px;
}

.glyphicons-icon.stop {
  background-position: -236px -805px;
}

.glyphicons-icon.forward {
  background-position: -284px -805px;
}

.glyphicons-icon.fast_forward {
  background-position: -332px -805px;
}

.glyphicons-icon.step_forward {
  background-position: -380px -805px;
}

.glyphicons-icon.eject {
  background-position: -428px -805px;
}

.glyphicons-icon.facetime_video {
  background-position: 4px -853px;
}

.glyphicons-icon.download_alt {
  background-position: -44px -853px;
}

.glyphicons-icon.mute {
  background-position: -92px -853px;
}

.glyphicons-icon.volume_down {
  background-position: -140px -853px;
}

.glyphicons-icon.volume_up {
  background-position: -188px -853px;
}

.glyphicons-icon.screenshot {
  background-position: -236px -853px;
}

.glyphicons-icon.move {
  background-position: -284px -853px;
}

.glyphicons-icon.more {
  background-position: -332px -853px;
}

.glyphicons-icon.brightness_reduce {
  background-position: -380px -853px;
}

.glyphicons-icon.brightness_increase {
  background-position: -428px -853px;
}

.glyphicons-icon.circle_plus {
  background-position: 4px -901px;
}

.glyphicons-icon.circle_minus {
  background-position: -44px -901px;
}

.glyphicons-icon.circle_remove {
  background-position: -92px -901px;
}

.glyphicons-icon.circle_ok {
  background-position: -140px -901px;
}

.glyphicons-icon.circle_question_mark {
  background-position: -188px -901px;
}

.glyphicons-icon.circle_info {
  background-position: -236px -901px;
}

.glyphicons-icon.circle_exclamation_mark {
  background-position: -284px -901px;
}

.glyphicons-icon.remove {
  background-position: -332px -901px;
}

.glyphicons-icon.ok {
  background-position: -380px -901px;
}

.glyphicons-icon.ban {
  background-position: -428px -901px;
}

.glyphicons-icon.download {
  background-position: 4px -949px;
}

.glyphicons-icon.upload {
  background-position: -44px -949px;
}

.glyphicons-icon.shopping_cart {
  background-position: -92px -949px;
}

.glyphicons-icon.lock {
  background-position: -140px -949px;
}

.glyphicons-icon.unlock {
  background-position: -188px -949px;
}

.glyphicons-icon.electricity {
  background-position: -236px -949px;
}

.glyphicons-icon.ok_2 {
  background-position: -284px -949px;
}

.glyphicons-icon.remove_2 {
  background-position: -332px -949px;
}

.glyphicons-icon.cart_out {
  background-position: -380px -949px;
}

.glyphicons-icon.cart_in {
  background-position: -428px -949px;
}

.glyphicons-icon.left_arrow {
  background-position: 4px -997px;
}

.glyphicons-icon.right_arrow {
  background-position: -44px -997px;
}

.glyphicons-icon.down_arrow {
  background-position: -92px -997px;
}

.glyphicons-icon.up_arrow {
  background-position: -140px -997px;
}

.glyphicons-icon.resize_small {
  background-position: -188px -997px;
}

.glyphicons-icon.resize_full {
  background-position: -236px -997px;
}

.glyphicons-icon.circle_arrow_left {
  background-position: -284px -997px;
}

.glyphicons-icon.circle_arrow_right {
  background-position: -332px -997px;
}

.glyphicons-icon.circle_arrow_top {
  background-position: -380px -997px;
}

.glyphicons-icon.circle_arrow_down {
  background-position: -428px -997px;
}

.glyphicons-icon.play_button {
  background-position: 4px -1045px;
}

.glyphicons-icon.unshare {
  background-position: -44px -1045px;
}

.glyphicons-icon.share {
  background-position: -92px -1045px;
}

.glyphicons-icon.chevron-right {
  background-position: -140px -1045px;
}

.glyphicons-icon.chevron-left {
  background-position: -188px -1045px;
}

.glyphicons-icon.bluetooth {
  background-position: -236px -1045px;
}

.glyphicons-icon.euro {
  background-position: -284px -1045px;
}

.glyphicons-icon.usd {
  background-position: -332px -1045px;
}

.glyphicons-icon.gbp {
  background-position: -380px -1045px;
}

.glyphicons-icon.retweet_2 {
  background-position: -428px -1045px;
}

.glyphicons-icon.moon {
  background-position: 4px -1093px;
}

.glyphicons-icon.sun {
  background-position: -44px -1093px;
}

.glyphicons-icon.cloud {
  background-position: -92px -1093px;
}

.glyphicons-icon.direction {
  background-position: -140px -1093px;
}

.glyphicons-icon.brush {
  background-position: -188px -1093px;
}

.glyphicons-icon.pen {
  background-position: -236px -1093px;
}

.glyphicons-icon.zoom_in {
  background-position: -284px -1093px;
}

.glyphicons-icon.zoom_out {
  background-position: -332px -1093px;
}

.glyphicons-icon.pin {
  background-position: -380px -1093px;
}

.glyphicons-icon.albums {
  background-position: -428px -1093px;
}

.glyphicons-icon.rotation_lock {
  background-position: 4px -1141px;
}

.glyphicons-icon.flash {
  background-position: -44px -1141px;
}

.glyphicons-icon.google_maps {
  background-position: -92px -1141px;
}

.glyphicons-icon.anchor {
  background-position: -140px -1141px;
}

.glyphicons-icon.conversation {
  background-position: -188px -1141px;
}

.glyphicons-icon.chat {
  background-position: -236px -1141px;
}

.glyphicons-icon.male {
  background-position: -284px -1141px;
}

.glyphicons-icon.female {
  background-position: -332px -1141px;
}

.glyphicons-icon.asterisk {
  background-position: -380px -1141px;
}

.glyphicons-icon.divide {
  background-position: -428px -1141px;
}

.glyphicons-icon.snorkel_diving {
  background-position: 4px -1189px;
}

.glyphicons-icon.scuba_diving {
  background-position: -44px -1189px;
}

.glyphicons-icon.oxygen_bottle {
  background-position: -92px -1189px;
}

.glyphicons-icon.fins {
  background-position: -140px -1189px;
}

.glyphicons-icon.fishes {
  background-position: -188px -1189px;
}

.glyphicons-icon.boat {
  background-position: -236px -1189px;
}

.glyphicons-icon.delete {
  background-position: -284px -1189px;
}

.glyphicons-icon.sheriffs_star {
  background-position: -332px -1189px;
}

.glyphicons-icon.qrcode {
  background-position: -380px -1189px;
}

.glyphicons-icon.barcode {
  background-position: -428px -1189px;
}

.glyphicons-icon.pool {
  background-position: 4px -1237px;
}

.glyphicons-icon.buoy {
  background-position: -44px -1237px;
}

.glyphicons-icon.spade {
  background-position: -92px -1237px;
}

.glyphicons-icon.bank {
  background-position: -140px -1237px;
}

.glyphicons-icon.vcard {
  background-position: -188px -1237px;
}

.glyphicons-icon.electrical_plug {
  background-position: -236px -1237px;
}

.glyphicons-icon.flag {
  background-position: -284px -1237px;
}

.glyphicons-icon.credit_card {
  background-position: -332px -1237px;
}

.glyphicons-icon.keyboard-wireless {
  background-position: -380px -1237px;
}

.glyphicons-icon.keyboard-wired {
  background-position: -428px -1237px;
}

.glyphicons-icon.shield {
  background-position: 4px -1285px;
}

.glyphicons-icon.ring {
  background-position: -44px -1285px;
}

.glyphicons-icon.cake {
  background-position: -92px -1285px;
}

.glyphicons-icon.drink {
  background-position: -140px -1285px;
}

.glyphicons-icon.beer {
  background-position: -188px -1285px;
}

.glyphicons-icon.fast_food {
  background-position: -236px -1285px;
}

.glyphicons-icon.cutlery {
  background-position: -284px -1285px;
}

.glyphicons-icon.pizza {
  background-position: -332px -1285px;
}

.glyphicons-icon.birthday_cake {
  background-position: -380px -1285px;
}

.glyphicons-icon.tablet {
  background-position: -428px -1285px;
}

.glyphicons-icon.settings {
  background-position: 4px -1333px;
}

.glyphicons-icon.bullets {
  background-position: -44px -1333px;
}

.glyphicons-icon.cardio {
  background-position: -92px -1333px;
}

.glyphicons-icon.t-shirt {
  background-position: -140px -1333px;
}

.glyphicons-icon.pants {
  background-position: -188px -1333px;
}

.glyphicons-icon.sweater {
  background-position: -236px -1333px;
}

.glyphicons-icon.fabric {
  background-position: -284px -1333px;
}

.glyphicons-icon.leather {
  background-position: -332px -1333px;
}

.glyphicons-icon.scissors {
  background-position: -380px -1333px;
}

.glyphicons-icon.bomb {
  background-position: -428px -1333px;
}

.glyphicons-icon.skull {
  background-position: 4px -1381px;
}

.glyphicons-icon.celebration {
  background-position: -44px -1381px;
}

.glyphicons-icon.tea_kettle {
  background-position: -92px -1381px;
}

.glyphicons-icon.french_press {
  background-position: -140px -1381px;
}

.glyphicons-icon.coffee_cup {
  background-position: -188px -1381px;
}

.glyphicons-icon.pot {
  background-position: -236px -1381px;
}

.glyphicons-icon.grater {
  background-position: -284px -1381px;
}

.glyphicons-icon.kettle {
  background-position: -332px -1381px;
}

.glyphicons-icon.hospital {
  background-position: -380px -1381px;
}

.glyphicons-icon.hospital_h {
  background-position: -428px -1381px;
}

.glyphicons-icon.microphone {
  background-position: 4px -1429px;
}

.glyphicons-icon.webcam {
  background-position: -44px -1429px;
}

.glyphicons-icon.temple_christianity_church {
  background-position: -92px -1429px;
}

.glyphicons-icon.temple_islam {
  background-position: -140px -1429px;
}

.glyphicons-icon.temple_hindu {
  background-position: -188px -1429px;
}

.glyphicons-icon.temple_buddhist {
  background-position: -236px -1429px;
}

.glyphicons-icon.bicycle {
  background-position: -284px -1429px;
}

.glyphicons-icon.life_preserver {
  background-position: -332px -1429px;
}

.glyphicons-icon.share_alt {
  background-position: -380px -1429px;
}

.glyphicons-icon.comments {
  background-position: -428px -1429px;
}

.glyphicons-icon.flower {
  background-position: 4px -1477px;
}

.glyphicons-icon.baseball {
  background-position: -44px -1477px;
}

.glyphicons-icon.rugby {
  background-position: -92px -1477px;
}

.glyphicons-icon.ax {
  background-position: -140px -1477px;
}

.glyphicons-icon.table_tennis {
  background-position: -188px -1477px;
}

.glyphicons-icon.bowling {
  background-position: -236px -1477px;
}

.glyphicons-icon.tree_conifer {
  background-position: -284px -1477px;
}

.glyphicons-icon.tree_deciduous {
  background-position: -332px -1477px;
}

.glyphicons-icon.more_items {
  background-position: -380px -1477px;
}

.glyphicons-icon.sort {
  background-position: -428px -1477px;
}

.glyphicons-icon.filter {
  background-position: 4px -1525px;
}

.glyphicons-icon.gamepad {
  background-position: -44px -1525px;
}

.glyphicons-icon.playing_dices {
  background-position: -92px -1525px;
}

.glyphicons-icon.calculator {
  background-position: -140px -1525px;
}

.glyphicons-icon.tie {
  background-position: -188px -1525px;
}

.glyphicons-icon.wallet {
  background-position: -236px -1525px;
}

.glyphicons-icon.piano {
  background-position: -284px -1525px;
}

.glyphicons-icon.sampler {
  background-position: -332px -1525px;
}

.glyphicons-icon.podium {
  background-position: -380px -1525px;
}

.glyphicons-icon.soccer_ball {
  background-position: -428px -1525px;
}

.glyphicons-icon.blog {
  background-position: 4px -1573px;
}

.glyphicons-icon.dashboard {
  background-position: -44px -1573px;
}

.glyphicons-icon.certificate {
  background-position: -92px -1573px;
}

.glyphicons-icon.bell {
  background-position: -140px -1573px;
}

.glyphicons-icon.candle {
  background-position: -188px -1573px;
}

.glyphicons-icon.pushpin {
  background-position: -236px -1573px;
}

.glyphicons-icon.iphone_shake {
  background-position: -284px -1573px;
}

.glyphicons-icon.pin_flag {
  background-position: -332px -1573px;
}

.glyphicons-icon.turtle {
  background-position: -380px -1573px;
}

.glyphicons-icon.rabbit {
  background-position: -428px -1573px;
}

.glyphicons-icon.globe {
  background-position: 4px -1621px;
}

.glyphicons-icon.briefcase {
  background-position: -44px -1621px;
}

.glyphicons-icon.hdd {
  background-position: -92px -1621px;
}

.glyphicons-icon.thumbs_up {
  background-position: -140px -1621px;
}

.glyphicons-icon.thumbs_down {
  background-position: -188px -1621px;
}

.glyphicons-icon.hand_right {
  background-position: -236px -1621px;
}

.glyphicons-icon.hand_left {
  background-position: -284px -1621px;
}

.glyphicons-icon.hand_up {
  background-position: -332px -1621px;
}

.glyphicons-icon.hand_down {
  background-position: -380px -1621px;
}

.glyphicons-icon.fullscreen {
  background-position: -428px -1621px;
}

.glyphicons-icon.shopping_bag {
  background-position: 4px -1669px;
}

.glyphicons-icon.book_open {
  background-position: -44px -1669px;
}

.glyphicons-icon.nameplate {
  background-position: -92px -1669px;
}

.glyphicons-icon.nameplate_alt {
  background-position: -140px -1669px;
}

.glyphicons-icon.vases {
  background-position: -188px -1669px;
}

.glyphicons-icon.bullhorn {
  background-position: -236px -1669px;
}

.glyphicons-icon.dumbbell {
  background-position: -284px -1669px;
}

.glyphicons-icon.suitcase {
  background-position: -332px -1669px;
}

.glyphicons-icon.file_import {
  background-position: -380px -1669px;
}

.glyphicons-icon.file_export {
  background-position: -428px -1669px;
}

.glyphicons-icon.bug {
  background-position: 4px -1717px;
}

.glyphicons-icon.crown {
  background-position: -44px -1717px;
}

.glyphicons-icon.smoking {
  background-position: -92px -1717px;
}

.glyphicons-icon.cloud-download {
  background-position: -140px -1717px;
}

.glyphicons-icon.cloud-upload {
  background-position: -188px -1717px;
}

.glyphicons-icon.restart {
  background-position: -236px -1717px;
}

.glyphicons-icon.security_camera {
  background-position: -284px -1717px;
}

.glyphicons-icon.expand {
  background-position: -332px -1717px;
}

.glyphicons-icon.collapse {
  background-position: -380px -1717px;
}

.glyphicons-icon.collapse_top {
  background-position: -428px -1717px;
}

.glyphicons-icon.globe_af {
  background-position: 4px -1765px;
}

.glyphicons-icon.global {
  background-position: -44px -1765px;
}

.glyphicons-icon.spray {
  background-position: -92px -1765px;
}

.glyphicons-icon.nails {
  background-position: -140px -1765px;
}

.glyphicons-icon.claw_hammer {
  background-position: -188px -1765px;
}

.glyphicons-icon.classic_hammer {
  background-position: -236px -1765px;
}

.glyphicons-icon.hand_saw {
  background-position: -284px -1765px;
}

.glyphicons-icon.riflescope {
  background-position: -332px -1765px;
}

.glyphicons-icon.electrical_socket_eu {
  background-position: -380px -1765px;
}

.glyphicons-icon.electrical_socket_us {
  background-position: -428px -1765px;
}

.glyphicons-icon.message_forward {
  background-position: 4px -1813px;
}

.glyphicons-icon.coat_hanger {
  background-position: -44px -1813px;
}

.glyphicons-icon.dress {
  background-position: -92px -1813px;
}

.glyphicons-icon.bathrobe {
  background-position: -140px -1813px;
}

.glyphicons-icon.shirt {
  background-position: -188px -1813px;
}

.glyphicons-icon.underwear {
  background-position: -236px -1813px;
}

.glyphicons-icon.log_in {
  background-position: -284px -1813px;
}

.glyphicons-icon.log_out {
  background-position: -332px -1813px;
}

.glyphicons-icon.exit {
  background-position: -380px -1813px;
}

.glyphicons-icon.new_window_alt {
  background-position: -428px -1813px;
}

.glyphicons-icon.video_sd {
  background-position: 4px -1861px;
}

.glyphicons-icon.video_hd {
  background-position: -44px -1861px;
}

.glyphicons-icon.subtitles {
  background-position: -92px -1861px;
}

.glyphicons-icon.sound_stereo {
  background-position: -140px -1861px;
}

.glyphicons-icon.sound_dolby {
  background-position: -188px -1861px;
}

.glyphicons-icon.sound_5_1 {
  background-position: -236px -1861px;
}

.glyphicons-icon.sound_6_1 {
  background-position: -284px -1861px;
}

.glyphicons-icon.sound_7_1 {
  background-position: -332px -1861px;
}

.glyphicons-icon.copyright_mark {
  background-position: -380px -1861px;
}

.glyphicons-icon.registration_mark {
  background-position: -428px -1861px;
}

.glyphicons-icon.radar {
  background-position: 4px -1909px;
}

.glyphicons-icon.skateboard {
  background-position: -44px -1909px;
}

.glyphicons-icon.golf_course {
  background-position: -92px -1909px;
}

.glyphicons-icon.sorting {
  background-position: -140px -1909px;
}

.glyphicons-icon.sort-by-alphabet {
  background-position: -188px -1909px;
}

.glyphicons-icon.sort-by-alphabet-alt {
  background-position: -236px -1909px;
}

.glyphicons-icon.sort-by-order {
  background-position: -284px -1909px;
}

.glyphicons-icon.sort-by-order-alt {
  background-position: -332px -1909px;
}

.glyphicons-icon.sort-by-attributes {
  background-position: -380px -1909px;
}

.glyphicons-icon.sort-by-attributes-alt {
  background-position: -428px -1909px;
}

.glyphicons-icon.compressed {
  background-position: 4px -1957px;
}

.glyphicons-icon.package {
  background-position: -44px -1957px;
}

.glyphicons-icon.cloud_plus {
  background-position: -92px -1957px;
}

.glyphicons-icon.cloud_minus {
  background-position: -140px -1957px;
}

.glyphicons-icon.disk_save {
  background-position: -188px -1957px;
}

.glyphicons-icon.disk_open {
  background-position: -236px -1957px;
}

.glyphicons-icon.disk_saved {
  background-position: -284px -1957px;
}

.glyphicons-icon.disk_remove {
  background-position: -332px -1957px;
}

.glyphicons-icon.disk_import {
  background-position: -380px -1957px;
}

.glyphicons-icon.disk_export {
  background-position: -428px -1957px;
}

.glyphicons-icon.tower {
  background-position: 4px -2005px;
}

.glyphicons-icon.send {
  background-position: -44px -2005px;
}

.glyphicons-icon.git_branch {
  background-position: -92px -2005px;
}

.glyphicons-icon.git_create {
  background-position: -140px -2005px;
}

.glyphicons-icon.git_private {
  background-position: -188px -2005px;
}

.glyphicons-icon.git_delete {
  background-position: -236px -2005px;
}

.glyphicons-icon.git_merge {
  background-position: -284px -2005px;
}

.glyphicons-icon.git_pull_request {
  background-position: -332px -2005px;
}

.glyphicons-icon.git_compare {
  background-position: -380px -2005px;
}

.glyphicons-icon.git_commit {
  background-position: -428px -2005px;
}

.glyphicons-icon.construction_cone {
  background-position: 4px -2053px;
}

.glyphicons-icon.shoe_steps {
  background-position: -44px -2053px;
}

.glyphicons-icon.plus {
  background-position: -92px -2053px;
}

.glyphicons-icon.minus {
  background-position: -140px -2053px;
}

.glyphicons-icon.redo {
  background-position: -188px -2053px;
}

.glyphicons-icon.undo {
  background-position: -236px -2053px;
}

.glyphicons-icon.golf {
  background-position: -284px -2053px;
}

.glyphicons-icon.hockey {
  background-position: -332px -2053px;
}

.glyphicons-icon.pipe {
  background-position: -380px -2053px;
}

.glyphicons-icon.wrench {
  background-position: -428px -2053px;
}

.glyphicons-icon.folder_closed {
  background-position: 4px -2101px;
}

.glyphicons-icon.phone_alt {
  background-position: -44px -2101px;
}

.glyphicons-icon.earphone {
  background-position: -92px -2101px;
}

.glyphicons-icon.floppy_disk {
  background-position: -140px -2101px;
}

.glyphicons-icon.floppy_saved {
  background-position: -188px -2101px;
}

.glyphicons-icon.floppy_remove {
  background-position: -236px -2101px;
}

.glyphicons-icon.floppy_save {
  background-position: -284px -2101px;
}

.glyphicons-icon.floppy_open {
  background-position: -332px -2101px;
}

.glyphicons-icon.translate {
  background-position: -380px -2101px;
}

.glyphicons-icon.fax {
  background-position: -428px -2101px;
}

.glyphicons-icon.factory {
  background-position: 4px -2149px;
}

.glyphicons-icon.shop_window {
  background-position: -44px -2149px;
}

.glyphicons-icon.shop {
  background-position: -92px -2149px;
}

.glyphicons-icon.kiosk {
  background-position: -140px -2149px;
}

.glyphicons-icon.kiosk_wheels {
  background-position: -188px -2149px;
}

.glyphicons-icon.kiosk_light {
  background-position: -236px -2149px;
}

.glyphicons-icon.kiosk_food {
  background-position: -284px -2149px;
}

.glyphicons-icon.transfer {
  background-position: -332px -2149px;
}

.glyphicons-icon.money {
  background-position: -380px -2149px;
}

.glyphicons-icon.header {
  background-position: -428px -2149px;
}

.glyphicons-icon.blacksmith {
  background-position: 4px -2197px;
}

.glyphicons-icon.saw_blade {
  background-position: -44px -2197px;
}

.glyphicons-icon.basketball {
  background-position: -92px -2197px;
}

.glyphicons-icon.server {
  background-position: -140px -2197px;
}

.glyphicons-icon.server_plus {
  background-position: -188px -2197px;
}

.glyphicons-icon.server_minus {
  background-position: -236px -2197px;
}

.glyphicons-icon.server_ban {
  background-position: -284px -2197px;
}

.glyphicons-icon.server_flag {
  background-position: -332px -2197px;
}

.glyphicons-icon.server_lock {
  background-position: -380px -2197px;
}

.glyphicons-icon.server_new {
  background-position: -428px -2197px;
}

.fl-scrolls,
.fl-scrolls div {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.fl-scrolls {
  bottom: 0;
  height: 35px;
  overflow: auto;
  position: fixed;
}

.fl-scrolls div {
  height: 1px;
  overflow: hidden;
}

.fl-scrolls-hidden {
  bottom: 9999px;
}

.terminarz {
  color: #555;
  cursor: default;
}

.terminarz .table {
  margin: 0;
  padding: 0;
}

.terminarz .table > tbody > tr > th,
.terminarz .table > tbody > tr > td {
  border: 1px solid #fff;
  /*border-left: none;*/
  background-color: #f0f0f0;
}

.terminarz .table,
.terminarz .table > thead > tr > th,
.terminarz .table > tbody > tr > td.person {
  border: none;
}

.terminarz .table tbody tr td.person {
  border-top: none;
  padding: 0 8px;
}

.terminarz .table-hover tbody tr:hover td.person,
.terminarz .table-hover tbody tr:hover td {
  background-color: rgba(219, 219, 219, 0.65);
}

.terminarz .table-hover tbody tr td.person,
.terminarz .table-hover tbody tr td {
  border-top: 1px #fff solid;
}

.terminarz .table > tbody > tr > td.person,
.frozen {
  background-color: #fff;
}

.terminarz tbody tr.active.first-row td.person,
.terminarz tbody tr.active td.person,
.terminarz tbody tr.active td {
  background-color: #dbdbdb;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

.table-scroll {
  overflow-y: auto;
}

.fc-day-header {
  text-transform: capitalize;
  height: 40px;
}

.day-header {
  padding: 0 5px !important;
}

.fc-day-header small {
  font-size: 10px;
  color: #a34a00;
}

.fc-day-header .person-header small {
  font-size: 10px;
  color: #7d7d7d;
}

.fc-person-header {
  width: 16%;
}

.person-header h5 {
  margin: 0;
}

.person-header .weekPeriod {
  margin-right: 12px;
}

.person-header small {
  font-weight: normal;
}

.fc-day-header .person-header,
.fc-day .person {
  width: 16%;
  padding: 0 8px;
  vertical-align: middle;
}

.terminarz #header h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.terminarz .person.fc-person-header h6 {
  line-height: 38px;
  margin: 0;
}

.fc-day-header .day-header,
.fc-day.day {
  width: 12%;
}

.calendar .day {
  padding: 0;
  height: 40px;
}

/*.calendar table tr td {
    vertical-align: middle;
}*/

.filter {
  width: 120px;
}

.terminarz .section-title {
  background-color: #fff;
  width: 300px;
  height: 40px;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  position: relative;
}

.selected-person {
  font-style: italic;
  font-size: 12px;
  display: block;
}

.day.weekend {
  background-image: url(/images/calendar-pattern.png?c5e919b968f02f8d9afa9d681f3e1a63);
}

tr:hover .day.weekend,
tr.active .day.weekend {
  background-image: none;
}

.event-info {
  min-height: 38px;
  /*background-color: #f8f19e;*/
  font-size: 9px;
  line-height: 9px;
}

.event-info .content {
  min-height: 30px;
}

.event-info .content .cartridge {
  padding: 4px 3px;
  border-left: 2px #fff solid;
}

.event-info .content .cartridge.default {
  border-left-color: #64ac00;
}

.event-info .content .cartridge.near {
  border-left-color: #ffc000;
}

.event-info .content .cartridge.past {
  border-left-color: #ff0000;
}

.event-info .content .cartridge.closed {
  border-left-color: #bfbfbf;
}

.section-list-content .task {
  border-left: 5px #fff solid;
}

.section-list-content .task.default {
  border-left-color: #64ac00;
}

.section-list-content .task.near {
  border-left-color: #ffc000;
}

.section-list-content .task.past {
  border-left-color: #ff0000;
}

.event-info .content .cartridge.next-item {
  border-top: 1px #ecdb0a solid;
}

.event-info .content .cartridge .title {
  color: #0000ff;
  font-weight: bolder;
}

.event-info .content .cartridge .title.route {
  text-decoration: underline;
}

.event-info .content .date {
  padding-top: 4px;
}

.lines {
  background-color: white;
  padding-left: 1px;
  height: 8px;
  position: relative;
}

.green-line {
  width: 1px;
  border-top: 2px #64ac00 solid;
  padding-bottom: 2px;
  bottom: 2px;
  position: absolute;
}

.red-line {
  width: 1px;
  border-top: 2px #be1527 solid;
  position: absolute;
  bottom: 0;
}

.terminarz .table tbody tr td.hovered {
  background-color: rgba(180, 180, 180, 0.75);
  background-image: none;
}

.section-list-content {
  overflow-y: auto;
  overflow-x: hidden;
}

.push-menu-bottom .section-list-content {
  height: 197px;
}

.day.ui-draggable-dragging {
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8);
}

.cartridge:not(.disabled).ui-draggable {
  cursor: move;
}

.service-item.cartridge .number {
  cursor: pointer;
}

#clone {
  color: white;
  background-color: gray;
  opacity: 0.7;
}

.wrapper {
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.section-list-header {
  border-top: 1px #dbdbdb solid;
  background-color: #fff;
  height: 40px;
}

.section-list-header .top-line {
  height: 20px;
  border-bottom: 1px #dbdbdb solid;
}

.section-list-header .bottom-line {
  height: 20px;
}

.section-list-content {
  background-color: #dbdbdb;
}

.service-item .top-line {
  height: 20px;
  padding-top: 1px;
}

.service-item .bottom-line {
  height: 20px;
  border-top: 1px #555 solid;
}

.service-item {
  height: 40px;
  border-top: 1px #fff solid;
  font-size: 10px;
  line-height: 10px;
}

.list-row {
  margin-left: 6px;
}

.push-menu-right .show-hide {
  position: absolute;
  left: 0;
  right: initial;
  top: 0;
  bottom: 0;
  background-image: url(/images/calendar-icons.png?21358c0184ad08f7daefd1cc9ecd69f6);
  width: 19px;
  height: 18px;
  background-position: -20px 0;
  background-repeat: no-repeat;
  margin: auto 0;
}

.pmr-close .push-menu-right .show-hide {
  background-position: -20px -18px;
}

.push-menu-right .show-hide:hover {
  background-position: 0 0;
}

.pmr-close .push-menu-right .show-hide:hover {
  background-position: 0 -18px;
}

.push-menu-bottom .show-hide {
  position: absolute;
  right: 0;
  top: 0;
  bottom: inherit;
  background-image: url(/images/calendar-icons.png?21358c0184ad08f7daefd1cc9ecd69f6);
  width: 18px;
  height: 16px;
  background-position: -58px 0;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.pmb-close .push-menu-bottom .show-hide {
  background-position: -58px -18px;
}

.push-menu-bottom .show-hide:hover {
  background-position: -40px 0;
}

.pmb-close .push-menu-bottom .show-hide:hover {
  background-position: -40px -18px;
}

.pmr-close .push-menu-right .service-list .section-content,
.pmr-close .push-menu-right .expired-list .section-content {
  visibility: hidden;
}

.pmr-close .push-menu-right .service-list .section-title .title,
.pmr-close .push-menu-right .expired-list .section-title {
  visibility: hidden;
}

.pmb-close .push-menu-bottom .section-list {
  background-color: #fff;
}

.pmb-close .push-menu-bottom .section-list-header {
  visibility: hidden;
}

.pmr-open .push-menu-right .show-hide {
  right: 0;
  left: inherit;
}

.pmb-open .push-menu-bottom .show-hide {
  top: 0;
  bottom: inherit;
}

.pmr-open .push-menu-right .section-title .title {
  visibility: visible;
  display: block;
}

.pmr-open .push-menu-right .section-content {
  visibility: visible;
}

.pmb-open .push-menu-bottom .section-list-header .top-line {
  visibility: visible;
}

.column {
  padding: 0 2px;
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  line-height: 18px;
}

.column-semi-full {
  width: 248px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

.section-list-header .column {
  line-height: 20px;
}

.column-10 {
  width: 10%;
}

.column-15 {
  width: 15%;
}

.column-20 {
  width: 20%;
}

.column-25 {
  width: 25%;
}

.column-30 {
  width: 30%;
}

.column-50 {
  width: 50%;
}

.column-60 {
  width: 60%;
}

.column-100 {
  width: 100%;
}

.column-20px {
  width: 20px;
}

.column-60px {
  width: 60px;
}

.column-80px {
  width: 80px;
}

.column-110px {
  width: 110px;
}

.column.icon {
  margin: 1px 0 0;
  padding: 0;
}

.add-event {
  cursor: default;
  width: 24px;
  background-image: url(/images/calendar-icons.png?21358c0184ad08f7daefd1cc9ecd69f6);
  background-position: 0 -36px;
  background-repeat: no-repeat;
}

.push-menu-bottom .add-event {
  float: right;
  margin-right: 5px;
}

.list-row .icon:before {
  font-size: 13px;
  margin: 2px 0px;
  text-align: center;
}

.add-event:hover {
  background-position: -24px -36px;
  cursor: pointer;
}

#header-content .list-inline {
  margin: 4px 0 0;
}

#header-content .person-filter-label {
  border-left: 1px #a3490d solid;
  padding: 0 0 0 5px;
}

.body {
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#wrapper {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main {
  margin-right: 23px;
  margin-bottom: 16px;
}

nav.menu {
  position: absolute;
  z-index: 20;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

nav.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav.menu a {
  font-weight: 300;
}

button.close-menu {
  background-color: #3184a1;
}

button.close-menu:focus {
  outline: none;
}

/* slide menu left and right, push menu left and right */

nav.push-menu-right {
  top: 0;
  width: 300px;
  height: 100%;
  border-left: 1px solid white;
}

nav.push-menu-right .section {
  height: 50%;
}

nav.push-menu-bottom .section {
  height: 237px;
}

nav.push-menu-right li {
  display: block;
  text-align: center;
  border-bottom: solid 1px #3184a1;
  border-top: solid 1px #b5dbe9;
}

nav.push-menu-right li:first-child {
  border-top: none;
}

nav.push-menu-right li:last-child {
  border-bottom: none;
}

nav.push-menu-right a {
  display: block;
  padding: 10px;
  font-size: 18px;
}

nav.push-menu-right button.close-menu {
  margin: 10px 0;
  padding: 10px 30px;
}

nav.push-menu-right {
  right: -277px;
}

.body.pmr-open nav.push-menu-right {
  right: 0;
}

.body.pmr-open .main {
  margin-right: 300px;
}

/* slide menu top and bottom */

nav.push-menu-bottom {
  left: 0;
  right: 0;
  height: 237px;
  margin-right: 30px;
}

nav.push-menu-bottom ul {
  text-align: center;
  padding: 25px 0 0 0;
}

nav.push-menu-bottom li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

nav.push-menu-bottom a {
  display: block;
  line-height: 50px;
  padding: 0 10px;
  font-size: 18px;
}

nav.push-menu-bottom button.close-menu {
  display: block;
  line-height: 50px;
  margin: 0;
  padding: 0 10px;
}

nav.push-menu-bottom {
  bottom: -221px;
}

.body.pmb-open nav.push-menu-bottom {
  bottom: 0;
}

.body.pmr-open nav.push-menu-bottom {
  margin-right: 300px;
}

.body.pmb-open .main {
  margin-bottom: 237px;
}

.buttons br {
  display: none;
}

.buttons button {
  padding: 10px 20px;
}

/* slide menu top and bottom */

nav.push-menu-bottom ul {
  padding: 35px 0 0 0;
}

nav.push-menu-bottom button.close-menu {
  line-height: 30px;
  padding: 0 2px;
}

.terminarz .tabbable.tabs-below .nav.nav-tabs {
  padding: 0;
  border: none;
  border-top: 1px #ff6800 solid;
}

.terminarz .tabbable.tabs-below {
  height: 21px;
}

.terminarz .push-menu-bottom .tab-content {
  height: 215px;
}

.terminarz .push-menu-bottom a {
  font-size: 12px;
  color: #555;
  background-color: #fff;
  line-height: 21px;
  padding: 0 15px;
  border: none;
  border-radius: 0;
}

.terminarz .push-menu-bottom a:hover {
  color: #ff6800;
  background-color: #fff;
  border: none;
}

.terminarz .push-menu-bottom .active a,
.terminarz .push-menu-bottom .active a:hover {
  color: #fff;
  background-color: #ff6800;
  border: none;
}

.terminarz input.form-control.checkbox {
  height: initial;
  min-height: initial;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.terminarz input.col-md-1,
.terminarz input.col-md-2,
.terminarz input.col-md-3,
.terminarz input.col-md-4,
.terminarz input.col-md-5,
.terminarz input.col-md-6,
.terminarz input.col-md-7,
.terminarz input.col-md-8,
.terminarz input.col-md-9,
.terminarz input.col-md-10,
.terminarz input.col-md-11,
.terminarz input.col-md-12 {
  margin: 0;
  padding: 0;
}

.modal .modal-dialog .modal-content {
  padding: 20px 30%;
}

.terminarz #add-event .add-event-content {
  height: 250px;
}

.terminarz #add-event .hours {
  height: 220px;
  background-color: #f0f0f0;
}

.terminarz #add-event .items {
  height: 220px;
}

.terminarz #add-event .hours-items {
  float: left;
}

.terminarz #add-event .hours-items span {
  padding: 0;
}

.terminarz #add-event .hours-item {
  height: 44px;
  line-height: 44px;
  width: 40px;
  text-align: center;
  border-bottom: 1px #dbdbdb solid;
  padding-right: 5px;
}

.terminarz #add-event .hours-item.last-item {
  border-bottom: none;
}

.terminarz #add-event .item {
  border-left: 1px #dbdbdb solid;
}

.terminarz input[readonly] {
  background-color: #eee;
  border: 1px solid #ccc;
  -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;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
  line-height: 1.42857143;
  color: #555;
}

.terminarz .hours-line {
  height: 220px;
  width: 5px;
  float: left;
  background: url(/images/calendar-hours.png?ef05f54a2a606002f46d1fbae988934c) no-repeat left center;
  margin-left: -5px;
}

.terminarz .hours-events {
  height: 220px;
  float: left;
  position: relative;
}

.terminarz .hours-event {
  position: absolute;
  background-color: #e6e6e6;
  border: 1px #dbdbdb solid;
  margin-left: 1px;
}

.terminarz .hours-event.current-item {
  border: 1px #dbdbdb solid;
  background-color: #f6f6f6;
}

.terminarz .has-error {
  color: #a94442 !important;
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  color: #a94442 !important;
  background-color: #f2dede !important;
}

.terminarz .popover.left,
.terminarz .popover.right {
  margin-left: -3px;
}

.terminarz .popover.top {
  margin-top: 3px;
}

.terminarz .popover-content {
  cursor: pointer;
}

.popover-content.line {
  border-bottom: 1px solid #f6f6f6;
}

.terminarz .day.sickness,
.terminarz .table-hover tbody tr:hover td.day.sickness {
  background-color: #ff9d9d;
  background-image: none;
}

.terminarz .day.holyday,
.terminarz .table-hover tbody tr:hover td.day.holyday {
  background-color: #ffff9d;
  background-image: none;
}

.terminarz .day.overtime,
.terminarz .table-hover tbody tr:hover td.day.overtime {
  background-color: #addddd;
  background-image: none;
}

.terminarz .day.remotework,
.terminarz .table-hover tbody tr:hover td.day.remotework {
  background-color: #d1addd;
  background-image: none;
}

.terminarz .day .absence {
  text-align: center;
}

.terminarz .day.sickness .absence {
  color: #A00000;
}

.terminarz .day.holyday .absence {
  color: #575700;
}

.terminarz .day {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */

input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */

/* reset extra padding in Firefox, see h5bp.com/l */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */

.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */

.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */

.ui-widget-overlay {
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url(/images/sort_both.png?9a6486086d09bb38cf66a57cc559ade3);
}

table.dataTable thead .sorting_asc {
  background-image: url(/images/sort_asc.png?9326ad44ae4bebdedd141e7a53c2a730);
}

table.dataTable thead .sorting_desc {
  background-image: url(/images/sort_desc.png?1fc418e33fd5a687290258b23fac4e98);
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url(/images/sort_asc_disabled.png?d7dc10c78f23615d328581aebcd805eb);
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url(/images/sort_desc_disabled.png?bda51e15154a18257b4f955a222fd66f);
}

table.dataTable tbody tr {
  background-color: #fff;
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f5f5f5;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: #f5f5f5;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eee;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 0.5em;
  margin-left: 2px;
  text-align: center;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #cacaca;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  -webkit-box-shadow: inset 0 0 3px #111;
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

tfoot {
  display: none;
}

.dataTables_scrollBody tfoot {
  display: contents;
}

.xdsoft_datetimepicker {
  -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/

.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==");
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  -webkit-box-shadow: #178FE5 0px 1px 3px 0px inset;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  -webkit-box-shadow: #178FE5 0px 1px 3px 0px inset;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

.xdsoft_scroller_box {
  position: relative;
}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=6dcb16992153b65c443f)
 * Config saved to config.json and https://gist.github.com/6dcb16992153b65c443f
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before {
  content: "\20AC";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270F";
}

.glyphicon-glass:before {
  content: "\E001";
}

.glyphicon-music:before {
  content: "\E002";
}

.glyphicon-search:before {
  content: "\E003";
}

.glyphicon-heart:before {
  content: "\E005";
}

.glyphicon-star:before {
  content: "\E006";
}

.glyphicon-star-empty:before {
  content: "\E007";
}

.glyphicon-user:before {
  content: "\E008";
}

.glyphicon-film:before {
  content: "\E009";
}

.glyphicon-th-large:before {
  content: "\E010";
}

.glyphicon-th:before {
  content: "\E011";
}

.glyphicon-th-list:before {
  content: "\E012";
}

.glyphicon-ok:before {
  content: "\E013";
}

.glyphicon-remove:before {
  content: "\E014";
}

.glyphicon-zoom-in:before {
  content: "\E015";
}

.glyphicon-zoom-out:before {
  content: "\E016";
}

.glyphicon-off:before {
  content: "\E017";
}

.glyphicon-signal:before {
  content: "\E018";
}

.glyphicon-cog:before {
  content: "\E019";
}

.glyphicon-trash:before {
  content: "\E020";
}

.glyphicon-home:before {
  content: "\E021";
}

.glyphicon-file:before {
  content: "\E022";
}

.glyphicon-time:before {
  content: "\E023";
}

.glyphicon-road:before {
  content: "\E024";
}

.glyphicon-download-alt:before {
  content: "\E025";
}

.glyphicon-download:before {
  content: "\E026";
}

.glyphicon-upload:before {
  content: "\E027";
}

.glyphicon-inbox:before {
  content: "\E028";
}

.glyphicon-play-circle:before {
  content: "\E029";
}

.glyphicon-repeat:before {
  content: "\E030";
}

.glyphicon-refresh:before {
  content: "\E031";
}

.glyphicon-list-alt:before {
  content: "\E032";
}

.glyphicon-lock:before {
  content: "\E033";
}

.glyphicon-flag:before {
  content: "\E034";
}

.glyphicon-headphones:before {
  content: "\E035";
}

.glyphicon-volume-off:before {
  content: "\E036";
}

.glyphicon-volume-down:before {
  content: "\E037";
}

.glyphicon-volume-up:before {
  content: "\E038";
}

.glyphicon-qrcode:before {
  content: "\E039";
}

.glyphicon-barcode:before {
  content: "\E040";
}

.glyphicon-tag:before {
  content: "\E041";
}

.glyphicon-tags:before {
  content: "\E042";
}

.glyphicon-book:before {
  content: "\E043";
}

.glyphicon-bookmark:before {
  content: "\E044";
}

.glyphicon-print:before {
  content: "\E045";
}

.glyphicon-camera:before {
  content: "\E046";
}

.glyphicon-font:before {
  content: "\E047";
}

.glyphicon-bold:before {
  content: "\E048";
}

.glyphicon-italic:before {
  content: "\E049";
}

.glyphicon-text-height:before {
  content: "\E050";
}

.glyphicon-text-width:before {
  content: "\E051";
}

.glyphicon-align-left:before {
  content: "\E052";
}

.glyphicon-align-center:before {
  content: "\E053";
}

.glyphicon-align-right:before {
  content: "\E054";
}

.glyphicon-align-justify:before {
  content: "\E055";
}

.glyphicon-list:before {
  content: "\E056";
}

.glyphicon-indent-left:before {
  content: "\E057";
}

.glyphicon-indent-right:before {
  content: "\E058";
}

.glyphicon-facetime-video:before {
  content: "\E059";
}

.glyphicon-picture:before {
  content: "\E060";
}

.glyphicon-map-marker:before {
  content: "\E062";
}

.glyphicon-adjust:before {
  content: "\E063";
}

.glyphicon-tint:before {
  content: "\E064";
}

.glyphicon-edit:before {
  content: "\E065";
}

.glyphicon-share:before {
  content: "\E066";
}

.glyphicon-check:before {
  content: "\E067";
}

.glyphicon-move:before {
  content: "\E068";
}

.glyphicon-step-backward:before {
  content: "\E069";
}

.glyphicon-fast-backward:before {
  content: "\E070";
}

.glyphicon-backward:before {
  content: "\E071";
}

.glyphicon-play:before {
  content: "\E072";
}

.glyphicon-pause:before {
  content: "\E073";
}

.glyphicon-stop:before {
  content: "\E074";
}

.glyphicon-forward:before {
  content: "\E075";
}

.glyphicon-fast-forward:before {
  content: "\E076";
}

.glyphicon-step-forward:before {
  content: "\E077";
}

.glyphicon-eject:before {
  content: "\E078";
}

.glyphicon-chevron-left:before {
  content: "\E079";
}

.glyphicon-chevron-right:before {
  content: "\E080";
}

.glyphicon-plus-sign:before {
  content: "\E081";
}

.glyphicon-minus-sign:before {
  content: "\E082";
}

.glyphicon-remove-sign:before {
  content: "\E083";
}

.glyphicon-ok-sign:before {
  content: "\E084";
}

.glyphicon-question-sign:before {
  content: "\E085";
}

.glyphicon-info-sign:before {
  content: "\E086";
}

.glyphicon-screenshot:before {
  content: "\E087";
}

.glyphicon-remove-circle:before {
  content: "\E088";
}

.glyphicon-ok-circle:before {
  content: "\E089";
}

.glyphicon-ban-circle:before {
  content: "\E090";
}

.glyphicon-arrow-left:before {
  content: "\E091";
}

.glyphicon-arrow-right:before {
  content: "\E092";
}

.glyphicon-arrow-up:before {
  content: "\E093";
}

.glyphicon-arrow-down:before {
  content: "\E094";
}

.glyphicon-share-alt:before {
  content: "\E095";
}

.glyphicon-resize-full:before {
  content: "\E096";
}

.glyphicon-resize-small:before {
  content: "\E097";
}

.glyphicon-exclamation-sign:before {
  content: "\E101";
}

.glyphicon-gift:before {
  content: "\E102";
}

.glyphicon-leaf:before {
  content: "\E103";
}

.glyphicon-fire:before {
  content: "\E104";
}

.glyphicon-eye-open:before {
  content: "\E105";
}

.glyphicon-eye-close:before {
  content: "\E106";
}

.glyphicon-warning-sign:before {
  content: "\E107";
}

.glyphicon-plane:before {
  content: "\E108";
}

.glyphicon-calendar:before {
  content: "\E109";
}

.glyphicon-random:before {
  content: "\E110";
}

.glyphicon-comment:before {
  content: "\E111";
}

.glyphicon-magnet:before {
  content: "\E112";
}

.glyphicon-chevron-up:before {
  content: "\E113";
}

.glyphicon-chevron-down:before {
  content: "\E114";
}

.glyphicon-retweet:before {
  content: "\E115";
}

.glyphicon-shopping-cart:before {
  content: "\E116";
}

.glyphicon-folder-close:before {
  content: "\E117";
}

.glyphicon-folder-open:before {
  content: "\E118";
}

.glyphicon-resize-vertical:before {
  content: "\E119";
}

.glyphicon-resize-horizontal:before {
  content: "\E120";
}

.glyphicon-hdd:before {
  content: "\E121";
}

.glyphicon-bullhorn:before {
  content: "\E122";
}

.glyphicon-bell:before {
  content: "\E123";
}

.glyphicon-certificate:before {
  content: "\E124";
}

.glyphicon-thumbs-up:before {
  content: "\E125";
}

.glyphicon-thumbs-down:before {
  content: "\E126";
}

.glyphicon-hand-right:before {
  content: "\E127";
}

.glyphicon-hand-left:before {
  content: "\E128";
}

.glyphicon-hand-up:before {
  content: "\E129";
}

.glyphicon-hand-down:before {
  content: "\E130";
}

.glyphicon-circle-arrow-right:before {
  content: "\E131";
}

.glyphicon-circle-arrow-left:before {
  content: "\E132";
}

.glyphicon-circle-arrow-up:before {
  content: "\E133";
}

.glyphicon-circle-arrow-down:before {
  content: "\E134";
}

.glyphicon-globe:before {
  content: "\E135";
}

.glyphicon-wrench:before {
  content: "\E136";
}

.glyphicon-tasks:before {
  content: "\E137";
}

.glyphicon-filter:before {
  content: "\E138";
}

.glyphicon-briefcase:before {
  content: "\E139";
}

.glyphicon-fullscreen:before {
  content: "\E140";
}

.glyphicon-dashboard:before {
  content: "\E141";
}

.glyphicon-paperclip:before {
  content: "\E142";
}

.glyphicon-heart-empty:before {
  content: "\E143";
}

.glyphicon-link:before {
  content: "\E144";
}

.glyphicon-phone:before {
  content: "\E145";
}

.glyphicon-pushpin:before {
  content: "\E146";
}

.glyphicon-usd:before {
  content: "\E148";
}

.glyphicon-gbp:before {
  content: "\E149";
}

.glyphicon-sort:before {
  content: "\E150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}

.glyphicon-sort-by-order:before {
  content: "\E153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}

.glyphicon-sort-by-attributes:before {
  content: "\E155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}

.glyphicon-unchecked:before {
  content: "\E157";
}

.glyphicon-expand:before {
  content: "\E158";
}

.glyphicon-collapse-down:before {
  content: "\E159";
}

.glyphicon-collapse-up:before {
  content: "\E160";
}

.glyphicon-log-in:before {
  content: "\E161";
}

.glyphicon-flash:before {
  content: "\E162";
}

.glyphicon-log-out:before {
  content: "\E163";
}

.glyphicon-new-window:before {
  content: "\E164";
}

.glyphicon-record:before {
  content: "\E165";
}

.glyphicon-save:before {
  content: "\E166";
}

.glyphicon-open:before {
  content: "\E167";
}

.glyphicon-saved:before {
  content: "\E168";
}

.glyphicon-import:before {
  content: "\E169";
}

.glyphicon-export:before {
  content: "\E170";
}

.glyphicon-send:before {
  content: "\E171";
}

.glyphicon-floppy-disk:before {
  content: "\E172";
}

.glyphicon-floppy-saved:before {
  content: "\E173";
}

.glyphicon-floppy-remove:before {
  content: "\E174";
}

.glyphicon-floppy-save:before {
  content: "\E175";
}

.glyphicon-floppy-open:before {
  content: "\E176";
}

.glyphicon-credit-card:before {
  content: "\E177";
}

.glyphicon-transfer:before {
  content: "\E178";
}

.glyphicon-cutlery:before {
  content: "\E179";
}

.glyphicon-header:before {
  content: "\E180";
}

.glyphicon-compressed:before {
  content: "\E181";
}

.glyphicon-earphone:before {
  content: "\E182";
}

.glyphicon-phone-alt:before {
  content: "\E183";
}

.glyphicon-tower:before {
  content: "\E184";
}

.glyphicon-stats:before {
  content: "\E185";
}

.glyphicon-sd-video:before {
  content: "\E186";
}

.glyphicon-hd-video:before {
  content: "\E187";
}

.glyphicon-subtitles:before {
  content: "\E188";
}

.glyphicon-sound-stereo:before {
  content: "\E189";
}

.glyphicon-sound-dolby:before {
  content: "\E190";
}

.glyphicon-sound-5-1:before {
  content: "\E191";
}

.glyphicon-sound-6-1:before {
  content: "\E192";
}

.glyphicon-sound-7-1:before {
  content: "\E193";
}

.glyphicon-copyright-mark:before {
  content: "\E194";
}

.glyphicon-registration-mark:before {
  content: "\E195";
}

.glyphicon-cloud-download:before {
  content: "\E197";
}

.glyphicon-cloud-upload:before {
  content: "\E198";
}

.glyphicon-tree-conifer:before {
  content: "\E199";
}

.glyphicon-tree-deciduous:before {
  content: "\E200";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014     \A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0     \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: 'Lato', sans-serif;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

.form-control::-webkit-input-placeholder {
  color: #777;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  /*height: 34px;*/
  line-height: 34px;
  text-align: center;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.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 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

.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;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.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;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.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;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #777;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #777;
}

.navbar-inverse .navbar-nav > li > a {
  color: #777;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #777;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #777;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}

.jumbotron a {
  color: #25C6E2 !important;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  display: inline-block;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container .jumbotron {
    padding-left: 15px;
    padding-right: 15px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 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);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  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 .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
  color: #777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: 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);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .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: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 600px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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: #999;
  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: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  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: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  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: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .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: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -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 #fff;
  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: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/fontawesome-webfont.eot?8b27bc96115c2d24350f0d09e6a9433f);
  src: url(/fonts/fontawesome-webfont.eot?8b27bc96115c2d24350f0d09e6a9433f?#iefix&v=4.0.3) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff?3293616ec0c605c7c2db25829a0a509e) format("woff"), url(/fonts/fontawesome-webfont.ttf?dcb26c7239d850266941e80370e207c1) format("truetype"), url(/fonts/fontawesome-webfont.svg?b526f0637e912fae979bcfe9f0c9bd74#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: .14285714285714285em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-mail-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

@font-face {
  font-family: 'fontello';
  src: url(/fonts/fontello.eot?d8ba44d99809da8d8609abe444d411c7);
  src: url(/fonts/fontello.eot?d8ba44d99809da8d8609abe444d411c7#iefix) format("embedded-opentype"), url(/fonts/fontello.woff?8a4054391073d45affc46e59320174ea) format("woff"), url(/fonts/fontello.ttf?3ca9a8e617ba99db2d7ea16cc3df175a) format("truetype"), url(/fonts/fontello.svg?89745019cbb16bfd50a897384c7d8d0c#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../../public/font/fontello.svg?2633429#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;*/
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  /*  font-variant: normal;
  text-transform: none;*/
  /* fix buttons height, for twitter bootstrap */
  /*  line-height: 1em;*/
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*  margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-book-open:before {
  content: '\E800';
}

.icon-user:before {
  content: '\E801';
}

.icon-user-1:before {
  content: '\E802';
}

.icon-user-2:before {
  content: '\E803';
}

html {
  position: relative;
}

.container {
  width: 100%;
  padding: 0;
}

.wrap {
  position: relative;
}

.menu-left {
  position: absolute;
  width: 100%;
}

.menu-right {
  position: absolute;
  right: 0;
  top: 10px;
}

.menu-right .slide-menu-button i {
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  position: absolute;
  bottom: 10px;
  right: 12px;
}

.menu-right .dropdown-menu {
  width: 150px;
  left: -34px;
}

.menu-right .dropdown-menu a {
  display: block;
}

.header {
  width: 100%;
  color: #fff !important;
}

.logo {
  margin: 6px 0 0 10px;
}

.header.blue {
  background: #4799e4;
}

.header.blue .user-name {
  background: #1d598c;
}

.header.green {
  background: #64ac00;
}

.header.green .user-name {
  background: #3f7600;
}

.header.orange {
  background: #ff6600;
}

.header.orange .user-name {
  background: #a3490d;
}

/*.header.gray{background: #b0b0b0}
.header.gray .user-name{background: #858585}*/

.header.malachite {
  background: #0b885e;
}

.header.malachite .user-name {
  background: #076445;
}

.header.yelow {
  background: #ffce04;
}

.header.yelow .user-name {
  background: #CC9900;
}

.header.purple {
  background: #a534a5;
}

.header.purple .user-name {
  background: #7f397f;
}

.user-name {
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
}

.bold {
  font-weight: bold;
}

.btn.logout {
  border: none;
  padding: 6px 24px;
}

.btn.logout i {
  margin-right: 7px;
}

.btn.logout a:hover {
  text-decoration: none;
}

.static-container {
  width: 860px;
  margin: auto;
  display: table;
}

.static-container .left {
  width: 445px;
  display: inline-block;
  vertical-align: top;
}

.static-container .right {
  margin-left: 95px;
  width: 295px;
  display: inline-block;
  vertical-align: top;
}

.center-container {
  margin: 0 10px 0 20px;
}

.wrapper-content {
  position: relative;
  margin-left: auto;
  padding: 10px 1px 0 1px;
}

.login-block {
  margin-bottom: 300px;
}

.center-no-float {
  float: none;
  margin: auto;
}

.no-margin {
  margin: 0;
}

.form-control::-webkit-input-placeholder {
  color: #ddd;
}

.form-control::-moz-placeholder {
  color: #ddd;
}

/* firefox 19+ */

.form-control:-ms-input-placeholder {
  color: #ddd;
}

/* ie */

a:hover {
  color: #1d598c;
}

.filters-form {
  display: table;
  padding: 0 70px 0 0;
}

.filters-form label {
  margin-right: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.filters-form label .name {
  display: inline-block;
}

.filters-form .fix-input {
  margin-top: -2px;
}

.filters-form .inline-block {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .filters-form label .name {
    display: none;
  }
}

.button-search {
  position: absolute;
  right: 10px;
  top: 10px;
}

.row-filters {
  padding-bottom: 15px;
  display: inline-block;
}

.row-filters-fixed {
  margin-bottom: 15px;
}

label {
  font-weight: normal;
}

input.form-control,
select.form-control {
  padding: 2px 0;
  height: 22px !important;
  border-radius: 0;
  font-size: 12px;
}

input.form-control {
  padding: 2px 12px;
}

textarea.form-control {
  border-radius: 0;
}

select.form-control.auto-height {
  height: auto;
}

/*#new-operation input, #new-operation select{height: 20px}*/

#new-operation label.margin-right {
  margin-right: 24px;
}

#forwarding label {
  width: 230px;
  display: block;
  float: left;
}

#dictionary label {
  width: 230px;
}

.dictionary label {
  width: 230px;
}

label.float {
  width: 130px;
  display: inline-block;
  float: left;
}

#assignment.form-horizontal .form-group {
  margin-bottom: 10px;
}

#assignment.form-horizontal .tabs {
  margin-top: 0;
}

.form-horizontal.no-inline-label label {
  display: block;
}

select.form-control.custom-width {
  width: 170px;
}

label.custom-label {
  display: inline-block;
  padding-right: 15px;
}

.input-small,
.input-group .input-small {
  width: 100px;
}

.input-normal,
.input-group .input-normal {
  width: 140px;
}

.input-medium,
.form-inline .form-control.input-medium {
  width: 110px;
}

.input-small,
.form-inline .form-control.input-small {
  width: 70px;
}

.form-custom-field label {
  width: 120px;
  margin-right: 10px;
}

.form-custom-field .width-person {
  width: 130px;
}

.form-custom-field .auto-width {
  width: auto;
}

.form-custom-field label.text-right {
  text-align: right;
}

.form-custom-field label.no-inline {
  display: block;
}

.form-custom-field label.small-width {
  width: 84px;
}

.form-custom-field .div-input {
  display: inline-block;
}

.form-custom-field .div-input .date-picker input {
  width: 100%;
}

.form-custom-field .div-input.width-sl {
  width: 100px;
  vertical-align: top;
}

.form-custom-field .div-input.width-md {
  width: 200px;
  vertical-align: top;
}

.form-custom-field .div-input.width-lg {
  width: 300px;
  vertical-align: top;
}

.form-custom-field .div-input.width-300 {
  width: 300px;
  vertical-align: top;
}

.form-custom-field .div-input.width-170 {
  width: 170px;
  vertical-align: top;
}

.form-custom-field .div-input.width110 {
  width: 110px;
  vertical-align: top;
}

.form-custom-field .div-input.width-70 {
  width: 70px;
  vertical-align: top;
}

.form-custom-field .div-input.to-up {
  margin-top: -22px;
}

.form-custom-field .div-input.width-big {
  width: 505px;
}

.form-custom-field .form-group {
  margin-bottom: 5px;
}

#newCompany.form-custom-field .div-input.width-sm {
  width: 60px;
}

#newCompany.form-custom-field .div-input.width-lg {
  width: 400px;
}

#newCompany.form-custom-field .div-input.width-custom {
  width: 270px;
}

#newCompany.form-custom-field .label-active {
  text-align: right;
}

#newCompany.form-custom-field .label-city {
  width: 54px;
  text-align: right;
}

.radio-inline {
  display: inline;
}

.radio-inline input[type="checkbox"] {
  margin-right: 8px;
  margin-top: -2px;
  vertical-align: middle;
}

#addPersonToProject.form-custom-field label {
  width: 130px;
}

#addPersonToGroup.form-custom-field label {
  width: 150px;
}

.description-field {
  display: inline-block;
  max-width: 400px;
  min-width: 250px;
  min-height: 55px;
  max-height: 250px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  overflow-y: auto;
}

.hours-project {
  min-height: 70px;
  min-width: 350px;
  margin-top: 7px;
}

.floating-container {
  overflow: auto;
  padding: 0 2px;
}

.table {
  margin-bottom: 0;
}

.table-data {
  border: none;
  text-align: center;
}

.table-data tbody {
  border-left: 1px solid #DDD;
}

.table-data tbody td,
.table-data tbody td span {
  white-space: nowrap;
}

.table-data thead > tr {
  white-space: nowrap;
}

.table-data thead > tr.filters {
  border-top: 2px solid #DDD;
  border-bottom: 2px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  background: #f4f4f5;
}

.table-data thead > tr.filters > td input {
  border: 1px solid #DDD;
  height: 20px;
  width: 100%;
}

.table-data thead > tr.filters > td .input-group {
  display: block;
  width: 110px;
  text-align: left;
  z-index: 1;
}

.table-data thead > tr.filters > td .input-group input {
  width: 80%;
}

.table-data thead > tr.filters > td .input-group .input-group-addon {
  display: block;
  width: 26px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 0;
  padding-top: 2px;
}

.table-data thead > tr.filters > td[data-name="Data"] .input-group {
  width: 110px;
}

/*.table-data tbody > tr.currentRow > td{background: #EAF7DB;}*/

/*.table-data tbody > tr.active-edit-row td{background: #cacaca;}*/

#tree-rows td.data-to-left a {
  white-space: normal;
  display: inline-block;
  width: 200px;
  vertical-align: top;
}

#tree-rows td.data-to-left .dots {
  display: inline-block;
  height: 100%;
}

.blue .table-data tbody > tr.active-edit-row td,
.blue .table-data tbody > tr.currentRow > td,
.blue .table-data tbody > tr.selected > td {
  background: #f2f6f9;
}

.green .table-data tbody > tr.active-edit-row td,
.green .table-data tbody > tr.currentRow > td,
.green .table-data tbody > tr.selected > td {
  background: #EAF7DB;
}

.malachite .table-data tbody > tr.active-edit-row td,
.malachite .table-data tbody > tr.currentRow > td,
.malachite .table-data tbody > tr.selected > td {
  background: #DAF1EA;
}

.no-border tbody {
  border: none;
}

.data-to-left {
  text-align: left;
}

table.row-click tr:hover {
  cursor: pointer;
}

.hedaer-table {
  padding: 8px;
  color: #616161;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}

.thead-wanna-be > td {
  border: none;
  border-bottom: 2px solid #DDD;
}

.table-no-border-td > td {
  border: none;
}

.first-cell-padding tr td:first-child {
  padding-right: 20px;
}

.td-border-bottom {
  border-bottom: 2px solid #DDD;
}

.cell-green {
  background: #eaf7db;
}

.cell-malachite {
  background: #daf1ea;
}

.cell-dark-malachite {
  background: #b6d1c9;
}

.cell-light-gray {
  background: #f2f2f2;
}

.cell-dark-gray {
  background: #d9d9d9;
}

.blue-color {
  color: #1b5890 !important;
}

.green-color {
  color: #3f7600;
}

.zielony2 {
  color: #3f7600;
}

.niebieski {
  color: #1b5890;
}

.cell-padding-right {
  padding: 0 5px 0 0;
}

.table-width-auto {
  width: auto;
}

.thead-border-bottom {
  border-bottom: 2px solid #DDD;
}

.clear-font-size {
  font-size: 0;
}

.table-no-margin-bottom {
  margin-bottom: 0;
}

.cell-light-blue {
  background: #f2f6f9;
  color: #1b5890;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

#count-sum hr {
  border-top: 1px solid #000;
}

.data-inner-table-left {
  width: 50%;
  display: inline-block;
  overflow: auto;
  padding: 0 1px;
}

.data-inner-table-right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  overflow: auto;
}

.table-data thead > tr > th,
.table-data thead > tr > td {
  border: none;
}

.date-picker input {
  text-align: center;
}

.input-group.date-picker .input-group-addon {
  padding: 0 6px;
}

.no-margin-bottom .form-group {
  margin-bottom: 0;
}

.form-group {
  margin-right: 20px;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.form-control {
  font-size: 12px;
  height: auto !important;
}

.green .form-control:focus {
  border-color: #6eaf00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(16, 136, 25, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(16, 136, 25, 0.6);
}

.green .btn-primary:focus,
.green.btn-primary:active {
  border-color: #6eaf00;
  outline-color: #6eaf00;
}

.orange .form-control:focus {
  border-color: #fc7100;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(192, 136, 36, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(192, 136, 36, 0.6);
}

.orange .btn-primary:focus,
.orange .btn-primary:active {
  border-color: #fc7100;
  outline-color: #fc7100;
}

.yelow .form-control:focus {
  border-color: #CC9900;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(207, 171, 55, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(207, 171, 55, 0.6);
}

.yelow .btn-primary:focus,
.yelow.btn-primary:active {
  border-color: #CC9900;
  outline-color: #CC9900;
}

.lily .form-control:focus {
  border-color: #DD9ECD;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 158, 205, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 158, 205, 0.6);
}

.lily .btn-primary:focus,
.yelow.btn-primary:active {
  border-color: #DD9ECD;
  outline-color: #DD9ECD;
}

.malachite .form-control:focus {
  border-color: #076445;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(53, 167, 80, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(53, 167, 80, 0.6);
}

.malachite .btn-primary:focus,
.malachite .btn-primary:active {
  border-color: #076445;
  outline-color: #076445;
}

.purple .form-control:focus {
  border-color: #7f397f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(127, 57, 127, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(127, 57, 127, 0.6);
}

.purple .btn-primary:focus,
.purple .btn-primary:active {
  border-color: #7f397f;
  outline-color: #7f397f;
}

.config-visible-table {
  position: relative;
  margin-top: 0px;
}

.config-visible-table i {
  margin-right: 5px;
}

.dropdown-menu {
  padding: 5px 10px;
  min-width: 0 !important;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0 8px;
}

.dropdown-menu .btn-primary {
  width: 100%;
}

.dropdown-menu ul input[type="checkbox"] {
  margin-right: 10px;
}

.dropdown-menu ul label {
  white-space: nowrap;
}

.dropdown-menu a {
  white-space: nowrap;
}

.table-pagination {
  padding: 0;
}

.table-pagination li {
  display: inline;
}

.table-pagination li > a,
.table-pagination li > span {
  line-height: 1.5;
  margin-left: -1px;
  padding: 6px 8px;
}

.table-pagination li.active,
.table-pagination li > a:hover {
  color: #1d598c;
  text-decoration: underline;
}

.table-pagination li > span {
  cursor: default;
}

.table-pagination li.first {
  color: #BBB;
}

.bottom .pipe::after,
.bottom .pipe-before::before,
.bottom .pipe-before-first::before {
  margin: 0 5px;
}

.bg-image-login {
  width: 445px;
  height: 333px;
}

.center-login {
  width: 75%;
  margin: auto;
}

.pipe::after,
.pipe-before-first::before {
  margin-left: 20px;
  content: "|";
  color: #c8cacc;
  font-size: 15px;
}

.pipe-before::before {
  margin-right: 20px;
  content: "|";
  color: #c8cacc;
  font-size: 15px;
}

.btn {
  border-radius: 0;
  padding: 5px 24px;
}

.btn.btn-primary {
  padding: 10px 30px;
  border: none;
}

.btn-primary i.glyphicons::before,
.btn-primary#dialogBoxSave i.glyphicons::before {
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
}

.btn-primary#Modyfikuj i.glyphicons::before {
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
}

.btn.btn-primary {
  border: none;
}

.blue .btn.btn-primary {
  background: #1d598c;
}

.green .btn.btn-primary {
  background: #3f7600;
}

.orange .btn.btn-primary {
  background: #ff6600;
}

.purple .btn.btn-primary {
  background: #4d134d;
}

/*.gray .btn.btn-primary{background: #858585;}*/

.malachite .btn.btn-primary {
  background: #076445;
}

.yelow .btn.btn-primary {
  background: #CC9900;
}

.purple .btn.btn-primary {
  background: #7f397f;
}

.btn-gray {
  background: #ADADAD;
  color: #fff;
}

.inner-to-right {
  text-align: right;
}

.inner-to-center {
  text-align: center;
}

.copyright {
  margin-top: 55px;
}

.footer {
  margin-top: 70px;
  padding: 15px 0;
  width: 100%;
  background-color: #eee;
  position: absolute;
  bottom: 0;
}

.footer .block {
  width: 275px;
  display: inline-block;
  vertical-align: top;
}

.footer .block-expanding {
  width: 100%;
}

.space {
  margin: 20px;
}

.space-top {
  margin-top: 10px;
}

.space-bottom {
  margin-bottom: 20px;
}

.half-space-bottom {
  margin-bottom: 10px;
}

.half-space-top {
  margin-top: 10px;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

.padding-top {
  padding-top: 15px;
}

.delegation.input {
  display: inline-block;
  width: 37px;
}

.margin-right-input {
  margin-right: 15px;
}

.margin-left-inner-form {
  margin-left: 15px;
}

.margin-right-inner-form {
  margin-right: 15px;
}

.big-margin-left {
  margin-left: 25px;
}

.form-horizontal .no-margin-left {
  margin-left: 0;
}

.form-horizontal .no-margin {
  margin-left: 0;
  margin-right: 0;
}

.form-horizontal .margin-right {
  margin-right: 15px;
}

.input-group.float-left {
  float: left;
}

.form-control.no-margin {
  margin: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

label.no-float {
  float: none;
}

label.name-block {
  color: #000;
}

.loader,
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #DDD;
  opacity: 0.5;
}

.loader .spinner {
  position: relative;
  display: block;
  width: 66px;
  height: 66px;
  margin: auto;
  top: 47%;
}

#overDiv {
  color: #64ac00;
  background: #fff;
  border: 1px solid #DDD;
}

/*.overlib{font-size: 13px; color: #414651;}*/

.operation {
  width: 100%;
}

h4 {
  display: block;
  text-align: left;
  padding-bottom: 8px;
}

.text-right {
  text-align: right;
}

.green h4 {
  color: #64ac00;
  border-bottom: 1px solid #64ac00;
}

.blue h4 {
  color: #4799e4;
  border-bottom: 1px solid #4799e4;
}

.orange h4 {
  color: #ff6600;
  border-bottom: 1px solid #ff6600;
}

.malachite h4 {
  color: #0b885e;
  border-bottom: 1px solid #0b885e;
}

.input-group.padding-left {
  padding-left: 15px;
}

.komurka {
  background: #EAF7DB;
  border: 2px solid;
  border-color: #fff;
}

.tlo_z {
  background: #fbfccd;
}

.padding-left10 {
  padding-left: 10px;
}

.padding-left0 {
  padding-left: 0;
}

.padding-right10 {
  padding-right: 10px;
}

.padding-right25 {
  padding-right: 25px;
}

.margin-right25 {
  margin-right: 25px;
}

/*select list*/

.label {
  background: #fff;
  border: 1px solid #ccc;
  padding-left: 20px;
}

.label i {
  color: #000;
}

.label .fa-sort-asc {
  font-size: 13px;
}

/*dialog box*/

.dialog-box {
  background: #fff;
  height: 250px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 100;
}

.dialog-box .center-box {
  width: 450px;
  margin: auto;
  height: 100%;
}

.dialog-box .left-box {
  width: 190px;
  height: 100%;
  background: #f1f1f1;
  color: #a1a1a1;
  display: inline-block;
  vertical-align: top;
}

.dialog-box .left-box .fa-question {
  font-size: 85px;
  margin-top: 70px;
  margin-left: 60px;
}

.dialog-box .right-box {
  width: 260px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
}

.dialog-box .right-box .buttons {
  margin-top: 15px;
}

#dialogBoxSave {
  margin-right: 10px;
}

.label-dialog-box {
  margin-bottom: 10px;
  display: block;
}

.dialog-box .right-box h4 {
  color: #969696;
  display: block;
  margin: 25px 0;
  border: none;
}

.modal .modal-dialog {
  position: absolute;
  top: 50% !important;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin: auto 0;
  width: 100%;
  min-height: 250px;
}

.modal .modal-dialog .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 20px 25%;
}

.modal-footer {
  text-align: left;
}

.modal-footer .btn + .btn {
  margin-left: 15px;
}

.modal .close {
  font-weight: normal;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 5px;
}

.modal-header {
  border: none;
}

.modal-footer {
  border: none;
}

.values {
  text-align: right;
}

/*RAPORT*/

.raport {
  color: #000 !important;
}

.raport {
  text-align: left;
}

.raport.width-80 {
  width: 80%;
}

.raport .header-cel {
  text-align: center;
}

.raport .blue-bg {
  background: #0066cc !important;
  color: #ccffff !important;
  font-weight: bold;
}

.raport .dark-green-bg {
  background: #008000 !important;
  color: #fff !important;
  font-weight: bold;
}

.raport .dark-green-bg td,
.raport .soft-green-bg td,
.raport .soft-bg td {
  border: 1px solid #fff !important;
}

.raport .soft-green-bg {
  background: #ccffcc !important;
}

.raport .company-name {
  color: #ffff00 !important;
}

.raport .soft-bg {
  background: #fff8dd !important;
}

.raport .soft-purple-bg {
  background: #f2dcdb !important;
}

.raport .dark-purple-bg {
  background: #a52d9c !important;
}

.raport .border-cell td,
.raport .border-body,
.raport .border {
  border: 1px solid #000 !important;
}

.raport .border-right {
  border-right: 1px solid #000 !important;
}

.raport .border-left {
  border-left: 1px solid #000 !important;
}

.raport .white-color {
  color: #fff !important;
}

.raport .white-border td {
  border: 1px solid #fff !important;
}

.report-content {
  width: 85%;
}

.report-content table {
  width: 100%;
}

.report-content table td {
  padding-left: 8px;
  padding-right: 8px;
}

.report-content table .gray-bg {
  background: #f2f2f2 !important;
}

.report-content table td {
  border: 1px solid #000 !important;
}

.report-content .top-report {
  margin-bottom: 20px;
}

.report-content .top-report td {
  padding: 10px;
}

.report-content .top-report .label-header {
  display: inline-block;
  width: 60px;
}

.report-content .top-report .value-header {
  display: inline-block;
}

.report-content .content-report .signature {
  height: 80px;
}

.report-content .content-report .title {
  height: 30px;
  text-align: center;
}

.report-content .content-report .title td {
  padding-top: 6px;
}

.report-content .to-right {
  text-align: right;
}

.report-content .to-left {
  text-align: left;
}

.report-content .to-center {
  text-align: center;
}

.report-content .to-justify {
  text-align: justify;
}

.report-content .padding-md td {
  padding: 12px 10px;
}

.report-content .signature-value {
  margin-top: 10px;
  font-weight: bold;
}

.report-content .signature-value:last-child {
  margin-bottom: 10px;
}

.report-content .no-style {
  padding: 0;
  border: 0;
}

.report-content .author-report {
  display: none;
}

.footer-report {
  display: none;
  border-top: 1px solid #000 !important;
  width: 100%;
}

@media print {
  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .maski,
  .header,
  .menu-right,
  .menu-left {
    display: none;
  }

  .report-content,
  table {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .center-container {
    margin: 0;
    height: 100%;
    padding: 0;
  }

  .report-content .author-report {
    display: block;
    font-style: italic;
  }

  .wrapper-content {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .footer-report {
    position: fixed;
    bottom: 0;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .container {
    width: 100%;
    height: 100%;
  }

  .footer-report .left-footer {
    width: 60%;
    text-align: left;
    float: left;
  }

  .footer-report .right-footer {
    width: 39%;
    text-align: right;
    font-style: italic;
    float: right;
  }

  .report-settlements table.raport {
    width: 100%;
  }

  a[href]:after {
    content: none !important;
  }

  /*.report-settlements table.raport .t1{border: 1px solid;border-color: black;}
	.report-settlements table.raport .t2{border-right: 1px solid;border-color: black;}
	.report-settlements table.raport .t3{border-top: 1px solid;border-color: black;}
	.report-settlements table.raport .t4{border: 3px solid;border-color: black; color: black;}
	.report-settlements table.raport .t5{border-left: 2px solid; border-right: 1px solid; border-color: black;}*/
}

#rate .small {
  width: 80px;
}

#rate .medium {
  width: 120px;
}

#rate .medium input.date {
  width: 94px;
}

#rate label {
  vertical-align: top;
}

#standardCount .small {
  width: 80px;
}

#standardCount .medium {
  width: 120px;
}

#standardCount label {
  vertical-align: top;
}

.path {
  margin-left: 60px;
}

.breadcrumb {
  margin-bottom: 0px;
  background-color: transparent;
  padding: 7px 15px;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb a:hover {
  color: #000;
}

.sticky-header {
  max-height: 350px;
  overflow-y: auto;
  position: relative;
}

#table-action thead {
  background: #fff;
}

#zadania_tab .hedaer-table {
  margin-top: 0;
}

#projekty_tab .tabs a,
#projekty_tab .tabs input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

input.small-padding-inner-input {
  padding: 2px 7px;
}

.floatThead-container th {
  background: #fff;
}

.scroll-task {
  height: 119px;
  overflow-y: auto;
}

.top-border-project {
  border-top: 2px solid #DDD;
}

.parameters-list .row {
  margin-bottom: 8px;
}

.parameters-list .bold {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}

.parameters-list .blue-color {
  display: inline-block;
  vertical-align: top;
  width: 110px;
}

.kolor-kon {
  color: #076445;
}

.red {
  color: red !important;
}

.dropdown-menu {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

thead .sorting,
thead .sorting_asc,
thead .sorting_desc {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.alertify,
.alertify-show,
.alertify-log {
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
}

.alertify-hide {
  -webkit-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */
}

.alertify-log-hide {
  -webkit-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */
}

.alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

.alertify-cover-hidden {
  display: none;
}

.alertify {
  position: fixed;
  z-index: 99999;
  top: 50px;
  left: 50%;
  width: 550px;
  margin-left: -275px;
  opacity: 1;
}

.alertify-hidden {
  -webkit-transform: translate(0, -150px);
  transform: translate(0, -150px);
  opacity: 0;
  display: none;
}

/* overwrite display: none; for everything except IE6-8 */

:root * > .alertify-hidden {
  display: block;
  visibility: hidden;
}

.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px;
}

.alertify-logs-hidden {
  display: none;
}

.alertify-log {
  display: block;
  margin-top: 10px;
  position: relative;
  right: -300px;
  opacity: 0;
}

.alertify-log-show {
  right: 0;
  opacity: 1;
}

.alertify-log-hide {
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
  opacity: 0;
}

.alertify-dialog {
  padding: 25px;
}

.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.alertify-inner {
  text-align: center;
}

.alertify-text {
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

.alertify-button,
.alertify-button:hover,
.alertify-button:active,
.alertify-button:visited {
  background: none;
  text-decoration: none;
  border: none;
  /* line-height and font-size for input button */
  line-height: 1.5;
  font-size: 100%;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}

@media only screen and (max-width: 680px) {
  .alertify,
  .alertify-logs {
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .alertify {
    left: 5%;
    margin: 0;
  }
}

/**
 * Default Look and Feel
 */

.alertify,
.alertify-log {
  font-family: sans-serif;
}

.alertify {
  background: #FFF;
  border: 10px solid #333;
  /* browsers that don't support rgba */
  border: 10px solid rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  /* Safari 4? Chrome 6? */
  /* Firefox 3.6 */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

.alertify-text {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 4px;
}

.alertify-button {
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
  padding: 6px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.alertify-button:hover,
.alertify-button:focus {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.alertify-button:focus {
  -webkit-box-shadow: 0 0 15px #2B72D5;
  box-shadow: 0 0 15px #2B72D5;
}

.alertify-button:active {
  position: relative;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
  background-color: #FE1A00;
  border: 1px solid #D83526;
}

.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus {
  background-color: #5CB811;
  border: 1px solid #3B7808;
}

.alertify-log {
  background: #1F1F1F;
  background: rgba(0, 0, 0, 0.9);
  padding: 15px;
  border-radius: 4px;
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.alertify-log-error {
  background: #FE1A00;
  background: rgba(254, 26, 0, 0.9);
}

.alertify-log-success {
  background: #5CB811;
  background: rgba(92, 184, 17, 0.9);
}

/*!
 *
 *  Project:  GLYPHICONS HALFLINGS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */

@font-face {
  font-family: 'Glyphicons Regular';
  src: url(/fonts/glyphicons-regular.eot?6ba4ced8a782ae7d204524afd509a35d);
  src: url(/fonts/glyphicons-regular.eot?6ba4ced8a782ae7d204524afd509a35d?#iefix) format("embedded-opentype"), url(/fonts/glyphicons-regular.woff?0a8b7dbbd2ff876332b17c41af811814) format("woff"), url(/fonts/glyphicons-regular.ttf?a4ddcd8bc538d0a767d2c826e1e8f5d7) format("truetype"), url(/fonts/glyphicons-regular.svg?876a82cf3379d26d15539dceb46d31d0#glyphiconsregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.glyphicons {
  /*display:inline-block;*/
  vertical-align: middle;
  color: #1d1d1b;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.glyphicons:before {
  display: inline-block;
  margin: 0 0px 0 0;
  font: 13px/1em 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  color: #1d1d1b;
  *display: inline;
  *zoom: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.glyphicons.white:before {
  color: #fff;
}

.glyphicons.glass:before {
  content: "\E001";
}

.glyphicons.leaf:before {
  content: "\E002";
}

.glyphicons.dog:before {
  content: "\E003";
}

.glyphicons.user:before {
  content: "\E004";
}

.glyphicons.girl:before {
  content: "\E005";
}

.glyphicons.car:before {
  content: "\E006";
}

.glyphicons.user_add:before {
  content: "\E007";
}

.glyphicons.user_remove:before {
  content: "\E008";
}

.glyphicons.film:before {
  content: "\E009";
}

.glyphicons.magic:before {
  content: "\E010";
}

.glyphicons.envelope:before {
  content: "\2709";
}

.glyphicons.camera:before {
  content: "\E011";
}

.glyphicons.heart:before {
  content: "\E013";
}

.glyphicons.beach_umbrella:before {
  content: "\E014";
}

.glyphicons.train:before {
  content: "\E015";
}

.glyphicons.print:before {
  content: "\E016";
}

.glyphicons.bin:before {
  content: "\E017";
}

.glyphicons.balert:before {
  content: "\E505";
}

.glyphicons.music:before {
  content: "\E018";
}

.glyphicons.note:before {
  content: "\E019";
}

.glyphicons.heart_empty:before {
  content: "\E020";
}

.glyphicons.home:before {
  content: "\E021";
}

.glyphicons.snowflake:before {
  content: "\2744";
}

.glyphicons.fire:before {
  content: "\E023";
}

.glyphicons.magnet:before {
  content: "\E024";
}

.glyphicons.parents:before {
  content: "\E025";
}

.glyphicons.binoculars:before {
  content: "\E026";
}

.glyphicons.road:before {
  content: "\E027";
}

.glyphicons.search:before {
  content: "\E028";
}

.glyphicons.cars:before {
  content: "\E029";
}

.glyphicons.notes_2:before {
  content: "\E030";
}

.glyphicons.pencil:before {
  content: "\270F";
}

.glyphicons.bus:before {
  content: "\E032";
}

.glyphicons.wifi_alt:before {
  content: "\E033";
}

.glyphicons.luggage:before {
  content: "\E034";
}

.glyphicons.old_man:before {
  content: "\E035";
}

.glyphicons.woman:before {
  content: "\E036";
}

.glyphicons.file:before {
  content: "\E037";
}

.glyphicons.coins:before {
  content: "\E038";
}

.glyphicons.airplane:before {
  content: "\2708";
}

.glyphicons.notes:before {
  content: "\E040";
}

.glyphicons.stats:before {
  content: "\E041";
}

.glyphicons.charts:before {
  content: "\E042";
}

.glyphicons.pie_chart:before {
  content: "\E043";
}

.glyphicons.group:before {
  content: "\E044";
}

.glyphicons.keys:before {
  content: "\E045";
}

.glyphicons.calendar:before {
  content: "\E046";
}

.glyphicons.router:before {
  content: "\E047";
}

.glyphicons.camera_small:before {
  content: "\E048";
}

.glyphicons.dislikes:before {
  content: "\E049";
}

.glyphicons.star:before {
  content: "\E050";
}

.glyphicons.link:before {
  content: "\E051";
}

.glyphicons.eye_open:before {
  content: "\E052";
}

.glyphicons.eye_close:before {
  content: "\E053";
}

.glyphicons.alarm:before {
  content: "\E054";
}

.glyphicons.clock:before {
  content: "\E055";
}

.glyphicons.stopwatch:before {
  content: "\E056";
}

.glyphicons.projector:before {
  content: "\E057";
}

.glyphicons.history:before {
  content: "\E058";
}

.glyphicons.truck:before {
  content: "\E059";
}

.glyphicons.cargo:before {
  content: "\E060";
}

.glyphicons.compass:before {
  content: "\E061";
}

.glyphicons.keynote:before {
  content: "\E062";
}

.glyphicons.paperclip:before {
  content: "\E063";
}

.glyphicons.power:before {
  content: "\E064";
}

.glyphicons.lightbulb:before {
  content: "\E065";
}

.glyphicons.tag:before {
  content: "\E066";
}

.glyphicons.tags:before {
  content: "\E067";
}

.glyphicons.cleaning:before {
  content: "\E068";
}

.glyphicons.ruller:before {
  content: "\E069";
}

.glyphicons.gift:before {
  content: "\E070";
}

.glyphicons.umbrella:before {
  content: "\2602";
}

.glyphicons.book:before {
  content: "\E072";
}

.glyphicons.bookmark:before {
  content: "\E073";
}

.glyphicons.wifi:before {
  content: "\E074";
}

.glyphicons.cup:before {
  content: "\E075";
}

.glyphicons.stroller:before {
  content: "\E076";
}

.glyphicons.headphones:before {
  content: "\E077";
}

.glyphicons.headset:before {
  content: "\E078";
}

.glyphicons.warning_sign:before {
  content: "\E079";
}

.glyphicons.signal:before {
  content: "\E080";
}

.glyphicons.retweet:before {
  content: "\E081";
}

.glyphicons.refresh:before {
  content: "\E082";
}

.glyphicons.roundabout:before {
  content: "\E083";
}

.glyphicons.random:before {
  content: "\E084";
}

.glyphicons.heat:before {
  content: "\E085";
}

.glyphicons.repeat:before {
  content: "\E086";
}

.glyphicons.display:before {
  content: "\E087";
}

.glyphicons.log_book:before {
  content: "\E088";
}

.glyphicons.address_book:before {
  content: "\E089";
}

.glyphicons.building:before {
  content: "\E090";
}

.glyphicons.eyedropper:before {
  content: "\E091";
}

.glyphicons.adjust:before {
  content: "\E092";
}

.glyphicons.tint:before {
  content: "\E093";
}

.glyphicons.crop:before {
  content: "\E094";
}

.glyphicons.vector_path_square:before {
  content: "\E095";
}

.glyphicons.vector_path_circle:before {
  content: "\E096";
}

.glyphicons.vector_path_polygon:before {
  content: "\E097";
}

.glyphicons.vector_path_line:before {
  content: "\E098";
}

.glyphicons.vector_path_curve:before {
  content: "\E099";
}

.glyphicons.vector_path_all:before {
  content: "\E100";
}

.glyphicons.font:before {
  content: "\E101";
}

.glyphicons.italic:before {
  content: "\E102";
}

.glyphicons.bold:before {
  content: "\E103";
}

.glyphicons.text_underline:before {
  content: "\E104";
}

.glyphicons.text_strike:before {
  content: "\E105";
}

.glyphicons.text_height:before {
  content: "\E106";
}

.glyphicons.text_width:before {
  content: "\E107";
}

.glyphicons.text_resize:before {
  content: "\E108";
}

.glyphicons.left_indent:before {
  content: "\E109";
}

.glyphicons.right_indent:before {
  content: "\E110";
}

.glyphicons.align_left:before {
  content: "\E111";
}

.glyphicons.align_center:before {
  content: "\E112";
}

.glyphicons.align_right:before {
  content: "\E113";
}

.glyphicons.justify:before {
  content: "\E114";
}

.glyphicons.list:before {
  content: "\E115";
}

.glyphicons.text_smaller:before {
  content: "\E116";
}

.glyphicons.text_bigger:before {
  content: "\E117";
}

.glyphicons.embed:before {
  content: "\E118";
}

.glyphicons.embed_close:before {
  content: "\E119";
}

.glyphicons.table:before {
  content: "\E120";
}

.glyphicons.message_full:before {
  content: "\E121";
}

.glyphicons.message_empty:before {
  content: "\E122";
}

.glyphicons.message_in:before {
  content: "\E123";
}

.glyphicons.message_out:before {
  content: "\E124";
}

.glyphicons.message_plus:before {
  content: "\E125";
}

.glyphicons.message_minus:before {
  content: "\E126";
}

.glyphicons.message_ban:before {
  content: "\E127";
}

.glyphicons.message_flag:before {
  content: "\E128";
}

.glyphicons.message_lock:before {
  content: "\E129";
}

.glyphicons.message_new:before {
  content: "\E130";
}

.glyphicons.inbox:before {
  content: "\E131";
}

.glyphicons.inbox_plus:before {
  content: "\E132";
}

.glyphicons.inbox_minus:before {
  content: "\E133";
}

.glyphicons.inbox_lock:before {
  content: "\E134";
}

.glyphicons.inbox_in:before {
  content: "\E135";
}

.glyphicons.inbox_out:before {
  content: "\E136";
}

.glyphicons.cogwheel:before {
  content: "\E137";
}

.glyphicons.cogwheels:before {
  content: "\E138";
}

.glyphicons.picture:before {
  content: "\E139";
}

.glyphicons.adjust_alt:before {
  content: "\E140";
}

.glyphicons.database_lock:before {
  content: "\E141";
}

.glyphicons.database_plus:before {
  content: "\E142";
}

.glyphicons.database_minus:before {
  content: "\E143";
}

.glyphicons.database_ban:before {
  content: "\E144";
}

.glyphicons.folder_open:before {
  content: "\E145";
}

.glyphicons.folder_plus:before {
  content: "\E146";
}

.glyphicons.folder_minus:before {
  content: "\E147";
}

.glyphicons.folder_lock:before {
  content: "\E148";
}

.glyphicons.folder_flag:before {
  content: "\E149";
}

.glyphicons.folder_new:before {
  content: "\E150";
}

.glyphicons.edit:before {
  content: "\E151";
}

.glyphicons.new_window:before {
  content: "\E152";
}

.glyphicons.check:before {
  content: "\E153";
}

.glyphicons.unchecked:before {
  content: "\E154";
}

.glyphicons.more_windows:before {
  content: "\E155";
}

.glyphicons.show_big_thumbnails:before {
  content: "\E156";
}

.glyphicons.show_thumbnails:before {
  content: "\E157";
}

.glyphicons.show_thumbnails_with_lines:before {
  content: "\E158";
}

.glyphicons.show_lines:before {
  content: "\E159";
}

.glyphicons.playlist:before {
  content: "\E160";
}

.glyphicons.imac:before {
  content: "\E161";
}

.glyphicons.macbook:before {
  content: "\E162";
}

.glyphicons.ipad:before {
  content: "\E163";
}

.glyphicons.iphone:before {
  content: "\E164";
}

.glyphicons.iphone_transfer:before {
  content: "\E165";
}

.glyphicons.iphone_exchange:before {
  content: "\E166";
}

.glyphicons.ipod:before {
  content: "\E167";
}

.glyphicons.ipod_shuffle:before {
  content: "\E168";
}

.glyphicons.ear_plugs:before {
  content: "\E169";
}

.glyphicons.record:before {
  content: "\E170";
}

.glyphicons.step_backward:before {
  content: "\E171";
}

.glyphicons.fast_backward:before {
  content: "\E172";
}

.glyphicons.rewind:before {
  content: "\E173";
}

.glyphicons.play:before {
  content: "\E174";
}

.glyphicons.pause:before {
  content: "\E175";
}

.glyphicons.stop:before {
  content: "\E176";
}

.glyphicons.forward:before {
  content: "\E177";
}

.glyphicons.fast_forward:before {
  content: "\E178";
}

.glyphicons.step_forward:before {
  content: "\E179";
}

.glyphicons.eject:before {
  content: "\E180";
}

.glyphicons.facetime_video:before {
  content: "\E181";
}

.glyphicons.download_alt:before {
  content: "\E182";
}

.glyphicons.mute:before {
  content: "\E183";
}

.glyphicons.volume_down:before {
  content: "\E184";
}

.glyphicons.volume_up:before {
  content: "\E185";
}

.glyphicons.screenshot:before {
  content: "\E186";
}

.glyphicons.move:before {
  content: "\E187";
}

.glyphicons.more:before {
  content: "\E188";
}

.glyphicons.brightness_reduce:before {
  content: "\E189";
}

.glyphicons.brightness_increase:before {
  content: "\E190";
}

.glyphicons.circle_plus:before {
  content: "\E191";
}

.glyphicons.circle_minus:before {
  content: "\E192";
}

.glyphicons.circle_remove:before {
  content: "\E193";
}

.glyphicons.circle_ok:before {
  content: "\E194";
}

.glyphicons.circle_question_mark:before {
  content: "\E195";
}

.glyphicons.circle_info:before {
  content: "\E196";
}

.glyphicons.circle_exclamation_mark:before {
  content: "\E197";
}

.glyphicons.remove:before {
  content: "\E198";
}

.glyphicons.ok:before {
  content: "\E199";
}

.glyphicons.ban:before {
  content: "\E200";
}

.glyphicons.download:before {
  content: "\E201";
}

.glyphicons.upload:before {
  content: "\E202";
}

.glyphicons.shopping_cart:before {
  content: "\E203";
}

.glyphicons.lock:before {
  content: "\E204";
}

.glyphicons.unlock:before {
  content: "\E205";
}

.glyphicons.electricity:before {
  content: "\E206";
}

.glyphicons.ok_2:before {
  content: "\E207";
}

.glyphicons.remove_2:before {
  content: "\E208";
}

.glyphicons.cart_out:before {
  content: "\E209";
}

.glyphicons.cart_in:before {
  content: "\E210";
}

.glyphicons.left_arrow:before {
  content: "\E211";
}

.glyphicons.right_arrow:before {
  content: "\E212";
}

.glyphicons.down_arrow:before {
  content: "\E213";
}

.glyphicons.up_arrow:before {
  content: "\E214";
}

.glyphicons.resize_small:before {
  content: "\E215";
}

.glyphicons.resize_full:before {
  content: "\E216";
}

.glyphicons.circle_arrow_left:before {
  content: "\E217";
}

.glyphicons.circle_arrow_right:before {
  content: "\E218";
}

.glyphicons.circle_arrow_top:before {
  content: "\E219";
}

.glyphicons.circle_arrow_down:before {
  content: "\E220";
}

.glyphicons.play_button:before {
  content: "\E221";
}

.glyphicons.unshare:before {
  content: "\E222";
}

.glyphicons.share:before {
  content: "\E223";
}

.glyphicons.chevron-right:before {
  content: "\E224";
}

.glyphicons.chevron-left:before {
  content: "\E225";
}

.glyphicons.bluetooth:before {
  content: "\E226";
}

.glyphicons.euro:before {
  content: "\20AC";
}

.glyphicons.usd:before {
  content: "\E228";
}

.glyphicons.gbp:before {
  content: "\E229";
}

.glyphicons.retweet_2:before {
  content: "\E230";
}

.glyphicons.moon:before {
  content: "\E231";
}

.glyphicons.sun:before {
  content: "\2609";
}

.glyphicons.cloud:before {
  content: "\2601";
}

.glyphicons.direction:before {
  content: "\E234";
}

.glyphicons.brush:before {
  content: "\E235";
}

.glyphicons.pen:before {
  content: "\E236";
}

.glyphicons.zoom_in:before {
  content: "\E237";
}

.glyphicons.zoom_out:before {
  content: "\E238";
}

.glyphicons.pin:before {
  content: "\E239";
}

.glyphicons.albums:before {
  content: "\E240";
}

.glyphicons.rotation_lock:before {
  content: "\E241";
}

.glyphicons.flash:before {
  content: "\E242";
}

.glyphicons.google_maps:before {
  content: "\E243";
}

.glyphicons.anchor:before {
  content: "\2693";
}

.glyphicons.conversation:before {
  content: "\E245";
}

.glyphicons.chat:before {
  content: "\E246";
}

.glyphicons.male:before {
  content: "\E247";
}

.glyphicons.female:before {
  content: "\E248";
}

.glyphicons.asterisk:before {
  content: "*";
}

.glyphicons.divide:before {
  content: "\F7";
}

.glyphicons.snorkel_diving:before {
  content: "\E251";
}

.glyphicons.scuba_diving:before {
  content: "\E252";
}

.glyphicons.oxygen_bottle:before {
  content: "\E253";
}

.glyphicons.fins:before {
  content: "\E254";
}

.glyphicons.fishes:before {
  content: "\E255";
}

.glyphicons.boat:before {
  content: "\E256";
}

.glyphicons.delete:before {
  content: "\E257";
}

.glyphicons.sheriffs_star:before {
  content: "\E258";
}

.glyphicons.qrcode:before {
  content: "\E259";
}

.glyphicons.barcode:before {
  content: "\E260";
}

.glyphicons.pool:before {
  content: "\E261";
}

.glyphicons.buoy:before {
  content: "\E262";
}

.glyphicons.spade:before {
  content: "\E263";
}

.glyphicons.bank:before {
  content: "\E264";
}

.glyphicons.vcard:before {
  content: "\E265";
}

.glyphicons.electrical_plug:before {
  content: "\E266";
}

.glyphicons.flag:before {
  content: "\E267";
}

.glyphicons.credit_card:before {
  content: "\E268";
}

.glyphicons.keyboard-wireless:before {
  content: "\E269";
}

.glyphicons.keyboard-wired:before {
  content: "\E270";
}

.glyphicons.shield:before {
  content: "\E271";
}

.glyphicons.ring:before {
  content: "\2DA";
}

.glyphicons.cake:before {
  content: "\E273";
}

.glyphicons.drink:before {
  content: "\E274";
}

.glyphicons.beer:before {
  content: "\E275";
}

.glyphicons.fast_food:before {
  content: "\E276";
}

.glyphicons.cutlery:before {
  content: "\E277";
}

.glyphicons.pizza:before {
  content: "\E278";
}

.glyphicons.birthday_cake:before {
  content: "\E279";
}

.glyphicons.tablet:before {
  content: "\E280";
}

.glyphicons.settings:before {
  content: "\E281";
}

.glyphicons.bullets:before {
  content: "\E282";
}

.glyphicons.cardio:before {
  content: "\E283";
}

.glyphicons.t-shirt:before {
  content: "\E284";
}

.glyphicons.pants:before {
  content: "\E285";
}

.glyphicons.sweater:before {
  content: "\E286";
}

.glyphicons.fabric:before {
  content: "\E287";
}

.glyphicons.leather:before {
  content: "\E288";
}

.glyphicons.scissors:before {
  content: "\E289";
}

.glyphicons.bomb:before {
  content: "\E290";
}

.glyphicons.skull:before {
  content: "\E291";
}

.glyphicons.celebration:before {
  content: "\E292";
}

.glyphicons.tea_kettle:before {
  content: "\E293";
}

.glyphicons.french_press:before {
  content: "\E294";
}

.glyphicons.coffee_cup:before {
  content: "\E295";
}

.glyphicons.pot:before {
  content: "\E296";
}

.glyphicons.grater:before {
  content: "\E297";
}

.glyphicons.kettle:before {
  content: "\E298";
}

.glyphicons.hospital:before {
  content: "\E299";
}

.glyphicons.hospital_h:before {
  content: "\E300";
}

.glyphicons.microphone:before {
  content: "\E301";
}

.glyphicons.webcam:before {
  content: "\E302";
}

.glyphicons.temple_christianity_church:before {
  content: "\E303";
}

.glyphicons.temple_islam:before {
  content: "\E304";
}

.glyphicons.temple_hindu:before {
  content: "\E305";
}

.glyphicons.temple_buddhist:before {
  content: "\E306";
}

.glyphicons.bicycle:before {
  content: "\E307";
}

.glyphicons.life_preserver:before {
  content: "\E308";
}

.glyphicons.share_alt:before {
  content: "\E309";
}

.glyphicons.comments:before {
  content: "\E310";
}

.glyphicons.flower:before {
  content: "\2698";
}

.glyphicons.baseball:before {
  content: "\26BE";
}

.glyphicons.rugby:before {
  content: "\E313";
}

.glyphicons.ax:before {
  content: "\E314";
}

.glyphicons.table_tennis:before {
  content: "\E315";
}

.glyphicons.bowling:before {
  content: "\E316";
}

.glyphicons.tree_conifer:before {
  content: "\E317";
}

.glyphicons.tree_deciduous:before {
  content: "\E318";
}

.glyphicons.more_items:before {
  content: "\E319";
}

.glyphicons.sort:before {
  content: "\E320";
}

.glyphicons.filter:before {
  content: "\E321";
}

.glyphicons.gamepad:before {
  content: "\E322";
}

.glyphicons.playing_dices:before {
  content: "\E323";
}

.glyphicons.calculator:before {
  content: "\E324";
}

.glyphicons.tie:before {
  content: "\E325";
}

.glyphicons.wallet:before {
  content: "\E326";
}

.glyphicons.piano:before {
  content: "\E327";
}

.glyphicons.sampler:before {
  content: "\E328";
}

.glyphicons.podium:before {
  content: "\E329";
}

.glyphicons.soccer_ball:before {
  content: "\E330";
}

.glyphicons.blog:before {
  content: "\E331";
}

.glyphicons.dashboard:before {
  content: "\E332";
}

.glyphicons.certificate:before {
  content: "\E333";
}

.glyphicons.bell:before {
  content: "\E334";
}

.glyphicons.candle:before {
  content: "\E335";
}

.glyphicons.pushpin:before {
  content: "\E336";
}

.glyphicons.iphone_shake:before {
  content: "\E337";
}

.glyphicons.pin_flag:before {
  content: "\E338";
}

.glyphicons.turtle:before {
  content: "\E339";
}

.glyphicons.rabbit:before {
  content: "\E340";
}

.glyphicons.globe:before {
  content: "\E341";
}

.glyphicons.briefcase:before {
  content: "\E342";
}

.glyphicons.hdd:before {
  content: "\E343";
}

.glyphicons.thumbs_up:before {
  content: "\E344";
}

.glyphicons.thumbs_down:before {
  content: "\E345";
}

.glyphicons.hand_right:before {
  content: "\E346";
}

.glyphicons.hand_left:before {
  content: "\E347";
}

.glyphicons.hand_up:before {
  content: "\E348";
}

.glyphicons.hand_down:before {
  content: "\E349";
}

.glyphicons.fullscreen:before {
  content: "\E350";
}

.glyphicons.shopping_bag:before {
  content: "\E351";
}

.glyphicons.book_open:before {
  content: "\E352";
}

.glyphicons.nameplate:before {
  content: "\E353";
}

.glyphicons.nameplate_alt:before {
  content: "\E354";
}

.glyphicons.vases:before {
  content: "\E355";
}

.glyphicons.bullhorn:before {
  content: "\E356";
}

.glyphicons.dumbbell:before {
  content: "\E357";
}

.glyphicons.suitcase:before {
  content: "\E358";
}

.glyphicons.file_import:before {
  content: "\E359";
}

.glyphicons.file_export:before {
  content: "\E360";
}

.glyphicons.bug:before {
  content: "\E361";
}

.glyphicons.crown:before {
  content: "\E362";
}

.glyphicons.smoking:before {
  content: "\E363";
}

.glyphicons.cloud-download:before {
  content: "\E364";
}

.glyphicons.cloud-upload:before {
  content: "\E365";
}

.glyphicons.restart:before {
  content: "\E366";
}

.glyphicons.security_camera:before {
  content: "\E367";
}

.glyphicons.expand:before {
  content: "\E368";
}

.glyphicons.collapse:before {
  content: "\E369";
}

.glyphicons.collapse_top:before {
  content: "\E370";
}

.glyphicons.globe_af:before {
  content: "\E371";
}

.glyphicons.global:before {
  content: "\E372";
}

.glyphicons.spray:before {
  content: "\E373";
}

.glyphicons.nails:before {
  content: "\E374";
}

.glyphicons.claw_hammer:before {
  content: "\E375";
}

.glyphicons.classic_hammer:before {
  content: "\E376";
}

.glyphicons.hand_saw:before {
  content: "\E377";
}

.glyphicons.riflescope:before {
  content: "\E378";
}

.glyphicons.electrical_socket_eu:before {
  content: "\E379";
}

.glyphicons.electrical_socket_us:before {
  content: "\E380";
}

.glyphicons.message_forward:before {
  content: "\E381";
}

.glyphicons.coat_hanger:before {
  content: "\E382";
}

.glyphicons.dress:before {
  content: "\E383";
}

.glyphicons.bathrobe:before {
  content: "\E384";
}

.glyphicons.shirt:before {
  content: "\E385";
}

.glyphicons.underwear:before {
  content: "\E386";
}

.glyphicons.log_in:before {
  content: "\E387";
}

.glyphicons.log_out:before {
  content: "\E388";
}

.glyphicons.exit:before {
  content: "\E389";
}

.glyphicons.new_window_alt:before {
  content: "\E390";
}

.glyphicons.video_sd:before {
  content: "\E391";
}

.glyphicons.video_hd:before {
  content: "\E392";
}

.glyphicons.subtitles:before {
  content: "\E393";
}

.glyphicons.sound_stereo:before {
  content: "\E394";
}

.glyphicons.sound_dolby:before {
  content: "\E395";
}

.glyphicons.sound_5_1:before {
  content: "\E396";
}

.glyphicons.sound_6_1:before {
  content: "\E397";
}

.glyphicons.sound_7_1:before {
  content: "\E398";
}

.glyphicons.copyright_mark:before {
  content: "\E399";
}

.glyphicons.registration_mark:before {
  content: "\E400";
}

.glyphicons.radar:before {
  content: "\E401";
}

.glyphicons.skateboard:before {
  content: "\E402";
}

.glyphicons.golf_course:before {
  content: "\E403";
}

.glyphicons.sorting:before {
  content: "\E404";
}

.glyphicons.sort-by-alphabet:before {
  content: "\E405";
}

.glyphicons.sort-by-alphabet-alt:before {
  content: "\E406";
}

.glyphicons.sort-by-order:before {
  content: "\E407";
}

.glyphicons.sort-by-order-alt:before {
  content: "\E408";
}

.glyphicons.sort-by-attributes:before {
  content: "\E409";
}

.glyphicons.sort-by-attributes-alt:before {
  content: "\E410";
}

.glyphicons.compressed:before {
  content: "\E411";
}

.glyphicons.package:before {
  content: "\E412";
}

.glyphicons.cloud_plus:before {
  content: "\E413";
}

.glyphicons.cloud_minus:before {
  content: "\E414";
}

.glyphicons.disk_save:before {
  content: "\E415";
}

.glyphicons.disk_open:before {
  content: "\E416";
}

.glyphicons.disk_saved:before {
  content: "\E417";
}

.glyphicons.disk_remove:before {
  content: "\E418";
}

.glyphicons.disk_import:before {
  content: "\E419";
}

.glyphicons.disk_export:before {
  content: "\E420";
}

.glyphicons.tower:before {
  content: "\E421";
}

.glyphicons.send:before {
  content: "\E422";
}

.glyphicons.git_branch:before {
  content: "\E423";
}

.glyphicons.git_create:before {
  content: "\E424";
}

.glyphicons.git_private:before {
  content: "\E425";
}

.glyphicons.git_delete:before {
  content: "\E426";
}

.glyphicons.git_merge:before {
  content: "\E427";
}

.glyphicons.git_pull_request:before {
  content: "\E428";
}

.glyphicons.git_compare:before {
  content: "\E429";
}

.glyphicons.git_commit:before {
  content: "\E430";
}

.glyphicons.construction_cone:before {
  content: "\E431";
}

.glyphicons.shoe_steps:before {
  content: "\E432";
}

.glyphicons.plus:before {
  content: "+";
}

.glyphicons.minus:before {
  content: "\2212";
}

.glyphicons.redo:before {
  content: "\E435";
}

.glyphicons.undo:before {
  content: "\E436";
}

.glyphicons.golf:before {
  content: "\E437";
}

.glyphicons.hockey:before {
  content: "\E438";
}

.glyphicons.pipe:before {
  content: "\E439";
}

.glyphicons.wrench:before {
  content: "\E440";
}

.glyphicons.folder_closed:before {
  content: "\E441";
}

.glyphicons.phone_alt:before {
  content: "\E442";
}

.glyphicons.earphone:before {
  content: "\E443";
}

.glyphicons.floppy_disk:before {
  content: "\E444";
}

.glyphicons.floppy_saved:before {
  content: "\E445";
}

.glyphicons.floppy_remove:before {
  content: "\E446";
}

.glyphicons.floppy_save:before {
  content: "\E447";
}

.glyphicons.floppy_open:before {
  content: "\E448";
}

.glyphicons.translate:before {
  content: "\E449";
}

.glyphicons.fax:before {
  content: "\E450";
}

.glyphicons.factory:before {
  content: "\E451";
}

.glyphicons.shop_window:before {
  content: "\E452";
}

.glyphicons.shop:before {
  content: "\E453";
}

.glyphicons.kiosk:before {
  content: "\E454";
}

.glyphicons.kiosk_wheels:before {
  content: "\E455";
}

.glyphicons.kiosk_light:before {
  content: "\E456";
}

.glyphicons.kiosk_food:before {
  content: "\E457";
}

.glyphicons.transfer:before {
  content: "\E458";
}

.glyphicons.money:before {
  content: "\E459";
}

.glyphicons.header:before {
  content: "\E460";
}

.glyphicons.blacksmith:before {
  content: "\E461";
}

.glyphicons.saw_blade:before {
  content: "\E462";
}

.glyphicons.basketball:before {
  content: "\E463";
}

.glyphicons.server:before {
  content: "\E464";
}

.glyphicons.server_plus:before {
  content: "\E465";
}

.glyphicons.server_minus:before {
  content: "\E466";
}

.glyphicons.server_ban:before {
  content: "\E467";
}

.glyphicons.server_flag:before {
  content: "\E468";
}

.glyphicons.server_lock:before {
  content: "\E469";
}

.glyphicons.server_new:before {
  content: "\E470";
}

.glyphicons-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 8px 0 0;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/images/glyphicons.svg?3bf8f1aa03d9d87e0d5a30cd844d5c06);
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  *margin-right: .3em;
}

.glyphicons-icon _:-o-prefocus,
.glyphicons-icon {
  background-image: url(/images/glyphicons.png?5dca5e9aeb716a0c7c982a4fa30fec52);
}

.no-inlinesvg .glyphicons-icon {
  background-image: url(/images/glyphicons.png?5dca5e9aeb716a0c7c982a4fa30fec52);
}

.glyphicons-icon.white {
  background-image: url(/images/glyphicons-white.svg?a0886fd68d97077a2c4de3c89848b0ca);
}

.glyphicons-icon.white _:-o-prefocus,
.glyphicons-icon.white {
  background-image: url(/images/glyphicons-white.png?1deebec3c3da52ac5f889123deb89567);
}

.no-inlinesvg .glyphicons-icon.white {
  background-image: url(/images/glyphicons-white.png?1deebec3c3da52ac5f889123deb89567);
}

.glyphicons-icon.glass {
  background-position: 4px 11px;
}

.glyphicons-icon.leaf {
  background-position: -44px 11px;
}

.glyphicons-icon.dog {
  background-position: -92px 11px;
}

.glyphicons-icon.user {
  background-position: -140px 11px;
}

.glyphicons-icon.girl {
  background-position: -188px 11px;
}

.glyphicons-icon.car {
  background-position: -236px 11px;
}

.glyphicons-icon.user_add {
  background-position: -284px 11px;
}

.glyphicons-icon.user_remove {
  background-position: -332px 11px;
}

.glyphicons-icon.film {
  background-position: -380px 11px;
}

.glyphicons-icon.magic {
  background-position: -428px 11px;
}

.glyphicons-icon.envelope {
  background-position: 4px -37px;
}

.glyphicons-icon.camera {
  background-position: -44px -37px;
}

.glyphicons-icon.heart {
  background-position: -92px -37px;
}

.glyphicons-icon.beach_umbrella {
  background-position: -140px -37px;
}

.glyphicons-icon.train {
  background-position: -188px -37px;
}

.glyphicons-icon.print {
  background-position: -236px -37px;
}

.glyphicons-icon.bin {
  background-position: -284px -37px;
}

.glyphicons-icon.music {
  background-position: -332px -37px;
}

.glyphicons-icon.note {
  background-position: -380px -37px;
}

.glyphicons-icon.heart_empty {
  background-position: -428px -37px;
}

.glyphicons-icon.home {
  background-position: 4px -85px;
}

.glyphicons-icon.snowflake {
  background-position: -44px -85px;
}

.glyphicons-icon.fire {
  background-position: -92px -85px;
}

.glyphicons-icon.magnet {
  background-position: -140px -85px;
}

.glyphicons-icon.parents {
  background-position: -188px -85px;
}

.glyphicons-icon.binoculars {
  background-position: -236px -85px;
}

.glyphicons-icon.road {
  background-position: -284px -85px;
}

.glyphicons-icon.search {
  background-position: -332px -85px;
}

.glyphicons-icon.cars {
  background-position: -380px -85px;
}

.glyphicons-icon.notes_2 {
  background-position: -428px -85px;
}

.glyphicons-icon.pencil {
  background-position: 4px -133px;
}

.glyphicons-icon.bus {
  background-position: -44px -133px;
}

.glyphicons-icon.wifi_alt {
  background-position: -92px -133px;
}

.glyphicons-icon.luggage {
  background-position: -140px -133px;
}

.glyphicons-icon.old_man {
  background-position: -188px -133px;
}

.glyphicons-icon.woman {
  background-position: -236px -133px;
}

.glyphicons-icon.file {
  background-position: -284px -133px;
}

.glyphicons-icon.coins {
  background-position: -332px -133px;
}

.glyphicons-icon.airplane {
  background-position: -380px -133px;
}

.glyphicons-icon.notes {
  background-position: -428px -133px;
}

.glyphicons-icon.stats {
  background-position: 4px -181px;
}

.glyphicons-icon.charts {
  background-position: -44px -181px;
}

.glyphicons-icon.pie_chart {
  background-position: -92px -181px;
}

.glyphicons-icon.group {
  background-position: -140px -181px;
}

.glyphicons-icon.keys {
  background-position: -188px -181px;
}

.glyphicons-icon.calendar {
  background-position: -236px -181px;
}

.glyphicons-icon.router {
  background-position: -284px -181px;
}

.glyphicons-icon.camera_small {
  background-position: -332px -181px;
}

.glyphicons-icon.dislikes {
  background-position: -380px -181px;
}

.glyphicons-icon.star {
  background-position: -428px -181px;
}

.glyphicons-icon.link {
  background-position: 4px -229px;
}

.glyphicons-icon.eye_open {
  background-position: -44px -229px;
}

.glyphicons-icon.eye_close {
  background-position: -92px -229px;
}

.glyphicons-icon.alarm {
  background-position: -140px -229px;
}

.glyphicons-icon.clock {
  background-position: -188px -229px;
}

.glyphicons-icon.stopwatch {
  background-position: -236px -229px;
}

.glyphicons-icon.projector {
  background-position: -284px -229px;
}

.glyphicons-icon.history {
  background-position: -332px -229px;
}

.glyphicons-icon.truck {
  background-position: -380px -229px;
}

.glyphicons-icon.cargo {
  background-position: -428px -229px;
}

.glyphicons-icon.compass {
  background-position: 4px -277px;
}

.glyphicons-icon.keynote {
  background-position: -44px -277px;
}

.glyphicons-icon.paperclip {
  background-position: -92px -277px;
}

.glyphicons-icon.power {
  background-position: -140px -277px;
}

.glyphicons-icon.lightbulb {
  background-position: -188px -277px;
}

.glyphicons-icon.tag {
  background-position: -236px -277px;
}

.glyphicons-icon.tags {
  background-position: -284px -277px;
}

.glyphicons-icon.cleaning {
  background-position: -332px -277px;
}

.glyphicons-icon.ruller {
  background-position: -380px -277px;
}

.glyphicons-icon.gift {
  background-position: -428px -277px;
}

.glyphicons-icon.umbrella {
  background-position: 4px -325px;
}

.glyphicons-icon.book {
  background-position: -44px -325px;
}

.glyphicons-icon.bookmark {
  background-position: -92px -325px;
}

.glyphicons-icon.wifi {
  background-position: -140px -325px;
}

.glyphicons-icon.cup {
  background-position: -188px -325px;
}

.glyphicons-icon.stroller {
  background-position: -236px -325px;
}

.glyphicons-icon.headphones {
  background-position: -284px -325px;
}

.glyphicons-icon.headset {
  background-position: -332px -325px;
}

.glyphicons-icon.warning_sign {
  background-position: -380px -325px;
}

.glyphicons-icon.signal {
  background-position: -428px -325px;
}

.glyphicons-icon.retweet {
  background-position: 4px -373px;
}

.glyphicons-icon.refresh {
  background-position: -44px -373px;
}

.glyphicons-icon.roundabout {
  background-position: -92px -373px;
}

.glyphicons-icon.random {
  background-position: -140px -373px;
}

.glyphicons-icon.heat {
  background-position: -188px -373px;
}

.glyphicons-icon.repeat {
  background-position: -236px -373px;
}

.glyphicons-icon.display {
  background-position: -284px -373px;
}

.glyphicons-icon.log_book {
  background-position: -332px -373px;
}

.glyphicons-icon.address_book {
  background-position: -380px -373px;
}

.glyphicons-icon.building {
  background-position: -428px -373px;
}

.glyphicons-icon.eyedropper {
  background-position: 4px -421px;
}

.glyphicons-icon.adjust {
  background-position: -44px -421px;
}

.glyphicons-icon.tint {
  background-position: -92px -421px;
}

.glyphicons-icon.crop {
  background-position: -140px -421px;
}

.glyphicons-icon.vector_path_square {
  background-position: -188px -421px;
}

.glyphicons-icon.vector_path_circle {
  background-position: -236px -421px;
}

.glyphicons-icon.vector_path_polygon {
  background-position: -284px -421px;
}

.glyphicons-icon.vector_path_line {
  background-position: -332px -421px;
}

.glyphicons-icon.vector_path_curve {
  background-position: -380px -421px;
}

.glyphicons-icon.vector_path_all {
  background-position: -428px -421px;
}

.glyphicons-icon.font {
  background-position: 4px -469px;
}

.glyphicons-icon.italic {
  background-position: -44px -469px;
}

.glyphicons-icon.bold {
  background-position: -92px -469px;
}

.glyphicons-icon.text_underline {
  background-position: -140px -469px;
}

.glyphicons-icon.text_strike {
  background-position: -188px -469px;
}

.glyphicons-icon.text_height {
  background-position: -236px -469px;
}

.glyphicons-icon.text_width {
  background-position: -284px -469px;
}

.glyphicons-icon.text_resize {
  background-position: -332px -469px;
}

.glyphicons-icon.left_indent {
  background-position: -380px -469px;
}

.glyphicons-icon.right_indent {
  background-position: -428px -469px;
}

.glyphicons-icon.align_left {
  background-position: 4px -517px;
}

.glyphicons-icon.align_center {
  background-position: -44px -517px;
}

.glyphicons-icon.align_right {
  background-position: -92px -517px;
}

.glyphicons-icon.justify {
  background-position: -140px -517px;
}

.glyphicons-icon.list {
  background-position: -188px -517px;
}

.glyphicons-icon.text_smaller {
  background-position: -236px -517px;
}

.glyphicons-icon.text_bigger {
  background-position: -284px -517px;
}

.glyphicons-icon.embed {
  background-position: -332px -517px;
}

.glyphicons-icon.embed_close {
  background-position: -380px -517px;
}

.glyphicons-icon.table {
  background-position: -428px -517px;
}

.glyphicons-icon.message_full {
  background-position: 4px -565px;
}

.glyphicons-icon.message_empty {
  background-position: -44px -565px;
}

.glyphicons-icon.message_in {
  background-position: -92px -565px;
}

.glyphicons-icon.message_out {
  background-position: -140px -565px;
}

.glyphicons-icon.message_plus {
  background-position: -188px -565px;
}

.glyphicons-icon.message_minus {
  background-position: -236px -565px;
}

.glyphicons-icon.message_ban {
  background-position: -284px -565px;
}

.glyphicons-icon.message_flag {
  background-position: -332px -565px;
}

.glyphicons-icon.message_lock {
  background-position: -380px -565px;
}

.glyphicons-icon.message_new {
  background-position: -428px -565px;
}

.glyphicons-icon.inbox {
  background-position: 4px -613px;
}

.glyphicons-icon.inbox_plus {
  background-position: -44px -613px;
}

.glyphicons-icon.inbox_minus {
  background-position: -92px -613px;
}

.glyphicons-icon.inbox_lock {
  background-position: -140px -613px;
}

.glyphicons-icon.inbox_in {
  background-position: -188px -613px;
}

.glyphicons-icon.inbox_out {
  background-position: -236px -613px;
}

.glyphicons-icon.cogwheel {
  background-position: -284px -613px;
}

.glyphicons-icon.cogwheels {
  background-position: -332px -613px;
}

.glyphicons-icon.picture {
  background-position: -380px -613px;
}

.glyphicons-icon.adjust_alt {
  background-position: -428px -613px;
}

.glyphicons-icon.database_lock {
  background-position: 4px -661px;
}

.glyphicons-icon.database_plus {
  background-position: -44px -661px;
}

.glyphicons-icon.database_minus {
  background-position: -92px -661px;
}

.glyphicons-icon.database_ban {
  background-position: -140px -661px;
}

.glyphicons-icon.folder_open {
  background-position: -188px -661px;
}

.glyphicons-icon.folder_plus {
  background-position: -236px -661px;
}

.glyphicons-icon.folder_minus {
  background-position: -284px -661px;
}

.glyphicons-icon.folder_lock {
  background-position: -332px -661px;
}

.glyphicons-icon.folder_flag {
  background-position: -380px -661px;
}

.glyphicons-icon.folder_new {
  background-position: -428px -661px;
}

.glyphicons-icon.alert {
  background-position: 4px -709px;
}

.glyphicons-icon.edit {
  background-position: 4px -709px;
}

.glyphicons-icon.new_window {
  background-position: -44px -709px;
}

.glyphicons-icon.check {
  background-position: -92px -709px;
}

.glyphicons-icon.unchecked {
  background-position: -140px -709px;
}

.glyphicons-icon.more_windows {
  background-position: -188px -709px;
}

.glyphicons-icon.show_big_thumbnails {
  background-position: -236px -709px;
}

.glyphicons-icon.show_thumbnails {
  background-position: -284px -709px;
}

.glyphicons-icon.show_thumbnails_with_lines {
  background-position: -332px -709px;
}

.glyphicons-icon.show_lines {
  background-position: -380px -709px;
}

.glyphicons-icon.playlist {
  background-position: -428px -709px;
}

.glyphicons-icon.imac {
  background-position: 4px -757px;
}

.glyphicons-icon.macbook {
  background-position: -44px -757px;
}

.glyphicons-icon.ipad {
  background-position: -92px -757px;
}

.glyphicons-icon.iphone {
  background-position: -140px -757px;
}

.glyphicons-icon.iphone_transfer {
  background-position: -188px -757px;
}

.glyphicons-icon.iphone_exchange {
  background-position: -236px -757px;
}

.glyphicons-icon.ipod {
  background-position: -284px -757px;
}

.glyphicons-icon.ipod_shuffle {
  background-position: -332px -757px;
}

.glyphicons-icon.ear_plugs {
  background-position: -380px -757px;
}

.glyphicons-icon.record {
  background-position: -428px -757px;
}

.glyphicons-icon.step_backward {
  background-position: 4px -805px;
}

.glyphicons-icon.fast_backward {
  background-position: -44px -805px;
}

.glyphicons-icon.rewind {
  background-position: -92px -805px;
}

.glyphicons-icon.play {
  background-position: -140px -805px;
}

.glyphicons-icon.pause {
  background-position: -188px -805px;
}

.glyphicons-icon.stop {
  background-position: -236px -805px;
}

.glyphicons-icon.forward {
  background-position: -284px -805px;
}

.glyphicons-icon.fast_forward {
  background-position: -332px -805px;
}

.glyphicons-icon.step_forward {
  background-position: -380px -805px;
}

.glyphicons-icon.eject {
  background-position: -428px -805px;
}

.glyphicons-icon.facetime_video {
  background-position: 4px -853px;
}

.glyphicons-icon.download_alt {
  background-position: -44px -853px;
}

.glyphicons-icon.mute {
  background-position: -92px -853px;
}

.glyphicons-icon.volume_down {
  background-position: -140px -853px;
}

.glyphicons-icon.volume_up {
  background-position: -188px -853px;
}

.glyphicons-icon.screenshot {
  background-position: -236px -853px;
}

.glyphicons-icon.move {
  background-position: -284px -853px;
}

.glyphicons-icon.more {
  background-position: -332px -853px;
}

.glyphicons-icon.brightness_reduce {
  background-position: -380px -853px;
}

.glyphicons-icon.brightness_increase {
  background-position: -428px -853px;
}

.glyphicons-icon.circle_plus {
  background-position: 4px -901px;
}

.glyphicons-icon.circle_minus {
  background-position: -44px -901px;
}

.glyphicons-icon.circle_remove {
  background-position: -92px -901px;
}

.glyphicons-icon.circle_ok {
  background-position: -140px -901px;
}

.glyphicons-icon.circle_question_mark {
  background-position: -188px -901px;
}

.glyphicons-icon.circle_info {
  background-position: -236px -901px;
}

.glyphicons-icon.circle_exclamation_mark {
  background-position: -284px -901px;
}

.glyphicons-icon.remove {
  background-position: -332px -901px;
}

.glyphicons-icon.ok {
  background-position: -380px -901px;
}

.glyphicons-icon.ban {
  background-position: -428px -901px;
}

.glyphicons-icon.download {
  background-position: 4px -949px;
}

.glyphicons-icon.upload {
  background-position: -44px -949px;
}

.glyphicons-icon.shopping_cart {
  background-position: -92px -949px;
}

.glyphicons-icon.lock {
  background-position: -140px -949px;
}

.glyphicons-icon.unlock {
  background-position: -188px -949px;
}

.glyphicons-icon.electricity {
  background-position: -236px -949px;
}

.glyphicons-icon.ok_2 {
  background-position: -284px -949px;
}

.glyphicons-icon.remove_2 {
  background-position: -332px -949px;
}

.glyphicons-icon.cart_out {
  background-position: -380px -949px;
}

.glyphicons-icon.cart_in {
  background-position: -428px -949px;
}

.glyphicons-icon.left_arrow {
  background-position: 4px -997px;
}

.glyphicons-icon.right_arrow {
  background-position: -44px -997px;
}

.glyphicons-icon.down_arrow {
  background-position: -92px -997px;
}

.glyphicons-icon.up_arrow {
  background-position: -140px -997px;
}

.glyphicons-icon.resize_small {
  background-position: -188px -997px;
}

.glyphicons-icon.resize_full {
  background-position: -236px -997px;
}

.glyphicons-icon.circle_arrow_left {
  background-position: -284px -997px;
}

.glyphicons-icon.circle_arrow_right {
  background-position: -332px -997px;
}

.glyphicons-icon.circle_arrow_top {
  background-position: -380px -997px;
}

.glyphicons-icon.circle_arrow_down {
  background-position: -428px -997px;
}

.glyphicons-icon.play_button {
  background-position: 4px -1045px;
}

.glyphicons-icon.unshare {
  background-position: -44px -1045px;
}

.glyphicons-icon.share {
  background-position: -92px -1045px;
}

.glyphicons-icon.chevron-right {
  background-position: -140px -1045px;
}

.glyphicons-icon.chevron-left {
  background-position: -188px -1045px;
}

.glyphicons-icon.bluetooth {
  background-position: -236px -1045px;
}

.glyphicons-icon.euro {
  background-position: -284px -1045px;
}

.glyphicons-icon.usd {
  background-position: -332px -1045px;
}

.glyphicons-icon.gbp {
  background-position: -380px -1045px;
}

.glyphicons-icon.retweet_2 {
  background-position: -428px -1045px;
}

.glyphicons-icon.moon {
  background-position: 4px -1093px;
}

.glyphicons-icon.sun {
  background-position: -44px -1093px;
}

.glyphicons-icon.cloud {
  background-position: -92px -1093px;
}

.glyphicons-icon.direction {
  background-position: -140px -1093px;
}

.glyphicons-icon.brush {
  background-position: -188px -1093px;
}

.glyphicons-icon.pen {
  background-position: -236px -1093px;
}

.glyphicons-icon.zoom_in {
  background-position: -284px -1093px;
}

.glyphicons-icon.zoom_out {
  background-position: -332px -1093px;
}

.glyphicons-icon.pin {
  background-position: -380px -1093px;
}

.glyphicons-icon.albums {
  background-position: -428px -1093px;
}

.glyphicons-icon.rotation_lock {
  background-position: 4px -1141px;
}

.glyphicons-icon.flash {
  background-position: -44px -1141px;
}

.glyphicons-icon.google_maps {
  background-position: -92px -1141px;
}

.glyphicons-icon.anchor {
  background-position: -140px -1141px;
}

.glyphicons-icon.conversation {
  background-position: -188px -1141px;
}

.glyphicons-icon.chat {
  background-position: -236px -1141px;
}

.glyphicons-icon.male {
  background-position: -284px -1141px;
}

.glyphicons-icon.female {
  background-position: -332px -1141px;
}

.glyphicons-icon.asterisk {
  background-position: -380px -1141px;
}

.glyphicons-icon.divide {
  background-position: -428px -1141px;
}

.glyphicons-icon.snorkel_diving {
  background-position: 4px -1189px;
}

.glyphicons-icon.scuba_diving {
  background-position: -44px -1189px;
}

.glyphicons-icon.oxygen_bottle {
  background-position: -92px -1189px;
}

.glyphicons-icon.fins {
  background-position: -140px -1189px;
}

.glyphicons-icon.fishes {
  background-position: -188px -1189px;
}

.glyphicons-icon.boat {
  background-position: -236px -1189px;
}

.glyphicons-icon.delete {
  background-position: -284px -1189px;
}

.glyphicons-icon.sheriffs_star {
  background-position: -332px -1189px;
}

.glyphicons-icon.qrcode {
  background-position: -380px -1189px;
}

.glyphicons-icon.barcode {
  background-position: -428px -1189px;
}

.glyphicons-icon.pool {
  background-position: 4px -1237px;
}

.glyphicons-icon.buoy {
  background-position: -44px -1237px;
}

.glyphicons-icon.spade {
  background-position: -92px -1237px;
}

.glyphicons-icon.bank {
  background-position: -140px -1237px;
}

.glyphicons-icon.vcard {
  background-position: -188px -1237px;
}

.glyphicons-icon.electrical_plug {
  background-position: -236px -1237px;
}

.glyphicons-icon.flag {
  background-position: -284px -1237px;
}

.glyphicons-icon.credit_card {
  background-position: -332px -1237px;
}

.glyphicons-icon.keyboard-wireless {
  background-position: -380px -1237px;
}

.glyphicons-icon.keyboard-wired {
  background-position: -428px -1237px;
}

.glyphicons-icon.shield {
  background-position: 4px -1285px;
}

.glyphicons-icon.ring {
  background-position: -44px -1285px;
}

.glyphicons-icon.cake {
  background-position: -92px -1285px;
}

.glyphicons-icon.drink {
  background-position: -140px -1285px;
}

.glyphicons-icon.beer {
  background-position: -188px -1285px;
}

.glyphicons-icon.fast_food {
  background-position: -236px -1285px;
}

.glyphicons-icon.cutlery {
  background-position: -284px -1285px;
}

.glyphicons-icon.pizza {
  background-position: -332px -1285px;
}

.glyphicons-icon.birthday_cake {
  background-position: -380px -1285px;
}

.glyphicons-icon.tablet {
  background-position: -428px -1285px;
}

.glyphicons-icon.settings {
  background-position: 4px -1333px;
}

.glyphicons-icon.bullets {
  background-position: -44px -1333px;
}

.glyphicons-icon.cardio {
  background-position: -92px -1333px;
}

.glyphicons-icon.t-shirt {
  background-position: -140px -1333px;
}

.glyphicons-icon.pants {
  background-position: -188px -1333px;
}

.glyphicons-icon.sweater {
  background-position: -236px -1333px;
}

.glyphicons-icon.fabric {
  background-position: -284px -1333px;
}

.glyphicons-icon.leather {
  background-position: -332px -1333px;
}

.glyphicons-icon.scissors {
  background-position: -380px -1333px;
}

.glyphicons-icon.bomb {
  background-position: -428px -1333px;
}

.glyphicons-icon.skull {
  background-position: 4px -1381px;
}

.glyphicons-icon.celebration {
  background-position: -44px -1381px;
}

.glyphicons-icon.tea_kettle {
  background-position: -92px -1381px;
}

.glyphicons-icon.french_press {
  background-position: -140px -1381px;
}

.glyphicons-icon.coffee_cup {
  background-position: -188px -1381px;
}

.glyphicons-icon.pot {
  background-position: -236px -1381px;
}

.glyphicons-icon.grater {
  background-position: -284px -1381px;
}

.glyphicons-icon.kettle {
  background-position: -332px -1381px;
}

.glyphicons-icon.hospital {
  background-position: -380px -1381px;
}

.glyphicons-icon.hospital_h {
  background-position: -428px -1381px;
}

.glyphicons-icon.microphone {
  background-position: 4px -1429px;
}

.glyphicons-icon.webcam {
  background-position: -44px -1429px;
}

.glyphicons-icon.temple_christianity_church {
  background-position: -92px -1429px;
}

.glyphicons-icon.temple_islam {
  background-position: -140px -1429px;
}

.glyphicons-icon.temple_hindu {
  background-position: -188px -1429px;
}

.glyphicons-icon.temple_buddhist {
  background-position: -236px -1429px;
}

.glyphicons-icon.bicycle {
  background-position: -284px -1429px;
}

.glyphicons-icon.life_preserver {
  background-position: -332px -1429px;
}

.glyphicons-icon.share_alt {
  background-position: -380px -1429px;
}

.glyphicons-icon.comments {
  background-position: -428px -1429px;
}

.glyphicons-icon.flower {
  background-position: 4px -1477px;
}

.glyphicons-icon.baseball {
  background-position: -44px -1477px;
}

.glyphicons-icon.rugby {
  background-position: -92px -1477px;
}

.glyphicons-icon.ax {
  background-position: -140px -1477px;
}

.glyphicons-icon.table_tennis {
  background-position: -188px -1477px;
}

.glyphicons-icon.bowling {
  background-position: -236px -1477px;
}

.glyphicons-icon.tree_conifer {
  background-position: -284px -1477px;
}

.glyphicons-icon.tree_deciduous {
  background-position: -332px -1477px;
}

.glyphicons-icon.more_items {
  background-position: -380px -1477px;
}

.glyphicons-icon.sort {
  background-position: -428px -1477px;
}

.glyphicons-icon.filter {
  background-position: 4px -1525px;
}

.glyphicons-icon.gamepad {
  background-position: -44px -1525px;
}

.glyphicons-icon.playing_dices {
  background-position: -92px -1525px;
}

.glyphicons-icon.calculator {
  background-position: -140px -1525px;
}

.glyphicons-icon.tie {
  background-position: -188px -1525px;
}

.glyphicons-icon.wallet {
  background-position: -236px -1525px;
}

.glyphicons-icon.piano {
  background-position: -284px -1525px;
}

.glyphicons-icon.sampler {
  background-position: -332px -1525px;
}

.glyphicons-icon.podium {
  background-position: -380px -1525px;
}

.glyphicons-icon.soccer_ball {
  background-position: -428px -1525px;
}

.glyphicons-icon.blog {
  background-position: 4px -1573px;
}

.glyphicons-icon.dashboard {
  background-position: -44px -1573px;
}

.glyphicons-icon.certificate {
  background-position: -92px -1573px;
}

.glyphicons-icon.bell {
  background-position: -140px -1573px;
}

.glyphicons-icon.candle {
  background-position: -188px -1573px;
}

.glyphicons-icon.pushpin {
  background-position: -236px -1573px;
}

.glyphicons-icon.iphone_shake {
  background-position: -284px -1573px;
}

.glyphicons-icon.pin_flag {
  background-position: -332px -1573px;
}

.glyphicons-icon.turtle {
  background-position: -380px -1573px;
}

.glyphicons-icon.rabbit {
  background-position: -428px -1573px;
}

.glyphicons-icon.globe {
  background-position: 4px -1621px;
}

.glyphicons-icon.briefcase {
  background-position: -44px -1621px;
}

.glyphicons-icon.hdd {
  background-position: -92px -1621px;
}

.glyphicons-icon.thumbs_up {
  background-position: -140px -1621px;
}

.glyphicons-icon.thumbs_down {
  background-position: -188px -1621px;
}

.glyphicons-icon.hand_right {
  background-position: -236px -1621px;
}

.glyphicons-icon.hand_left {
  background-position: -284px -1621px;
}

.glyphicons-icon.hand_up {
  background-position: -332px -1621px;
}

.glyphicons-icon.hand_down {
  background-position: -380px -1621px;
}

.glyphicons-icon.fullscreen {
  background-position: -428px -1621px;
}

.glyphicons-icon.shopping_bag {
  background-position: 4px -1669px;
}

.glyphicons-icon.book_open {
  background-position: -44px -1669px;
}

.glyphicons-icon.nameplate {
  background-position: -92px -1669px;
}

.glyphicons-icon.nameplate_alt {
  background-position: -140px -1669px;
}

.glyphicons-icon.vases {
  background-position: -188px -1669px;
}

.glyphicons-icon.bullhorn {
  background-position: -236px -1669px;
}

.glyphicons-icon.dumbbell {
  background-position: -284px -1669px;
}

.glyphicons-icon.suitcase {
  background-position: -332px -1669px;
}

.glyphicons-icon.file_import {
  background-position: -380px -1669px;
}

.glyphicons-icon.file_export {
  background-position: -428px -1669px;
}

.glyphicons-icon.bug {
  background-position: 4px -1717px;
}

.glyphicons-icon.crown {
  background-position: -44px -1717px;
}

.glyphicons-icon.smoking {
  background-position: -92px -1717px;
}

.glyphicons-icon.cloud-download {
  background-position: -140px -1717px;
}

.glyphicons-icon.cloud-upload {
  background-position: -188px -1717px;
}

.glyphicons-icon.restart {
  background-position: -236px -1717px;
}

.glyphicons-icon.security_camera {
  background-position: -284px -1717px;
}

.glyphicons-icon.expand {
  background-position: -332px -1717px;
}

.glyphicons-icon.collapse {
  background-position: -380px -1717px;
}

.glyphicons-icon.collapse_top {
  background-position: -428px -1717px;
}

.glyphicons-icon.globe_af {
  background-position: 4px -1765px;
}

.glyphicons-icon.global {
  background-position: -44px -1765px;
}

.glyphicons-icon.spray {
  background-position: -92px -1765px;
}

.glyphicons-icon.nails {
  background-position: -140px -1765px;
}

.glyphicons-icon.claw_hammer {
  background-position: -188px -1765px;
}

.glyphicons-icon.classic_hammer {
  background-position: -236px -1765px;
}

.glyphicons-icon.hand_saw {
  background-position: -284px -1765px;
}

.glyphicons-icon.riflescope {
  background-position: -332px -1765px;
}

.glyphicons-icon.electrical_socket_eu {
  background-position: -380px -1765px;
}

.glyphicons-icon.electrical_socket_us {
  background-position: -428px -1765px;
}

.glyphicons-icon.message_forward {
  background-position: 4px -1813px;
}

.glyphicons-icon.coat_hanger {
  background-position: -44px -1813px;
}

.glyphicons-icon.dress {
  background-position: -92px -1813px;
}

.glyphicons-icon.bathrobe {
  background-position: -140px -1813px;
}

.glyphicons-icon.shirt {
  background-position: -188px -1813px;
}

.glyphicons-icon.underwear {
  background-position: -236px -1813px;
}

.glyphicons-icon.log_in {
  background-position: -284px -1813px;
}

.glyphicons-icon.log_out {
  background-position: -332px -1813px;
}

.glyphicons-icon.exit {
  background-position: -380px -1813px;
}

.glyphicons-icon.new_window_alt {
  background-position: -428px -1813px;
}

.glyphicons-icon.video_sd {
  background-position: 4px -1861px;
}

.glyphicons-icon.video_hd {
  background-position: -44px -1861px;
}

.glyphicons-icon.subtitles {
  background-position: -92px -1861px;
}

.glyphicons-icon.sound_stereo {
  background-position: -140px -1861px;
}

.glyphicons-icon.sound_dolby {
  background-position: -188px -1861px;
}

.glyphicons-icon.sound_5_1 {
  background-position: -236px -1861px;
}

.glyphicons-icon.sound_6_1 {
  background-position: -284px -1861px;
}

.glyphicons-icon.sound_7_1 {
  background-position: -332px -1861px;
}

.glyphicons-icon.copyright_mark {
  background-position: -380px -1861px;
}

.glyphicons-icon.registration_mark {
  background-position: -428px -1861px;
}

.glyphicons-icon.radar {
  background-position: 4px -1909px;
}

.glyphicons-icon.skateboard {
  background-position: -44px -1909px;
}

.glyphicons-icon.golf_course {
  background-position: -92px -1909px;
}

.glyphicons-icon.sorting {
  background-position: -140px -1909px;
}

.glyphicons-icon.sort-by-alphabet {
  background-position: -188px -1909px;
}

.glyphicons-icon.sort-by-alphabet-alt {
  background-position: -236px -1909px;
}

.glyphicons-icon.sort-by-order {
  background-position: -284px -1909px;
}

.glyphicons-icon.sort-by-order-alt {
  background-position: -332px -1909px;
}

.glyphicons-icon.sort-by-attributes {
  background-position: -380px -1909px;
}

.glyphicons-icon.sort-by-attributes-alt {
  background-position: -428px -1909px;
}

.glyphicons-icon.compressed {
  background-position: 4px -1957px;
}

.glyphicons-icon.package {
  background-position: -44px -1957px;
}

.glyphicons-icon.cloud_plus {
  background-position: -92px -1957px;
}

.glyphicons-icon.cloud_minus {
  background-position: -140px -1957px;
}

.glyphicons-icon.disk_save {
  background-position: -188px -1957px;
}

.glyphicons-icon.disk_open {
  background-position: -236px -1957px;
}

.glyphicons-icon.disk_saved {
  background-position: -284px -1957px;
}

.glyphicons-icon.disk_remove {
  background-position: -332px -1957px;
}

.glyphicons-icon.disk_import {
  background-position: -380px -1957px;
}

.glyphicons-icon.disk_export {
  background-position: -428px -1957px;
}

.glyphicons-icon.tower {
  background-position: 4px -2005px;
}

.glyphicons-icon.send {
  background-position: -44px -2005px;
}

.glyphicons-icon.git_branch {
  background-position: -92px -2005px;
}

.glyphicons-icon.git_create {
  background-position: -140px -2005px;
}

.glyphicons-icon.git_private {
  background-position: -188px -2005px;
}

.glyphicons-icon.git_delete {
  background-position: -236px -2005px;
}

.glyphicons-icon.git_merge {
  background-position: -284px -2005px;
}

.glyphicons-icon.git_pull_request {
  background-position: -332px -2005px;
}

.glyphicons-icon.git_compare {
  background-position: -380px -2005px;
}

.glyphicons-icon.git_commit {
  background-position: -428px -2005px;
}

.glyphicons-icon.construction_cone {
  background-position: 4px -2053px;
}

.glyphicons-icon.shoe_steps {
  background-position: -44px -2053px;
}

.glyphicons-icon.plus {
  background-position: -92px -2053px;
}

.glyphicons-icon.minus {
  background-position: -140px -2053px;
}

.glyphicons-icon.redo {
  background-position: -188px -2053px;
}

.glyphicons-icon.undo {
  background-position: -236px -2053px;
}

.glyphicons-icon.golf {
  background-position: -284px -2053px;
}

.glyphicons-icon.hockey {
  background-position: -332px -2053px;
}

.glyphicons-icon.pipe {
  background-position: -380px -2053px;
}

.glyphicons-icon.wrench {
  background-position: -428px -2053px;
}

.glyphicons-icon.folder_closed {
  background-position: 4px -2101px;
}

.glyphicons-icon.phone_alt {
  background-position: -44px -2101px;
}

.glyphicons-icon.earphone {
  background-position: -92px -2101px;
}

.glyphicons-icon.floppy_disk {
  background-position: -140px -2101px;
}

.glyphicons-icon.floppy_saved {
  background-position: -188px -2101px;
}

.glyphicons-icon.floppy_remove {
  background-position: -236px -2101px;
}

.glyphicons-icon.floppy_save {
  background-position: -284px -2101px;
}

.glyphicons-icon.floppy_open {
  background-position: -332px -2101px;
}

.glyphicons-icon.translate {
  background-position: -380px -2101px;
}

.glyphicons-icon.fax {
  background-position: -428px -2101px;
}

.glyphicons-icon.factory {
  background-position: 4px -2149px;
}

.glyphicons-icon.shop_window {
  background-position: -44px -2149px;
}

.glyphicons-icon.shop {
  background-position: -92px -2149px;
}

.glyphicons-icon.kiosk {
  background-position: -140px -2149px;
}

.glyphicons-icon.kiosk_wheels {
  background-position: -188px -2149px;
}

.glyphicons-icon.kiosk_light {
  background-position: -236px -2149px;
}

.glyphicons-icon.kiosk_food {
  background-position: -284px -2149px;
}

.glyphicons-icon.transfer {
  background-position: -332px -2149px;
}

.glyphicons-icon.money {
  background-position: -380px -2149px;
}

.glyphicons-icon.header {
  background-position: -428px -2149px;
}

.glyphicons-icon.blacksmith {
  background-position: 4px -2197px;
}

.glyphicons-icon.saw_blade {
  background-position: -44px -2197px;
}

.glyphicons-icon.basketball {
  background-position: -92px -2197px;
}

.glyphicons-icon.server {
  background-position: -140px -2197px;
}

.glyphicons-icon.server_plus {
  background-position: -188px -2197px;
}

.glyphicons-icon.server_minus {
  background-position: -236px -2197px;
}

.glyphicons-icon.server_ban {
  background-position: -284px -2197px;
}

.glyphicons-icon.server_flag {
  background-position: -332px -2197px;
}

.glyphicons-icon.server_lock {
  background-position: -380px -2197px;
}

.glyphicons-icon.server_new {
  background-position: -428px -2197px;
}

.fl-scrolls,
.fl-scrolls div {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.fl-scrolls {
  bottom: 0;
  height: 35px;
  overflow: auto;
  position: fixed;
}

.fl-scrolls div {
  height: 1px;
  overflow: hidden;
}

.fl-scrolls-hidden {
  bottom: 9999px;
}

.terminarz {
  color: #555;
  cursor: default;
}

.terminarz .table {
  margin: 0;
  padding: 0;
}

.terminarz .table > tbody > tr > th,
.terminarz .table > tbody > tr > td {
  border: 1px solid #fff;
  /*border-left: none;*/
  background-color: #f0f0f0;
}

.terminarz .table,
.terminarz .table > thead > tr > th,
.terminarz .table > tbody > tr > td.person {
  border: none;
}

.terminarz .table tbody tr td.person {
  border-top: none;
  padding: 0 8px;
}

.terminarz .table-hover tbody tr:hover td.person,
.terminarz .table-hover tbody tr:hover td {
  background-color: rgba(219, 219, 219, 0.65);
}

.terminarz .table-hover tbody tr td.person,
.terminarz .table-hover tbody tr td {
  border-top: 1px #fff solid;
}

.terminarz .table > tbody > tr > td.person,
.frozen {
  background-color: #fff;
}

.terminarz tbody tr.active.first-row td.person,
.terminarz tbody tr.active td.person,
.terminarz tbody tr.active td {
  background-color: #dbdbdb;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

.table-scroll {
  overflow-y: auto;
}

.fc-day-header {
  text-transform: capitalize;
  height: 40px;
}

.day-header {
  padding: 0 5px !important;
}

.fc-day-header small {
  font-size: 10px;
  color: #a34a00;
}

.fc-day-header .person-header small {
  font-size: 10px;
  color: #7d7d7d;
}

.fc-person-header {
  width: 16%;
}

.person-header h5 {
  margin: 0;
}

.person-header .weekPeriod {
  margin-right: 12px;
}

.person-header small {
  font-weight: normal;
}

.fc-day-header .person-header,
.fc-day .person {
  width: 16%;
  padding: 0 8px;
  vertical-align: middle;
}

.terminarz #header h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.terminarz .person.fc-person-header h6 {
  line-height: 38px;
  margin: 0;
}

.fc-day-header .day-header,
.fc-day.day {
  width: 12%;
}

.calendar .day {
  padding: 0;
  height: 40px;
}

/*.calendar table tr td {
    vertical-align: middle;
}*/

.filter {
  width: 120px;
}

.terminarz .section-title {
  background-color: #fff;
  width: 300px;
  height: 40px;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  position: relative;
}

.selected-person {
  font-style: italic;
  font-size: 12px;
  display: block;
}

.day.weekend {
  background-image: url(/images/calendar-pattern.png?c5e919b968f02f8d9afa9d681f3e1a63);
}

tr:hover .day.weekend,
tr.active .day.weekend {
  background-image: none;
}

.event-info {
  min-height: 38px;
  /*background-color: #f8f19e;*/
  font-size: 9px;
  line-height: 9px;
}

.event-info .content {
  min-height: 30px;
}

.event-info .content .cartridge {
  padding: 4px 3px;
  border-left: 2px #fff solid;
}

.event-info .content .cartridge.default {
  border-left-color: #64ac00;
}

.event-info .content .cartridge.near {
  border-left-color: #ffc000;
}

.event-info .content .cartridge.past {
  border-left-color: #ff0000;
}

.event-info .content .cartridge.closed {
  border-left-color: #bfbfbf;
}

.section-list-content .task {
  border-left: 5px #fff solid;
}

.section-list-content .task.default {
  border-left-color: #64ac00;
}

.section-list-content .task.near {
  border-left-color: #ffc000;
}

.section-list-content .task.past {
  border-left-color: #ff0000;
}

.event-info .content .cartridge.next-item {
  border-top: 1px #ecdb0a solid;
}

.event-info .content .cartridge .title {
  color: #0000ff;
  font-weight: bolder;
}

.event-info .content .cartridge .title.route {
  text-decoration: underline;
}

.event-info .content .date {
  padding-top: 4px;
}

.lines {
  background-color: white;
  padding-left: 1px;
  height: 8px;
  position: relative;
}

.green-line {
  width: 1px;
  border-top: 2px #64ac00 solid;
  padding-bottom: 2px;
  bottom: 2px;
  position: absolute;
}

.red-line {
  width: 1px;
  border-top: 2px #be1527 solid;
  position: absolute;
  bottom: 0;
}

.terminarz .table tbody tr td.hovered {
  background-color: rgba(180, 180, 180, 0.75);
  background-image: none;
}

.section-list-content {
  overflow-y: auto;
  overflow-x: hidden;
}

.push-menu-bottom .section-list-content {
  height: 197px;
}

.day.ui-draggable-dragging {
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8);
}

.cartridge:not(.disabled).ui-draggable {
  cursor: move;
}

.service-item.cartridge .number {
  cursor: pointer;
}

#clone {
  color: white;
  background-color: gray;
  opacity: 0.7;
}

.wrapper {
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section-list-header {
  border-top: 1px #dbdbdb solid;
  background-color: #fff;
  height: 40px;
}

.section-list-header .top-line {
  height: 20px;
  border-bottom: 1px #dbdbdb solid;
}

.section-list-header .bottom-line {
  height: 20px;
}

.section-list-content {
  background-color: #dbdbdb;
}

.service-item .top-line {
  height: 20px;
  padding-top: 1px;
}

.service-item .bottom-line {
  height: 20px;
  border-top: 1px #555 solid;
}

.service-item {
  height: 40px;
  border-top: 1px #fff solid;
  font-size: 10px;
  line-height: 10px;
}

.list-row {
  margin-left: 6px;
}

.push-menu-right .show-hide {
  position: absolute;
  left: 0;
  right: initial;
  top: 0;
  bottom: 0;
  background-image: url(/images/calendar-icons.png?21358c0184ad08f7daefd1cc9ecd69f6);
  width: 19px;
  height: 18px;
  background-position: -20px 0;
  background-repeat: no-repeat;
  margin: auto 0;
}

.pmr-close .push-menu-right .show-hide {
  background-position: -20px -18px;
}

.push-menu-right .show-hide:hover {
  background-position: 0 0;
}

.pmr-close .push-menu-right .show-hide:hover {
  background-position: 0 -18px;
}

.push-menu-bottom .show-hide {
  position: absolute;
  right: 0;
  top: 0;
  bottom: inherit;
  background-image: url(/images/calendar-icons.png?21358c0184ad08f7daefd1cc9ecd69f6);
  width: 18px;
  height: 16px;
  background-position: -58px 0;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.pmb-close .push-menu-bottom .show-hide {
  background-position: -58px -18px;
}

.push-menu-bottom .show-hide:hover {
  background-position: -40px 0;
}

.pmb-close .push-menu-bottom .show-hide:hover {
  background-position: -40px -18px;
}

.pmr-close .push-menu-right .service-list .section-content,
.pmr-close .push-menu-right .expired-list .section-content {
  visibility: hidden;
}

.pmr-close .push-menu-right .service-list .section-title .title,
.pmr-close .push-menu-right .expired-list .section-title {
  visibility: hidden;
}

.pmb-close .push-menu-bottom .section-list {
  background-color: #fff;
}

.pmb-close .push-menu-bottom .section-list-header {
  visibility: hidden;
}

.pmr-open .push-menu-right .show-hide {
  right: 0;
  left: inherit;
}

.pmb-open .push-menu-bottom .show-hide {
  top: 0;
  bottom: inherit;
}

.pmr-open .push-menu-right .section-title .title {
  visibility: visible;
  display: block;
}

.pmr-open .push-menu-right .section-content {
  visibility: visible;
}

.pmb-open .push-menu-bottom .section-list-header .top-line {
  visibility: visible;
}

.column {
  padding: 0 2px;
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  line-height: 18px;
}

.column-semi-full {
  width: 248px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

.section-list-header .column {
  line-height: 20px;
}

.column-10 {
  width: 10%;
}

.column-15 {
  width: 15%;
}

.column-20 {
  width: 20%;
}

.column-25 {
  width: 25%;
}

.column-30 {
  width: 30%;
}

.column-50 {
  width: 50%;
}

.column-60 {
  width: 60%;
}

.column-100 {
  width: 100%;
}

.column-20px {
  width: 20px;
}

.column-60px {
  width: 60px;
}

.column-80px {
  width: 80px;
}

.column-110px {
  width: 110px;
}

.column.icon {
  margin: 1px 0 0;
  padding: 0;
}

.add-event {
  cursor: default;
  width: 24px;
  background-image: url(/images/calendar-icons.png?21358c0184ad08f7daefd1cc9ecd69f6);
  background-position: 0 -36px;
  background-repeat: no-repeat;
}

.push-menu-bottom .add-event {
  float: right;
  margin-right: 5px;
}

.list-row .icon:before {
  font-size: 13px;
  margin: 2px 0px;
  text-align: center;
}

.add-event:hover {
  background-position: -24px -36px;
  cursor: pointer;
}

#header-content .list-inline {
  margin: 4px 0 0;
}

#header-content .person-filter-label {
  border-left: 1px #a3490d solid;
  padding: 0 0 0 5px;
}

.body {
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#wrapper {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main {
  margin-right: 23px;
  margin-bottom: 16px;
}

nav.menu {
  position: absolute;
  z-index: 20;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

nav.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav.menu a {
  font-weight: 300;
}

button.close-menu {
  background-color: #3184a1;
}

button.close-menu:focus {
  outline: none;
}

/* slide menu left and right, push menu left and right */

nav.push-menu-right {
  top: 0;
  width: 300px;
  height: 100%;
  border-left: 1px solid white;
}

nav.push-menu-right .section {
  height: 50%;
}

nav.push-menu-bottom .section {
  height: 237px;
}

nav.push-menu-right li {
  display: block;
  text-align: center;
  border-bottom: solid 1px #3184a1;
  border-top: solid 1px #b5dbe9;
}

nav.push-menu-right li:first-child {
  border-top: none;
}

nav.push-menu-right li:last-child {
  border-bottom: none;
}

nav.push-menu-right a {
  display: block;
  padding: 10px;
  font-size: 18px;
}

nav.push-menu-right button.close-menu {
  margin: 10px 0;
  padding: 10px 30px;
}

nav.push-menu-right {
  right: -277px;
}

.body.pmr-open nav.push-menu-right {
  right: 0;
}

.body.pmr-open .main {
  margin-right: 300px;
}

/* slide menu top and bottom */

nav.push-menu-bottom {
  left: 0;
  right: 0;
  height: 237px;
  margin-right: 30px;
}

nav.push-menu-bottom ul {
  text-align: center;
  padding: 25px 0 0 0;
}

nav.push-menu-bottom li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

nav.push-menu-bottom a {
  display: block;
  line-height: 50px;
  padding: 0 10px;
  font-size: 18px;
}

nav.push-menu-bottom button.close-menu {
  display: block;
  line-height: 50px;
  margin: 0;
  padding: 0 10px;
}

nav.push-menu-bottom {
  bottom: -221px;
}

.body.pmb-open nav.push-menu-bottom {
  bottom: 0;
}

.body.pmr-open nav.push-menu-bottom {
  margin-right: 300px;
}

.body.pmb-open .main {
  margin-bottom: 237px;
}

.buttons br {
  display: none;
}

.buttons button {
  padding: 10px 20px;
}

/* slide menu top and bottom */

nav.push-menu-bottom ul {
  padding: 35px 0 0 0;
}

nav.push-menu-bottom button.close-menu {
  line-height: 30px;
  padding: 0 2px;
}

.terminarz .tabbable.tabs-below .nav.nav-tabs {
  padding: 0;
  border: none;
  border-top: 1px #ff6800 solid;
}

.terminarz .tabbable.tabs-below {
  height: 21px;
}

.terminarz .push-menu-bottom .tab-content {
  height: 215px;
}

.terminarz .push-menu-bottom a {
  font-size: 12px;
  color: #555;
  background-color: #fff;
  line-height: 21px;
  padding: 0 15px;
  border: none;
  border-radius: 0;
}

.terminarz .push-menu-bottom a:hover {
  color: #ff6800;
  background-color: #fff;
  border: none;
}

.terminarz .push-menu-bottom .active a,
.terminarz .push-menu-bottom .active a:hover {
  color: #fff;
  background-color: #ff6800;
  border: none;
}

.terminarz input.form-control.checkbox {
  height: initial;
  min-height: initial;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.terminarz input.col-md-1,
.terminarz input.col-md-2,
.terminarz input.col-md-3,
.terminarz input.col-md-4,
.terminarz input.col-md-5,
.terminarz input.col-md-6,
.terminarz input.col-md-7,
.terminarz input.col-md-8,
.terminarz input.col-md-9,
.terminarz input.col-md-10,
.terminarz input.col-md-11,
.terminarz input.col-md-12 {
  margin: 0;
  padding: 0;
}

.modal .modal-dialog .modal-content {
  padding: 20px 30%;
}

.terminarz #add-event .add-event-content {
  height: 250px;
}

.terminarz #add-event .hours {
  height: 220px;
  background-color: #f0f0f0;
}

.terminarz #add-event .items {
  height: 220px;
}

.terminarz #add-event .hours-items {
  float: left;
}

.terminarz #add-event .hours-items span {
  padding: 0;
}

.terminarz #add-event .hours-item {
  height: 44px;
  line-height: 44px;
  width: 40px;
  text-align: center;
  border-bottom: 1px #dbdbdb solid;
  padding-right: 5px;
}

.terminarz #add-event .hours-item.last-item {
  border-bottom: none;
}

.terminarz #add-event .item {
  border-left: 1px #dbdbdb solid;
}

.terminarz input[readonly] {
  background-color: #eee;
  border: 1px solid #ccc;
  -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;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
  line-height: 1.42857143;
  color: #555;
}

.terminarz .hours-line {
  height: 220px;
  width: 5px;
  float: left;
  background: url(/images/calendar-hours.png?ef05f54a2a606002f46d1fbae988934c) no-repeat left center;
  margin-left: -5px;
}

.terminarz .hours-events {
  height: 220px;
  float: left;
  position: relative;
}

.terminarz .hours-event {
  position: absolute;
  background-color: #e6e6e6;
  border: 1px #dbdbdb solid;
  margin-left: 1px;
}

.terminarz .hours-event.current-item {
  border: 1px #dbdbdb solid;
  background-color: #f6f6f6;
}

.terminarz .has-error {
  color: #a94442 !important;
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  color: #a94442 !important;
  background-color: #f2dede !important;
}

.terminarz .popover.left,
.terminarz .popover.right {
  margin-left: -3px;
}

.terminarz .popover.top {
  margin-top: 3px;
}

.terminarz .popover-content {
  cursor: pointer;
}

.popover-content.line {
  border-bottom: 1px solid #f6f6f6;
}

.terminarz .day.sickness,
.terminarz .table-hover tbody tr:hover td.day.sickness {
  background-color: #ff9d9d;
  background-image: none;
}

.terminarz .day.holyday,
.terminarz .table-hover tbody tr:hover td.day.holyday {
  background-color: #ffff9d;
  background-image: none;
}

.terminarz .day .absence {
  text-align: center;
}

.terminarz .day.sickness .absence {
  color: #A00000;
}

.terminarz .day.holyday .absence {
  color: #575700;
}

/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */

input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */

/* reset extra padding in Firefox, see h5bp.com/l */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */

.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */

.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */

.ui-widget-overlay {
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

#tresc {
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
  text-align: left;
}

#przycisk a:link,
#przycisk a:visited,
#przycisk a:active {
  font: 11px;
  text-decoration: none;
  padding: 3px 7px;
  border: 1px solid #778;
  color: #2d2b2b;
}

#przycisk a:hover {
  text-decoration: underline;
}

#komunikat {
  border: 1px solid #FF0000;
  margin: 5px;
  padding: 5px;
}

.ustawienia_top {
  height: 20px;
}

.nav {
  text-align: center;
  height: 20px;
}

.kolumny_label {
  float: left;
}

.odd {
  background-color: white;
}

.even {
  background-color: #ffffdc;
}

/*--------------------Butony--------------------*/

.button {
  padding: 2px 6px;
  margin-right: 3px;
  border: 1px solid #006;
  background: #edf3f3;
  cursor: pointer;
}

.btnSzukaj {
  width: 60px;
}

#kolumnyBox {
  border: 1px solid;
  width: 200px;
  position: absolute;
  background-color: white;
  overflow: auto;
  height: 500px;
}

#kolumnyBox2 {
  border: 1px solid;
  width: 200px;
  position: absolute;
  margin-left: 920px;
  background-color: white;
  overflow: auto;
  height: 500px;
}

/*--------------------sekcje formularzy--------------------*/

#etykieta_sekcji_projekt,
#etykieta_sekcji_zadania,
.etykieta_sekcji_projekt,
.etykieta_sekcji_zadania {
  margin-bottom: 5px;
  padding: 2px;
  height: 15px;
  border: 1px solid;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

#etykieta_sekcji_projekt,
.etykieta_sekcji_projekt {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 150, 255, 0.6)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to top, rgba(0, 150, 255, 0.6), rgba(255, 255, 255, 0.3));
}

#etykieta_sekcji_zadania,
.etykieta_sekcji_zadania {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(100, 200, 0, 0.6)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to top, rgba(100, 200, 0, 0.6), rgba(255, 255, 255, 0.3));
}

#sekcja,
.sekcja {
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  /*padding: 2px;*/
  border: 1px solid;
  margin-left: auto;
  margin-right: auto;
}

#sekcja_tabela table {
  border-spacing: 0;
  border-collapse: collapse;
}

#sekcja_tabela td {
  border: 1px solid black;
}

#sekcja_tabela th {
  border: 1px solid black;
  background-color: #edc3c3;
}

#projekty_projekty td {
  vertical-align: top;
}

#projekty_tabela td,
#projekty_tabela th {
  border: 1px solid;
}

#projekty_tabela th {
  border-color: #666;
}

#projekty_tabela tD {
  border-color: #CCCCCC;
}

#projekty_tabela td {
  color: #000000;
}

#projekty_tabela th {
  height: 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 150, 255, 0.6)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to top, rgba(0, 150, 255, 0.6), rgba(255, 255, 255, 0.3));
}

#zadania_tabela,
#projekty_tabela {
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
}

#zadania_tabela table,
#projekty_tabela table {
  border: 1px solid black;
  border-collapse: collapse;
}

#zadania_tabela td,
#zadania_tabela th {
  border: 1px solid black;
}

#zadania_tabela td {
  color: #000000;
}

#zadania_tabela th {
  height: 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(100, 200, 0, 0.6)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to top, rgba(100, 200, 0, 0.6), rgba(255, 255, 255, 0.3));
}

.sekcja_tabela_main table,
.sekcja_tabela table,
.sekcja_tabela_main_3 table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

.sekcja_tabela_main table {
  width: 98%;
}

.sekcja_tabela_main th {
  width: 20%;
  font-weight: normal;
  text-align: left;
  height: 20px;
}

.sekcja_tabela_main td {
  width: 30%;
}

.sekcja_tabela_main table,
.sekcja_tabela_main_3 table {
  width: 97%;
}

.sub_tabela_td_border {
  padding: 6px;
  border-right: 1px solid black;
}

.sub_tabela_td {
  padding: 6px;
}

/*.td_head_main {
	width: 193px;
}
.td_form_main {
	width: 193px;
}*/

.sekcja_tabela td,
#row {
  border: 1px solid black;
}

.sekcja_tabela th {
  border: 1px solid black;
  background-color: #ffffc8;
}

.sekcja_tabela input {
  width: 80%;
}

.numberGodz {
  text-align: right;
}

.subgrid {
  margin-bottom: 15px;
  margin-top: 15px;
}

#grid table {
  width: 100%;
}

#kropka {
  float: left;
  margin-right: 2px;
  display: table;
}

#po_kropce {
  display: table;
}

.zielony {
  background-color: #ccffcc;
  /*padding: 0px;*/
}

#zielony2 {
  background-color: #c4d79b;
  padding-left: 6px;
}

.bzolty {
  background-color: #ffffcc;
}

#pading6 {
  overflow-style: auto;
  padding-left: 6px;
}

#pading10 {
  overflow-style: auto;
  padding-left: 10px;
}

.pading10 {
  overflow-style: auto;
  padding-left: 10px;
}

.scrol_kontener {
  border: 1px solid #ccc;
  width: 100%;
  height: 470px;
  overflow-y: scroll;
  position: relative;
}

.scrol_kontener .checkbox-inline {
  padding-top: 3px;
}

.form-control.set-height {
  height: 470px;
}

#baza_wiedzy {
  background-color: #ebf1de;
}

.currentRow .currentRow_stawki .currentRow_ratio .currentRow_klienta {
  background-color: #e9fddb;
}

.selectedRow {
  cursor: pointer;
}

#prawa {
  padding: 0px;
}

.some-handle {
  background-color: white;
  height: 10px;
  margin: 0 -7px;
  cursor: pointer;
}

.suma {
  border-top: 1px;
  border-top-color: #616161;
  border-top-style: solid;
}

/*Checkbox uprawnienia kolumn*/

.checkbox-inline.small {
  width: 32px;
}

.checkbox-inline.midlle {
  width: 47px;
}

.checkbox-inline.name {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#group-rights .checkbox-inline.name {
  width: 290px;
}

#user-rights .checkbox-inline.name {
  width: 170px;
}

.zielony_c {
  color: green;
}

/* lista tabow */

ul.tabs {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #64ac00;
}

ul.tabs li {
  height: 31px;
  float: left;
  text-align: center;
  line-height: 31px;
  margin-right: 1px;
  position: relative;
  min-width: 110px;
  cursor: pointer;
  padding: 0 10px;
}

ul.tabs li a {
  font-size: 12px;
  text-decoration: none;
  color: #333;
  outline: none;
}

ul.tabs li:hover {
  background: #efefef;
}

ul.tabs li.active {
  background: #64AC00;
  cursor: default;
}

ul.tabs li.active a {
  color: #fff;
  cursor: default;
}

ul.tabs li.disable {
  background: #c0c0c0;
  cursor: default;
}

ul.tabs li.disable a {
  color: #999;
  cursor: default;
}

.malachite ul.tabs {
  border-bottom: 1px solid #076445;
}

.malachite ul.tabs li:hover {
  background: #0b885e;
}

.malachite ul.tabs li.active {
  background: #076445;
}

.blue ul.tabs {
  border-bottom: 1px solid #4799e4;
}

.blue ul.tabs li:hover {
  background: #1d598c;
}

.blue ul.tabs li a:hover {
  color: #FFFFFF;
}

.blue ul.tabs li.active {
  background: #4799e4;
}

/* lista tabow */

ul.tabs-decorated {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
  clear: both;
  padding-bottom: 10px;
  overflow: hidden;
}

ul.tabs-decorated li {
  height: 31px;
  float: left;
  text-align: center;
  line-height: 31px;
  margin-right: 1px;
  position: relative;
  min-width: 110px;
  cursor: pointer;
  padding: 0 10px;
}

ul.tabs-decorated li span.right {
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
  height: 31px;
  overflow: hidden;
}

ul.tabs-decorated li a {
  font-size: 12px;
  text-decoration: none;
  color: #333;
  outline: none;
}

ul.tabs-decorated li:hover a {
  color: #fff;
}

ul.tabs-decorated li:hover span.right {
  width: 9px;
  height: 31px;
}

ul.tabs-decorated li.active {
  cursor: default;
}

ul.tabs-decorated li.active a {
  color: #fff;
  cursor: default;
}

ul.tabs-decorated li.active span.right {
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
  height: 31px;
  overflow: hidden;
}

ul.tabs-decorated li.disable {
  cursor: default;
}

ul.tabs-decorated li.disable span.right {
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
  height: 31px;
  overflow: hidden;
}

ul.tabs-decorated li.disable a {
  color: #999;
  cursor: default;
}

/* powierzchnia tabow */

/*.tab {display:block; border:1px solid #c0c0c0; background:#F8F8F8; min-height:50px; clear:both; padding:10px; margin-top:-5px;}*/

.tab {
  display: block;
  min-height: 50px;
  clear: both;
}

.tab-decorated {
  display: block;
  border: 1px solid #c0c0c0;
  border-bottom-width: 3px;
  background: #F8F8F8;
  min-height: 50px;
  clear: both;
  padding: 10px;
  margin-top: -5px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#srodek {
  float: right;
  width: calc(100% - 180px);
}

.dataTable input {
  width: 100%;
}

.dataTables_filter {
  display: none;
}

.dataTables_length {
  display: none;
}

.dataTables_processing {
  z-index: 100;
  line-height: 80px;
  height: auto !important;
  font-weight: bold;
}

.select-column {
  position: relative;
  top: 0px;
}

.dataTables_paginate {
  float: left !important;
  margin-left: 115px;
  position: relative;
  top: 21px;
}

.paginate_button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  background: none !important;
}

.paginate_button.current {
  text-decoration: underline !important;
}

.paginate_button.disabled {
  display: none !important;
}

.paginate_button:hover {
  text-decoration: underline !important;
}

.wrapper__one {
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  padding-top: 25%;
  text-align: center;
  z-index: 9999;
  height: 100vh;
  width: 100%;
}

.circle {
  margin: 0 0.3em;
  height: 4em;
  width: 4em;
  background: transparent;
  display: inline-block;
  border-radius: 50%;
  border: 8px solid rgba(64, 64, 64, 0.2);
  border-top: 8px solid #797979;
  border-bottom: 8px solid #797979;
}

.circle__one {
  opacity: 1;
  -webkit-animation: roll 2s infinite 0s linear;
  animation: roll 2s infinite 0s linear;
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {

  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {

  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes door {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  30% {

  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes door {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  30% {

  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.loading_page .progress {
  display: none;
  width: 70px;
  margin: auto;
  margin-top: 10px;
  position: relative;
}

.loading_page .progress .bar {
  width: 50%;
  height: 100%;
  background: #cf56ff;
}

.loading_page .progress .percent {
  position: absolute;
  left: 0;
  top: 0;
  color: black;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 100%;
}

.text-red {
  color: red !important;
}

/* 
 * dragtable
 *
 * @Version 2.0.0
 *
 * default css
 *
 */

/*##### the dragtable stuff #####*/

.dragtable-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
}

.dragtable-sortable li {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 1em;
  background: white;
}

.dragtable-sortable th,
.dragtable-sortable td {
  border-left: 0px;
}

.dragtable-sortable li:first-child th,
.dragtable-sortable li:first-child td {
  border-left: 1px solid #CCC;
}

.ui-sortable-helper {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.ui-sortable-placeholder {
  -webkit-box-shadow: 4px 5px 4px #C6C6C6 inset;
  box-shadow: 4px 5px 4px #C6C6C6 inset;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  visibility: visible !important;
  background: #EFEFEF !important;
  visibility: visible !important;
}

.ui-sortable-placeholder * {
  opacity: 0.0;
  visibility: hidden;
}

.floating-container ul {
  z-index: 2;
}

.floating-container ul table {
  margin: 0;
  height: auto;
  width: auto;
}

.floating-container ul table td,
.floating-container ul table th {
  white-space: nowrap;
}

.floating-container ul table td input {
  width: 100%;
}

/*
	Stylesheet for Tigra Calendar v5.0
	Product is Public Domain (Free for any kind of applicaiton, customization and derivative works are allowed) 
	URL: http://www.softcomplex.com/products/tigra_calendar/

	- all image paths are relative to path of stylesheet
	- the styles below can be moved into the document or in existing stylesheet

*/

/* input box in default state */

.tcalInput {
  background: url(/images/cal.gif?e05d8b00f8595743d3326c92cd6f2365) 100% 50% no-repeat;
  /*padding-right: 20px;*/
  cursor: pointer;
}

/* additional properties for input boxe in activated state, above still applies unless in conflict */

.tcalActive {
  background-image: url(/images/no_cal.gif?d752bdf5e7c1095def0c6f00f93432b6);
}

/* container of calendar's pop-up */

#tcal {
  position: absolute;
  visibility: hidden;
  z-index: 100;
  width: 170px;
  background-color: white;
  margin-top: 2px;
  padding: 0 2px 2px 2px;
  border: 1px solid silver;
  -webkit-box-shadow: 3px 3px 4px silver;
  box-shadow: 3px 3px 4px silver;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}

/* table containing navigation and current month */

#tcalControls {
  border-collapse: collapse;
  border: 0;
  width: 100%;
}

#tcalControls td {
  border-collapse: collapse;
  border: 0;
  padding: 0;
  width: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

#tcalControls th {
  border-collapse: collapse;
  border: 0;
  padding: 0;
  line-height: 25px;
  font-size: 10px;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  white-space: nowrap;
}

#tcalPrevYear {
  background-image: url(/images/prev_year.gif?40862ad408958ef1d3776be4779523e4);
}

#tcalPrevMonth {
  background-image: url(/images/prev_mon.gif?6084cc41d70cd0f19c4f68680815285c);
}

#tcalNextMonth {
  background-image: url(/images/next_mon.gif?7a234f52d8a0fab15294e782259c8619);
}

#tcalNextYear {
  background-image: url(/images/next_year.gif?b36cf816483b16759307b0eed1663756);
}

/* table containing week days header and calendar grid */

#tcalGrid {
  border-collapse: collapse;
  border: 1px solid silver;
  width: 100%;
}

#tcalGrid th {
  border: 1px solid silver;
  border-collapse: collapse;
  padding: 3px 0;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
  background-color: gray;
  color: white;
}

#tcalGrid td {
  border: 0;
  border-collapse: collapse;
  padding: 2px 0;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  width: 14%;
  font-size: 11px;
  cursor: pointer;
}

#tcalGrid td.tcalOtherMonth {
  color: silver;
}

#tcalGrid td.tcalWeekend {
  background-color: #ACD6F5;
}

#tcalGrid td.tcalToday {
  border: 1px solid red;
}

#tcalGrid td.tcalSelected {
  background-color: #FFB3BE;
}

body {
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lato', sans-serif;
  /*Tahoma, Verdana, Arial, sans-serif;*/
  font-size: 12px;
  color: #414651;
}

td,
th {
  font-size: 12px;
  padding: 3px;
}

td {
  vertical-align: top;
}

th {
  text-align: center;
}

form {
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
select {
  /*font: 12px/normal Tahoma, Arial, Helvetica, sans-serif;*/
}

a:link {
  color: #616161;
  text-decoration: none;
}

a:visited {
  color: #616161;
  text-decoration: none;
}

a:active {
  color: #616161;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #25C6E2;
}

.button {
  padding: 2px 6px;
  margin-right: 3px;
  border: 1px solid #006;
  background: #edf3f3;
  cursor: pointer;
}

img {
  border: 0px;
}

div.sdmenu {
  width: 150px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  /*padding-bottom: 10px;
	background: url(../../../public/bottom.gif) no-repeat  right bottom;*/
  color: #fff;
}

#projects {
  background: #e7e7e7;
  padding-bottom: 20px;
}

#projects span {
  color: #479eec;
}

#projects a.current {
  color: #5076a2;
  text-decoration: none;
}

#finanse {
  background: #e7e7e7;
  padding-bottom: 20px;
}

#finanse span {
  color: #7f397f;
}

#finanse a.current {
  color: #5076a2;
}

#task {
  background: #dbdbdb;
  padding-bottom: 20px;
}

#task span {
  color: #6eaf00;
}

#task a.current {
  color: #538212;
}

#planning {
  background: #cdcdcd;
  padding-bottom: 20px;
}

#planning span {
  color: #fc7100;
}

#configuration {
  background: #b7b7b7;
}

#raports {
  background: #dbdbdb;
  padding-bottom: 20px;
}

#raportc a.current {
  color: #CC9900;
}

#raports span {
  color: #CC9900;
}

#configuration span {
  color: #0b875e;
}

div.sdmenu div {
  /*background: url(../../../public/image/sdmenu/title.gif) repeat-x streath-y;*/
  /*background: url(../../../public/image/projekty_th.png) repeat-x; */
  /*projekty_th background: linear-gradient(to top , rgba(0, 0, 255, 1), rgba(100, 100,255,1) );*/
  background: #64C8C8;
  overflow: hidden;
}

div.sdmenu div:first-child {
  /*background: url(../../../public/toptitle.gif) no-repeat;
	/*background: url(../../../public/image/sdmenu/title.gif) repeat-x;*/
  background: #64C8C8;
  /* linear-gradient(to top , rgb(0, 0, 250), rgb(200, 200,255 ));*/
}

div.sdmenu div.collapsed {
  height: 35px;
}

div.sdmenu div span {
  display: block;
  padding: 10px 10px;
  font-weight: bold;
  color: white;
  cursor: default;
}

div.sdmenu div span i.fa {
  font-size: 18px;
  float: right;
}

div.sdmenu div span i.glyphicons {
  margin-right: 5px;
}

div.sdmenu div a {
  padding: 5px 0px 5px 10px;
  display: block;
  color: #363636;
}

div.sdmenu div a i:before {
  margin-right: 5px;
  font-size: 13px;
}

div.sdmenu div a.current {
  background: #fff;
}

div.sdmenu div a:hover {
  color: #363636;
  font-weight: bold;
}

div.sdmenu2 {
  width: 160px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  /*padding-bottom: 10px;
	background: url(../../../public/bottom.gif) no-repeat  right bottom;*/
  color: #fff;
}

div.sdmenu2 div {
  /*background: url(../../../public/image/sdmenu/title.gif) repeat-x;
	background: linear-gradient(to top , rgba(0, 0, 255, 1), rgba(100, 100,255,1) );*/
  background: #64C8C8;
  /*00f*/
  overflow: hidden;
}

div.sdmenu2 div:first-child {
  /*background: url(../../../public/toptitle.gif) no-repeat;*/
  background: url(/images/title.gif?7633aa9bb9836ba813fadadc4ebf6518) repeat-x;
  background: #64C8C8;
}

div.sdmenu2 div.collapsed {
  height: 25px;
}

div.sdmenu2 div span {
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  color: white;
  /*background: url(../../../public/image/sdmenu/expanded.gif) no-repeat 10px center;*/
  cursor: default;
  border-bottom: 1px solid #ddd;
}

div.sdmenu2 div.collapsed span {
  background-image: url(/images/collapsed.gif?eba222b0fad5da6203d96417749e8b78);
}

div.sdmenu2 div a {
  color: #fff;
  /*padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;*/
}

div.sdmenu2 div a:hover {
  /*background : #99f url(../../../public/image/sdmenu/linkarrow.gif) no-repeat right center;
	color: #fff;*/
  text-decoration: none;
}

@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 600;
  src: local("Segoe UI Semibold"), local("Open Sans Bold"), local("OpenSans-Bold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format("woff");
}

@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  src: local("Segoe UI Light"), local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format("woff");
}

@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  src: local("Segoe UI Bold"), local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hp1r3JsPcQLi8jytr04NNhU.woff) format("woff");
}

@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  src: local("Segoe UI"), local("Open Sans"), local("OpenSans"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #616161;
}

.logowanie {
  overflow: hidden;
}

.logowanie-zawartosc {
  margin-bottom: 121px;
}

.kolumna {
  width: 50%;
  float: left;
}

.lewa-kolumna {
  float: right;
}

.lewa-kolumna,
.prawa-kolumna {
  padding: 30px;
}

.lewa-kolumna {
  margin-right: 20px;
}

.prawa-kolumna {
  margin-left: 20px;
}

.labelka {
  padding: 15px 3px 9px;
}

.logowanie-pic-tekst {
  background-color: #489ade;
  width: 415px;
  padding: 25px 15px;
}

.logowanie-pic-tekst.tytul {
  color: #0a3255;
  font-weight: 600;
  font-size: 22px;
}

.logowanie-pic-tekst.opis {
  margin-top: -10px;
  padding-top: 0;
  font-size: 12px;
  color: #fff;
}

.logo-eraz {
  background: url(/images/logowanie_logo_eraz.png?ff8b5a91b0d7201d4f21d146d45753ed) center no-repeat;
  width: 182px;
  height: 174px;
  padding: 7px 3px;
  margin-bottom: 2px;
}

/*input {
    width: 294px;
    height: 22px;
    border: 1px #e1e1e1 solid;
    padding: 2px 5px;
}

input:focus {
    border: 1px #aaa solid;
}*/

.przycisk.domyslny {
  background-color: #1d598c;
  color: #fff;
  width: 105px;
  height: 40px;
  border: none;
}

.pole-zaznaczenia {
  padding: 15px 3px 9px 0;
}

.pole-zaznaczenia input {
  width: 15px;
  height: 15px;
  border: none;
  vertical-align: sub;
  margin-left: 8px;
}

.stopka-ue {
  background-color: #eee;
  height: 100px;
  padding-top: 20px;
}

.stopka-obrazki {
  display: inline;
}

.stopka-logo {
  width: 33%;
  height: 45px;
  display: inline-block;
}

.dataTables_scrollHead th.non-static {
  position: relative;
}

.dataTables_scrollHead th.non-static::before {
  content: "\E188";
  display: inline-block;
  margin: 0 0px 0 0;
  font: 13px/1em 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  color: #1d1d1b;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 2px;
  top: -4px;
}

table.table-fixed {
  table-layout: fixed;
}

.input-group.padding-right {
  padding-right: 15px;
}

.top-menu .open {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: 9999;
}

.top-menu .open:hover {
  opacity: 0.8;
}

.top-menu .open span {
  display: block;
  float: left;
  clear: both;
  height: 2px;
  width: 30px;
  border-radius: 40px;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.top-menu .open span:nth-child(1) {
  margin-top: 7px;
  z-index: 9;
}

.top-menu .open span:nth-child(2) {
  margin-top: 15px;
}

.top-menu .open span:nth-child(3) {
  margin-top: 23px;
}

.top-menu {
  position: relative;
  display: block;
  float: left;
}

.top-menu .sub-menu {
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: rgba(38, 84, 133, 0.54);
  border-radius: 50%;
  z-index: 18;
  overflow: hidden;
}

.top-menu .sub-menu.blue {
  background-color: #4799e4;
}

.top-menu .sub-menu.green {
  background-color: #64ac00;
}

.top-menu .sub-menu.orange {
  background-color: #ff6600;
}

.top-menu .sub-menu.malachite {
  background-color: #0b885e;
}

.top-menu .sub-menu.yelow {
  background-color: #ffce04;
}

.top-menu .sub-menu.purple {
  background-color: #a534a5;
}

.top-menu .sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.top-menu .sub-menu li:first-child {
  margin-top: 180px;
}

.top-menu .sub-menu li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
}

.top-menu .sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.10s;
}

.top-menu .sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
}

.top-menu .sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.20s;
}

.top-menu .sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
}

.top-menu .sub-menu li a {
  color: #fff;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  display: block;
  float: left;
  /*line-height: 40px;*/
}

.top-menu .oppenned .sub-menu {
  opacity: 1;
  height: 480px;
  width: 400px;
}

.top-menu .oppenned span:nth-child(2) {
  overflow: visible;
}

.top-menu .oppenned span:nth-child(1),
.oppenned span:nth-child(3) {
  z-index: 100;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-menu .oppenned span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(9px) translateX(5px);
  transform: rotate(45deg) translateY(9px) translateX(5px);
}

.top-menu .oppenned span:nth-child(2) {
  height: 400px;
  width: 400px;
  right: -160px;
  top: -160px;
  border-radius: 50%;
  background-color: rgba(38, 84, 133, 0.54);
}

.top-menu .oppenned.blue span:nth-child(2) {
  background-color: #4799e4;
}

.top-menu .oppenned.green span:nth-child(2) {
  background-color: #64ac00;
}

.top-menu .oppenned.orange span:nth-child(2) {
  background-color: #ff6600;
}

.top-menu .oppenned.malachite span:nth-child(2) {
  background-color: #0b885e;
}

.top-menu .oppenned.yelow span:nth-child(2) {
  background-color: #ffce04;
}

.top-menu .oppenned.purple span:nth-child(2) {
  background-color: #a534a5;
}

.top-menu .oppenned span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-7px) translateX(3px);
  transform: rotate(-45deg) translateY(-7px) translateX(3px);
}

.top-menu .oppenned li {
  margin-right: 168px;
}

.top-menu .button {
  display: block;
  float: left;
  clear: both;
  padding: 20px 40px;
  background: #fff;
  border-radius: 3px;
  border: 2px solid #10a1ea;
  overflow: hidden;
  position: relative;
}

.top-menu .button:after {
  transition: -webkit-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: "";
  position: absolute;
  height: 200px;
  width: 400px;
  -webkit-transform: rotate(45deg) translateX(-540px) translateY(-100px);
  transform: rotate(45deg) translateX(-540px) translateY(-100px);
  background: #10a1ea;
  z-index: 1;
}

.top-menu .button:before {
  transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
  padding: 20px 40px;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}

.top-menu .button:hover {
  text-decoration: none;
}

.top-menu .button:hover:after {
  -webkit-transform: translateX(-300px) translateY(-100px);
  transform: translateX(-300px) translateY(-100px);
}

.top-menu .button:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.daily-raport {
  margin-top: 20px;
}

.daily-raport td,
.daily-raport th {
  text-align: center;
}

.daily-raport .gray {
  background: #e4e4e4;
}

.daily-raport .light-gray {
  background: #f3f3f3;
}

.daily-raport .dark-gray {
  background: #cacaca;
}

#contextMenu {
  position: absolute;
  display: none;
}

.cartridge i.icon {
  font-size: 15px;
}

.cartridge i.icon:before {
  color: #1e28ff;
}

.change-system-table {
  display: table;
  width: 100%;
}

.change-system-table .table-cell {
  display: table-cell;
  width: 50%;
}

.change-system-table .table-cell .left-element {
  border-right: 1px #000 solid;
  padding: 20px;
}

.change-system-table .table-cell .right-element {
  padding: 20px;
}

.change-system-table .table-cell input:not([type=checkbox]),
.change-system-table .table-cell select {
  width: 100%;
}

.select-type-raport {
  position: relative;
}

.select-type-raport .type-raport {
  position: absolute;
  left: 50px;
  top: -10px;
  padding: 10px 20px;
  border: 1px #7c7c7c solid;
  background: #FFFFFF;
  width: 200px;
}

.select-type-raport .type-raport select {
  width: 160px;
}

.select-status-planner {
  position: relative;
}

.select-status-planner .type-status {
  position: absolute;
  left: 50px;
  top: -10px;
  padding: 10px 20px;
  border: 1px #7c7c7c solid;
  background: #FFFFFF;
  width: 200px;
}

.select-status-planner .type-status select {
  width: 160px;
}

.info-form {
  position: absolute;
  bottom: 4px;
  right: -20px;
}

.selectpicker {
  padding: 0px 5px;
  font-size: 12px;
}

.bootstrap-select .dropdown-menu {
  padding: 0px;
  top: 17px;
  width: 100% !important;
}

.bootstrap-select .dropdown-menu > li > a {
  padding: 2px 5px;
}

.knowledge {
  padding: 30px;
}

.border-location {
  border: 1px #adadad solid;
  padding: 5px 5px 0px 5px;
}

.links-login {
  margin-top: 55px;
}

.links-login a {
  text-decoration: underline !important;
}

#task_list_table .table-data tbody td,
.table-data tbody td span {
  white-space: normal !important;
  text-align: left;
  display: block;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  text-align: left;
  width: 100%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  left: 19px !important;
}

.multiselect {
  font-size: 12px;
  text-align: left;
  padding: 2px 4px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: auto;
  padding-top: 0px;
}

.multiselect-item.filter {
  width: 230px !important;
}

.multiselect-item .input-group-addon:first-child {
  padding: 0px 5px;
}

.multiselect-clear-filter {
  padding: 0px 4px;
}

.styleHour:-moz-read-only {
  background: #ececec;
  border: 1px #8e8e8e solid;
}

.styleHour:read-only {
  background: #ececec;
  border: 1px #8e8e8e solid;
}

:root {
  --ct-bg: #fff;
  --ct-btn-hover: #e8e8e8;
  --ct-btn-active: #ddd;
  --ct-btn-color: #555;
  --ct-border-color: #e1e1e1;
  --ct-border-radius: 5px;
  --ct-tree-hover: #efefef;
  --ct-selection: #418EFF;
  --ct-padding: 8px;
}

.comboTreeWrapper {
  position: relative;
  text-align: left !important;
}

.comboTreeInputWrapper {
  position: relative;
}

.comboTreeArrowBtn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comboTreeArrowBtn:hover {
  background: var(--ct-btn-hover);
}

.comboTreeArrowBtn:active {
  background: var(--ct-btn-active);
}

.comboTreeInputBox:focus + .comboTreeArrowBtn {
  color: var(--ct-btn-color);
  border-top: 1px solid var(--ct-selection);
  border-right: 1px solid var(--ct-selection);
  border-bottom: 1px solid var(--ct-selection);
}

.comboTreeArrowBtnImg {
  font-size: 9px;
  padding: 0 12px;
}

.comboTreeDropDownContainer {
  display: none;
  background: var(--ct-bg);
  border: 1px solid var(--ct-border-color);
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
}

.comboTreeDropDownContainer ul {
  padding: 0px;
  margin: 0;
  /*max-height: 250px;*/
  overflow-y: auto;
}

.comboTreeDropDownContainer li {
  list-style-type: none;
  padding-left: 15px;
  cursor: pointer;
}

.comboTreeDropDownContainer li:hover {
  background-color: var(--ct-tree-hover);
}

.comboTreeDropDownContainer li:hover ul {
  background-color: var(--ct-bg);
}

.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover {
  background-color: var(--ct-selection);
  color: var(--ct-bg);
  border-radius: 2px;
}

span.comboTreeItemTitle {
  display: block;
  padding: 3px var(--ct-padding);
}

.comboTreeDropDownContainer label {
  cursor: pointer;
  width: 100%;
  display: block;
}

.comboTreeDropDownContainer .comboTreeItemTitle input {
  position: relative;
  top: 2px;
  margin: 0px 4px 0px 0px;
}

.comboTreeParentPlus {
  position: relative;
  left: -12px;
  top: 4px;
  width: 4px;
  float: left;
}

.comboTreeInputBox {
  padding: var(--ct-padding);
  padding: 0px 5px;
  color: #684d4c;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  padding-right: 25px;
  width: 100%;
}

.comboTreeInputBox:focus {
  border: 1px solid var(--ct-selection);
  outline-width: 0;
}

.multiplesFilter {
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--ct-border-color);
}

#task-details img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}

#task-details .modal .modal-dialog .modal-content {
  padding: 0px 0;
}

#planned .in_progress {
  background: #fcf9ab;
}

#planned .in_progress::before {
  background: linear-gradient(45deg, #fcf9ab 50%, #efefef 50%, #efefef 65%, #fcf9ab 57%);
}

#description-modal .modal-content {
  padding: 20px 0% !important;
  width: 100% !important;
}

#add-task-modal .modal-dialog .modal-content {
  padding: 0 !important;
}

.projects_report_client .green {
  background: #E2EFDA;
}

.projects_report_client .viol {
  background: #E7E6E6;
}

.projects_report_client .yellow {
  background: #FFF2CC;
}

.projects_report_client .bold {
  font-weight: bold;
}

.projects_report_client thead th {
  padding: 5px;
}

.projects_report_client tbody td {
  padding: 5px;
}

.set_percent_table {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.set_percent_table a {
  font-size: 10px;
  padding: 4px;
  margin: 4px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
}

.faq-page {
  display: table;
  width: 100%;
}

.faq-page .left {
  display: table-cell;
  width: 200px;
  /* hide the vertical line on the first item */
  /* hide the lines on the last item */
  /* inserted via JS  */
}

.faq-page .left ul {
  margin: 0;
  padding-left: 25px;
  line-height: 2em;
  list-style: none;
  background-color: #fff;
}

.faq-page .left ul li {
  position: relative;
}

.faq-page .left ul li:before {
  position: absolute;
  top: 0;
  left: -15px;
  display: block;
  width: 15px;
  height: 1em;
  content: "";
  border-bottom: 1px dotted #666;
  border-left: 1px dotted #666;
}

.faq-page .left ul.tree > li:first-child:before {
  border-left: none;
}

.faq-page .left ul li:after {
  position: absolute;
  top: 1.1em;
  bottom: 1px;
  left: -15px;
  display: block;
  content: "";
  border-left: 1px dotted #666;
}

.faq-page .left ul li:last-child:after {
  display: none;
}

.faq-page .left .js-toggle-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 14px;
  margin-right: 2px;
  margin-left: -23px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 2px;
}

.faq-page .right {
  display: table-cell;
  padding-left: 30px;
}

#add_developer_table_task .table {
  display: table;
  width: auto;
}

#add_developer_table_task .table .table-row {
  display: table-row;
}

#add_developer_table_task .table .table-row .table-cell {
  display: table-cell;
  padding: 5px;
}

#add_developer_table_task .table .table-row .table-cell a {
  color: blue;
}

.table_dev_tasks th {
  background: white;
}

.table_dev_tasks a {
  color: blue !important;
}

.table_invoice_assignment table {
  width: 100%;
}

.table_invoice_assignment table .one-block {
  background: #fff6ea;
  width: 50%;
}

.table_invoice_assignment table .two-block {
  background: #eaffed;
}

.table_invoice_assignment table .three-block {
  background: #eaefff;
}

.table_invoice_assignment table .swift-block {
  background: #eaffed;
  width: 30px;
}

.table_invoice_assignment table tr.right-block {
  width: 50%;
}

.table_invoice_assignment table.table-scroll tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
.table_report_assignment table {
  width: 100%;
}

.table_report_assignment table .one-block {
  background: #fff6ea;
  width: 50%;
}

.table_report_assignment table .two-block {
  background: #eaffed;
}

.table_report_assignment table .three-block {
  background: #eaefff;
}

.table_report_assignment table .swift-block {
  background: #eaffed;
  width: 30px;
}

.table_report_assignment table tr.right-block {
  width: 50%;
}

.table_report_assignment table.table-scroll tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}

/* 
 * dragtable
 *
 * @Version 2.0.0
 *
 * default css
 *
 */

/*##### the dragtable stuff #####*/

.dragtable-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
}

.dragtable-sortable li {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 1em;
  background: white;
}

.dragtable-sortable th,
.dragtable-sortable td {
  border-left: 0px;
}

.dragtable-sortable li:first-child th,
.dragtable-sortable li:first-child td {
  border-left: 1px solid #CCC;
}

.ui-sortable-helper {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.ui-sortable-placeholder {
  -webkit-box-shadow: 4px 5px 4px #C6C6C6 inset;
  box-shadow: 4px 5px 4px #C6C6C6 inset;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  visibility: visible !important;
  background: #EFEFEF !important;
  visibility: visible !important;
}

.ui-sortable-placeholder * {
  opacity: 0.0;
  visibility: hidden;
}

.floating-container ul {
  z-index: 2;
}

.floating-container ul table {
  margin: 0;
  height: auto;
  width: auto;
}

.floating-container ul table td,
.floating-container ul table th {
  white-space: nowrap;
}

.floating-container ul table td input {
  width: 100%;
}

/*
	Stylesheet for Tigra Calendar v5.0
	Product is Public Domain (Free for any kind of applicaiton, customization and derivative works are allowed) 
	URL: http://www.softcomplex.com/products/tigra_calendar/

	- all image paths are relative to path of stylesheet
	- the styles below can be moved into the document or in existing stylesheet

*/

/* input box in default state */

.tcalInput {
  background: url(/images/cal.gif?e05d8b00f8595743d3326c92cd6f2365) 100% 50% no-repeat;
  /*padding-right: 20px;*/
  cursor: pointer;
}

/* additional properties for input boxe in activated state, above still applies unless in conflict */

.tcalActive {
  background-image: url(/images/no_cal.gif?d752bdf5e7c1095def0c6f00f93432b6);
}

/* container of calendar's pop-up */

#tcal {
  position: absolute;
  visibility: hidden;
  z-index: 100;
  width: 170px;
  background-color: white;
  margin-top: 2px;
  padding: 0 2px 2px 2px;
  border: 1px solid silver;
  -webkit-box-shadow: 3px 3px 4px silver;
  box-shadow: 3px 3px 4px silver;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}

/* table containing navigation and current month */

#tcalControls {
  border-collapse: collapse;
  border: 0;
  width: 100%;
}

#tcalControls td {
  border-collapse: collapse;
  border: 0;
  padding: 0;
  width: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

#tcalControls th {
  border-collapse: collapse;
  border: 0;
  padding: 0;
  line-height: 25px;
  font-size: 10px;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  white-space: nowrap;
}

#tcalPrevYear {
  background-image: url(/images/prev_year.gif?40862ad408958ef1d3776be4779523e4);
}

#tcalPrevMonth {
  background-image: url(/images/prev_mon.gif?6084cc41d70cd0f19c4f68680815285c);
}

#tcalNextMonth {
  background-image: url(/images/next_mon.gif?7a234f52d8a0fab15294e782259c8619);
}

#tcalNextYear {
  background-image: url(/images/next_year.gif?b36cf816483b16759307b0eed1663756);
}

/* table containing week days header and calendar grid */

#tcalGrid {
  border-collapse: collapse;
  border: 1px solid silver;
  width: 100%;
}

#tcalGrid th {
  border: 1px solid silver;
  border-collapse: collapse;
  padding: 3px 0;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
  background-color: gray;
  color: white;
}

#tcalGrid td {
  border: 0;
  border-collapse: collapse;
  padding: 2px 0;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  width: 14%;
  font-size: 11px;
  cursor: pointer;
}

#tcalGrid td.tcalOtherMonth {
  color: silver;
}

#tcalGrid td.tcalWeekend {
  background-color: #ACD6F5;
}

#tcalGrid td.tcalToday {
  border: 1px solid red;
}

#tcalGrid td.tcalSelected {
  background-color: #FFB3BE;
}

body {
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #414651;
}

td,
th {
  font-size: 12px;
  padding: 3px;
}

td {
  vertical-align: top;
}

th {
  text-align: center;
}

form {
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
select {
  /*font: 12px/normal Tahoma, Arial, Helvetica, sans-serif;*/
}

a:link {
  color: #616161;
  text-decoration: none;
}

a:visited {
  color: #616161;
  text-decoration: none;
}

a:active {
  color: #616161;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #25C6E2;
}

.button {
  padding: 2px 6px;
  margin-right: 3px;
  border: 1px solid #006;
  background: #edf3f3;
  cursor: pointer;
}

img {
  border: 0px;
}

div.sdmenu {
  width: 150px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  /*padding-bottom: 10px;
	background: url(../../../public/bottom.gif) no-repeat  right bottom;*/
  color: #fff;
}

#projects {
  background: #e7e7e7;
  padding-bottom: 20px;
}

#projects span {
  color: #479eec;
}

#projects a.current {
  color: #5076a2;
  text-decoration: none;
}

#finanse {
  background: #e7e7e7;
  padding-bottom: 20px;
}

#finanse span {
  color: #7f397f;
}

#finanse a.current {
  color: #5076a2;
}

#task {
  background: #dbdbdb;
  padding-bottom: 20px;
}

#task span {
  color: #6eaf00;
}

#task a.current {
  color: #538212;
}

#planning {
  background: #cdcdcd;
  padding-bottom: 20px;
}

#planning span {
  color: #fc7100;
}

#configuration {
  background: #b7b7b7;
}

#raports {
  background: #dbdbdb;
  padding-bottom: 20px;
}

#raportc a.current {
  color: #CC9900;
}

#raports span {
  color: #CC9900;
}

#configuration span {
  color: #0b875e;
}

div.sdmenu div {
  /*background: url(../../../public/image/sdmenu/title.gif) repeat-x streath-y;*/
  /*background: url(../../../public/image/projekty_th.png) repeat-x; */
  /*projekty_th background: linear-gradient(to top , rgba(0, 0, 255, 1), rgba(100, 100,255,1) );*/
  background: #64C8C8;
  overflow: hidden;
}

div.sdmenu div:first-child {
  /*background: url(../../../public/toptitle.gif) no-repeat;
	/*background: url(../../../public/image/sdmenu/title.gif) repeat-x;*/
  background: #64C8C8;
  /* linear-gradient(to top , rgb(0, 0, 250), rgb(200, 200,255 ));*/
}

div.sdmenu div.collapsed {
  height: 35px;
}

div.sdmenu div span {
  display: block;
  padding: 10px 10px;
  font-weight: bold;
  color: white;
  cursor: default;
}

div.sdmenu div span i.fa {
  font-size: 18px;
  float: right;
}

div.sdmenu div span i.glyphicons {
  margin-right: 5px;
}

div.sdmenu div a {
  padding: 5px 0px 5px 10px;
  display: block;
  color: #363636;
}

div.sdmenu div a i:before {
  margin-right: 5px;
  font-size: 13px;
}

div.sdmenu div a.current {
  background: #fff;
}

div.sdmenu div a:hover {
  color: #363636;
  font-weight: bold;
}

div.sdmenu2 {
  width: 160px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  /*padding-bottom: 10px;
	background: url(../../../public/bottom.gif) no-repeat  right bottom;*/
  color: #fff;
}

div.sdmenu2 div {
  /*background: url(../../../public/image/sdmenu/title.gif) repeat-x;
	background: linear-gradient(to top , rgba(0, 0, 255, 1), rgba(100, 100,255,1) );*/
  background: #64C8C8;
  /*00f*/
  overflow: hidden;
}

div.sdmenu2 div:first-child {
  /*background: url(../../../public/toptitle.gif) no-repeat;*/
  background: url(/images/title.gif?7633aa9bb9836ba813fadadc4ebf6518) repeat-x;
  background: #64C8C8;
}

div.sdmenu2 div.collapsed {
  height: 25px;
}

div.sdmenu2 div span {
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  color: white;
  /*background: url(../../../public/image/sdmenu/expanded.gif) no-repeat 10px center;*/
  cursor: default;
  border-bottom: 1px solid #ddd;
}

div.sdmenu2 div.collapsed span {
  background-image: url(/images/collapsed.gif?eba222b0fad5da6203d96417749e8b78);
}

div.sdmenu2 div a {
  color: #fff;
  /*padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;*/
}

div.sdmenu2 div a:hover {
  /*background : #99f url(../../../public/image/sdmenu/linkarrow.gif) no-repeat right center;
	color: #fff;*/
  text-decoration: none;
}

@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 600;
  src: local("Segoe UI Semibold"), local("Open Sans Bold"), local("OpenSans-Bold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format("woff");
}

@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  src: local("Segoe UI Light"), local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format("woff");
}

@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  src: local("Segoe UI Bold"), local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hp1r3JsPcQLi8jytr04NNhU.woff) format("woff");
}

@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  src: local("Segoe UI"), local("Open Sans"), local("OpenSans"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  /*font-family: "Segoe UI";*/
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #616161;
}

.logowanie {
  overflow: hidden;
}

.logowanie-zawartosc {
  margin-bottom: 121px;
}

.kolumna {
  width: 50%;
  float: left;
}

.lewa-kolumna {
  float: right;
}

.lewa-kolumna,
.prawa-kolumna {
  padding: 30px;
}

.lewa-kolumna {
  margin-right: 20px;
}

.prawa-kolumna {
  margin-left: 20px;
}

.labelka {
  padding: 15px 3px 9px;
}

.logowanie-pic-tekst {
  background-color: #489ade;
  width: 415px;
  padding: 25px 15px;
}

.logowanie-pic-tekst.tytul {
  color: #0a3255;
  font-weight: 600;
  font-size: 22px;
}

.logowanie-pic-tekst.opis {
  margin-top: -10px;
  padding-top: 0;
  font-size: 12px;
  color: #fff;
}

.logo-eraz {
  background: url(/images/logowanie_logo_eraz.png?1f79cd0b18b02ee4408d2d1969b098d0) center no-repeat;
  width: 182px;
  height: 174px;
  padding: 7px 3px;
  margin-bottom: 2px;
}

/*input {
    width: 294px;
    height: 22px;
    border: 1px #e1e1e1 solid;
    padding: 2px 5px;
}

input:focus {
    border: 1px #aaa solid;
}*/

.przycisk.domyslny {
  background-color: #1d598c;
  color: #fff;
  width: 105px;
  height: 40px;
  border: none;
}

.pole-zaznaczenia {
  padding: 15px 3px 9px 0;
}

.pole-zaznaczenia input {
  width: 15px;
  height: 15px;
  border: none;
  vertical-align: sub;
  margin-left: 8px;
}

.stopka-ue {
  background-color: #eee;
  height: 100px;
  padding-top: 20px;
}

.stopka-obrazki {
  display: inline;
}

.stopka-logo {
  width: 33%;
  height: 45px;
  display: inline-block;
}

.dataTables_scrollHead th.non-static {
  position: relative;
}

.dataTables_scrollHead th.non-static::before {
  content: "\E188";
  display: inline-block;
  margin: 0 0px 0 0;
  font: 13px/1em 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  color: #1d1d1b;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 2px;
  top: -4px;
}

table.table-fixed {
  table-layout: fixed;
}

.input-group.padding-right {
  padding-right: 15px;
}

#t_add-new-operation dl {
  margin-bottom: 5px !important;
}

#t_add-new-operation .modal-body {
  padding: 0px 15px !important;
}

/** MAIN CSS **/

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear-all {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.user-banner {
  width: 180px;
  padding: 1px 0px 1px 0px;
  background: #68de99;
  text-align: center;
}

.user-banner img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  width: 50px;
  margin-right: 5px;
  border-radius: 100%;
}

.user-banner .username {
  font-weight: bold;
}

/** IMPORT HELPER CSS **/

/** IMPORT BASE CSS **/

.light {
  color: #b6babe;
}

#nav {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 180px;
  color: #fff;
  background: #1F2123;
  z-index: +10;
}

#nav h1,
#nav h2,
#nav h3,
#nav h4,
#nav h5,
#nav h6 {
  color: #1F2123;
}

#nav h1,
#nav h2 {
  color: #4f5459;
  margin: 5px 0 20px 0;
}

#nav h1 {
  font-size: 25px;
}

#nav h2 {
  font-size: 20px;
}

#nav a {
  color: #737E89;
  text-decoration: none;
}

#nav ul {
  list-style-type: none;
  padding: 12px;
  margin: 0;
  font-weight: 600;
}

#nav ul li.head {
  color: #50585f;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 12px;
}

#nav ul li a {
  display: block;
  padding: 6px 12px;
  margin: 5px 0;
  border-radius: 2px;
}

#nav ul li a i {
  margin-right: 8px;
}

#nav ul li a:hover {
  background: #2b2e31;
}

#nav ul li.active a {
  color: #fff;
  background: #2DA5EE;
}

#main #content {
  position: relative;
  padding: 20px;
}

#main .property-glance i {
  margin-right: 5px;
}

#main .property-glance .progress {
  float: right;
  width: 30%;
  height: 18px;
  margin-top: 2px;
}

#main .property-glance .progress .progress-bar {
  font-size: 75%;
}

#main .property-glance .widget {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  background: #64ac00;
  color: #fff;
  font-size: 200%;
}

#main .property-glance .widget:hover {
  background: #5b9d00;
}

#main .timeline {
  position: relative;
  padding-left: 80px;
}

#main .timeline:before {
  position: absolute;
  width: 2px;
  height: 100%;
  left: 40px;
  content: "";
  background: #cbd4db;
}

#main .timeline .item {
  position: relative;
}

#main .timeline .item .circle {
  position: absolute;
  top: 20px;
  left: -42px;
  background: #acbbc7;
  border: 1px solid #ccc;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

#main .timeline .item .message {
  position: relative;
  z-index: 2;
  padding: 15px 20px;
  margin-bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#main .timeline .item .message:before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 25px;
  left: -6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid transparent;
  border-top-color: #fff;
  border-bottom-color: transparent;
  border-left-color: #fff;
  border-right-color: transparent;
  -webkit-filter: drop-shadow(-1px 0 1px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(-1px 0 1px rgba(0, 0, 0, 0.08));
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .user-banner {
    width: 66px;
    padding: 1px 0px 1px 0px;
    background: #2DCC70;
    text-align: center;
  }

  .user-banner img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    width: 50px;
    margin-right: 5px;
    border-radius: 100%;
  }

  .user-banner .username {
    font-size: 75%;
    font-weight: bold;
  }

  #nav {
    z-index: +10;
    width: 66px;
  }

  #nav li.head,
  #nav li span {
    display: none;
  }

  #main {
    margin-left: 66px;
  }

  .post .avatar {
    width: 50px;
  }
}

@media (max-width: 320px) {
  .user-banner {
    width: 100%;
    padding: 1px 0px 1px 0px;
    background: #2DCC70;
    text-align: center;
  }

  .user-banner img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 5px;
    border-radius: 100%;
  }

  .user-banner .username {
    display: inline;
    font-weight: bold;
  }

  #nav {
    z-index: +10;
    width: 100%;
    bottom: auto;
  }

  #nav li.head,
  #nav li span {
    display: none;
  }

  #nav ul {
    padding: 3px 5px;
  }

  #nav li {
    display: inline-block;
  }

  #nav li a {
    padding: 6px 5px;
  }

  #nav li a i {
    margin: 0 !important;
  }

  #main {
    padding: 50px 0 0 0;
    margin: 0;
  }
}

.box {
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.box h4 {
  margin: 0 0 10px 0;
}

.box .header-dashboard {
  padding: 20px 20px 0;
}

.box .body-dashboard {
  padding: 20px 20px 8px;
}

.box .footer {
  padding: 10px 20px;
  border-top: 1px solid #E9EEF1;
}

.post .avatar {
  float: left;
  width: 60px;
}

.post .message {
  margin-left: 80px;
}

.post .box {
  border: 1px solid #CAD5E0;
}

.post .box::before {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: -6px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-left: 1px solid #CAD5E0;
  border-top: 1px solid #CAD5E0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.love {
  text-align: center;
  color: #80878e;
  padding: 20px 0;
}

.love .fa-heart {
  margin: 0 6px;
  font-size: 16px;
}

.planner-calendar-users table {
  border-collapse: unset;
}

.planner-calendar-users .set-hours-standard a {
  font-size: 12px;
  color: #2196F3;
  margin-top: 5px;
  display: inline-block;
}

.planner-calendar-users td {
  background: #FFF;
  border: 2px #F5F5F5 solid;
  padding: 10px;
}

.planner-calendar-users td .planner_type {
  color: #000;
}

.planner-calendar-users td:hover {
  background: #DBECFD;
}

.planner-calendar-users td.ui-selecting {
  background: #7fc0fd;
}

.planner-calendar-users td.ui-selected {
  background: #1C7CD5;
}

.planner-calendar-users td a {
  position: relative;
}

.planner-calendar-users td.add {
  background: #1C7CD5 !important;
  text-align: center;
  color: #FFF !important;
}

.planner-calendar-users td.add a {
  color: #FFF;
  background: #1C7CD5 !important;
}

.planner-calendar-users td.add a.spinner-grow {
  background: white !important;
  display: inline-block !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  margin: auto !important;
}

.planner-calendar-users td.add a span {
  display: none;
}

.planner-calendar-users td.add:not(.loading) a:before {
  content: "Wybrany";
  line-height: 32px;
}

.planner-calendar-users td.add:not(.loading) a.workschedule::before {
  line-height: 45px;
  color: #FFF;
}

.planner-calendar-users td.add .name {
  display: none;
}

.planner-calendar-users td.add .number {
  display: none;
}

.planner-calendar-users td.gray:not(.add) {
  background: #EDEDED;
}

.planner-calendar-users td.gray:not(.add).ui-selecting {
  background: #7fc0fd;
}

.planner-calendar-users td.gray:not(.add).ui-selected {
  background: #1C7CD5;
}

.planner-calendar-users td.gray:not(.add) .empty {
  background: #EDEDED;
}

.planner-calendar-users td.view {
  background: #1C7CD5 !important;
}

.planner-calendar-users td.error {
  background: #e73a3a !important;
}

.planner-calendar-users td .spinner-border-sm {
  position: absolute;
  right: 5px;
  top: 5px;
}

.planner-calendar-users th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #F5F5F5;
  font-weight: normal;
  font-size: 18px;
}

.planner-calendar-users thead th {
  padding: 5px 0px;
  text-align: center;
}

.planner-calendar-users .workschedule {
  background: #f4f4f4;
  display: block;
  text-align: center;
  padding: 2px 2px;
  width: 90px;
  height: 60px;
  color: #212529;
}

.planner-calendar-users .workschedule.holiday {
  background: #f8f19e !important;
}

.planner-calendar-users .workschedule.disease {
  background: #c1f5cf !important;
}

.planner-calendar-users .workschedule.takehours {
  background: #addddd !important;
}

.planner-calendar-users .workschedule.remotework {
  background: #edd5f5 !important;
}

.planner-calendar-users .workschedule .name {
  display: block;
  font-size: 13px;
  color: #212529;
}

.planner-calendar-users .workschedule .number {
  color: #212529;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 14px;
  white-space: nowrap;
  display: block;
  line-height: 12px;
  margin-top: 5px;
}

.planner-calendar-users .workschedule .spinner-border {
  margin-top: 5px;
}

.planner-calendar-users .landt {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-box-shadow: 3px -1px 0px #f5f5f5;
          box-shadow: 3px -1px 0px #f5f5f5;
  text-align: center;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}

.planner-calendar-users .landt .left {
  float: left;
}

.planner-calendar-users .landt .right {
  float: right;
}

.planner-calendar-users .hours-and-planner .planner {
  height: 27px;
  overflow: hidden;
  margin-bottom: 6px;
}

.planner-calendar-users .hours-and-planner .planner .name {
  margin-top: -6px;
}

.planner-calendar-users .hours-and-planner .workschedule {
  overflow: hidden;
  height: 27px;
}

.planner-calendar-users .hours-and-planner .workschedule .name {
  margin-top: -4px;
}

.planner-calendar-users th[scope=row] {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: auto;
  z-index: 1;
  background: #FFF;
  border: 2px #F5F5F5 solid;
  border-left: 0px;
  padding: 0px;
  -webkit-box-shadow: 3px 0px 0px #f5f5f5;
          box-shadow: 3px 0px 0px #f5f5f5;
}

.planner-calendar-users table:nth-of-type(2) th:not([scope=row]):first-child {
  left: 0;
  z-index: 3;
}

.planner-calendar-users .box {
  width: 240px;
  padding: 20px 15px;
  line-height: 16px;
  font-size: 16px;
  -webkit-box-shadow: 3px 0px 0px #f5f5f5;
          box-shadow: 3px 0px 0px #f5f5f5;
  margin-bottom: 0;
}

.planner-calendar-users .box .name {
  font-weight: bold;
  text-align: left;
}

.planner-calendar-users .box .info {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  overflow: hidden;
  line-height: 14px;
}

.planner-calendar-users .box .info .left {
  float: left;
}

.planner-calendar-users .box .info .right {
  float: right;
}

.planner-calendar-users .day {
  padding: 10px;
  margin-bottom: -2px;
  line-height: 18px;
  font-size: 18px;
}

.planner-calendar-users .planner {
  display: block;
  background: #646464;
  color: #FFFFFF;
  height: 60px;
  width: 90px;
  padding: 13px 7px;
}

.planner-calendar-users .planner.empty {
  background: #FFF;
}

.planner-calendar-users .planner .name {
  float: left;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  display: block;
  width: 100%;
}

.planner-calendar-users .planner .number {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
}

.planner-calendar-users .wrap {
  height: 400px;
  position: relative;
  overflow: scroll;
  max-width: 100%;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin-bottom: -1.5rem;
  /*overscroll-behavior: contain;*/
}

.planner-calendar-users .wrap-loader {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  background: white;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.planner-calendar-users .wrap-loader .spinner-border {
  top: 50%;
  left: 50%;
  margin-top: -45px !important;
  margin-left: -45px !important;
  position: fixed;
}

.planner-calendar-users .planned {
  background: #FF9300;
  display: block;
  color: #FFFFFF;
  height: 60px;
  width: 90px;
  padding: 13px 7px;
}

.planner-calendar-users .planned.gray {
  background: #b9b9b9;
}

.planner-calendar-users .planned .name {
  float: left;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  display: block;
  width: 100%;
}

.planner-calendar-users .planned .number {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
}

.planner-calendar-users .not-minimalistic {
  display: block;
}

.planner-calendar-users .for-minimalistic {
  display: none;
}

.planner-calendar-users.minimalistic td {
  padding: 2px;
}

.planner-calendar-users.minimalistic .planner {
  height: 35px;
  width: 30px;
  padding: 2px 2px;
  overflow: hidden;
  text-align: center;
}

.planner-calendar-users.minimalistic .planner .name {
  float: left;
  font-size: 10px;
  line-height: 14px;
  font-weight: normal;
  display: block;
  width: 100%;
}

.planner-calendar-users.minimalistic .day {
  font-size: 16px;
  width: 30px;
  text-align: center;
  margin: auto;
  padding: 0;
}

.planner-calendar-users.minimalistic .day .for-minimalistic small {
  font-size: 10px;
}

.planner-calendar-users.minimalistic .not-minimalistic {
  display: none;
}

.planner-calendar-users.minimalistic .for-minimalistic {
  display: block;
}

.planner-calendar-users.minimalistic .workschedule {
  width: 30px;
  height: auto;
  padding: 2px;
}

.planner-calendar-users.minimalistic .workschedule .name {
  font-size: 9px;
  line-height: 12px;
}

.planner-calendar-users.minimalistic .status {
  display: block;
  text-align: center;
  margin: auto;
}

.planner-calendar-users.minimalistic .planned {
  line-height: 10px;
}

.planner-calendar-users.minimalistic .box {
  width: 110px;
  padding: 5px 5px;
  line-height: 16px;
  font-size: 14px;
}

.planner-calendar-users.minimalistic .box .info {
  margin-top: 0;
}

.planner-calendar-users.minimalistic .box .info .left {
  display: none;
}

.planner-calendar-users.minimalistic .box .info .right {
  display: none;
}

.planner-calendar-users.minimalistic .landt .date-change {
  display: block;
  overflow: hidden;
  clear: both;
  font-size: 14px;
}

.planner-calendar-users .today {
  background: #dceafb;
}

.planner-calendar-users .today .empty {
  background: #dceafb;
}

.planner-calendar {
  z-index: 1;
  position: relative;
}

.planner-calendar table {
  border-collapse: unset;
}

.planner-calendar .show-all-planned-task a {
  font-size: 12px;
  color: #2196F3;
  margin-top: 5px;
  display: inline-block;
}

.planner-calendar td {
  background: #FFF;
  border: 2px #F5F5F5 solid;
  padding: 5px;
  /*
        &.add {
            background: #1C7CD5 !important;
            text-align: center;
            color: #FFF !important;
            a {
                color: #FFF;
                &.spinner-grow{
                    background: white !important;
                    display: inline-block !important;
                    border-radius: 50% !important;
                    width: 30px !important;
                    height: 30px !important;
                    margin: auto !important;
                }
                span {
                    display: none !important;
                }
                background:#1C7CD5 !important;
            }
            &:not(.loading) {
                a:not(.planner_el) {
                    &:before{
                        content: "Wybrany";
                        line-height: 32px;   
                    }
                    &.workschedule {
                        &::before {
                            line-height: 45px;
                            color: #FFF;
                        }
                    }
                }
            }
            .name {
                display: none;
            }
            .number {
                display: none;
            }
        }
        */
}

.planner-calendar td:hover {
  background: #DBECFD;
}

.planner-calendar td.ui-selecting {
  background: #7fc0fd;
}

.planner-calendar td.ui-selected {
  background: #1C7CD5;
}

.planner-calendar td a {
  position: relative;
}

.planner-calendar td a.checked-el {
  -webkit-box-shadow: 0px 0px 0px 3px #1C7CD5;
          box-shadow: 0px 0px 0px 3px #1C7CD5;
}

.planner-calendar td a.checked-el.spinner-grow {
  background: white !important;
  display: inline-block !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  margin: auto !important;
}

.planner-calendar td.gray:not(.add) {
  background: #EDEDED;
}

.planner-calendar td.gray:not(.add).ui-selecting {
  background: #7fc0fd;
}

.planner-calendar td.gray:not(.add).ui-selected {
  background: #1C7CD5;
}

.planner-calendar td.gray:not(.add) .empty {
  background: #EDEDED;
}

.planner-calendar td.view {
  background: #1C7CD5 !important;
}

.planner-calendar td.error {
  background: #e73a3a !important;
}

.planner-calendar td .spinner-border-sm {
  position: absolute;
  right: 5px;
  top: 5px;
}

.planner-calendar th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #F5F5F5;
  font-weight: normal;
  font-size: 18px;
  vertical-align: top;
}

.planner-calendar th .expand {
  display: inline;
}

.planner-calendar th .collapse {
  display: none;
}

.planner-calendar th.show-planners .expand {
  display: none;
}

.planner-calendar th.show-planners .collapse {
  display: inline;
}

.planner-calendar thead th {
  padding: 5px 0px;
  text-align: center;
}

.planner-calendar .workschedule {
  background: #f4f4f4;
  display: block;
  text-align: center;
  padding: 5px 5px;
  width: 120px;
  height: 85px;
  color: #212529;
}

.planner-calendar .workschedule.holiday {
  background: #f8f19e !important;
}

.planner-calendar .workschedule.disease {
  background: #c1f5cf !important;
}

.planner-calendar .workschedule.takehours {
  background: #addddd !important;
}

.planner-calendar .workschedule.remotework {
  background: #edd5f5 !important;
}

.planner-calendar .workschedule .name {
  display: block;
  font-size: 13px;
  color: #212529;
}

.planner-calendar .workschedule .number {
  color: #212529;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 14px;
  white-space: nowrap;
  display: block;
  line-height: 12px;
  margin-top: 5px;
}

.planner-calendar .workschedule .spinner-border {
  margin-top: 5px;
}

.planner-calendar .planner_el {
  background: #f4f4f4;
  display: block;
  text-align: left;
  padding: 4px 4px;
  width: 120px;
  height: 60px;
  color: #212529;
  margin-top: 20px;
  position: relative;
  border-left: 4px #479eec solid;
  /*
        &.asap {
            border-left: 4px #f60 solid;
        }
        */
}

.planner-calendar .planner_el.style_ser {
  border-left: 4px #41ff24 solid;
}

.planner-calendar .planner_el.style_prj {
  border-left: 4px #000000 solid;
}

.planner-calendar .planner_el.style_han {
  border-left: 4px #fffb84 solid;
}

.planner-calendar .planner_el.style_adm {
  border-left: 4px #000000 solid;
}

.planner-calendar .planner_el.style_mod {
  border-left: 4px #000000 solid;
}

.planner-calendar .planner_el.expired {
  background: #ffb7b7;
}

.planner-calendar .planner_el.suspended {
  background: #c3c3c3;
}

.planner-calendar .planner_el.complete {
  background: #abff7e;
}

.planner-calendar .planner_el .hours_n {
  font-size: 9px;
  font-weight: bold;
}

.planner-calendar .planner_el .name {
  font-size: 9px;
  font-weight: bold;
  color: #2196F3;
  line-height: 9px;
}

.planner-calendar .planner_el .name .planner_date {
  font-weight: bold;
  color: #212529;
  position: absolute;
  top: -13px;
  right: 0;
  font-size: 9px;
  line-height: 9px;
  background: #dddddd;
  padding: 2px 4px;
}

.planner-calendar .planner_el .name .delay_date {
  font-weight: bold;
  color: #212529;
  position: absolute;
  top: -13px;
  right: 0;
  font-size: 9px;
  line-height: 9px;
  background: #dddddd;
  padding: 2px 4px;
}

.planner-calendar .planner_el .name .delay_date.yellow {
  background: #ff9b00;
  color: white;
}

.planner-calendar .planner_el .name .delay_date.red {
  background: #ff3535;
  color: white !important;
}

.planner-calendar .planner_el .topic {
  font-size: 9px;
  color: #212529;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.planner-calendar .planner_el .manager_name {
  font-size: 9px;
  color: #212529;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.planner-calendar .planner_el .budget {
  display: block;
  position: absolute;
  top: -13px;
  left: 0px;
  font-size: 9px;
  color: #212529;
  background: #dddddd;
  padding: 2px 2px;
  line-height: 9px;
}

.planner-calendar .planner_el .number {
  color: #212529;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 14px;
  white-space: nowrap;
  display: block;
  line-height: 12px;
  margin-top: 5px;
}

.planner-calendar .planner_el .spinner-border {
  margin-top: 5px;
}

.planner-calendar .landt {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-box-shadow: 3px -1px 0px #f5f5f5;
          box-shadow: 3px -1px 0px #f5f5f5;
  text-align: center;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}

.planner-calendar .landt .left {
  float: left;
}

.planner-calendar .landt .right {
  float: right;
}

.planner-calendar .hours-and-planner .planner {
  height: 27px;
  overflow: hidden;
  margin-bottom: 6px;
}

.planner-calendar .hours-and-planner .planner .name {
  margin-top: -6px;
}

.planner-calendar .hours-and-planner .workschedule {
  overflow: hidden;
  height: 27px;
}

.planner-calendar .hours-and-planner .workschedule .name {
  margin-top: -4px;
}

.planner-calendar th[scope=row] {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: auto;
  z-index: 1;
  background: #FFF;
  border: 2px #F5F5F5 solid;
  border-left: 0px;
  padding: 0px;
  -webkit-box-shadow: 3px 0px 0px #f5f5f5;
          box-shadow: 3px 0px 0px #f5f5f5;
}

.planner-calendar table:nth-of-type(2) th:not([scope=row]):first-child {
  left: 0;
  z-index: 3;
}

.planner-calendar .box {
  width: 240px;
  padding: 20px 15px;
  line-height: 16px;
  font-size: 16px;
  -webkit-box-shadow: 3px 0px 0px #f5f5f5;
          box-shadow: 3px 0px 0px #f5f5f5;
  margin-bottom: 0;
}

.planner-calendar .box .name {
  font-weight: bold;
  text-align: left;
}

.planner-calendar .box .info {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  overflow: hidden;
  line-height: 14px;
}

.planner-calendar .box .info .left {
  float: left;
}

.planner-calendar .box .info .right {
  float: right;
}

.planner-calendar .day {
  padding: 10px;
  margin-bottom: -2px;
  line-height: 18px;
  font-size: 18px;
}

.planner-calendar .planner {
  display: block;
  background: #646464;
  color: #FFFFFF;
  height: 60px;
  width: 90px;
  padding: 13px 7px;
}

.planner-calendar .planner.empty {
  background: #FFF;
  height: 85px;
}

.planner-calendar .planner .name {
  float: left;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  display: block;
  width: 100%;
}

.planner-calendar .planner .number {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
}

.planner-calendar .wrap {
  height: 400px;
  position: relative;
  overflow: scroll;
  max-width: 100%;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin-bottom: -1.5rem;
  /*overscroll-behavior: contain;*/
}

.planner-calendar .wrap-loader {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  background: white;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.planner-calendar .wrap-loader .spinner-border {
  top: 50%;
  left: 50%;
  margin-top: -45px !important;
  margin-left: -45px !important;
  position: fixed;
}

.planner-calendar .planned {
  background: #FF9300;
  display: block;
  color: #FFFFFF;
  height: 60px;
  width: 90px;
  padding: 13px 7px;
}

.planner-calendar .planned.gray {
  background: #b9b9b9;
}

.planner-calendar .planned .name {
  float: left;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  display: block;
  width: 100%;
}

.planner-calendar .planned .number {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
}

.planner-calendar .not-minimalistic {
  display: block;
}

.planner-calendar .for-minimalistic {
  display: none;
}

.planner-calendar.minimalistic td {
  padding: 2px;
}

.planner-calendar.minimalistic .planner {
  height: 35px;
  width: 30px;
  padding: 2px 2px;
  overflow: hidden;
  text-align: center;
}

.planner-calendar.minimalistic .planner .name {
  float: left;
  font-size: 10px;
  line-height: 14px;
  font-weight: normal;
  display: block;
  width: 100%;
}

.planner-calendar.minimalistic .day {
  font-size: 16px;
  width: 30px;
  text-align: center;
  margin: auto;
  padding: 0;
}

.planner-calendar.minimalistic .day .for-minimalistic small {
  font-size: 10px;
}

.planner-calendar.minimalistic .not-minimalistic {
  display: none;
}

.planner-calendar.minimalistic .for-minimalistic {
  display: block;
}

.planner-calendar.minimalistic .workschedule {
  width: 30px;
  height: auto;
  padding: 2px;
}

.planner-calendar.minimalistic .workschedule .name {
  font-size: 9px;
  line-height: 12px;
}

.planner-calendar.minimalistic .status {
  display: block;
  text-align: center;
  margin: auto;
}

.planner-calendar.minimalistic .planned {
  line-height: 10px;
}

.planner-calendar.minimalistic .box {
  width: 110px;
  padding: 5px 5px;
  line-height: 16px;
  font-size: 14px;
}

.planner-calendar.minimalistic .box .info {
  margin-top: 0;
}

.planner-calendar.minimalistic .box .info .left {
  display: none;
}

.planner-calendar.minimalistic .box .info .right {
  display: none;
}

.planner-calendar.minimalistic .landt .date-change {
  display: block;
  overflow: hidden;
  clear: both;
  font-size: 14px;
}

.planner-calendar .today {
  background: #dceafb;
}

.planner-calendar .today .empty {
  background: #dceafb;
}

.planner-calendar .before {
  opacity: 0.5;
}

.planner-calendar .box-progress-asap {
  display: block;
  background: #a5a5a5;
  width: 100%;
  height: 14px;
  margin-bottom: 5px;
  position: relative;
}

.planner-calendar .box-progress-asap span.text {
  color: #FFF;
  position: absolute;
  left: 5px;
  top: 1px;
  font-size: 10px;
  line-height: 10px;
}

.planner-calendar .box-progress-asap span.progres {
  display: block;
  background: #ff6600;
  height: 14px;
}

.planner-calendar .box-progress-neutral {
  display: block;
  background: #a5a5a5;
  width: 100%;
  height: 14px;
  margin-bottom: 5px;
  position: relative;
}

.planner-calendar .box-progress-neutral span.text {
  color: #FFF;
  position: absolute;
  left: 5px;
  top: 1px;
  font-size: 10px;
  line-height: 10px;
}

.planner-calendar .box-progress-neutral span.progres {
  display: block;
  background: #4caf50;
  height: 14px;
}

.planner-calendar .box-progress-planner {
  display: block;
  background: #a5a5a5;
  width: 100%;
  height: 14px;
  margin-bottom: 5px;
  position: relative;
}

.planner-calendar .box-progress-planner span.text {
  color: #FFF;
  position: absolute;
  left: 5px;
  top: 1px;
  font-size: 10px;
  line-height: 10px;
}

.planner-calendar .box-progress-planner span.progres {
  display: block;
  background: #479eec;
  height: 14px;
}

.left-box {
  position: absolute;
  left: 0;
  background: #FFF;
  top: 0;
  width: 350px;
  height: 100%;
  overflow-y: scroll;
  padding: 30px;
  z-index: -1;
  border-right: 5px #d7d7d7 solid;
}

.left-box #planner-elements {
  margin-top: 45px;
}

.left-box #planner-elements .planner_el {
  background: #f4f4f4;
  display: block;
  text-align: left;
  padding: 4px 4px;
  width: 100%;
  color: #212529;
  margin-top: 20px;
  position: relative;
  border-left: 4px #479eec solid;
  /*
            &.asap {
                border-left: 4px #f60 solid;
            }
            */
}

.left-box #planner-elements .planner_el.style_ser {
  border-left: 4px #41ff24 solid;
}

.left-box #planner-elements .planner_el.style_prj {
  border-left: 4px #000000 solid;
}

.left-box #planner-elements .planner_el.style_han {
  border-left: 4px #fffb84 solid;
}

.left-box #planner-elements .planner_el.style_adm {
  border-left: 4px #000000 solid;
}

.left-box #planner-elements .planner_el.style_mod {
  border-left: 4px #000000 solid;
}

.left-box #planner-elements .planner_el.expired {
  background: #ffb7b7;
}

.left-box #planner-elements .planner_el.suspended {
  background: #c3c3c3;
}

.left-box #planner-elements .planner_el.complete {
  background: #abff7e;
}

.left-box #planner-elements .planner_el .hours_n {
  font-size: 9px;
  font-weight: bold;
}

.left-box #planner-elements .planner_el .name {
  font-size: 9px;
  color: #2196F3;
  line-height: 12px;
  display: block;
  margin-bottom: 5px;
}

.left-box #planner-elements .planner_el .name .planner_date {
  font-weight: bold;
  color: #212529;
  position: absolute;
  top: -13px;
  right: 0;
  font-size: 9px;
  line-height: 9px;
  background: #dddddd;
  padding: 2px 4px;
}

.left-box #planner-elements .planner_el .name .delay_date {
  font-weight: bold;
  color: #212529;
  position: absolute;
  top: -13px;
  right: 0;
  font-size: 9px;
  line-height: 9px;
  background: #dddddd;
  padding: 2px 4px;
}

.left-box #planner-elements .planner_el .name .delay_date.yellow {
  background: #ff9b00;
  color: white;
}

.left-box #planner-elements .planner_el .name .delay_date.red {
  background: #ff3535;
  color: white !important;
}

.left-box #planner-elements .planner_el .topic {
  font-size: 9px;
  line-height: 12px;
  color: #212529;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.left-box #planner-elements .planner_el .manager_name {
  font-size: 9px;
  color: #212529;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}

.left-box #planner-elements .planner_el .budget {
  display: block;
  position: absolute;
  top: -13px;
  left: 0px;
  font-size: 9px;
  color: #212529;
  background: #dddddd;
  padding: 2px 2px;
  line-height: 9px;
}

.left-box #planner-elements .planner_el .number {
  color: #212529;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 14px;
  white-space: nowrap;
  display: block;
  line-height: 12px;
  margin-top: 5px;
}

.left-box #planner-elements .planner_el .spinner-border {
  margin-top: 5px;
}

.left-box .for-minimalistic {
  display: none;
}

.left-box .edit-record {
  margin-top: 15px;
  line-height: 16px;
}

.left-box.sticky {
  position: fixed;
}

.left-box.hidden {
  overflow: hidden;
  height: 0px;
}

.left-box h2 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
}

.left-box h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.left-box h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.left-box .status-box {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}

.left-box hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.left-box .back {
  float: right;
  margin-top: -6px;
}

#tab-menu-cetegories {
  margin-top: 30px;
}

.planner-info {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  max-height: 210px;
  overflow: hidden;
}

.planner-info.opened {
  max-height: 1000px;
}

.more-info-pools {
  padding-top: 15px;
}

.filters-box-calendar {
  position: relative;
}

.filters-box-calendar .loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.8;
}

.filters-box-calendar .loading.active {
  display: block;
}

.filters-box-calendar .loading .spinner-border {
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -1rem !important;
  margin-left: -1rem !important;
}

.select-percent a {
  display: inline-block;
  width: 45px;
  background: #e7e7e7;
  text-align: center;
  margin-bottom: 10px;
}

.select-percent-standard a {
  display: inline-block;
  width: 45px;
  background: #e7e7e7;
  text-align: center;
  margin-bottom: 10px;
}

#floating-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  border-radius: 50%;
  background: #FFF;
  color: #000;
  border: 1px #000 solid;
  font-size: 30px;
  line-height: 30px;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.floating-btn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 50%;
    background: #FFF;
    color: #000;
    border: 1px #000 solid;
    font-size: 30px;
    line-height: 30px;
    width: 60px;
    height: 60px;
    z-index: 2;
}

.planner-for-add .wrap {
  overflow-y: scroll;
  display: none;
}

.planner-for-add .table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  background-color: white;
  z-index: 1;
}

.planner-for-add tbody tr {
  background-color: #ebebeb;
}

.planner-for-add tbody tr:nth-child(4n-1),
.planner-for-add tbody tr:nth-child(4n) {
  background-color: white;
}

#search_planner .comboTreeWrapper {
  display: inline-block;
}
span.flatpickr-day.nextMonthDay, span.flatpickr-day.prevMonthDay {
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.flatpickr-day:nth-child(1), .flatpickr-day:nth-child(3) {
    transform: none !important;
}
.flatpickr-weekday:nth-child(1), .flatpickr-weekday:nth-child(3) {
  transform: none !important;
}
.flatpickr-next-month:nth-child(1), .flatpickr-next-month:nth-child(3) {
  transform: none !important;
}
.flatpickr-day.green {
  box-shadow: rgb(100 172 0) 0px 0px 0px 2px inset;
  color: rgb(100 172 0);
}
.flatpickr-day.red {
  box-shadow: rgb(223 0 0) 0px 0px 0px 2px inset;
  color: rgb(223 0 0);
}
.flatpickr-day.yellow {
  box-shadow: rgb(225 181 14) 0px 0px 0px 2px inset;
  color: rgb(225 181 14);
}
.flatpickr-day.gray {
  box-shadow: rgb(241 241 241) 0px 0px 0px 30px inset;
}
.m-0 {
    margin: 0;
}
@media screen and (max-width: 767px) {
  #my_menu {
    display:none;
  }
  #srodek {
    float: none;
    width: 100%;
    margin:0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .tile_count {
    margin: 0 !important;
  }
  .tile_count .tile_stats_count:before {
    display:none;
  }
  .tile_stats_count {
    border-bottom: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tile_stats_month {
    margin-bottom: 30px;
  }
  .tile_stats_month hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #mobileNavbar .nav {
    height: auto !important;
  }
  .header {
    display:none;
  }
  .navbar-header-app {
    background: #64ac00 !important;
  }
  .navbar-header-app .navbar-brand {
    padding-bottom: 0;
    padding-top: 12px;
  }
  .navbar-inverse {
    background-color: #eaeaea;
    border:none;
  }
  .navbar-inverse .navbar-nav a {
    background-color: #ffffff;
    font-size: 16px;
  }
  .navbar-inverse .navbar-nav .active a {
    background-color: #f7f7f7;
  }
  .navbar-inverse .navbar-nav a:hover {
    background-color: #f7f7f7 !important;
  }
  .navbar-brand, .navbar-nav>li>a {
    line-height: 20px !important;
  }
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #000 !important;
  }
}
@media screen and (min-width: 768px) {
  .navbar-inverse-app {
    display: none;
  }
}
.multiselect-container.dropdown-menu {
  max-height: 500px;
  overflow-y: scroll;
}