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

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

body {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: inherit;
  margin-left: 8;
  margin-right: 0; }

@media (max-width: 768px) {
  table.responsive {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */ }
    table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
      display: block;
      text-align: left; }
    table.responsive tr {
      margin-bottom: 10px; }
    table.responsive thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    table.responsive tr {
      border: 1px solid #c0c0c0; }
    table.responsive td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #c0c0c0;
      position: relative;
      padding-left: 50%;
      min-height: 22px; }
    table.responsive td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
    table.responsive td:before {
      content: attr(data-label); } }

.section-wrapper {
  display: table;
  width: 100%; }
  .section-wrapper::after {
    display: block;
    content: "";
    clear: both; }
.section-wrapper .section-header {
  height: 30px;
  background-image: url("../images/tit_backg_izq.jpg"), url("../images/tit_back_medio.jpg");
  background-repeat: no-repeat, repeat-x; }
.section-wrapper .section-header:after {
  float: none; }
.section-wrapper .section-header.light {
  background-image: url("../images/tit_esquina_izq.jpg"), url("../images/tit_backg_repit.jpg");
  background-repeat: no-repeat, repeat-x; }
.section-wrapper .section-header .section-header-content {
  margin-left: 22px;
  margin-bottom: 10px; }
.section-wrapper .section-header .section-header-content .section-header-title {
  margin-top: 4px;
  font-family: Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  float: left; }
.section-wrapper .section-header .section-header-content .section-header-title h1, .section-wrapper .section-header .section-header-content .section-header-title h2, .section-wrapper .section-header .section-header-content .section-header-title h3, .section-wrapper .section-header .section-header-content .section-header-title h4, .section-wrapper .section-header .section-header-content .section-header-title h5 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }
.section-wrapper .section-header .section-header-content .help-section {
  float: right; }
.section-wrapper .section-content {
  margin-top: 5px; }
.section-wrapper .section-content .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .section-wrapper .section-content .container::after {
    display: block;
    content: "";
    clear: both; }
  @media (min-width: 768px) {
    .section-wrapper .section-content .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .section-wrapper .section-content .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .section-wrapper .section-content .container {
      width: 1170px; } }
.section-wrapper .section-content .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .section-wrapper .section-content .container-fluid::after {
    display: block;
    content: "";
    clear: both; }
.section-wrapper .section-content .row {
  margin-left: -15px;
  margin-right: -15px; }
  .section-wrapper .section-content .row::after {
    display: block;
    content: "";
    clear: both; }
.section-wrapper .section-content .col-xs-1, .section-wrapper .section-content .col-sm-1, .section-wrapper .section-content .col-md-1, .section-wrapper .section-content .col-lg-1, .section-wrapper .section-content .col-xs-2, .section-wrapper .section-content .col-sm-2, .section-wrapper .section-content .col-md-2, .section-wrapper .section-content .col-lg-2, .section-wrapper .section-content .col-xs-3, .section-wrapper .section-content .col-sm-3, .section-wrapper .section-content .col-md-3, .section-wrapper .section-content .col-lg-3, .section-wrapper .section-content .col-xs-4, .section-wrapper .section-content .col-sm-4, .section-wrapper .section-content .col-md-4, .section-wrapper .section-content .col-lg-4, .section-wrapper .section-content .col-xs-5, .section-wrapper .section-content .col-sm-5, .section-wrapper .section-content .col-md-5, .section-wrapper .section-content .col-lg-5, .section-wrapper .section-content .col-xs-6, .section-wrapper .section-content .col-sm-6, .section-wrapper .section-content .col-md-6, .section-wrapper .section-content .col-lg-6, .section-wrapper .section-content .col-xs-7, .section-wrapper .section-content .col-sm-7, .section-wrapper .section-content .col-md-7, .section-wrapper .section-content .col-lg-7, .section-wrapper .section-content .col-xs-8, .section-wrapper .section-content .col-sm-8, .section-wrapper .section-content .col-md-8, .section-wrapper .section-content .col-lg-8, .section-wrapper .section-content .col-xs-9, .section-wrapper .section-content .col-sm-9, .section-wrapper .section-content .col-md-9, .section-wrapper .section-content .col-lg-9, .section-wrapper .section-content .col-xs-10, .section-wrapper .section-content .col-sm-10, .section-wrapper .section-content .col-md-10, .section-wrapper .section-content .col-lg-10, .section-wrapper .section-content .col-xs-11, .section-wrapper .section-content .col-sm-11, .section-wrapper .section-content .col-md-11, .section-wrapper .section-content .col-lg-11, .section-wrapper .section-content .col-xs-12, .section-wrapper .section-content .col-sm-12, .section-wrapper .section-content .col-md-12, .section-wrapper .section-content .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
.section-wrapper .section-content .col-xs-1, .section-wrapper .section-content .col-xs-2, .section-wrapper .section-content .col-xs-3, .section-wrapper .section-content .col-xs-4, .section-wrapper .section-content .col-xs-5, .section-wrapper .section-content .col-xs-6, .section-wrapper .section-content .col-xs-7, .section-wrapper .section-content .col-xs-8, .section-wrapper .section-content .col-xs-9, .section-wrapper .section-content .col-xs-10, .section-wrapper .section-content .col-xs-11, .section-wrapper .section-content .col-xs-12 {
  float: left; }
.section-wrapper .section-content .col-xs-1 {
  width: 8.33333%; }
.section-wrapper .section-content .col-xs-2 {
  width: 16.66667%; }
.section-wrapper .section-content .col-xs-3 {
  width: 25%; }
.section-wrapper .section-content .col-xs-4 {
  width: 33.33333%; }
.section-wrapper .section-content .col-xs-5 {
  width: 41.66667%; }
.section-wrapper .section-content .col-xs-6 {
  width: 50%; }
.section-wrapper .section-content .col-xs-7 {
  width: 58.33333%; }
.section-wrapper .section-content .col-xs-8 {
  width: 66.66667%; }
.section-wrapper .section-content .col-xs-9 {
  width: 75%; }
.section-wrapper .section-content .col-xs-10 {
  width: 83.33333%; }
.section-wrapper .section-content .col-xs-11 {
  width: 91.66667%; }
.section-wrapper .section-content .col-xs-12 {
  width: 100%; }
.section-wrapper .section-content .col-xs-pull-0 {
  right: auto; }
.section-wrapper .section-content .col-xs-pull-1 {
  right: 8.33333%; }
.section-wrapper .section-content .col-xs-pull-2 {
  right: 16.66667%; }
