/* Row and colom css
* ------------------------------------------------------------------
*/
/* line 14, ../sass/screen.scss */
.row {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: ;
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
}

/* line 24, ../sass/screen.scss */
.row-col {
  display: inline-block;
  float: left;
  width: 48%;
  padding-left: 10px;
  padding-right: 10px;
}

/* Table css (all the css on the table works only in the 'row' class.)
*------------------------------------------
*/
.row table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  text-align: center!important;
}
.row td,
.row th {
	padding: 0;
}
.row th {
  text-align: center;
}
.row .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.row .table > thead > tr > th,
.row .table > tbody > tr > th,
.row .table > tfoot > tr > th,
.row .table > thead > tr > td,
.row .table > tbody > tr > td,
.row .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #000000;
}
.row .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.row .table > caption + thead > tr:first-child > th,
.row .table > colgroup + thead > tr:first-child > th,
.row .table > thead:first-child > tr:first-child > th,
.row .table > caption + thead > tr:first-child > td,
.row .table > colgroup + thead > tr:first-child > td,
.row .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.row .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.row .table .table {
  background-color: ;
}
.row .table-condensed > thead > tr > th,
.row .table-condensed > tbody > tr > th,
.row .table-condensed > tfoot > tr > th,
.row .table-condensed > thead > tr > td,
.row .table-condensed > tbody > tr > td,
.row .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.row .table-bordered {
  border: 1px solid #000000;
}
.row .table-bordered > thead > tr > th,
.row .table-bordered > tbody > tr > th,
.row .table-bordered > tfoot > tr > th,
.row .table-bordered > thead > tr > td,
.row .table-bordered > tbody > tr > td,
.row .table-bordered > tfoot > tr > td {
  border: 1px solid #000000;
}
.row .table-bordered > thead > tr > th,
.row .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.row .table-striped > tbody > tr:nth-child(odd) > td,
.row .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.row .table-hover > tbody > tr:hover > td,
.row .table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
	color: #FF0000;
}
.row table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.row table td[class*="col-"],
.row table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.row .table > thead > tr > td.active,
.row .table > tbody > tr > td.active,
.row .table > tfoot > tr > td.active,
.row .table > thead > tr > th.active,
.row .table > tbody > tr > th.active,
.row .table > tfoot > tr > th.active,
.row .table > thead > tr.active > td,
.row .table > tbody > tr.active > td,
.row .table > tfoot > tr.active > td,
.row .table > thead > tr.active > th,
.row .table > tbody > tr.active > th,
.row .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.row .table-hover > tbody > tr > td.active:hover,
.row .table-hover > tbody > tr > th.active:hover,
.row .table-hover > tbody > tr.active:hover > td,
.row .table-hover > tbody > tr:hover > .active,
.row .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.row .table > thead > tr > td.success,
.row .table > tbody > tr > td.success,
.row .table > tfoot > tr > td.success,
.row .table > thead > tr > th.success,
.row .table > tbody > tr > th.success,
.row .table > tfoot > tr > th.success,
.row .table > thead > tr.success > td,

.row .table > tbody > tr.success > td,
.row .table > tfoot > tr.success > td,
.row .table > thead > tr.success > th,
.row .table > tbody > tr.success > th,
.row .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.row .table-hover > tbody > tr > td.success:hover,
.row .table-hover > tbody > tr > th.success:hover,
.row .table-hover > tbody > tr.success:hover > td,
.row .table-hover > tbody > tr:hover > .success,
.row .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.row .table > thead > tr > td.info,
.row .table > tbody > tr > td.info,
.row .table > tfoot > tr > td.info,
.row .table > thead > tr > th.info,
.row .table > tbody > tr > th.info,
.row .table > tfoot > tr > th.info,
.row .table > thead > tr.info > td,
.row .table > tbody > tr.info > td,
.row .table > tfoot > tr.info > td,
.row .table > thead > tr.info > th,
.row .table > tbody > tr.info > th,
.row .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.row .table-hover > tbody > tr > td.info:hover,
.row .table-hover > tbody > tr > th.info:hover,
.row .table-hover > tbody > tr.info:hover > td,
.row .table-hover > tbody > tr:hover > .info,
.row .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.row .table > thead > tr > td.warning,
.row .table > tbody > tr > td.warning,
.row .table > tfoot > tr > td.warning,
.row .table > thead > tr > th.warning,
.row .table > tbody > tr > th.warning,
.row .table > tfoot > tr > th.warning,
.row .table > thead > tr.warning > td,
.row .table > tbody > tr.warning > td,
.row .table > tfoot > tr.warning > td,
.row .table > thead > tr.warning > th,
.row .table > tbody > tr.warning > th,
.row .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.row .table-hover > tbody > tr > td.warning:hover,
.row .table-hover > tbody > tr > th.warning:hover,
.row .table-hover > tbody > tr.warning:hover > td,
.row .table-hover > tbody > tr:hover > .warning,
.row .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.row .table > thead > tr > td.danger,
.row .table > tbody > tr > td.danger,
.row .table > tfoot > tr > td.danger,
.row .table > thead > tr > th.danger,
.row .table > tbody > tr > th.danger,
.row .table > tfoot > tr > th.danger,
.row .table > thead > tr.danger > td,
.row .table > tbody > tr.danger > td,
.row .table > tfoot > tr.danger > td,
.row .table > thead > tr.danger > th,
.row .table > tbody > tr.danger > th,
.row .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.row .table-hover > tbody > tr > td.danger:hover,
.row .table-hover > tbody > tr > th.danger:hover,
.row .table-hover > tbody > tr.danger:hover > td,
.row .table-hover > tbody > tr:hover > .danger,
.row .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .row .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .row .table-responsive > .table {
    margin-bottom: 0;
  }
  .row .table-responsive > .table > thead > tr > th,
  .row .table-responsive > .table > tbody > tr > th,
  .row .table-responsive > .table > tfoot > tr > th,
  .row .table-responsive > .table > thead > tr > td,
  .row .table-responsive > .table > tbody > tr > td,
  .row .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .row .table-responsive > .table-bordered {
    border: 0;
  }
  .row .table-responsive > .table-bordered > thead > tr > th:first-child,
  .row .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .row .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .row .table-responsive > .table-bordered > thead > tr > td:first-child,
  .row .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .row .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .row .table-responsive > .table-bordered > thead > tr > th:last-child,
  .row .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .row .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .row .table-responsive > .table-bordered > thead > tr > td:last-child,
  .row .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .row .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .row .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .row .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .row .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .row .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.row .clearfix:before,
