/*

  Warning:  This CSS file has been auto-generated from a .less file.  If you edit it your edits will be lost the next time LessCSS is run.

  It would be best to make a separate CSS file and place any overriding CSS in there.  If you must access the original CSS, do so by editing the .less files.

*/
/* global settings */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0px;
  	
}
/* grid */
.grid {
  width: 100%;
}
.upage-content > .grid {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
/* gutter around whole design */
/*
.upage-content > .grid-pad {
  padding: @gutter @gutter 0px @gutter;
}
*/
/* column */
.urow:not(.cright) > .col {
  float: left;
}
.urow.cright > .col {
  float: right;
}
.col {
  position: relative;
  min-height: 1px;
}
.content-area {
  position: relative;
}
/* row */
.urow {
  clear: both;
  position: relative;
}
form.urow {
  margin-bottom: 0px;
}
.widget {
  position: relative;
}
/* for widgets and the like
   <div class="table-thing widget">
    <div class="narrow-control w85"> my width is set </div>
    <div class="wide-control"> my width is 100%, minus the set width of the narrow-control</div>
   </div>

   .w85 { width:85px; }
*/
.vertical-col > *,
.vertical-col > .table-thing,
.vertical-col > .afScrollPanel > .table-thing,
.wrapping-col > .no_wrap.table-thing,
.wrapping-col > .afScrollPanel > .no_wrap.table-thing {
  width: 100%;
}
#afui .vertical-col > .afScrollPanel > .widget,
#afui .vertical-col > .widget,
.vertical-col > .widget {
  width: calc(100% - 10px);
  margin-left: 5px;
}
.col > .vertical-col > .widget {
  width: 100%;
  margin-left: 0;
}
.table-thing {
  display: table;
}
.wide-control {
  display: table-cell;
  width: 100%;
}
.narrow-control {
  display: table-cell;
}
/* wrapping column */
.wrapping-col.right > *,
.wrapping-col.right > .afScrollPanel > * {
  float: right;
}
/* margin: 0 5px;   move margin to another class */
.wrapping-col.left > *,
.wrapping-col.left > .afScrollPanel > * {
  float: left;
}
.vertical-col.right > *,
.vertical-col.right > .afScrollPanel > * {
  margin-left: auto;
}
.vertical-col.center > *,
.vertical-col.center > .afScrollPanel > * {
  margin-left: auto;
  margin-right: auto;
}
.wrapping-col:not(.horiz-area) > .no_wrap,
.wrapping-col:not(.horiz-area) > .afScrollPanel > .no_wrap {
  float: none;
  clear: both;
  /* margin: 8px 0px; */

}
.center-h-v-col > .widget {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-top: 0 !important;
}
/* shim */
.uib_shim {
  clear: both;
  float: none !important;
  width: 100%;
  position: relative;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  display: block;
}
/* content-box fix for box-sizing */
.content-box,
.content-box:before,
.content-box:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* page */
.hidden:not(.afPopup) {
  display: none;
}
.upage-content,
.upage-outer {
  position: relative;
}
html,
body {
  height: 100%;
}
body:not(#afui) .upage,
body:not(#afui) .upage-content {
  height: 100%;
}
body:not(#afui) .upage-outer {
  height: auto;
}
/* position relative works fine. but fixed can be elected as well */
/* .upage-content, .upage-outer { position: fixed; height:100%; } */
.upage {
  overflow-x: hidden;
}
.upage-content {
  z-index: 1;
}
#afui .upage {
  padding: 0;
}
/* sidebars and crossbars */
.uib_sidebar {
  position: fixed;
  height: 100%;
  top: 0px;
}
.uib_crossbar {
  position: fixed;
  width: 100%;
  left: 0px;
}
.leftbar,
.rightbar {
  z-index: 2;
}
.reveal.leftbar {
  left: 0px;
  z-index: 0;
}
.reveal.rightbar {
  right: 0px;
  z-index: 0;
}
.leftbar.oh,
.rightbar.oh {
  z-index: 3;
}
.reveal {
  z-index: 0;
  visibility: hidden;
}
.topbar {
  z-index: 3;
}
.topbar.reveal {
  top: 0px;
  z-index: 0;
}
.botbar {
  z-index: 3;
  position: fixed;
}
.botbar.oh,
.topbar.oh {
  z-index: 4;
}
.sidebar-content {
  height: 100%;
  overflow-y: auto;
  position: relative;
  margin: 0;
}
.sidebar-thumb {
  position: relative;
  margin: 0;
  /* background-image:url('images/gripper.png'); */
}
.template {
  display: none !important;
}
.uib-absolute {
  position: absolute !important;
}
.uib_row_1:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_1.cright > .col {
  padding-left: 20px;
}
.widget-container.content-area.vertical-col .widget.uib_w_3.d-margins div {
}
.widget-container.content-area.vertical-col .widget.uib_w_3.d-margins div {
}
.widget-container.content-area.vertical-col .widget.uib_w_3.d-margins div {
}
.widget-container.content-area.vertical-col .widget.uib_w_3.d-margins div {
}




@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all {
  .grid-pad {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media all and (min-width: 157px) {
  .row-height-1 > .col > .content-area {
    min-height: 284px;
  }
}
.uib_row_2:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_2.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-2 > .col > .content-area {
    min-height: 88px;
  }
}
.uib-button-bar .d-margins {
  margin: 0;
}
@media all {
  .default-button-bar-height {
    height: 200px;
  }
}
@media all {
  .default-graphic-button {
    border-radius: 5px;
    background-color: #ffffff;
  }
}
@media all {
  .hover-graphic-button:hover {
    border-radius: 5px;
    background-color: #c0c0c0;
  }
}
@media all {
  .active-graphic-button:active {
    border-radius: 5px;
    background-color: #000000;
  }
}
@media all {
  .default-graphic-text {
    font-size: 14px;
    color: #000000;
    text-align: center;
  }
}
@media all {
  .default-graphic-sizing {
    padding: 5px 5px 5px 5px;
  }
}
@media all {
  .d-margins {
    margin-bottom: 10px;
  }
  .wrapping-col > .d-margins {
    margin-left: 6px;
    margin-right: 6px;
  }
}
.left-receptacle {
  float: left;
}
.right-receptacle {
  float: right;
}
.uib_row_3 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all {
  .col-0 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-3 > .col > .content-area {
    min-height: 10px;
  }
}
@media all and (min-width: 157px) {
  .row-height-4 > .col > .content-area {
    min-height: 37px;
  }
}
.allow-badge > .badge.glyphicon {
  display: inline-block;
}
.button-icon-top {
  display: block;
  margin: auto;
}
.button-icon-bottom {
  display: block;
  margin: auto;
}
.button-icon-left {
  float: left;
}
.button-icon-right {
  float: right;
}
@media all and (min-width: 157px) {
  .row-height-5 > .col > .content-area {
    min-height: 44px;
  }
}
@media all and (min-width: 157px) {
  .row-height-6 > .col > .content-area {
    min-height: 41px;
  }
}
.list-group .d-margins {
  margin: 0;
}
@media all {
  .gauge {
    max-height: 200px;
  }
}
.uib_row_7:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_7.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-7 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 157px) {
  .row-height-8 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 157px) {
  .row-height-9 > .col > .content-area {
    min-height: 41px;
  }
}
.figure-align {
  display: table;
  margin: 0px auto;
}
.figure-align img {
  width: 100%;
}
.image-cell {
  display: table-cell;
  vertical-align: middle;
}
@media all {
  .scale-image img {
    width: 100%;
    height: 100%;
  }
}
@media all {
  
}
@media all {
  .Text p {
    font-size: 14px;
    text-align: center;
  }
}
@media all {
  .zeroMargin {
    margin-bottom: 0px;
  }
  .wrapping-col > .zeroMargin {
    margin-left: 6px;
    margin-right: 6px;
  }
}
.uib_row_10 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_15 {
    width: 50%;
  }
  .urow.cright > .uib_col_15 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_15 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_11 {
    width: 50%;
  }
  .urow:not(.cright) > .uib_col_11 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_11 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-10 > .col > .content-area {
    min-height: 538px;
  }
}
@media all and (min-width: 157px) {
  .row-height-11 > .col > .content-area {
    min-height: 44px;
  }
}
@media all and (min-width: 157px) {
  .row-height-12 > .col > .content-area {
    min-height: 44px;
  }
}
@media all and (min-width: 157px) {
  .row-height-13 > .col > .content-area {
    min-height: 44px;
  }
}
.uib_row_14 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_17 {
    width: 50%;
  }
  .urow.cright > .uib_col_17 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_17 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_15 {
    width: 50%;
  }
  .urow:not(.cright) > .uib_col_15 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_15 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-14 > .col > .content-area {
    min-height: 413px;
  }
}
@media all and (min-width: 157px) {
  .row-height-15 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 157px) {
  .row-height-16 > .col > .content-area {
    min-height: 100px;
  }
}
@media all {
  
}
@media all and (min-width: 157px) {
  .row-height-17 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_18:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_18.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-18 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 157px) {
  .row-height-19 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 157px) {
  .row-height-20 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_21 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_31 {
    width: 25%;
  }
  .urow.cright > .uib_col_31 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_31 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_30 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_30 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_30 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-21 > .col > .content-area {
    min-height: 38px;
  }
}
.uib_row_22 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_33 {
    width: 25%;
  }
  .urow.cright > .uib_col_33 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_33 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_32 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_32 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_32 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-22 > .col > .content-area {
    min-height: 36px;
  }
}
.uib_row_23 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_35 {
    width: 25%;
  }
  .urow.cright > .uib_col_35 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_35 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_34 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_34 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_34 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-23 > .col > .content-area {
    min-height: 35px;
  }
}
@media all {
  .spacing {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.uib_row_24 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_37 {
    width: 25%;
  }
  .urow.cright > .uib_col_37 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_37 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_36 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_36 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_36 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-24 > .col > .content-area {
    min-height: 44px;
  }
}
.uib_row_25 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_39 {
    width: 25%;
  }
  .urow.cright > .uib_col_39 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_39 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_38 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_38 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_38 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-25 > .col > .content-area {
    min-height: 49px;
  }
}
.uib_row_26 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_41 {
    width: 25%;
  }
  .urow.cright > .uib_col_41 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_41 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_40 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_40 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_40 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-26 > .col > .content-area {
    min-height: 44px;
  }
}
.uib_row_27 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_43 {
    width: 25%;
  }
  .urow.cright > .uib_col_43 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_43 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_42 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_42 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_42 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-27 > .col > .content-area {
    min-height: 47px;
  }
}
.uib_row_28 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_45 {
    width: 25%;
  }
  .urow.cright > .uib_col_45 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_45 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_44 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_44 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_44 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-28 > .col > .content-area {
    min-height: 44px;
  }
}
.uib_row_29 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_49 {
    width: 25%;
  }
  .urow.cright > .uib_col_49 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_49 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_46 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_46 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_46 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-29 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_30:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_30.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-30 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_31:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_31.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-31 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_32 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_53 {
    width: 25%;
  }
  .urow.cright > .uib_col_53 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_53 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_50 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_50 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_50 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-32 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_33:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_33.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-33 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_34:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_34.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-34 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_35 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_57 {
    width: 25%;
  }
  .urow.cright > .uib_col_57 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_57 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_54 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_54 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_54 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-35 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_36:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_36.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-36 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_37:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_37.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-37 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_38 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_61 {
    width: 25%;
  }
  .urow.cright > .uib_col_61 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_61 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_58 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_58 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_58 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-38 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_39:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_39.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-39 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_40:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_40.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-40 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_41 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_65 {
    width: 25%;
  }
  .urow.cright > .uib_col_65 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_65 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_62 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_62 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_62 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-41 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_42:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_42.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-42 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_43:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_43.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-43 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_44 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_69 {
    width: 25%;
  }
  .urow.cright > .uib_col_69 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_69 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_66 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_66 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_66 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-44 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_45:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_45.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-45 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_46:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_46.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-46 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_47 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_73 {
    width: 25%;
  }
  .urow.cright > .uib_col_73 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_73 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_70 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_70 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_70 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-47 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_48:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_48.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-48 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_49:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_49.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-49 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_50:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_50.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-50 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_51 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_78 {
    width: 25%;
  }
  .urow.cright > .uib_col_78 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_78 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_75 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_75 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_75 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-51 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_52:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_52.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-52 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_53:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_53.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-53 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 157px) {
  .row-height-54 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 157px) {
  .row-height-55 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_56:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_56.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-56 > .col > .content-area {
    min-height: 44px;
  }
}
@media all and (min-width: 157px) {
  .row-height-57 > .col > .content-area {
    min-height: 44px;
  }
}
.uib_row_58 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_91 {
    width: 25%;
  }
  .urow.cright > .uib_col_91 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_91 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_84 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_84 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_84 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-58 > .col > .content-area {
    min-height: 44px;
  }
}
@media all and (min-width: 157px) {
  .row-height-59 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_60 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_90 {
    width: 25%;
  }
  .urow.cright > .uib_col_90 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_90 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_87 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_87 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_87 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-60 > .col > .content-area {
    min-height: 44px;
  }
}
.uib_row_61:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_61.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-61 > .col > .content-area {
    min-height: 443px;
  }
}
.uib_row_62:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_62.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-62 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 157px) {
  .row-height-63 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_64 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 157px) {
  .uib_col_95 {
    width: 25%;
  }
  .urow.cright > .uib_col_95 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_95 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_94 {
    width: 75%;
  }
  .urow:not(.cright) > .uib_col_94 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_94 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 157px) {
  .col-0_3-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_9-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 157px) {
  .row-height-64 > .col > .content-area {
    min-height: 44px;
  }
}
.uib_row_4:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_4.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all {
  .bar-bg {
    background-color: #016de4;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
@media all {
  .thumb-bg > .sidebar-thumb {
    background-image: url('../sidebar/css/images/gripper.png');
  }
  .thumb-bg > .sidebar-thumb:hover,
  .thumb-bg > .sidebar-thumb:active {
    background-color: #eeeeee;
  }
}
@media all {
  .bar-gutter .sidebar-content > .grid-pad {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.uib_row_5:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_5.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
.uib_row_6:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_6.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
.uib_row_8:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_8.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
.uib_row_9:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_9.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
.uib_row_11:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_11.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
.uib_row_12:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_12.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
.uib_row_13:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_13.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
.uib-bs-flex:not(.btn-group-vertical) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.uib-bs-flex:not(.btn-group-vertical) > .widget {
  -webkit-flex: 1 auto;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  flex: 1 auto;
}
.btn-group .d-margins {
  margin: 0;
}
.uib-header-fixed {
  position: fixed !important;
  top: 0;
}
.uib-footer-fixed {
  position: fixed !important;
  bottom: 0;
}
.uib-header,
.uib-footer {
  width: 100%;
  min-height: 48px;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  -webkit-box-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.uib-header .d-margins,
.uib-footer .d-margins {
  margin: 0;
}
.uib-header > .horiz-area,
.uib-footer > .horiz-area {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  pointer-events: none;
  z-index: 1;
  display: -webkit-box;
  -webkit-box-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.uib-header > .horiz-area > *,
.uib-footer > .horiz-area > * {
  pointer-events: auto;
  height: 100%;
}
.uib-header > .horiz-area.right,
.uib-footer > .horiz-area.right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-pack: end;
}
.uib-header > h2,
.uib-footer > h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  font-family: sans-serif;
  color: #DDD;
  position: absolute;
  left: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 50%;
  margin-top: -0.5em;
  text-align: center;
}
.uib-header > .single-centered,
.uib-footer > .single-centered {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.uib-header > .single-centered > *,
.uib-footer > .single-centered > * {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media all {
  .header-bg {
    background-color: #606060;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
@media all {
  .footer-bg {
    background-color: #606060;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
.uib_row_17:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_17.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
.uib_row_15 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all {
  .col-1 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.uib-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.uib-grid > .uib-grid-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.uib-grid > .uib-grid-row > .uib-grid-cell {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}
.uib-grid > .uib-grid-row > .uib-grid-cell > * {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  margin: 0 !important;
  height: auto !important;
}
.uib-grid > .uib-grid-row > .uib-grid-cell > .button,
.uib-grid > .uib-grid-row > .uib-grid-cell > [data-role="button"] {
  padding: 0 !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -o-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.uib-grid > .uib-grid-row > .uib-grid-cell > .table-thing {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}
.uib-grid > .uib-grid-row > .uib-grid-cell > .table-thing > label.narrow-control {
  display: none;
}
.uib-grid > .uib-grid-row > .uib-grid-cell > .table-thing > label.narrow-control + .wide-control {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  height: auto !important;
}
.uib-grid > .uib-grid-row:first-child > .uib-grid-cell > *,
.uib-grid > .uib-grid-row:first-child > .uib-grid-cell .wide-control {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.uib-grid > .uib-grid-row:first-child > .uib-grid-cell:not(:first-child) > *,
.uib-grid > .uib-grid-row:first-child > .uib-grid-cell:not(:first-child) .wide-control {
  border-top-left-radius: 0 !important;
}
.uib-grid > .uib-grid-row:first-child > .uib-grid-cell:not(:last-child) > *,
.uib-grid > .uib-grid-row:first-child > .uib-grid-cell:not(:last-child) .wide-control {
  border-top-right-radius: 0 !important;
}
.uib-grid > .uib-grid-row:not(:first-child):not(:last-child) > .uib-grid-cell > *,
.uib-grid > .uib-grid-row:not(:first-child):not(:last-child) > .uib-grid-cell .wide-control {
  border-radius: 0 !important;
}
.uib-grid > .uib-grid-row:last-child > .uib-grid-cell > *,
.uib-grid > .uib-grid-row:last-child > .uib-grid-cell .wide-control {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.uib-grid > .uib-grid-row:last-child > .uib-grid-cell:not(:first-child) > *,
.uib-grid > .uib-grid-row:last-child > .uib-grid-cell:not(:first-child) .wide-control {
  border-bottom-left-radius: 0 !important;
}
.uib-grid > .uib-grid-row:last-child > .uib-grid-cell:not(:last-child) > *,
.uib-grid > .uib-grid-row:last-child > .uib-grid-cell:not(:last-child) .wide-control {
  border-bottom-right-radius: 0 !important;
}
@media all {
  .grid-text,
  .grid-text * {
    font-size: 4vmax !important;
  }
  .grid-text,
  .grid-text * {
    font-size: 4vmax !important;
  }
}
@media all {
  .grid-height {
    height: 50vh;
  }
}
@media all {
  .SideBarStyle {
    background-color: #016de4;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
@media all {
  .Size {
    height: 40px;
  }
}
.Custom {
  margin-top: 50px;
  height: 80%;
}
@media all {
  .ShadowSideBar {
    box-shadow: 1px 10px 1px #000000;
  }
}
.uib_row_16 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all {
  .col-0 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all {
  .InfoHeaderText p {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
  }
h3 {
	color: #F9F9F9;
}

}
.uib_row_19:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_19.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
.uib_row_20:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_20.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
.InfoText {
  text-align: center;
}
.overflowScroll {
  overflow-y: scroll;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