.section-wrapper .section-content .col-xs-pull-3 {
  right: 25%; }
.section-wrapper .section-content .col-xs-pull-4 {
  right: 33.33333%; }
.section-wrapper .section-content .col-xs-pull-5 {
  right: 41.66667%; }
.section-wrapper .section-content .col-xs-pull-6 {
  right: 50%; }
.section-wrapper .section-content .col-xs-pull-7 {
  right: 58.33333%; }
.section-wrapper .section-content .col-xs-pull-8 {
  right: 66.66667%; }
.section-wrapper .section-content .col-xs-pull-9 {
  right: 75%; }
.section-wrapper .section-content .col-xs-pull-10 {
  right: 83.33333%; }
.section-wrapper .section-content .col-xs-pull-11 {
  right: 91.66667%; }
.section-wrapper .section-content .col-xs-pull-12 {
  right: 100%; }
.section-wrapper .section-content .col-xs-push-0 {
  left: auto; }
.section-wrapper .section-content .col-xs-push-1 {
  left: 8.33333%; }
.section-wrapper .section-content .col-xs-push-2 {
  left: 16.66667%; }
.section-wrapper .section-content .col-xs-push-3 {
  left: 25%; }
.section-wrapper .section-content .col-xs-push-4 {
  left: 33.33333%; }
.section-wrapper .section-content .col-xs-push-5 {
  left: 41.66667%; }
.section-wrapper .section-content .col-xs-push-6 {
  left: 50%; }
.section-wrapper .section-content .col-xs-push-7 {
  left: 58.33333%; }
.section-wrapper .section-content .col-xs-push-8 {
  left: 66.66667%; }
.section-wrapper .section-content .col-xs-push-9 {
  left: 75%; }
.section-wrapper .section-content .col-xs-push-10 {
  left: 83.33333%; }
.section-wrapper .section-content .col-xs-push-11 {
  left: 91.66667%; }
.section-wrapper .section-content .col-xs-push-12 {
  left: 100%; }
.section-wrapper .section-content .col-xs-offset-0 {
  margin-left: 0%; }
.section-wrapper .section-content .col-xs-offset-1 {
  margin-left: 8.33333%; }
.section-wrapper .section-content .col-xs-offset-2 {
  margin-left: 16.66667%; }
.section-wrapper .section-content .col-xs-offset-3 {
  margin-left: 25%; }
.section-wrapper .section-content .col-xs-offset-4 {
  margin-left: 33.33333%; }
.section-wrapper .section-content .col-xs-offset-5 {
  margin-left: 41.66667%; }
.section-wrapper .section-content .col-xs-offset-6 {
  margin-left: 50%; }
.section-wrapper .section-content .col-xs-offset-7 {
  margin-left: 58.33333%; }
.section-wrapper .section-content .col-xs-offset-8 {
  margin-left: 66.66667%; }
.section-wrapper .section-content .col-xs-offset-9 {
  margin-left: 75%; }
.section-wrapper .section-content .col-xs-offset-10 {
  margin-left: 83.33333%; }
.section-wrapper .section-content .col-xs-offset-11 {
  margin-left: 91.66667%; }
.section-wrapper .section-content .col-xs-offset-12 {
  margin-left: 100%; }