.row .clearfix:after {
  content: " ";
  display: table;
}
.row .clearfix:after {
  clear: both;
}
.row .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.row .pull-right {
  float: right !important;
}
.row .pull-left {
  float: left !important;
}
.row .hide {
  display: none !important;
}
.row .show {
  display: block !important;
}
.row .invisible {
  visibility: hidden;
}
.row .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.row .hidden {
  display: none !important;
  visibility: hidden !important;
}
.row .affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Cell and colom css
* ------------------------------------------------------------------
*/
/* line 14, ../sass/screen.scss */
.cell {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
}

/* line 24, ../sass/screen.scss */
.cell-col {
  display: inline-block;
  float: left;
  width: 48%;
  padding-left: 10px;
  padding-right: 10px;
}

/* Table css (all the css on the table works only in the 'cell' class.)
*------------------------------------------
*/
.cell table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  text-align: center!important;
}
.cell td,
.cell th {
  padding: 0;
  
}
.cell th {
  text-align: center;
}
.cell .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.cell .table > thead > tr > th,
.cell .table > tbody > tr > th,
.cell .table > tfoot > tr > th,
.cell .table > thead > tr > td,
.cell .table > tbody > tr > td,
.cell .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.cell .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.cell .table > caption + thead > tr:first-child > th,
.cell .table > colgroup + thead > tr:first-child > th,
.cell .table > thead:first-child > tr:first-child > th,
.cell .table > caption + thead > tr:first-child > td,
.cell .table > colgroup + thead > tr:first-child > td,
.cell .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.cell .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.cell .table .table {
  background-color: #ffffff;
}
.cell .table-condensed > thead > tr > th,
.cell .table-condensed > tbody > tr > th,
.cell .table-condensed > tfoot > tr > th,
.cell .table-condensed > thead > tr > td,
.cell .table-condensed > tbody > tr > td,
.cell .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.cell .table-bordered {
  border: 1px solid #000000;
}
.cell .table-bordered > thead > tr > th,
.cell .table-bordered > tbody > tr > th,
.cell .table-bordered > tfoot > tr > th,
.cell .table-bordered > thead > tr > td,
.cell .table-bordered > tbody > tr > td,
.cell .table-bordered > tfoot > tr > td {
  border: 1px solid #000000;
}
.cell .table-bordered > thead > tr > th,
.cell .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.cell .table-striped > tbody > tr:nth-child(odd) > td,
.cell .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.cell .table-hover > tbody > tr:hover > td,
.cell .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.cell table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.cell table td[class*="col-"],
.cell table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.cell .table > thead > tr > td.active,
.cell .table > tbody > tr > td.active,
.cell .table > tfoot > tr > td.active,
.cell .table > thead > tr > th.active,
.cell .table > tbody > tr > th.active,
.cell .table > tfoot > tr > th.active,
.cell .table > thead > tr.active > td,
.cell .table > tbody > tr.active > td,
.cell .table > tfoot > tr.active > td,
.cell .table > thead > tr.active > th,
.cell .table > tbody > tr.active > th,
.cell .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.cell .table-hover > tbody > tr > td.active:hover,
.cell .table-hover > tbody > tr > th.active:hover,
.cell .table-hover > tbody > tr.active:hover > td,
.cell .table-hover > tbody > tr:hover > .active,
.cell .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.cell .table > thead > tr > td.success,
.cell .table > tbody > tr > td.success,
.cell .table > tfoot > tr > td.success,
.cell .table > thead > tr > th.success,
.cell .table > tbody > tr > th.success,
.cell .table > tfoot > tr > th.success,
.cell .table > thead > tr.success > td,