@media (min-width: 768px) {
  .section-wrapper .section-content .col-sm-1, .section-wrapper .section-content .col-sm-2, .section-wrapper .section-content .col-sm-3, .section-wrapper .section-content .col-sm-4, .section-wrapper .section-content .col-sm-5, .section-wrapper .section-content .col-sm-6, .section-wrapper .section-content .col-sm-7, .section-wrapper .section-content .col-sm-8, .section-wrapper .section-content .col-sm-9, .section-wrapper .section-content .col-sm-10, .section-wrapper .section-content .col-sm-11, .section-wrapper .section-content .col-sm-12 {
    float: left; }
  .section-wrapper .section-content .col-sm-1 {
    width: 8.33333%; }
  .section-wrapper .section-content .col-sm-2 {
    width: 16.66667%; }
  .section-wrapper .section-content .col-sm-3 {
    width: 25%; }
  .section-wrapper .section-content .col-sm-4 {
    width: 33.33333%; }
  .section-wrapper .section-content .col-sm-5 {
    width: 41.66667%; }
  .section-wrapper .section-content .col-sm-6 {
    width: 50%; }
  .section-wrapper .section-content .col-sm-7 {
    width: 58.33333%; }
  .section-wrapper .section-content .col-sm-8 {
    width: 66.66667%; }
  .section-wrapper .section-content .col-sm-9 {
    width: 75%; }
  .section-wrapper .section-content .col-sm-10 {
    width: 83.33333%; }
  .section-wrapper .section-content .col-sm-11 {
    width: 91.66667%; }
  .section-wrapper .section-content .col-sm-12 {
    width: 100%; }
  .section-wrapper .section-content .col-sm-pull-0 {
    right: auto; }
  .section-wrapper .section-content .col-sm-pull-1 {
    right: 8.33333%; }
  .section-wrapper .section-content .col-sm-pull-2 {
    right: 16.66667%; }
  .section-wrapper .section-content .col-sm-pull-3 {
    right: 25%; }
  .section-wrapper .section-content .col-sm-pull-4 {
    right: 33.33333%; }
  .section-wrapper .section-content .col-sm-pull-5 {
    right: 41.66667%; }
  .section-wrapper .section-content .col-sm-pull-6 {
    right: 50%; }
  .section-wrapper .section-content .col-sm-pull-7 {
    right: 58.33333%; }
  .section-wrapper .section-content .col-sm-pull-8 {
    right: 66.66667%; }
  .section-wrapper .section-content .col-sm-pull-9 {
    right: 75%; }
  .section-wrapper .section-content .col-sm-pull-10 {
    right: 83.33333%; }
  .section-wrapper .section-content .col-sm-pull-11 {
    right: 91.66667%; }
  .section-wrapper .section-content .col-sm-pull-12 {
    right: 100%; }
  .section-wrapper .section-content .col-sm-push-0 {
    left: auto; }
  .section-wrapper .section-content .col-sm-push-1 {
    left: 8.33333%; }
  .section-wrapper .section-content .col-sm-push-2 {
    left: 16.66667%; }
  .section-wrapper .section-content .col-sm-push-3 {
    left: 25%; }
  .section-wrapper .section-content .col-sm-push-4 {
    left: 33.33333%; }
  .section-wrapper .section-content .col-sm-push-5 {
    left: 41.66667%; }
  .section-wrapper .section-content .col-sm-push-6 {
    left: 50%; }
  .section-wrapper .section-content .col-sm-push-7 {
    left: 58.33333%; }
  .section-wrapper .section-content .col-sm-push-8 {
    left: 66.66667%; }
  .section-wrapper .section-content .col-sm-push-9 {
    left: 75%; }
  .section-wrapper .section-content .col-sm-push-10 {
    left: 83.33333%; }
  .section-wrapper .section-content .col-sm-push-11 {
    left: 91.66667%; }
  .section-wrapper .section-content .col-sm-push-12 {
    left: 100%; }
  .section-wrapper .section-content .col-sm-offset-0 {
    margin-left: 0%; }
  .section-wrapper .section-content .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .section-wrapper .section-content .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .section-wrapper .section-content .col-sm-offset-3 {
    margin-left: 25%; }
  .section-wrapper .section-content .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .section-wrapper .section-content .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .section-wrapper .section-content .col-sm-offset-6 {
    margin-left: 50%; }
  .section-wrapper .section-content .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .section-wrapper .section-content .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .section-wrapper .section-content .col-sm-offset-9 {
    margin-left: 75%; }
  .section-wrapper .section-content .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .section-wrapper .section-content .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .section-wrapper .section-content .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .section-wrapper .section-content .col-md-1, .section-wrapper .section-content .col-md-2, .section-wrapper .section-content .col-md-3, .section-wrapper .section-content .col-md-4, .section-wrapper .section-content .col-md-5, .section-wrapper .section-content .col-md-6, .section-wrapper .section-content .col-md-7, .section-wrapper .section-content .col-md-8, .section-wrapper .section-content .col-md-9, .section-wrapper .section-content .col-md-10, .section-wrapper .section-content .col-md-11, .section-wrapper .section-content .col-md-12 {
    float: left; }
  .section-wrapper .section-content .col-md-1 {
    width: 8.33333%; }
  .section-wrapper .section-content .col-md-2 {
    width: 16.66667%; }
  .section-wrapper .section-content .col-md-3 {
    width: 25%; }
  .section-wrapper .section-content .col-md-4 {
    width: 33.33333%; }
  .section-wrapper .section-content .col-md-5 {
    width: 41.66667%; }
  .section-wrapper .section-content .col-md-6 {
    width: 50%; }
  .section-wrapper .section-content .col-md-7 {
    width: 58.33333%; }
  .section-wrapper .section-content .col-md-8 {
    width: 66.66667%; }
  .section-wrapper .section-content .col-md-9 {
    width: 75%; }
  .section-wrapper .section-content .col-md-10 {
    width: 83.33333%; }
  .section-wrapper .section-content .col-md-11 {
    width: 91.66667%; }
  .section-wrapper .section-content .col-md-12 {
    width: 100%; }
  .section-wrapper .section-content .col-md-pull-0 {
    right: auto; }
  .section-wrapper .section-content .col-md-pull-1 {
    right: 8.33333%; }
  .section-wrapper .section-content .col-md-pull-2 {
    right: 16.66667%; }
  .section-wrapper .section-content .col-md-pull-3 {
    right: 25%; }
  .section-wrapper .section-content .col-md-pull-4 {
    right: 33.33333%; }
  .section-wrapper .section-content .col-md-pull-5 {
    right: 41.66667%; }
  .section-wrapper .section-content .col-md-pull-6 {
    right: 50%; }
  .section-wrapper .section-content .col-md-pull-7 {
    right: 58.33333%; }
  .section-wrapper .section-content .col-md-pull-8 {
    right: 66.66667%; }
  .section-wrapper .section-content .col-md-pull-9 {
    right: 75%; }
  .section-wrapper .section-content .col-md-pull-10 {
    right: 83.33333%; }
  .section-wrapper .section-content .col-md-pull-11 {
    right: 91.66667%; }
  .section-wrapper .section-content .col-md-pull-12 {
    right: 100%; }
  .section-wrapper .section-content .col-md-push-0 {
    left: auto; }
  .section-wrapper .section-content .col-md-push-1 {
    left: 8.33333%; }
  .section-wrapper .section-content .col-md-push-2 {
    left: 16.66667%; }
  .section-wrapper .section-content .col-md-push-3 {
    left: 25%; }
  .section-wrapper .section-content .col-md-push-4 {
    left: 33.33333%; }
  .section-wrapper .section-content .col-md-push-5 {
    left: 41.66667%; }
  .section-wrapper .section-content .col-md-push-6 {
    left: 50%; }
  .section-wrapper .section-content .col-md-push-7 {
    left: 58.33333%; }
  .section-wrapper .section-content .col-md-push-8 {
    left: 66.66667%; }
  .section-wrapper .section-content .col-md-push-9 {
    left: 75%; }
  .section-wrapper .section-content .col-md-push-10 {
    left: 83.33333%; }
  .section-wrapper .section-content .col-md-push-11 {
    left: 91.66667%; }
  .section-wrapper .section-content .col-md-push-12 {
    left: 100%; }
  .section-wrapper .section-content .col-md-offset-0 {
    margin-left: 0%; }
  .section-wrapper .section-content .col-md-offset-1 {
    margin-left: 8.33333%; }
  .section-wrapper .section-content .col-md-offset-2 {
    margin-left: 16.66667%; }
  .section-wrapper .section-content .col-md-offset-3 {
    margin-left: 25%; }
  .section-wrapper .section-content .col-md-offset-4 {
    margin-left: 33.33333%; }
  .section-wrapper .section-content .col-md-offset-5 {
    margin-left: 41.66667%; }
  .section-wrapper .section-content .col-md-offset-6 {
    margin-left: 50%; }
  .section-wrapper .section-content .col-md-offset-7 {
    margin-left: 58.33333%; }
  .section-wrapper .section-content .col-md-offset-8 {
    margin-left: 66.66667%; }
  .section-wrapper .section-content .col-md-offset-9 {
    margin-left: 75%; }
  .section-wrapper .section-content .col-md-offset-10 {
    margin-left: 83.33333%; }
  .section-wrapper .section-content .col-md-offset-11 {
    margin-left: 91.66667%; }
  .section-wrapper .section-content .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .section-wrapper .section-content .col-lg-1, .section-wrapper .section-content .col-lg-2, .section-wrapper .section-content .col-lg-3, .section-wrapper .section-content .col-lg-4, .section-wrapper .section-content .col-lg-5, .section-wrapper .section-content .col-lg-6, .section-wrapper .section-content .col-lg-7, .section-wrapper .section-content .col-lg-8, .section-wrapper .section-content .col-lg-9, .section-wrapper .section-content .col-lg-10, .section-wrapper .section-content .col-lg-11, .section-wrapper .section-content .col-lg-12 {
    float: left; }
  .section-wrapper .section-content .col-lg-1 {
    width: 8.33333%; }
  .section-wrapper .section-content .col-lg-2 {
    width: 16.66667%; }
  .section-wrapper .section-content .col-lg-3 {
    width: 25%; }
  .section-wrapper .section-content .col-lg-4 {
    width: 33.33333%; }
  .section-wrapper .section-content .col-lg-5 {
    width: 41.66667%; }
  .section-wrapper .section-content .col-lg-6 {
    width: 50%; }
  .section-wrapper .section-content .col-lg-7 {
    width: 58.33333%; }
  .section-wrapper .section-content .col-lg-8 {
    width: 66.66667%; }
  .section-wrapper .section-content .col-lg-9 {
    width: 75%; }
  .section-wrapper .section-content .col-lg-10 {
    width: 83.33333%; }
  .section-wrapper .section-content .col-lg-11 {
    width: 91.66667%; }
  .section-wrapper .section-content .col-lg-12 {
    width: 100%; }
  .section-wrapper .section-content .col-lg-pull-0 {
    right: auto; }
  .section-wrapper .section-content .col-lg-pull-1 {
    right: 8.33333%; }
  .section-wrapper .section-content .col-lg-pull-2 {
    right: 16.66667%; }
  .section-wrapper .section-content .col-lg-pull-3 {
    right: 25%; }
  .section-wrapper .section-content .col-lg-pull-4 {
    right: 33.33333%; }
  .section-wrapper .section-content .col-lg-pull-5 {
    right: 41.66667%; }
  .section-wrapper .section-content .col-lg-pull-6 {
    right: 50%; }
  .section-wrapper .section-content .col-lg-pull-7 {
    right: 58.33333%; }
  .section-wrapper .section-content .col-lg-pull-8 {
    right: 66.66667%; }
  .section-wrapper .section-content .col-lg-pull-9 {
    right: 75%; }
  .section-wrapper .section-content .col-lg-pull-10 {
    right: 83.33333%; }
  .section-wrapper .section-content .col-lg-pull-11 {
    right: 91.66667%; }
  .section-wrapper .section-content .col-lg-pull-12 {
    right: 100%; }
  .section-wrapper .section-content .col-lg-push-0 {
    left: auto; }
  .section-wrapper .section-content .col-lg-push-1 {
    left: 8.33333%; }
  .section-wrapper .section-content .col-lg-push-2 {
    left: 16.66667%; }
  .section-wrapper .section-content .col-lg-push-3 {
    left: 25%; }
  .section-wrapper .section-content .col-lg-push-4 {
    left: 33.33333%; }
  .section-wrapper .section-content .col-lg-push-5 {
    left: 41.66667%; }
  .section-wrapper .section-content .col-lg-push-6 {
    left: 50%; }
  .section-wrapper .section-content .col-lg-push-7 {
    left: 58.33333%; }
  .section-wrapper .section-content .col-lg-push-8 {
    left: 66.66667%; }
  .section-wrapper .section-content .col-lg-push-9 {
    left: 75%; }
  .section-wrapper .section-content .col-lg-push-10 {
    left: 83.33333%; }
  .section-wrapper .section-content .col-lg-push-11 {
    left: 91.66667%; }
  .section-wrapper .section-content .col-lg-push-12 {
    left: 100%; }
  .section-wrapper .section-content .col-lg-offset-0 {
    margin-left: 0%; }
  .section-wrapper .section-content .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .section-wrapper .section-content .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .section-wrapper .section-content .col-lg-offset-3 {
    margin-left: 25%; }
  .section-wrapper .section-content .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .section-wrapper .section-content .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .section-wrapper .section-content .col-lg-offset-6 {
    margin-left: 50%; }
  .section-wrapper .section-content .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .section-wrapper .section-content .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .section-wrapper .section-content .col-lg-offset-9 {
    margin-left: 75%; }
  .section-wrapper .section-content .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .section-wrapper .section-content .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .section-wrapper .section-content .col-lg-offset-12 {
    margin-left: 100%; } }
.section-wrapper .section-content fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }
.section-wrapper .section-content legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
.section-wrapper .section-content label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }
.section-wrapper .section-content input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.section-wrapper .section-content input[type="radio"],
.section-wrapper .section-content input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
.section-wrapper .section-content input[type="file"] {
  display: block; }
.section-wrapper .section-content input[type="range"] {
  display: block;
  width: 100%; }
.section-wrapper .section-content select[multiple],
.section-wrapper .section-content select[size] {
  height: auto; }
.section-wrapper .section-content input[type="file"]:focus,
.section-wrapper .section-content input[type="radio"]:focus,
.section-wrapper .section-content input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.section-wrapper .section-content output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }
.section-wrapper .section-content .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .section-wrapper .section-content .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); }
  .section-wrapper .section-content .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .section-wrapper .section-content .form-control:-ms-input-placeholder {
    color: #999; }
  .section-wrapper .section-content .form-control::-webkit-input-placeholder {
    color: #999; }
  .section-wrapper .section-content .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .section-wrapper .section-content .form-control[disabled], .section-wrapper .section-content .form-control[readonly], fieldset[disabled] .section-wrapper .section-content .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .section-wrapper .section-content .form-control[disabled], fieldset[disabled] .section-wrapper .section-content .form-control {
    cursor: not-allowed; }
.section-wrapper .section-content textarea.form-control {
  height: auto; }
.section-wrapper .section-content input[type="search"] {
  -webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .section-wrapper .section-content input[type="date"].form-control,
  .section-wrapper .section-content input[type="time"].form-control,
  .section-wrapper .section-content input[type="datetime-local"].form-control,
  .section-wrapper .section-content input[type="month"].form-control {
    line-height: 34px; }
  .section-wrapper .section-content input[type="date"].input-sm, .input-group-sm .section-wrapper .section-content input[type="date"],
  .section-wrapper .section-content input[type="time"].input-sm, .input-group-sm
  .section-wrapper .section-content input[type="time"],
  .section-wrapper .section-content input[type="datetime-local"].input-sm, .input-group-sm
  .section-wrapper .section-content input[type="datetime-local"],
  .section-wrapper .section-content input[type="month"].input-sm, .input-group-sm
  .section-wrapper .section-content input[type="month"] {
    line-height: 30px; }
  .section-wrapper .section-content input[type="date"].input-lg, .input-group-lg .section-wrapper .section-content input[type="date"],
  .section-wrapper .section-content input[type="time"].input-lg, .input-group-lg
  .section-wrapper .section-content input[type="time"],
  .section-wrapper .section-content input[type="datetime-local"].input-lg, .input-group-lg
  .section-wrapper .section-content input[type="datetime-local"],
  .section-wrapper .section-content input[type="month"].input-lg, .input-group-lg
  .section-wrapper .section-content input[type="month"] {
    line-height: 46px; } }
.section-wrapper .section-content .form-group {
  margin-bottom: 15px; }
.section-wrapper .section-content .radio,
.section-wrapper .section-content .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .section-wrapper .section-content .radio label,
  .section-wrapper .section-content .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
.section-wrapper .section-content .radio input[type="radio"],
.section-wrapper .section-content .radio-inline input[type="radio"],
.section-wrapper .section-content .checkbox input[type="checkbox"],
.section-wrapper .section-content .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }
.section-wrapper .section-content .radio + .radio,
.section-wrapper .section-content .checkbox + .checkbox {
  margin-top: -5px; }
.section-wrapper .section-content .radio-inline,
.section-wrapper .section-content .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }
.section-wrapper .section-content .radio-inline + .radio-inline,
.section-wrapper .section-content .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }
.section-wrapper .section-content input[type="radio"][disabled], .section-wrapper .section-content input[type="radio"].disabled, fieldset[disabled] .section-wrapper .section-content input[type="radio"],
.section-wrapper .section-content input[type="checkbox"][disabled],
.section-wrapper .section-content input[type="checkbox"].disabled, fieldset[disabled]
.section-wrapper .section-content input[type="checkbox"] {
  cursor: not-allowed; }