.cell .table > tbody > tr.success > td,
.cell .table > tfoot > tr.success > td,
.cell .table > thead > tr.success > th,
.cell .table > tbody > tr.success > th,
.cell .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.cell .table-hover > tbody > tr > td.success:hover,
.cell .table-hover > tbody > tr > th.success:hover,
.cell .table-hover > tbody > tr.success:hover > td,
.cell .table-hover > tbody > tr:hover > .success,
.cell .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.cell .table > thead > tr > td.info,
.cell .table > tbody > tr > td.info,
.cell .table > tfoot > tr > td.info,
.cell .table > thead > tr > th.info,
.cell .table > tbody > tr > th.info,
.cell .table > tfoot > tr > th.info,
.cell .table > thead > tr.info > td,
.cell .table > tbody > tr.info > td,
.cell .table > tfoot > tr.info > td,
.cell .table > thead > tr.info > th,
.cell .table > tbody > tr.info > th,
.cell .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.cell .table-hover > tbody > tr > td.info:hover,
.cell .table-hover > tbody > tr > th.info:hover,
.cell .table-hover > tbody > tr.info:hover > td,
.cell .table-hover > tbody > tr:hover > .info,
.cell .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.cell .table > thead > tr > td.warning,
.cell .table > tbody > tr > td.warning,
.cell .table > tfoot > tr > td.warning,
.cell .table > thead > tr > th.warning,
.cell .table > tbody > tr > th.warning,
.cell .table > tfoot > tr > th.warning,
.cell .table > thead > tr.warning > td,
.cell .table > tbody > tr.warning > td,
.cell .table > tfoot > tr.warning > td,
cell .table > thead > tr.warning > th,
cell .table > tbody > tr.warning > th,
cell .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
cell .table-hover > tbody > tr > td.warning:hover,
cell .table-hover > tbody > tr > th.warning:hover,
cell .table-hover > tbody > tr.warning:hover > td,
cell .table-hover > tbody > tr:hover > .warning,
cell .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
cell .table > thead > tr > td.danger,
cell .table > tbody > tr > td.danger,
cell .table > tfoot > tr > td.danger,
cell .table > thead > tr > th.danger,
cell .table > tbody > tr > th.danger,
cell .table > tfoot > tr > th.danger,
cell .table > thead > tr.danger > td,
cell .table > tbody > tr.danger > td,
cell .table > tfoot > tr.danger > td,
cell .table > thead > tr.danger > th,
cell .table > tbody > tr.danger > th,
cell .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
cell .table-hover > tbody > tr > td.danger:hover,
cell .table-hover > tbody > tr > th.danger:hover,
cell .table-hover > tbody > tr.danger:hover > td,
cell .table-hover > tbody > tr:hover > .danger,
cell .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  cell .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  cell .table-responsive > .table {
    margin-bottom: 0;
  }
  cell .table-responsive > .table > thead > tr > th,
  cell .table-responsive > .table > tbody > tr > th,
  cell .table-responsive > .table > tfoot > tr > th,
  cell .table-responsive > .table > thead > tr > td,
  cell .table-responsive > .table > tbody > tr > td,
  cell .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  cell .table-responsive > .table-bordered {
    border: 0;
  }
  cell .table-responsive > .table-bordered > thead > tr > th:first-child,
  cell .table-responsive > .table-bordered > tbody > tr > th:first-child,
  cell .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  cell .table-responsive > .table-bordered > thead > tr > td:first-child,
  cell .table-responsive > .table-bordered > tbody > tr > td:first-child,
  cell .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  cell .table-responsive > .table-bordered > thead > tr > th:last-child,
  cell .table-responsive > .table-bordered > tbody > tr > th:last-child,
  cell .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  cell .table-responsive > .table-bordered > thead > tr > td:last-child,
  cell .table-responsive > .table-bordered > tbody > tr > td:last-child,
  cell .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  cell .table-responsive > .table-bordered > tbody > tr:last-child > th,
  cell .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  cell .table-responsive > .table-bordered > tbody > tr:last-child > td,
  cell .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
cell .clearfix:before,
cell .clearfix:after {
  content: " ";
  display: table;
}
cell .clearfix:after {
  clear: both;
}
cell .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
cell .pull-right {
  float: right !important;
}
cell .pull-left {
  float: left !important;
}
cell .hide {
  display: none !important;
}
cell .show {
  display: block !important;
}
cell .invisible {
  visibility: hidden;
}
cell .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
cell .hidden {
  display: none !important;
  visibility: hidden !important;
}
cell .affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