.section-wrapper .section-content .radio-inline.disabled, fieldset[disabled] .section-wrapper .section-content .radio-inline,
.section-wrapper .section-content .checkbox-inline.disabled, fieldset[disabled]
.section-wrapper .section-content .checkbox-inline {
  cursor: not-allowed; }
.section-wrapper .section-content .radio.disabled label, fieldset[disabled] .section-wrapper .section-content .radio label,
.section-wrapper .section-content .checkbox.disabled label, fieldset[disabled]
.section-wrapper .section-content .checkbox label {
  cursor: not-allowed; }
.section-wrapper .section-content .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .section-wrapper .section-content .form-control-static.input-lg, .section-wrapper .section-content .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }
.section-wrapper .section-content .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.section-wrapper .section-content select.input-sm {
  height: 30px;
  line-height: 30px; }
.section-wrapper .section-content textarea.input-sm,
.section-wrapper .section-content select[multiple].input-sm {
  height: auto; }
.section-wrapper .section-content .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.section-wrapper .section-content .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.section-wrapper .section-content .form-group-sm textarea.form-control,
.section-wrapper .section-content .form-group-sm select[multiple].form-control {
  height: auto; }
.section-wrapper .section-content .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }
.section-wrapper .section-content .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.section-wrapper .section-content select.input-lg {
  height: 46px;
  line-height: 46px; }
.section-wrapper .section-content textarea.input-lg,
.section-wrapper .section-content select[multiple].input-lg {
  height: auto; }
.section-wrapper .section-content .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.section-wrapper .section-content .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.section-wrapper .section-content .form-group-lg textarea.form-control,
.section-wrapper .section-content .form-group-lg select[multiple].form-control {
  height: auto; }
.section-wrapper .section-content .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }
.section-wrapper .section-content .has-feedback {
  position: relative; }
  .section-wrapper .section-content .has-feedback .form-control {
    padding-right: 42.5px; }
.section-wrapper .section-content .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }
.section-wrapper .section-content .input-lg + .form-control-feedback,
.section-wrapper .section-content .input-group-lg + .form-control-feedback,
.section-wrapper .section-content .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }
.section-wrapper .section-content .input-sm + .form-control-feedback,
.section-wrapper .section-content .input-group-sm + .form-control-feedback,
.section-wrapper .section-content .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }
.section-wrapper .section-content .has-success .help-block,
.section-wrapper .section-content .has-success .control-label,
.section-wrapper .section-content .has-success .radio,
.section-wrapper .section-content .has-success .checkbox,
.section-wrapper .section-content .has-success .radio-inline,
.section-wrapper .section-content .has-success .checkbox-inline, .section-wrapper .section-content .has-success.radio label, .section-wrapper .section-content .has-success.checkbox label, .section-wrapper .section-content .has-success.radio-inline label, .section-wrapper .section-content .has-success.checkbox-inline label {
  color: #3c763d; }
.section-wrapper .section-content .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); }
  .section-wrapper .section-content .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; }
.section-wrapper .section-content .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.section-wrapper .section-content .has-success .form-control-feedback {
  color: #3c763d; }
.section-wrapper .section-content .has-warning .help-block,
.section-wrapper .section-content .has-warning .control-label,
.section-wrapper .section-content .has-warning .radio,
.section-wrapper .section-content .has-warning .checkbox,
.section-wrapper .section-content .has-warning .radio-inline,
.section-wrapper .section-content .has-warning .checkbox-inline, .section-wrapper .section-content .has-warning.radio label, .section-wrapper .section-content .has-warning.checkbox label, .section-wrapper .section-content .has-warning.radio-inline label, .section-wrapper .section-content .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.section-wrapper .section-content .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); }
  .section-wrapper .section-content .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; }
.section-wrapper .section-content .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.section-wrapper .section-content .has-warning .form-control-feedback {
  color: #8a6d3b; }
.section-wrapper .section-content .has-error .help-block,
.section-wrapper .section-content .has-error .control-label,
.section-wrapper .section-content .has-error .radio,
.section-wrapper .section-content .has-error .checkbox,
.section-wrapper .section-content .has-error .radio-inline,
.section-wrapper .section-content .has-error .checkbox-inline, .section-wrapper .section-content .has-error.radio label, .section-wrapper .section-content .has-error.checkbox label, .section-wrapper .section-content .has-error.radio-inline label, .section-wrapper .section-content .has-error.checkbox-inline label {
  color: #a94442; }
.section-wrapper .section-content .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); }
  .section-wrapper .section-content .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; }
.section-wrapper .section-content .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.section-wrapper .section-content .has-error .form-control-feedback {
  color: #a94442; }
.section-wrapper .section-content .has-feedback label ~ .form-control-feedback {
  top: 25px; }
.section-wrapper .section-content .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }
.section-wrapper .section-content .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }
@media (min-width: 768px) {
  .section-wrapper .section-content .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .section-wrapper .section-content .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .section-wrapper .section-content .form-inline .form-control-static {
    display: inline-block; }
  .section-wrapper .section-content .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .section-wrapper .section-content .form-inline .input-group .input-group-addon,
    .section-wrapper .section-content .form-inline .input-group .input-group-btn,
    .section-wrapper .section-content .form-inline .input-group .form-control {
      width: auto; }
  .section-wrapper .section-content .form-inline .input-group > .form-control {
    width: 100%; }
  .section-wrapper .section-content .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .section-wrapper .section-content .form-inline .radio,
  .section-wrapper .section-content .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .section-wrapper .section-content .form-inline .radio label,
    .section-wrapper .section-content .form-inline .checkbox label {
      padding-left: 0; }
  .section-wrapper .section-content .form-inline .radio input[type="radio"],
  .section-wrapper .section-content .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .section-wrapper .section-content .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.section-wrapper .section-content .form-horizontal .radio,
.section-wrapper .section-content .form-horizontal .checkbox,
.section-wrapper .section-content .form-horizontal .radio-inline,
.section-wrapper .section-content .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.section-wrapper .section-content .form-horizontal .radio,
.section-wrapper .section-content .form-horizontal .checkbox {
  min-height: 27px; }
.section-wrapper .section-content .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .section-wrapper .section-content .form-horizontal .form-group::after {
    display: block;
    content: "";
    clear: both; }
@media (min-width: 768px) {
  .section-wrapper .section-content .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.section-wrapper .section-content .form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .section-wrapper .section-content .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .section-wrapper .section-content .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.section-wrapper .section-content .clearfix::after {
  display: block;
  content: "";
  clear: both; }
.section-wrapper .section-content .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.section-wrapper .section-content .pull-right {
  float: right !important; }
.section-wrapper .section-content .pull-left {
  float: left !important; }
.section-wrapper .section-content .hide {
  display: none !important; }
.section-wrapper .section-content .show {
  display: block !important; }
.section-wrapper .section-content .invisible {
  visibility: hidden; }
.section-wrapper .section-content .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.section-wrapper .section-content .hidden {
  display: none !important; }
.section-wrapper .section-content .affix {
  position: fixed; }
@-ms-viewport {
  width: device-width; }
.section-wrapper .section-content .visible-xs {
  display: none !important; }
.section-wrapper .section-content .visible-sm {
  display: none !important; }
.section-wrapper .section-content .visible-md {
  display: none !important; }
.section-wrapper .section-content .visible-lg {
  display: none !important; }
.section-wrapper .section-content .visible-xs-block,
.section-wrapper .section-content .visible-xs-inline,
.section-wrapper .section-content .visible-xs-inline-block,
.section-wrapper .section-content .visible-sm-block,
.section-wrapper .section-content .visible-sm-inline,
.section-wrapper .section-content .visible-sm-inline-block,
.section-wrapper .section-content .visible-md-block,
.section-wrapper .section-content .visible-md-inline,
.section-wrapper .section-content .visible-md-inline-block,
.section-wrapper .section-content .visible-lg-block,
.section-wrapper .section-content .visible-lg-inline,
.section-wrapper .section-content .visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .section-wrapper .section-content .visible-xs {
    display: block !important; }
  .section-wrapper .section-content table.visible-xs {
    display: table !important; }
  .section-wrapper .section-content tr.visible-xs {
    display: table-row !important; }
  .section-wrapper .section-content th.visible-xs,
  .section-wrapper .section-content td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .section-wrapper .section-content .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .section-wrapper .section-content .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .section-wrapper .section-content .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .section-wrapper .section-content .visible-sm {
    display: block !important; }
  .section-wrapper .section-content table.visible-sm {
    display: table !important; }
  .section-wrapper .section-content tr.visible-sm {
    display: table-row !important; }
  .section-wrapper .section-content th.visible-sm,
  .section-wrapper .section-content td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .section-wrapper .section-content .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .section-wrapper .section-content .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .section-wrapper .section-content .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .section-wrapper .section-content .visible-md {
    display: block !important; }
  .section-wrapper .section-content table.visible-md {
    display: table !important; }
  .section-wrapper .section-content tr.visible-md {
    display: table-row !important; }
  .section-wrapper .section-content th.visible-md,
  .section-wrapper .section-content td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .section-wrapper .section-content .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .section-wrapper .section-content .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .section-wrapper .section-content .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .section-wrapper .section-content .visible-lg {
    display: block !important; }
  .section-wrapper .section-content table.visible-lg {
    display: table !important; }
  .section-wrapper .section-content tr.visible-lg {
    display: table-row !important; }
  .section-wrapper .section-content th.visible-lg,
  .section-wrapper .section-content td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .section-wrapper .section-content .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .section-wrapper .section-content .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .section-wrapper .section-content .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .section-wrapper .section-content .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .section-wrapper .section-content .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .section-wrapper .section-content .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .section-wrapper .section-content .hidden-lg {
    display: none !important; } }
.section-wrapper .section-content .visible-print {
  display: none !important; }
@media print {
  .section-wrapper .section-content .visible-print {
    display: block !important; }
  .section-wrapper .section-content table.visible-print {
    display: table !important; }
  .section-wrapper .section-content tr.visible-print {
    display: table-row !important; }
  .section-wrapper .section-content th.visible-print,
  .section-wrapper .section-content td.visible-print {
    display: table-cell !important; } }
.section-wrapper .section-content .visible-print-block {
  display: none !important; }
  @media print {
    .section-wrapper .section-content .visible-print-block {
      display: block !important; } }
.section-wrapper .section-content .visible-print-inline {
  display: none !important; }
  @media print {
    .section-wrapper .section-content .visible-print-inline {
      display: inline !important; } }
.section-wrapper .section-content .visible-print-inline-block {
  display: none !important; }
  @media print {
    .section-wrapper .section-content .visible-print-inline-block {
      display: inline-block !important; } }
@media print {
  .section-wrapper .section-content .hidden-print {
    display: none !important; } }
.section-wrapper .section-content .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .section-wrapper .section-content .pagination > li {
    display: inline; }
    .section-wrapper .section-content .pagination > li > a,
    .section-wrapper .section-content .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .section-wrapper .section-content .pagination > li:first-child > a,
    .section-wrapper .section-content .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .section-wrapper .section-content .pagination > li:last-child > a,
    .section-wrapper .section-content .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .section-wrapper .section-content .pagination > li > a:hover, .section-wrapper .section-content .pagination > li > a:focus,
  .section-wrapper .section-content .pagination > li > span:hover,
  .section-wrapper .section-content .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .section-wrapper .section-content .pagination > .active > a, .section-wrapper .section-content .pagination > .active > a:hover, .section-wrapper .section-content .pagination > .active > a:focus,
  .section-wrapper .section-content .pagination > .active > span,
  .section-wrapper .section-content .pagination > .active > span:hover,
  .section-wrapper .section-content .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .section-wrapper .section-content .pagination > .disabled > span,
  .section-wrapper .section-content .pagination > .disabled > span:hover,
  .section-wrapper .section-content .pagination > .disabled > span:focus,
  .section-wrapper .section-content .pagination > .disabled > a,
  .section-wrapper .section-content .pagination > .disabled > a:hover,
  .section-wrapper .section-content .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }
.section-wrapper .section-content .pagination-lg > li > a,
.section-wrapper .section-content .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }
.section-wrapper .section-content .pagination-lg > li:first-child > a,
.section-wrapper .section-content .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.section-wrapper .section-content .pagination-lg > li:last-child > a,
.section-wrapper .section-content .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }
.section-wrapper .section-content .pagination-sm > li > a,
.section-wrapper .section-content .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.section-wrapper .section-content .pagination-sm > li:first-child > a,
.section-wrapper .section-content .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.section-wrapper .section-content .pagination-sm > li:last-child > a,
.section-wrapper .section-content .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
.section-wrapper .section-content .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .section-wrapper .section-content .navbar::after {
    display: block;
    content: "";
    clear: both; }
  @media (min-width: 768px) {
    .section-wrapper .section-content .navbar {
      border-radius: 4px; } }
.section-wrapper .section-content .navbar-header::after {
  display: block;
  content: "";
  clear: both; }
@media (min-width: 768px) {
  .section-wrapper .section-content .navbar-header {
    float: left; } }
.section-wrapper .section-content .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .section-wrapper .section-content .navbar-collapse::after {
    display: block;
    content: "";
    clear: both; }
  .section-wrapper .section-content .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .section-wrapper .section-content .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .section-wrapper .section-content .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .section-wrapper .section-content .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .section-wrapper .section-content .navbar-collapse, .navbar-static-top .section-wrapper .section-content .navbar-collapse, .navbar-fixed-bottom .section-wrapper .section-content .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }
.section-wrapper .section-content .navbar-fixed-top .navbar-collapse,
.section-wrapper .section-content .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .section-wrapper .section-content .navbar-fixed-top .navbar-collapse,
    .section-wrapper .section-content .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }
.section-wrapper .section-content .container > .navbar-header,
.section-wrapper .section-content .container > .navbar-collapse,
.section-wrapper .section-content .container-fluid > .navbar-header,
.section-wrapper .section-content .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .section-wrapper .section-content .container > .navbar-header,
    .section-wrapper .section-content .container > .navbar-collapse,
    .section-wrapper .section-content .container-fluid > .navbar-header,
    .section-wrapper .section-content .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }
.section-wrapper .section-content .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .section-wrapper .section-content .navbar-static-top {
      border-radius: 0; } }
.section-wrapper .section-content .navbar-fixed-top,
.section-wrapper .section-content .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .section-wrapper .section-content .navbar-fixed-top,
    .section-wrapper .section-content .navbar-fixed-bottom {
      border-radius: 0; } }
.section-wrapper .section-content .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }
.section-wrapper .section-content .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }
.section-wrapper .section-content .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .section-wrapper .section-content .navbar-brand:hover, .section-wrapper .section-content .navbar-brand:focus {
    text-decoration: none; }
  .section-wrapper .section-content .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .section-wrapper .section-content .navbar-brand, .navbar > .container-fluid .section-wrapper .section-content .navbar-brand {
      margin-left: -15px; } }
.section-wrapper .section-content .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; }
  .section-wrapper .section-content .navbar-toggle:focus {
    outline: 0; }
  .section-wrapper .section-content .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .section-wrapper .section-content .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .section-wrapper .section-content .navbar-toggle {
      display: none; } }
.section-wrapper .section-content .navbar-nav {
  margin: 7.5px -15px; }
  .section-wrapper .section-content .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .section-wrapper .section-content .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .section-wrapper .section-content .navbar-nav .open .dropdown-menu > li > a,
      .section-wrapper .section-content .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .section-wrapper .section-content .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .section-wrapper .section-content .navbar-nav .open .dropdown-menu > li > a:hover, .section-wrapper .section-content .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .section-wrapper .section-content .navbar-nav {
      float: left;
      margin: 0; }
      .section-wrapper .section-content .navbar-nav > li {
        float: left; }
        .section-wrapper .section-content .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }
.section-wrapper .section-content .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) {
    .section-wrapper .section-content .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .section-wrapper .section-content .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .section-wrapper .section-content .navbar-form .form-control-static {
      display: inline-block; }
    .section-wrapper .section-content .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .section-wrapper .section-content .navbar-form .input-group .input-group-addon,
      .section-wrapper .section-content .navbar-form .input-group .input-group-btn,
      .section-wrapper .section-content .navbar-form .input-group .form-control {
        width: auto; }
    .section-wrapper .section-content .navbar-form .input-group > .form-control {
      width: 100%; }
    .section-wrapper .section-content .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .section-wrapper .section-content .navbar-form .radio,
    .section-wrapper .section-content .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .section-wrapper .section-content .navbar-form .radio label,
      .section-wrapper .section-content .navbar-form .checkbox label {
        padding-left: 0; }
    .section-wrapper .section-content .navbar-form .radio input[type="radio"],
    .section-wrapper .section-content .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .section-wrapper .section-content .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .section-wrapper .section-content .navbar-form .form-group {
      margin-bottom: 5px; }
      .section-wrapper .section-content .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .section-wrapper .section-content .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; } }
.section-wrapper .section-content .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
.section-wrapper .section-content .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.section-wrapper .section-content .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .section-wrapper .section-content .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .section-wrapper .section-content .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }
.section-wrapper .section-content .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .section-wrapper .section-content .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }
@media (min-width: 768px) {
  .section-wrapper .section-content .navbar-left {
    float: left !important; }
  .section-wrapper .section-content .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .section-wrapper .section-content .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.section-wrapper .section-content .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .section-wrapper .section-content .navbar-default .navbar-brand {
    color: #777; }
    .section-wrapper .section-content .navbar-default .navbar-brand:hover, .section-wrapper .section-content .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .section-wrapper .section-content .navbar-default .navbar-text {
    color: #777; }
  .section-wrapper .section-content .navbar-default .navbar-nav > li > a {
    color: #777; }
    .section-wrapper .section-content .navbar-default .navbar-nav > li > a:hover, .section-wrapper .section-content .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .section-wrapper .section-content .navbar-default .navbar-nav > .active > a, .section-wrapper .section-content .navbar-default .navbar-nav > .active > a:hover, .section-wrapper .section-content .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .section-wrapper .section-content .navbar-default .navbar-nav > .disabled > a, .section-wrapper .section-content .navbar-default .navbar-nav > .disabled > a:hover, .section-wrapper .section-content .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .section-wrapper .section-content .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .section-wrapper .section-content .navbar-default .navbar-toggle:hover, .section-wrapper .section-content .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .section-wrapper .section-content .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .section-wrapper .section-content .navbar-default .navbar-collapse,
  .section-wrapper .section-content .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .section-wrapper .section-content .navbar-default .navbar-nav > .open > a, .section-wrapper .section-content .navbar-default .navbar-nav > .open > a:hover, .section-wrapper .section-content .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .section-wrapper .section-content .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .section-wrapper .section-content .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .section-wrapper .section-content .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .section-wrapper .section-content .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .section-wrapper .section-content .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .section-wrapper .section-content .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .section-wrapper .section-content .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .section-wrapper .section-content .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .section-wrapper .section-content .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .section-wrapper .section-content .navbar-default .navbar-link {
    color: #777; }
    .section-wrapper .section-content .navbar-default .navbar-link:hover {
      color: #333; }
  .section-wrapper .section-content .navbar-default .btn-link {
    color: #777; }
    .section-wrapper .section-content .navbar-default .btn-link:hover, .section-wrapper .section-content .navbar-default .btn-link:focus {
      color: #333; }
    .section-wrapper .section-content .navbar-default .btn-link[disabled]:hover, .section-wrapper .section-content .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .section-wrapper .section-content .navbar-default .btn-link:hover, fieldset[disabled] .section-wrapper .section-content .navbar-default .btn-link:focus {
      color: #ccc; }
.section-wrapper .section-content .navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .section-wrapper .section-content .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .section-wrapper .section-content .navbar-inverse .navbar-brand:hover, .section-wrapper .section-content .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .section-wrapper .section-content .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .section-wrapper .section-content .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .section-wrapper .section-content .navbar-inverse .navbar-nav > li > a:hover, .section-wrapper .section-content .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .section-wrapper .section-content .navbar-inverse .navbar-nav > .active > a, .section-wrapper .section-content .navbar-inverse .navbar-nav > .active > a:hover, .section-wrapper .section-content .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .section-wrapper .section-content .navbar-inverse .navbar-nav > .disabled > a, .section-wrapper .section-content .navbar-inverse .navbar-nav > .disabled > a:hover, .section-wrapper .section-content .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .section-wrapper .section-content .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .section-wrapper .section-content .navbar-inverse .navbar-toggle:hover, .section-wrapper .section-content .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .section-wrapper .section-content .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .section-wrapper .section-content .navbar-inverse .navbar-collapse,
  .section-wrapper .section-content .navbar-inverse .navbar-form {
    border-color: #101010; }
  .section-wrapper .section-content .navbar-inverse .navbar-nav > .open > a, .section-wrapper .section-content .navbar-inverse .navbar-nav > .open > a:hover, .section-wrapper .section-content .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .section-wrapper .section-content .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .section-wrapper .section-content .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .section-wrapper .section-content .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .section-wrapper .section-content .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .section-wrapper .section-content .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .section-wrapper .section-content .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .section-wrapper .section-content .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .section-wrapper .section-content .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .section-wrapper .section-content .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .section-wrapper .section-content .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .section-wrapper .section-content .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .section-wrapper .section-content .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .section-wrapper .section-content .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .section-wrapper .section-content .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .section-wrapper .section-content .navbar-inverse .btn-link:hover, .section-wrapper .section-content .navbar-inverse .btn-link:focus {
      color: #fff; }
    .section-wrapper .section-content .navbar-inverse .btn-link[disabled]:hover, .section-wrapper .section-content .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .section-wrapper .section-content .navbar-inverse .btn-link:hover, fieldset[disabled] .section-wrapper .section-content .navbar-inverse .btn-link:focus {
      color: #444; }
.section-wrapper .section-content input.BoxIn, .section-wrapper .section-content select.BoxIn {
  height: 17px; }
.section-wrapper .section-content textarea.BoxIn {
  height: 17px;
  /*width: 94%;*/
  margin-bottom: 4px;
  padding-left: 0px;
  margin-top: 4px;
  margin-right: 4px; }
@media (min-width: 1200px) {
  .section-wrapper .section-content .col-lg-12 label.col-lg-2 {
    width: 16.26667%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .section-wrapper .section-content .col-md-12 label.col-md-2 {
    width: 16.16667%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .section-wrapper .section-content .col-sm-12 label.col-sm-2 {
    width: 16.16667%; } }
.section-wrapper .section-content .pagination {
  margin: 0 0; }
.section-wrapper .section-content .row {
  margin-right: 0; }
.section-wrapper .section-content .divDataTdImageInput {
  width: 140px; }
.section-wrapper .section-content .divDataTdImageInput input {
  width: 80%;
  margin-right: 0.1em; }
.section-wrapper .section-content .form-group .full-width input, .section-wrapper .section-content .form-group .full-width textarea, .section-wrapper .section-content .form-group .full-width select {
  width: 100%; }
.section-wrapper .section-content .action-buttons {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  list-style: none;
  float: right !important; }
  .section-wrapper .section-content .action-buttons::after {
    display: block;
    content: "";
    clear: both; }
  .section-wrapper .section-content .action-buttons > li {
    position: relative;
    display: inline-block; }
    .section-wrapper .section-content .action-buttons > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .section-wrapper .section-content .action-buttons > li > a:hover, .section-wrapper .section-content .action-buttons > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
.section-wrapper .section-content label {
  margin-bottom: 0px; }

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

/*# sourceMappingURL=extra.css.map */
