@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,400italic,700italic";
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.12.0 - 2015-05-28T07:44:11.364Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}


/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/Shared/Content/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/Shared/Content/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/Shared/Content/select2.png') no-repeat 100% -22px;
    background: url('/Shared/Content/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/Shared/Content/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/Shared/Content/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/Shared/Content/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('/Shared/Content/select2-spinner.gif') no-repeat 100%;
    background: url('/Shared/Content/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/Shared/Content/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/Shared/Content/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/Shared/Content/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/Shared/Content/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/Shared/Content/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/Shared/Content/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('/Shared/Content/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/Shared/fonts/glyphicons-halflings-regular.eot);src:url(/Shared/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/Shared/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/Shared/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/Shared/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/Shared/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.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}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{-webkit-box-shadow:none;box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
/*# sourceMappingURL=bootstrap-theme.min.css.map */

/* Include this file in your html if you are using the CSP mode. */

.ng-animate.item:not(.left):not(.right) {
  -webkit-transition: 0s ease-in-out left;
  transition: 0s ease-in-out left
}
.uib-datepicker .uib-title {
  width: 100%;
}

.uib-day button, .uib-month button, .uib-year button {
  min-width: 100%;
}

.uib-left, .uib-right {
  width: 100%
}

.uib-position-measure {
  display: block !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.uib-position-scrollbar-measure {
  position: absolute !important;
  top: -9999px !important;
  width: 50px !important;
  height: 50px !important;
  overflow: scroll !important;
}

.uib-position-body-scrollbar-measure {
  overflow: scroll !important;
}
.uib-datepicker-popup.dropdown-menu {
  display: block;
  float: none;
  margin: 0;
}

.uib-button-bar {
  padding: 10px 9px 2px;
}

[uib-tooltip-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-popover-popup].popover.top-left > .arrow,
[uib-popover-popup].popover.top-right > .arrow,
[uib-popover-popup].popover.bottom-left > .arrow,
[uib-popover-popup].popover.bottom-right > .arrow,
[uib-popover-popup].popover.left-top > .arrow,
[uib-popover-popup].popover.left-bottom > .arrow,
[uib-popover-popup].popover.right-top > .arrow,
[uib-popover-popup].popover.right-bottom > .arrow,
[uib-popover-html-popup].popover.top-left > .arrow,
[uib-popover-html-popup].popover.top-right > .arrow,
[uib-popover-html-popup].popover.bottom-left > .arrow,
[uib-popover-html-popup].popover.bottom-right > .arrow,
[uib-popover-html-popup].popover.left-top > .arrow,
[uib-popover-html-popup].popover.left-bottom > .arrow,
[uib-popover-html-popup].popover.right-top > .arrow,
[uib-popover-html-popup].popover.right-bottom > .arrow,
[uib-popover-template-popup].popover.top-left > .arrow,
[uib-popover-template-popup].popover.top-right > .arrow,
[uib-popover-template-popup].popover.bottom-left > .arrow,
[uib-popover-template-popup].popover.bottom-right > .arrow,
[uib-popover-template-popup].popover.left-top > .arrow,
[uib-popover-template-popup].popover.left-bottom > .arrow,
[uib-popover-template-popup].popover.right-top > .arrow,
[uib-popover-template-popup].popover.right-bottom > .arrow {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}

[uib-popover-popup].popover,
[uib-popover-html-popup].popover,
[uib-popover-template-popup].popover {
  display: block !important;
}

.uib-time input {
  width: 50px;
}

[uib-typeahead-popup].dropdown-menu {
  display: block;
}

/*@import "functions/assign-inputs";
@import "functions/contains";
@import "functions/contains-falsy";
@import "functions/is-length";
@import "functions/is-light";
@import "functions/is-number";
@import "functions/is-size";
@import "functions/px-to-em";
@import "functions/px-to-rem";
@import "functions/shade";
@import "functions/strip-units";
@import "functions/tint";
@import "functions/transition-property-name";
@import "functions/unpack";
@import "functions/modular-scale";*/
/*@import "helpers/convert-units";
@import "helpers/directional-values";
@import "helpers/font-source-declaration";
@import "helpers/gradient-positions-parser";
@import "helpers/linear-angle-parser";
@import "helpers/linear-gradient-parser";
@import "helpers/linear-positions-parser";
@import "helpers/linear-side-corner-parser";
@import "helpers/radial-arg-parser";
@import "helpers/radial-positions-parser";
@import "helpers/radial-gradient-parser";
@import "helpers/render-gradients";
@import "helpers/shape-size-stripper";
@import "helpers/str-to-num";*/
/*@import "css3/animation";
@import "css3/appearance";
@import "css3/backface-visibility";
@import "css3/background";
@import "css3/background-image";
@import "css3/border-image";
@import "css3/calc";
@import "css3/columns";
@import "css3/filter";
@import "css3/flex-box";
@import "css3/font-face";
@import "css3/font-feature-settings";
@import "css3/hidpi-media-query";
@import "css3/hyphens";
@import "css3/image-rendering";
@import "css3/keyframes";
@import "css3/linear-gradient";
@import "css3/perspective";
@import "css3/placeholder";
@import "css3/radial-gradient";
@import "css3/selection";
@import "css3/text-decoration";
@import "css3/transform";*/
/*@import "css3/user-select";*/
/*@import "addons/border-color";
@import "addons/border-radius";
@import "addons/border-style";
@import "addons/border-width";
@import "addons/buttons";
@import "addons/clearfix";
@import "addons/ellipsis";
@import "addons/font-stacks";
@import "addons/hide-text";
@import "addons/margin";
@import "addons/padding";
@import "addons/position";*/
/*@import "addons/retina-image";
@import "addons/size";
@import "addons/text-inputs";
@import "addons/timing-functions";
@import "addons/triangle";
@import "addons/word-wrap";*/
/*@import "bourbon-deprecated-upcoming";*/

html, body {
  font-family: 'Roboto', Arial, sans-serif;
}

/* Desktops and laptops ----------- */
/* Medium Screens ----------- */
/* Smaller Screens ----------- */
/* Smartphones (portrait and landscape) ----------- */
/* Smartphones (small) ----------- */
/*@import "scss/functions/functions";*/
/* CSS Document */
/*------------------------------*/
/*  GENERAL RESET              */
/*----------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: none;
  line-height: 100%;
}

a {
  color: inherit;
  display: block;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, li {
  line-height: 100%;
  font-weight: 400;
}

blockquote, q {
  quotes: none;
}

q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea, select {
  font: 11px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

input:focus, textarea:focus {
  outline: none;
}

form, fieldset {
  border-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #606060;
}

.white {
  color: #fff;
}

.white .fill-color {
  fill: #fff;
}

.white .stroke-color {
  stroke: #fff;
}

.background-white,
div[attr-color="white"] {
  background-color: #fff;
  border-color: #fff;
}

.white-medium {
  color: #efefef;
}

.white-medium .fill-color {
  fill: #efefef;
}

.white-medium .stroke-color {
  stroke: #efefef;
}

.background-white-medium,
div[attr-color="white-medium"] {
  background-color: #efefef;
  border-color: #efefef;
}

.grey {
  color: #8d8989;
}

.grey .fill-color {
  fill: #8d8989;
}

.grey .stroke-color {
  stroke: #8d8989;
}

.background-grey,
div[attr-color="grey"] {
  background-color: #8d8989;
  border-color: #8d8989;
}

.grey-light {
  color: #aaa;
}

.grey-light .fill-color {
  fill: #aaa;
}

.grey-light .stroke-color {
  stroke: #aaa;
}

.background-grey-light,
div[attr-color="grey-light"] {
  background-color: #aaa;
  border-color: #aaa;
}

.black {
  color: #08090a;
}

.black .fill-color {
  fill: #08090a;
}

.black .stroke-color {
  stroke: #08090a;
}

.background-black,
div[attr-color="black"] {
  background-color: #08090a;
  border-color: #08090a;
}

.black-medium {
  color: #333;
}

.black-medium .fill-color {
  fill: #333;
}

.black-medium .stroke-color {
  stroke: #333;
}

.background-black-medium,
div[attr-color="black-medium"] {
  background-color: #333;
  border-color: #333;
}

.red {
  color: #e74c3c;
}

.red .fill-color {
  fill: #e74c3c;
}

.red .stroke-color {
  stroke: #e74c3c;
}

.background-red,
div[attr-color="red"] {
  background-color: #e74c3c;
  border-color: #e74c3c;
}

.red-medium {
  color: #a42b1f;
}

.red-medium .fill-color {
  fill: #a42b1f;
}

.red-medium .stroke-color {
  stroke: #a42b1f;
}

.background-red-medium,
div[attr-color="red-medium"] {
  background-color: #a42b1f;
  border-color: #a42b1f;
}

.red-dark {
  color: #32100c;
}

.red-dark .fill-color {
  fill: #32100c;
}

.red-dark .stroke-color {
  stroke: #32100c;
}

.background-red-dark,
div[attr-color="red-dark"] {
  background-color: #32100c;
  border-color: #32100c;
}

.red-pink {
  color: #ffe3e2;
}

.red-pink .fill-color {
  fill: #ffe3e2;
}

.red-pink .stroke-color {
  stroke: #ffe3e2;
}

.background-red-pink,
div[attr-color="red-pink"] {
  background-color: #ffe3e2;
  border-color: #ffe3e2;
}

.red-strong {
  color: #ec0100;
}

.red-strong .fill-color {
  fill: #ec0100;
}

.red-strong .stroke-color {
  stroke: #ec0100;
}

.background-red-strong,
div[attr-color="red-strong"] {
  background-color: #ec0100;
  border-color: #ec0100;
}

.blue {
  color: #008fcf;
}

.blue .fill-color {
  fill: #008fcf;
}

.blue .stroke-color {
  stroke: #008fcf;
}

.background-blue,
div[attr-color="blue"] {
  background-color: #008fcf;
  border-color: #008fcf;
}

.blue-medium {
  color: #224964;
}

.blue-medium .fill-color {
  fill: #224964;
}

.blue-medium .stroke-color {
  stroke: #224964;
}

.background-blue-medium,
div[attr-color="blue-medium"] {
  background-color: #224964;
  border-color: #224964;
}

.blue-dark {
  color: #0e202c;
}

.blue-dark .fill-color {
  fill: #0e202c;
}

.blue-dark .stroke-color {
  stroke: #0e202c;
}

.background-blue-dark,
div[attr-color="blue-dark"] {
  background-color: #0e202c;
  border-color: #0e202c;
}

.green {
  color: #2ECC71;
}

.green .fill-color {
  fill: #2ECC71;
}

.green .stroke-color {
  stroke: #2ECC71;
}

.background-green,
div[attr-color="green"] {
  background-color: #2ECC71;
  border-color: #2ECC71;
}

.green-medium {
  color: #1f503d;
}

.green-medium .fill-color {
  fill: #1f503d;
}

.green-medium .stroke-color {
  stroke: #1f503d;
}

.background-green-medium,
div[attr-color="green-medium"] {
  background-color: #1f503d;
  border-color: #1f503d;
}

.green-dark {
  color: #121916;
}

.green-dark .fill-color {
  fill: #121916;
}

.green-dark .stroke-color {
  stroke: #121916;
}

.background-green-dark,
div[attr-color="green-dark"] {
  background-color: #121916;
  border-color: #121916;
}

.yellow-light {
  color: #ffeb3b;
}

.yellow-light .fill-color {
  fill: #ffeb3b;
}

.yellow-light .stroke-color {
  stroke: #ffeb3b;
}

.background-yellow-light,
div[attr-color="yellow-light"] {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}

.yellow {
  color: #f39c12;
}

.yellow .fill-color {
  fill: #f39c12;
}

.yellow .stroke-color {
  stroke: #f39c12;
}

.background-yellow,
div[attr-color="yellow"] {
  background-color: #f39c12;
  border-color: #f39c12;
}

.yellow-medium {
  color: #ea8a0d;
}

.yellow-medium .fill-color {
  fill: #ea8a0d;
}

.yellow-medium .stroke-color {
  stroke: #ea8a0d;
}

.background-yellow-medium,
div[attr-color="yellow-medium"] {
  background-color: #ea8a0d;
  border-color: #ea8a0d;
}

.yellow-dark {
  color: #ca3400;
}

.yellow-dark .fill-color {
  fill: #ca3400;
}

.yellow-dark .stroke-color {
  stroke: #ca3400;
}

.background-yellow-dark,
div[attr-color="yellow-dark"] {
  background-color: #ca3400;
  border-color: #ca3400;
}

.fill-color {
  transition: fill 0.5s cubic-bezier(0.2, 0, 0.03, 1);
}

.stroke-color {
  transition: fill 0.5s cubic-bezier(0.2, 0, 0.03, 1);
}

h1,
.h1 {
  font-size: 38px;
  letter-spacing: 0.5px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 400;
}

.semibold {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.textRight {
  text-align: right;
}

.outlineBottomGrey {
  border-bottom: 1px solid #aaa;
}

.icon.white .strokeColor {
  stroke: #fff !important;
  fill: transparent;
}

.icon.white .fillColor {
  fill: #fff !important;
  stroke: transparent;
}

a:hover .icon.white .strokeColor {
  stroke: #f2f2f2 !important;
}

a:hover .icon.white .fillColor {
  fill: #f2f2f2 !important;
}

.icon.white-medium .strokeColor {
  stroke: #efefef !important;
  fill: transparent;
}

.icon.white-medium .fillColor {
  fill: #efefef !important;
  stroke: transparent;
}

a:hover .icon.white-medium .strokeColor {
  stroke: #e2e2e2 !important;
}

a:hover .icon.white-medium .fillColor {
  fill: #e2e2e2 !important;
}

.icon.grey .strokeColor {
  stroke: #8d8989 !important;
  fill: transparent;
}

.icon.grey .fillColor {
  fill: #8d8989 !important;
  stroke: transparent;
}

a:hover .icon.grey .strokeColor {
  stroke: #807c7c !important;
}

a:hover .icon.grey .fillColor {
  fill: #807c7c !important;
}

.icon.grey-light .strokeColor {
  stroke: #aaa !important;
  fill: transparent;
}

.icon.grey-light .fillColor {
  fill: #aaa !important;
  stroke: transparent;
}

a:hover .icon.grey-light .strokeColor {
  stroke: #9d9d9d !important;
}

a:hover .icon.grey-light .fillColor {
  fill: #9d9d9d !important;
}

.icon.black .strokeColor {
  stroke: #08090a !important;
  fill: transparent;
}

.icon.black .fillColor {
  fill: #08090a !important;
  stroke: transparent;
}

a:hover .icon.black .strokeColor {
  stroke: black !important;
}

a:hover .icon.black .fillColor {
  fill: black !important;
}

.icon.black-medium .strokeColor {
  stroke: #333 !important;
  fill: transparent;
}

.icon.black-medium .fillColor {
  fill: #333 !important;
  stroke: transparent;
}

a:hover .icon.black-medium .strokeColor {
  stroke: #262626 !important;
}

a:hover .icon.black-medium .fillColor {
  fill: #262626 !important;
}

.icon.red .strokeColor {
  stroke: #e74c3c !important;
  fill: transparent;
}

.icon.red .fillColor {
  fill: #e74c3c !important;
  stroke: transparent;
}

a:hover .icon.red .strokeColor {
  stroke: #e43725 !important;
}

a:hover .icon.red .fillColor {
  fill: #e43725 !important;
}

.icon.red-medium .strokeColor {
  stroke: #a42b1f !important;
  fill: transparent;
}

.icon.red-medium .fillColor {
  fill: #a42b1f !important;
  stroke: transparent;
}

a:hover .icon.red-medium .strokeColor {
  stroke: #8f251b !important;
}

a:hover .icon.red-medium .fillColor {
  fill: #8f251b !important;
}

.icon.red-dark .strokeColor {
  stroke: #32100c !important;
  fill: transparent;
}

.icon.red-dark .fillColor {
  fill: #32100c !important;
  stroke: transparent;
}

a:hover .icon.red-dark .strokeColor {
  stroke: #1d0907 !important;
}

a:hover .icon.red-dark .fillColor {
  fill: #1d0907 !important;
}

.icon.red-pink .strokeColor {
  stroke: #ffe3e2 !important;
  fill: transparent;
}

.icon.red-pink .fillColor {
  fill: #ffe3e2 !important;
  stroke: transparent;
}

a:hover .icon.red-pink .strokeColor {
  stroke: #ffcac9 !important;
}

a:hover .icon.red-pink .fillColor {
  fill: #ffcac9 !important;
}

.icon.red-strong .strokeColor {
  stroke: #ec0100 !important;
  fill: transparent;
}

.icon.red-strong .fillColor {
  fill: #ec0100 !important;
  stroke: transparent;
}

a:hover .icon.red-strong .strokeColor {
  stroke: #d30100 !important;
}

a:hover .icon.red-strong .fillColor {
  fill: #d30100 !important;
}

.icon.blue .strokeColor {
  stroke: #008fcf !important;
  fill: transparent;
}

.icon.blue .fillColor {
  fill: #008fcf !important;
  stroke: transparent;
}

a:hover .icon.blue .strokeColor {
  stroke: #007db6 !important;
}

a:hover .icon.blue .fillColor {
  fill: #007db6 !important;
}

.icon.blue-medium .strokeColor {
  stroke: #224964 !important;
  fill: transparent;
}

.icon.blue-medium .fillColor {
  fill: #224964 !important;
  stroke: transparent;
}

a:hover .icon.blue-medium .strokeColor {
  stroke: #1c3b51 !important;
}

a:hover .icon.blue-medium .fillColor {
  fill: #1c3b51 !important;
}

.icon.blue-dark .strokeColor {
  stroke: #0e202c !important;
  fill: transparent;
}

.icon.blue-dark .fillColor {
  fill: #0e202c !important;
  stroke: transparent;
}

a:hover .icon.blue-dark .strokeColor {
  stroke: #081219 !important;
}

a:hover .icon.blue-dark .fillColor {
  fill: #081219 !important;
}

.icon.green .strokeColor {
  stroke: #2ECC71 !important;
  fill: transparent;
}

.icon.green .fillColor {
  fill: #2ECC71 !important;
  stroke: transparent;
}

a:hover .icon.green .strokeColor {
  stroke: #29b765 !important;
}

a:hover .icon.green .fillColor {
  fill: #29b765 !important;
}

.icon.green-medium .strokeColor {
  stroke: #1f503d !important;
  fill: transparent;
}

.icon.green-medium .fillColor {
  fill: #1f503d !important;
  stroke: transparent;
}

a:hover .icon.green-medium .strokeColor {
  stroke: #183e2f !important;
}

a:hover .icon.green-medium .fillColor {
  fill: #183e2f !important;
}

.icon.green-dark .strokeColor {
  stroke: #121916 !important;
  fill: transparent;
}

.icon.green-dark .fillColor {
  fill: #121916 !important;
  stroke: transparent;
}

a:hover .icon.green-dark .strokeColor {
  stroke: #070a09 !important;
}

a:hover .icon.green-dark .fillColor {
  fill: #070a09 !important;
}

.icon.yellow-light .strokeColor {
  stroke: #ffeb3b !important;
  fill: transparent;
}

.icon.yellow-light .fillColor {
  fill: #ffeb3b !important;
  stroke: transparent;
}

a:hover .icon.yellow-light .strokeColor {
  stroke: #ffe822 !important;
}

a:hover .icon.yellow-light .fillColor {
  fill: #ffe822 !important;
}

.icon.yellow .strokeColor {
  stroke: #f39c12 !important;
  fill: transparent;
}

.icon.yellow .fillColor {
  fill: #f39c12 !important;
  stroke: transparent;
}

a:hover .icon.yellow .strokeColor {
  stroke: #e08e0b !important;
}

a:hover .icon.yellow .fillColor {
  fill: #e08e0b !important;
}

.icon.yellow-medium .strokeColor {
  stroke: #ea8a0d !important;
  fill: transparent;
}

.icon.yellow-medium .fillColor {
  fill: #ea8a0d !important;
  stroke: transparent;
}

a:hover .icon.yellow-medium .strokeColor {
  stroke: #d27c0c !important;
}

a:hover .icon.yellow-medium .fillColor {
  fill: #d27c0c !important;
}

.icon.yellow-dark .strokeColor {
  stroke: #ca3400 !important;
  fill: transparent;
}

.icon.yellow-dark .fillColor {
  fill: #ca3400 !important;
  stroke: transparent;
}

a:hover .icon.yellow-dark .strokeColor {
  stroke: #b12d00 !important;
}

a:hover .icon.yellow-dark .fillColor {
  fill: #b12d00 !important;
}

.icon {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}

.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.icon .strokeColor {
  stroke: #222 !important;
  fill: transparent;
}

.icon .fillColor {
  fill: #222 !important;
  stroke: transparent;
}

svg {
  width: 100%;
  height: 100%;
}

/*@include theme-builder("midnightWithImages",
                       $midnight, darken($midnight, 14%), darken($midnight, 7%), $whiteMedium, $white, // primary
                       lighten($midnight, 14%), $yellowLight, // selected
                       $yellowLight, $black, // highlight
                       lighten($midnight, 14%), $white, // hero
                       $blackMedium, lighten($blackMedium, 10%), $grey, $whiteMedium, // nav menu
                       $blue, $white);    // nav menu selected*/
.base .background-primary, .base .nav, .base .table-bordered thead > tr, .table-bordered .base thead > tr {
  background-color: #0086cb;
}

.base .table-bordered thead > tr > td, .table-bordered .base thead > tr > td, .base
.table-bordered tbody > tr > td,
.table-bordered .base tbody > tr > td {
  border-color: #0086cb;
}

.base .nav-tabs li a, .nav-tabs li .base a, .base .table-bordered thead > tr > th, .table-bordered .base thead > tr > th, .base
.table-bordered tbody > tr > th,
.table-bordered .base tbody > tr > th {
  color: #fff;
}

.base .table-bordered thead > tr > th, .table-bordered .base thead > tr > th, .base
.table-bordered tbody > tr > th,
.table-bordered .base tbody > tr > th {
  border-color: #fff;
}

.base .material-element.select:hover .btn .label, .base .material-element.select:hover .btn .filter-option, .base .material-element.select:hover .btn .caret, .midnight .material-element.select:hover .btn .base .label,
.midnight .material-element.select:hover .btn .base .filter-option,
.midnight .material-element.select:hover .btn .base .caret, .ghost .material-element.select:hover .btn .base .label,
.ghost .material-element.select:hover .btn .base .filter-option,
.ghost .material-element.select:hover .btn .base .caret, .sunrise .material-element.select:hover .btn .base .label,
.sunrise .material-element.select:hover .btn .base .filter-option,
.sunrise .material-element.select:hover .btn .base .caret {
  color: #0086cb;
}

.base .nav-tabs li.active a, .nav-tabs li.active .base a {
  background-color: #13afff;
}

.base .nav-tabs li.active a, .nav-tabs li.active .base a {
  color: #ffeb3b;
}

.base .primary {
  color: #0086cb;
}

.base .primary .fill-color {
  fill: #0086cb;
}

.base .primary .stroke-color {
  stroke: #0086cb;
}

.base .primary-forground {
  color: #fff;
}

.base .primary-forground .fill-color {
  fill: #fff;
}

.base .primary-forground .stroke-color {
  stroke: #fff;
}

.base .primary-dark {
  color: black;
}

.base .primary-dark .fill-color {
  fill: black;
}

.base .primary-dark .stroke-color {
  stroke: black;
}

.base .background-primary-dark {
  background-color: black;
  border-color: black;
}

.base .material-element.select:hover .btn .filter-option {
  border-bottom: 1px solid #0086cb;
}

.base .material-element.select .underline-highlight {
  background-color: #0086cb;
}

.base .material-element.select .material-select-menu .inner li a {
  border-left-color: #0086cb;
}

.base .material-element.select .material-select-menu .inner li:hover a {
  color: #0086cb;
}

.base .material-element.select .material-select-menu .inner li.selected a {
  background-color: #98dcff;
}

.base .material-element.select .material-select-menu .inner li.selected a span {
  color: #006498;
}

.base .background-primary {
  border-color: #0086cb;
  -webkit-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), border 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  -moz-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), border 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), border 0.5s cubic-bezier(0.2, 0, 0.03, 1);
}

.base .background-primary .material-element.input input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: #fff;
  color: #fff;
}

.base .background-primary .material-element.select .material-select .btn .filter-option {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: #fff;
}

.base .background-primary .material-element.select .material-select .btn:not(.disabled):hover .filter-option {
  border-bottom: 1px solid #ffeb3b;
}

.base .background-primary .material-element.input.error input,
.base .background-primary .material-element.input.error .label,
.base .background-primary .material-element.input.error .units {
  color: #FFA620 !important;
}

.base .background-primary .material-element.input.error:hover input,
.base .background-primary .material-element.input.error:hover .label,
.base .background-primary .material-element.input.error:hover .units {
  color: #FFA620 !important;
}

.base .background-primary .material-element.input.error input {
  border: 1px solid rgba(255, 166, 32, 0.4) !important;
  background-color: rgba(255, 166, 32, 0.05) !important;
  border-bottom-color: #FFA620 !important;
}

.base .background-primary .material-element.input.error .underline-highlight {
  background-color: #FFA620 !important;
}

.base .background-primary .material-element.select.error .material-select .btn .label,
.base .background-primary .material-element.select.error .material-select .btn .filter-option,
.base .background-primary .material-element.select.error .material-select .btn .caret {
  color: #FFA620 !important;
}

.base .background-primary .material-element.select.error .material-select .btn .filter-option {
  border: 1px solid rgba(255, 166, 32, 0.4) !important;
  background-color: rgba(255, 166, 32, 0.05) !important;
  border-bottom-color: #FFA620 !important;
}

.base .background-selected {
  background: #13afff;
}

.base .background-highlight {
  background: #ffeb3b;
}

.base .background-hero {
  background: #13afff;
}

.base .background-navigation {
  background: #08090a;
}

.base .background-primary-foreground {
  background: #fff;
}

.base .background-selected-foreground {
  background: #ffeb3b;
}

.base .background-highlight-foreground {
  background: #08090a;
}

.base .background-hero-foreground {
  background: #fff;
}

.base .background-navigation-foreground {
  background: #8d8989;
}

@media screen and (max-width: 990px) {
  .base .design-menu-fixed-button {
    display: block;
  }
}

/*@include theme-builder("midnight",
                       $midnight, darken($midnight, 14%), darken($midnight, 7%), $whiteMedium, $white, // primary
                       lighten($midnight, 14%), $yellowLight, // selected
                       $yellowLight, $black, // highlight
                       darken($midnight, 7%), $white, // hero
                       $blackMedium, lighten($blackMedium, 10%), $grey, $whiteMedium, // nav menu
                       $blue, $white);    // nav menu selected*/
.midnight .background-primary, .midnight .nav, .midnight .table-bordered thead > tr, .table-bordered .midnight thead > tr {
  background-color: #0086cb;
}

.midnight .table-bordered thead > tr > td, .table-bordered .midnight thead > tr > td, .midnight
.table-bordered tbody > tr > td,
.table-bordered .midnight tbody > tr > td {
  border-color: #0086cb;
}

.midnight .nav-tabs li a, .nav-tabs li .midnight a, .midnight .table-bordered thead > tr > th, .table-bordered .midnight thead > tr > th, .midnight
.table-bordered tbody > tr > th,
.table-bordered .midnight tbody > tr > th {
  color: #fff;
}

.midnight .table-bordered thead > tr > th, .table-bordered .midnight thead > tr > th, .midnight
.table-bordered tbody > tr > th,
.table-bordered .midnight tbody > tr > th {
  border-color: #fff;
}

.base .material-element.select:hover .btn .midnight .label,
.base .material-element.select:hover .btn .midnight .filter-option,
.base .material-element.select:hover .btn .midnight .caret, .midnight .material-element.select:hover .btn .label, .midnight .material-element.select:hover .btn .filter-option, .midnight .material-element.select:hover .btn .caret, .ghost .material-element.select:hover .btn .midnight .label,
.ghost .material-element.select:hover .btn .midnight .filter-option,
.ghost .material-element.select:hover .btn .midnight .caret, .sunrise .material-element.select:hover .btn .midnight .label,
.sunrise .material-element.select:hover .btn .midnight .filter-option,
.sunrise .material-element.select:hover .btn .midnight .caret {
  color: #0086cb;
}

.midnight .nav-tabs li.active a, .nav-tabs li.active .midnight a {
  background-color: #13afff;
}

.midnight .nav-tabs li.active a, .nav-tabs li.active .midnight a {
  color: #ffeb3b;
}

.midnight .primary {
  color: #0086cb;
}

.midnight .primary .fill-color {
  fill: #0086cb;
}

.midnight .primary .stroke-color {
  stroke: #0086cb;
}

.midnight .primary-forground {
  color: #fff;
}

.midnight .primary-forground .fill-color {
  fill: #fff;
}

.midnight .primary-forground .stroke-color {
  stroke: #fff;
}

.midnight .primary-dark {
  color: black;
}

.midnight .primary-dark .fill-color {
  fill: black;
}

.midnight .primary-dark .stroke-color {
  stroke: black;
}

.midnight .background-primary-dark {
  background-color: black;
  border-color: black;
}

.midnight .material-element.select:hover .btn .filter-option {
  border-bottom: 1px solid #0086cb;
}

.midnight .material-element.select .underline-highlight {
  background-color: #0086cb;
}

.midnight .material-element.select .material-select-menu .inner li a {
  border-left-color: #0086cb;
}

.midnight .material-element.select .material-select-menu .inner li:hover a {
  color: #0086cb;
}

.midnight .material-element.select .material-select-menu .inner li.selected a {
  background-color: #98dcff;
}

.midnight .material-element.select .material-select-menu .inner li.selected a span {
  color: #006498;
}

.midnight .background-primary {
  border-color: #0086cb;
  -webkit-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), border 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  -moz-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), border 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), border 0.5s cubic-bezier(0.2, 0, 0.03, 1);
}

.midnight .background-primary .material-element.input input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: #fff;
  color: #fff;
}

.midnight .background-primary .material-element.select .material-select .btn .filter-option {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: #fff;
}

.midnight .background-primary .material-element.select .material-select .btn:not(.disabled):hover .filter-option {
  border-bottom: 1px solid #ffeb3b;
}

.midnight .background-primary .material-element.input.error input,
.midnight .background-primary .material-element.input.error .label,
.midnight .background-primary .material-element.input.error .units {
  color: #FFA620 !important;
}

.midnight .background-primary .material-element.input.error:hover input,
.midnight .background-primary .material-element.input.error:hover .label,
.midnight .background-primary .material-element.input.error:hover .units {
  color: #FFA620 !important;
}

.midnight .background-primary .material-element.input.error input {
  border: 1px solid rgba(255, 166, 32, 0.4) !important;
  background-color: rgba(255, 166, 32, 0.05) !important;
  border-bottom-color: #FFA620 !important;
}

.midnight .background-primary .material-element.input.error .underline-highlight {
  background-color: #FFA620 !important;
}

.midnight .background-primary .material-element.select.error .material-select .btn .label,
.midnight .background-primary .material-element.select.error .material-select .btn .filter-option,
.midnight .background-primary .material-element.select.error .material-select .btn .caret {
  color: #FFA620 !important;
}

.midnight .background-primary .material-element.select.error .material-select .btn .filter-option {
  border: 1px solid rgba(255, 166, 32, 0.4) !important;
  background-color: rgba(255, 166, 32, 0.05) !important;
  border-bottom-color: #FFA620 !important;
}

.midnight .background-selected {
  background: #13afff;
}

.midnight .background-highlight {
  background: #ffeb3b;
}

.midnight .background-hero {
  background: #006ea7;
}

.midnight .background-navigation {
  background: #08090a;
}

.midnight .background-primary-foreground {
  background: #fff;
}

.midnight .background-selected-foreground {
  background: #ffeb3b;
}

.midnight .background-highlight-foreground {
  background: #08090a;
}

.midnight .background-hero-foreground {
  background: #fff;
}

.midnight .background-navigation-foreground {
  background: #8d8989;
}

@media screen and (max-width: 990px) {
  .midnight .design-menu-fixed-button {
    display: block;
  }
}

/*
    midnight, dakren 14, dakren 7, whiteMedium, white       // primary
    lighten 14, yellowLight                                 // selected
    yellowLight, black                                      // highlight
    dakren 7, white                                         // hero
    offBlack, lighten 10, grey, greyWhite                   // nav menu
    blue, white                                             // nav menu selected
*/
/*@include theme-builder("ghost",
                       $ghost, lighten($ghost, 21%), lighten($ghost, 14%), $whiteMedium, $white, // primary
                       lighten($ghost, 14%), lighten($midnight, 7%), // selected
                       darken($midnight, 7%), $white, // highlight
                       lighten($ghost, 76%), lighten($ghost, 7%), // hero
                       $blackMedium, lighten($blackMedium, 10%), $grey, $whiteMedium, // nav menu
                       $yellowLight, $blackMedium);    // nav menu selected*/
.ghost .background-primary, .ghost .nav, .ghost .table-bordered thead > tr, .table-bordered .ghost thead > tr {
  background-color: #2b2e33;
}

.ghost .table-bordered thead > tr > td, .table-bordered .ghost thead > tr > td, .ghost
.table-bordered tbody > tr > td,
.table-bordered .ghost tbody > tr > td {
  border-color: #2b2e33;
}

.ghost .nav-tabs li a, .nav-tabs li .ghost a, .ghost .table-bordered thead > tr > th, .table-bordered .ghost thead > tr > th, .ghost
.table-bordered tbody > tr > th,
.table-bordered .ghost tbody > tr > th {
  color: #fff;
}

.ghost .table-bordered thead > tr > th, .table-bordered .ghost thead > tr > th, .ghost
.table-bordered tbody > tr > th,
.table-bordered .ghost tbody > tr > th {
  border-color: #fff;
}

.base .material-element.select:hover .btn .ghost .label,
.base .material-element.select:hover .btn .ghost .filter-option,
.base .material-element.select:hover .btn .ghost .caret, .midnight .material-element.select:hover .btn .ghost .label,
.midnight .material-element.select:hover .btn .ghost .filter-option,
.midnight .material-element.select:hover .btn .ghost .caret, .ghost .material-element.select:hover .btn .label, .ghost .material-element.select:hover .btn .filter-option, .ghost .material-element.select:hover .btn .caret, .sunrise .material-element.select:hover .btn .ghost .label,
.sunrise .material-element.select:hover .btn .ghost .filter-option,
.sunrise .material-element.select:hover .btn .ghost .caret {
  color: #2b2e33;
}

.ghost .nav-tabs li.active a, .nav-tabs li.active .ghost a {
  background-color: #4c515a;
}

.ghost .nav-tabs li.active a, .nav-tabs li.active .ghost a {
  color: #00a8f3;
}

.ghost .primary {
  color: #2b2e33;
}

.ghost .primary .fill-color {
  fill: #2b2e33;
}

.ghost .primary .stroke-color {
  stroke: #2b2e33;
}

.ghost .primary-forground {
  color: #fff;
}

.ghost .primary-forground .fill-color {
  fill: #fff;
}

.ghost .primary-forground .stroke-color {
  stroke: #fff;
}

.ghost .primary-dark {
  color: black;
}

.ghost .primary-dark .fill-color {
  fill: black;
}

.ghost .primary-dark .stroke-color {
  stroke: black;
}

.ghost .background-primary-dark {
  background-color: black;
  border-color: black;
}

.ghost .material-element.select:hover .btn .filter-option {
  border-bottom: 1px solid #2b2e33;
}

.ghost .material-element.select .underline-highlight {
  background-color: #2b2e33;
}

.ghost .material-element.select .material-select-menu .inner li a {
  border-left-color: #2b2e33;
}

.ghost .material-element.select .material-select-menu .inner li:hover a {
  color: #2b2e33;
}

.ghost .material-element.select .material-select-menu .inner li.selected a {
  background-color: #8c939e;
}

.ghost .material-element.select .material-select-menu .inner li.selected a span {
  color: #141517;
}

.ghost .background-primary {
  border-color: #2b2e33;
  -webkit-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), border 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  -moz-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), border 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), border 0.5s cubic-bezier(0.2, 0, 0.03, 1);
}

.ghost .background-primary .material-element.input input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: #fff;
  color: #fff;
}

.ghost .background-primary .material-element.select .material-select .btn .filter-option {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: #fff;
}

.ghost .background-primary .material-element.select .material-select .btn:not(.disabled):hover .filter-option {
  border-bottom: 1px solid #00a8f3;
}

.ghost .background-primary .material-element.input.error input,
.ghost .background-primary .material-element.input.error .label,
.ghost .background-primary .material-element.input.error .units {
  color: #e74c3c !important;
}

.ghost .background-primary .material-element.input.error:hover input,
.ghost .background-primary .material-element.input.error:hover .label,
.ghost .background-primary .material-element.input.error:hover .units {
  color: #e74c3c !important;
}

.ghost .background-primary .material-element.input.error input {
  border: 1px solid rgba(231, 76, 60, 0.4) !important;
  background-color: rgba(231, 76, 60, 0.05) !important;
  border-bottom-color: #e74c3c !important;
}

.ghost .background-primary .material-element.input.error .underline-highlight {
  background-color: #e74c3c !important;
}

.ghost .background-primary .material-element.select.error .material-select .btn .label,
.ghost .background-primary .material-element.select.error .material-select .btn .filter-option,
.ghost .background-primary .material-element.select.error .material-select .btn .caret {
  color: #e74c3c !important;
}

.ghost .background-primary .material-element.select.error .material-select .btn .filter-option {
  border: 1px solid rgba(231, 76, 60, 0.4) !important;
  background-color: rgba(231, 76, 60, 0.05) !important;
  border-bottom-color: #e74c3c !important;
}

.ghost .background-selected {
  background: #4c515a;
}

.ghost .background-highlight {
  background: #006ea7;
}

.ghost .background-hero {
  background: #f0f0f2;
}

.ghost .background-navigation {
  background: #08090a;
}

.ghost .background-primary-foreground {
  background: #fff;
}

.ghost .background-selected-foreground {
  background: #00a8f3;
}

.ghost .background-highlight-foreground {
  background: #fff;
}

.ghost .background-hero-foreground {
  background: #3b3f46;
}

.ghost .background-navigation-foreground {
  background: #8d8989;
}

@media screen and (max-width: 990px) {
  .ghost .design-menu-fixed-button {
    display: block;
  }
}

/*@include theme-builder("sunrise",
                       $sunrise, darken($sunrise, 14%), darken($sunrise, 7%), $whiteMedium, $white, // primary
                       lighten($sunrise, 14%), $yellowLight, // selected
                       $yellowLight, $black, // highlight
                       $sunset, $white, // hero
                       $blackMedium, lighten($blackMedium, 10%), $grey, $whiteMedium, // nav menu
                       $blue, $white);    // nav menu selected*/
.sunrise .background-primary, .sunrise .nav, .sunrise .table-bordered thead > tr, .table-bordered .sunrise thead > tr {
  background-color: #e74c3c;
}

.sunrise .table-bordered thead > tr > td, .table-bordered .sunrise thead > tr > td, .sunrise
.table-bordered tbody > tr > td,
.table-bordered .sunrise tbody > tr > td {
  border-color: #e74c3c;
}

.sunrise .nav-tabs li a, .nav-tabs li .sunrise a, .sunrise .table-bordered thead > tr > th, .table-bordered .sunrise thead > tr > th, .sunrise
.table-bordered tbody > tr > th,
.table-bordered .sunrise tbody > tr > th {
  color: #fff;
}

.sunrise .table-bordered thead > tr > th, .table-bordered .sunrise thead > tr > th, .sunrise
.table-bordered tbody > tr > th,
.table-bordered .sunrise tbody > tr > th {
  border-color: #fff;
}

.base .material-element.select:hover .btn .sunrise .label,
.base .material-element.select:hover .btn .sunrise .filter-option,
.base .material-element.select:hover .btn .sunrise .caret, .midnight .material-element.select:hover .btn .sunrise .label,
.midnight .material-element.select:hover .btn .sunrise .filter-option,
.midnight .material-element.select:hover .btn .sunrise .caret, .ghost .material-element.select:hover .btn .sunrise .label,
.ghost .material-element.select:hover .btn .sunrise .filter-option,
.ghost .material-element.select:hover .btn .sunrise .caret, .sunrise .material-element.select:hover .btn .label, .sunrise .material-element.select:hover .btn .filter-option, .sunrise .material-element.select:hover .btn .caret {
  color: #e74c3c;
}

.sunrise .nav-tabs li.active a, .nav-tabs li.active .sunrise a {
  background-color: #ef867c;
}

.sunrise .nav-tabs li.active a, .nav-tabs li.active .sunrise a {
  color: #ffeb3b;
}

.sunrise .primary {
  color: #e74c3c;
}

.sunrise .primary .fill-color {
  fill: #e74c3c;
}

.sunrise .primary .stroke-color {
  stroke: #e74c3c;
}

.sunrise .primary-forground {
  color: #fff;
}

.sunrise .primary-forground .fill-color {
  fill: #fff;
}

.sunrise .primary-forground .stroke-color {
  stroke: #fff;
}

.sunrise .primary-dark {
  color: #4d100a;
}

.sunrise .primary-dark .fill-color {
  fill: #4d100a;
}

.sunrise .primary-dark .stroke-color {
  stroke: #4d100a;
}

.sunrise .background-primary-dark {
  background-color: #4d100a;
  border-color: #4d100a;
}

.sunrise .material-element.select:hover .btn .filter-option {
  border-bottom: 1px solid #e74c3c;
}

.sunrise .material-element.select .underline-highlight {
  background-color: #e74c3c;
}

.sunrise .material-element.select .material-select-menu .inner li a {
  border-left-color: #e74c3c;
}

.sunrise .material-element.select .material-select-menu .inner li:hover a {
  color: #e74c3c;
}

.sunrise .material-element.select .material-select-menu .inner li.selected a {
  background-color: #fdf3f2;
}

.sunrise .material-element.select .material-select-menu .inner li.selected a span {
  color: #d62c1a;
}

.sunrise .background-primary {
  border-color: #e74c3c;
  -webkit-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), border 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  -moz-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), border 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), border 0.5s cubic-bezier(0.2, 0, 0.03, 1);
}

.sunrise .background-primary .material-element.input input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: #fff;
  color: #fff;
}

.sunrise .background-primary .material-element.select .material-select .btn .filter-option {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: #fff;
}

.sunrise .background-primary .material-element.select .material-select .btn:not(.disabled):hover .filter-option {
  border-bottom: 1px solid #ffeb3b;
}

.sunrise .background-primary .material-element.input.error input,
.sunrise .background-primary .material-element.input.error .label,
.sunrise .background-primary .material-element.input.error .units {
  color: #FFA620 !important;
}

.sunrise .background-primary .material-element.input.error:hover input,
.sunrise .background-primary .material-element.input.error:hover .label,
.sunrise .background-primary .material-element.input.error:hover .units {
  color: #FFA620 !important;
}

.sunrise .background-primary .material-element.input.error input {
  border: 1px solid rgba(255, 166, 32, 0.4) !important;
  background-color: rgba(255, 166, 32, 0.05) !important;
  border-bottom-color: #FFA620 !important;
}

.sunrise .background-primary .material-element.input.error .underline-highlight {
  background-color: #FFA620 !important;
}

.sunrise .background-primary .material-element.select.error .material-select .btn .label,
.sunrise .background-primary .material-element.select.error .material-select .btn .filter-option,
.sunrise .background-primary .material-element.select.error .material-select .btn .caret {
  color: #FFA620 !important;
}

.sunrise .background-primary .material-element.select.error .material-select .btn .filter-option {
  border: 1px solid rgba(255, 166, 32, 0.4) !important;
  background-color: rgba(255, 166, 32, 0.05) !important;
  border-bottom-color: #FFA620 !important;
}

.sunrise .background-selected {
  background: #ef867c;
}

.sunrise .background-highlight {
  background: #ffeb3b;
}

.sunrise .background-hero {
  background: #e74c3c;
}

.sunrise .background-navigation {
  background: #08090a;
}

.sunrise .background-primary-foreground {
  background: #fff;
}

.sunrise .background-selected-foreground {
  background: #ffeb3b;
}

.sunrise .background-highlight-foreground {
  background: #08090a;
}

.sunrise .background-hero-foreground {
  background: #fff;
}

.sunrise .background-navigation-foreground {
  background: #8d8989;
}

@media screen and (max-width: 990px) {
  .sunrise .design-menu-fixed-button {
    display: block;
  }
}

/* Override bootstrap with armstrong custom styles */
.nav {
  border-bottom: 1px solid #005784;
  margin-top: -1px;
  position: relative;
  border-top: 1px solid #005784;
}

.nav li a:focus, .nav li a:hover {
  background-color: transparent;
}

.nav-tabs {
  overflow: hidden;
}

.nav-tabs li {
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  transition: background-color 1s;
}

.nav-tabs li a, .nav-tabs li a:focus, .nav-tabs li a:hover {
  border: 0;
  border-radius: 0 0 0 0;
  margin-right: 0px;
  padding: 20px 20px;
  letter-spacing: 0.5px;
  -webkit-transition: background-color 1s, color 1s;
  -moz-transition: background-color 1s, color 1s;
  transition: background-color 1s, color 1s;
  margin-bottom: 1px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-tabs li.active {
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  transition: background-color 1s;
}

.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
  cursor: pointer;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-tabs li.active a:after, .nav-tabs li.active a:focus:after, .nav-tabs li.active a:hover:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 100%;
  background-color: #FFEB3B;
}

.nav-tabs li.active:last-child a, .nav-tabs li.active:last-child a:focus, .nav-tabs li.active:last-child a:hover {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.table-bordered {
  border: 0px;
  font-size: 11px;
  margin-bottom: 0px;
}

.table-bordered thead > tr > th,
.table-bordered tbody > tr > th {
  border: 1px solid;
  cursor: pointer;
  padding: 0px;
  vertical-align: bottom;
  /*&.curve {
            height: 65px;
        }*/
}

.table-bordered thead > tr > th span,
.table-bordered tbody > tr > th span {
  display: block;
  padding: 8px 25px 8px 8px;
}

.table-bordered thead > tr > th.sortable span,
.table-bordered tbody > tr > th.sortable span {
  position: relative;
  display: block;
  padding: 8px 25px 8px 8px;
}

.table-bordered thead > tr > th.sortable span:after,
.table-bordered tbody > tr > th.sortable span:after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 15px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.table-bordered thead > tr > th.sortable span:before,
.table-bordered tbody > tr > th.sortable span:before {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 8px;
  border-top: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.table-bordered thead > tr > th.sorted,
.table-bordered tbody > tr > th.sorted {
  background-color: rgba(0, 0, 0, 0.3);
}

.table-bordered thead > tr > th.sorted.sorted-down:after,
.table-bordered thead > tr > th.sorted.sorted-down span:after,
.table-bordered tbody > tr > th.sorted.sorted-down:after,
.table-bordered tbody > tr > th.sorted.sorted-down span:after {
  bottom: 17px;
}

.table-bordered thead > tr > th.sorted.sorted-down:before,
.table-bordered thead > tr > th.sorted.sorted-down span:before,
.table-bordered tbody > tr > th.sorted.sorted-down:before,
.table-bordered tbody > tr > th.sorted.sorted-down span:before {
  right: 8px;
  border-top: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.table-bordered thead > tr > th.sorted.sorted-up:after,
.table-bordered thead > tr > th.sorted.sorted-up span:after,
.table-bordered tbody > tr > th.sorted.sorted-up:after,
.table-bordered tbody > tr > th.sorted.sorted-up span:after {
  right: 8px;
  bottom: 16px;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.table-bordered tbody > tr:hover {
  background-color: #d9d9d9;
}

.table-bordered tbody > tr:hover td {
  background-color: #d9d9d9;
}

.table-bordered thead > tr,
.table-bordered tbody > tr {
  background-color: #FFFFFF;
}

.table-bordered thead > tr td,
.table-bordered tbody > tr td {
  background-color: #FFFFFF;
}

.table-bordered thead > tr td.sorted,
.table-bordered tbody > tr td.sorted {
  background-color: #d9d9d9;
}

.table-bordered thead > tr > td,
.table-bordered tbody > tr > td {
  border: 1px dotted;
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 0px;
  /*&.curve {
            height: 176px;
        }*/
}

.table-bordered thead > tr > td.sorted,
.table-bordered tbody > tr > td.sorted {
  background-color: rgba(0, 0, 0, 0.15);
}

.table-bordered thead > tr > td saa-curve,
.table-bordered tbody > tr > td saa-curve {
  display: block;
}

.table-bordered thead > tr:first-child > th,
.table-bordered tbody > tr:first-child > th {
  border-top: 0px;
}

.table-bordered thead > tr:first-child > td,
.table-bordered tbody > tr:first-child > td {
  border-top: 0px;
}

.table-bordered thead > tr:last-child > th,
.table-bordered thead > tr:last-child > td {
  border-bottom: 0px;
}

.table-bordered thead > tr > th:first-child,
.table-bordered tbody > tr > th:first-child,
.table-bordered thead > tr > td:first-child,
.table-bordered tbody > tr > td:first-child {
  border-left: 0px;
}

.table-bordered thead > tr > th:last-child,
.table-bordered tbody > tr > th:last-child,
.table-bordered thead > tr > td:last-child,
.table-bordered tbody > tr > td:last-child {
  border-right: 0px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip .bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip .bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip .tooltip-inner {
  max-width: 200px;
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
}

.tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.page-wrapper {
  display: flex;
  display: -ms-flexbox;
  min-height: 100vh;
}

.page-wrapper saa-left-nav {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  -ms-flex: 0 0 auto;
}

.page-wrapper .release-message-container {
  background-color: #0086cb;
  border-color: #005784;
  color: #fff;
  padding: 12px 25px;
  text-align: center;
  word-wrap: break-word;
  font-weight: bold;
}

.page-wrapper .content-container {
  flex-grow: 1;
  -ms-flex: 1 0 0px;
  position: relative;
}

.page-wrapper .content-container saa-fixed-message.fixed-container-show {
  z-index: 9999;
}

.page-wrapper .content-container .content-width-fix {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100vh;
}

.page-wrapper .content-container .content-width-fix .main-content {
  flex-grow: 1;
  min-height: calc(100vh - 250px);
}

html.isios .page-wrapper .content-container .content-width-fix saa-circle-button[button-name="download"] {
  display: none;
}

.demo-page {
  background-color: #e1e1e1;
}

.demo-page h1 {
  padding-top: 57px;
}

.bug17735 h1 {
  display: block;
  padding: 5px;
}

.bug17735 .saa-collapsible-wrapper {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}

.bug17735 .saa-collapsible-wrapper .content {
  width: 100%;
  background-color: #fff;
}

.bug17735 .overflowContainer {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.checkBoxDemo .elem {
  display: inline-block;
  padding: 15px 40px 0 0;
}

.circleButtonDemo {
  height: 100px;
}

.circleButtonDemo .elem {
  margin: 5px;
  display: inline-block;
}

.circleMessageDemo {
  height: 50px;
  /*.message-circle-container .tooltip-colored {
        position: absolute;
        left: -110px;
        top: -100px;
        width: 240px;
        opacity: 0;
    }

    .message-circle-container.hover .tooltip-colored {
      opacity: 1;
    }*/
}

.circleMessageDemo .elem {
  margin: 5px;
  display: inline-block;
  padding: 15px;
}

.circleMessageDemo .message-circle-container {
  position: relative;
  display: inline-block;
}

.circleMessageDemo .message-circle-container .tooltip-colored {
  position: absolute;
  left: -85px;
  top: -85px;
  width: 240px;
  opacity: 1;
}

.circleMessageDemo .message-circle-container.hover .tooltip-colored {
  opacity: 1;
}

.circleMessageDemo .tooltip-colored.border-success {
  border-color: #2ECC71;
}

.circleMessageDemo .tooltip-colored {
  background-color: #fff;
  color: #333;
  font-size: 11px;
  line-height: 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 10px;
  max-width: 240px;
  position: relative;
  border: 1px solid #111;
  -webkit-box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  -webkit-transition: box-shadow 0.5s cubic-bezier(0.2, 0, 0.03, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  -moz-transition: box-shadow 0.5s cubic-bezier(0.2, 0, 0.03, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  transition: box-shadow 0.5s cubic-bezier(0.2, 0, 0.03, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.03, 1);
}

.circleMessageDemo .tooltip-colored:hover {
  -webkit-box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.2);
}

.circleMessageDemo .tooltip-colored:after, .circleMessageDemo .tooltip-colored:before {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: 10;
  border-width: 0px;
}

.circleMessageDemo .tooltip-colored:before {
  z-index: 5;
}

.circleMessageDemo .tooltip-colored.top:after {
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.circleMessageDemo .tooltip-colored.top:before {
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-top: 10px solid;
}

.circleMessageDemo .tooltip-colored.right:after {
  top: 50%;
  left: 100%;
  margin-top: -4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}

.circleMessageDemo .tooltip-colored.right:before {
  top: 50%;
  left: 100%;
  margin-top: -6px;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-left: 10px solid;
}

.circleMessageDemo .tooltip-colored.bottom:after {
  top: -8px;
  left: 50%;
  margin-left: -4px;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid #fff;
}

.circleMessageDemo .tooltip-colored.bottom:before {
  top: -10px;
  left: 50%;
  margin-left: -6px;
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid;
}

.circleMessageDemo .tooltip-colored.left:after {
  top: 50%;
  left: -8px;
  margin-top: -4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
}

.circleMessageDemo .tooltip-colored.left:before {
  top: 50%;
  left: -10px;
  margin-top: -6px;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-right: 10px solid;
}

.circleMessageDemo .tooltip-colored.border-red {
  border-color: #e74c3c;
}

.circleMessageDemo .tooltip-colored.border-red:before {
  border-color: #e74c3c;
}

.circleMessageDemo .tooltip-colored.border-yellow {
  border-color: #f39c12;
}

.circleMessageDemo .tooltip-colored.border-yellow:before {
  border-color: #f39c12;
}

.circleMessageDemo .tooltip-colored.border-success {
  border-color: #2ECC71;
}

.circleMessageDemo .tooltip-colored.border-success:before {
  border-color: #2ECC71;
}

.circleMessageDemo .tooltip-colored.border-info {
  border-color: #008fcf;
}

.circleMessageDemo .tooltip-colored.border-info:before {
  border-color: #008fcf;
}

.circleMessageDemo .tooltip-colored.border-warning {
  border-color: #f39c12;
}

.circleMessageDemo .tooltip-colored.border-warning:before {
  border-color: #f39c12;
}

.circleMessageDemo .tooltip-colored.border-error {
  border-color: #e74c3c;
}

.circleMessageDemo .tooltip-colored.border-error:before {
  border-color: #e74c3c;
}

.collapsibleSectionDemo {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}

.collapsibleSectionDemo .content {
  height: 200px;
  width: 100%;
}

.demo-page .white {
  background-color: #fff;
}

.demo-page .white-medium {
  background-color: #efefef;
}

.demo-page .grey {
  background-color: #8d8989;
}

.demo-page .black-medium {
  background-color: #333;
}

.demo-page .black {
  background-color: #08090a;
}

.demo-page .red {
  background-color: #e74c3c;
}

.demo-page .red-medium {
  background-color: #a42b1f;
}

.demo-page .red-dark {
  background-color: #32100c;
}

.demo-page .blue {
  background-color: #008fcf;
}

.demo-page .blue-medium {
  background-color: #224964;
}

.demo-page .blue-dark {
  background-color: #0e202c;
}

.demo-page .green {
  background-color: #2ecc71;
}

.demo-page .green-medium {
  background-color: #1f503d;
}

.demo-page .green-dark {
  background-color: #121916;
}

.demo-page .yellow-light {
  background-color: #ffeb3b;
}

.demo-page .yellow {
  background-color: #f39c12;
}

.demo-page .yellow-medium {
  background-color: #ea8a0d;
}

.demo-page .yellow-dark {
  background-color: #ca3400;
}

.demo-page .colours-demo-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px;
}

.demo-page .colour-demo-container {
  margin: 10px;
}

.demo-page .colour-demo-container .display {
  width: 120px;
  height: 60px;
}

.demo-page .colour-demo-container .title {
  width: 120px;
  height: 30px;
  background-color: #222222;
  color: white;
  text-align: center;
  padding-top: 5px;
  font-size: 16px;
}

.base .background-primary, .base .material-element.text-tab, .base .container-page-spinner .page-spinner-progress:after, .container-page-spinner .base .page-spinner-progress:after, .base .material-element.input .underline-highlight, .material-element.input .base .underline-highlight, .base .pagination-group .pagination-button-group .pagination-button.selected, .pagination-group .pagination-button-group .base .pagination-button.selected, .base .radio-container .radio-button .radio-button-fill, .radio-container .radio-button .base .radio-button-fill, .base .toggle-button.selected, .base .status-bar .user-dropdown, .status-bar .base .user-dropdown, .base .status-bar-aux-menu, .base .table-row.header, .base .drawer-container .drawer-header, .drawer-container .base .drawer-header, .base .drawer-container .drawer-body .drawer-section .drawer-section-title .drawer-section-title-circle, .drawer-container .drawer-body .drawer-section .drawer-section-title .base .drawer-section-title-circle {
  background-color: #008fcf;
}

.base .material-element.text-tab .textTabList .text-tab-item, .material-element.text-tab .textTabList .base .text-tab-item, .base .background-primary .material-element.input input, .background-primary .material-element.input .base input,
.base .background-primary .material-element.input .label,
.background-primary .material-element.input .base .label,
.base .background-primary .material-element.input .units,
.background-primary .material-element.input .base .units, .base .background-primary .material-element.input.disabled:hover input, .background-primary .material-element.input.disabled:hover .base input,
.base .background-primary .material-element.input.disabled:hover .label,
.background-primary .material-element.input.disabled:hover .base .label,
.base .background-primary .material-element.input.disabled:hover .units,
.background-primary .material-element.input.disabled:hover .base .units, .base .pagination-group .pagination-button-group .pagination-button.selected, .pagination-group .pagination-button-group .base .pagination-button.selected, .base .background-primary .material-element.select .material-select .btn .label, .background-primary .material-element.select .material-select .btn .base .label,
.base .background-primary .material-element.select .material-select .btn .filter-option,
.background-primary .material-element.select .material-select .btn .base .filter-option,
.base .background-primary .material-element.select .material-select .btn .caret,
.background-primary .material-element.select .material-select .btn .base .caret, .base .toggle-button.selected, .base .table-row.header, .base .information-table.onPrimary tr th span, .information-table.onPrimary tr th .base span,
.base .information-table.onPrimary tr td span,
.information-table.onPrimary tr td .base span, .base .drawer-container .drawer-header, .drawer-container .base .drawer-header, .base .drawer-container .drawer-body .drawer-section .drawer-section-title .drawer-section-title-circle, .drawer-container .drawer-body .drawer-section .drawer-section-title .base .drawer-section-title-circle, .base .collapsible-section-container .collapsible-section, .collapsible-section-container .base .collapsible-section {
  color: #fff;
}

@media screen and (max-width: 990px) {
  .base .design-menu-fixed-button {
    display: block;
  }
}

.row {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.no-select, .disabled input,
.disabled label,
.disabled textarea,
.disabled div, .pagination-group {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.disabled input,
.disabled label,
.disabled textarea,
.disabled div {
  cursor: not-allowed;
}

.none {
  display: none;
}

.data-table {
  display: table;
  width: 100%;
}

.table-row {
  display: table-row;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

.table-row.header .sorted {
  background-color: rgba(0, 0, 0, 0.3);
}

.table-row.body {
  background-color: #fff;
  color: #333;
  margin: 0;
}

.table-row.body .sorted {
  background-color: rgba(0, 0, 0, 0.15);
}

.table-row.row-express {
  color: #e74c3c;
}

.table-row.row-express .express-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.table-row.row-express .series {
  position: relative;
  padding-right: 30px;
}

.table-header {
  display: table-cell;
  position: relative;
  border-right: 1px solid #fff;
  vertical-align: bottom;
  cursor: pointer;
}

.table-header.full span {
  padding: 28px 25px 8px 8px;
  display: block;
}

.table-header.half {
  height: 100%;
  max-width: 330px;
}

.table-header.half .upper,
.table-header.half .lower {
  height: 50%;
  float: left;
  padding: 0 8px 8px;
}

.table-header.half .upper {
  width: calc(100% - 16px);
  height: calc(50% - 1px);
  padding-top: 10px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.table-header.half .lower {
  width: calc(50% - 17px);
  height: calc(50% - 20px);
  padding-top: 8px;
}

.table-header.half .lower:last-child {
  border-left: 1px solid #fff;
}

.table-header span {
  position: relative;
}

.table-header span:after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 15px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.table-header span:before {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 8px;
  border-top: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.table-header.sorted,
.table-header .sorted {
  position: relative;
}

.table-header.sorted.sorted-down:after,
.table-header.sorted.sorted-down span:after,
.table-header .sorted.sorted-down:after,
.table-header .sorted.sorted-down span:after {
  bottom: 17px;
}

.table-header.sorted.sorted-down:before,
.table-header.sorted.sorted-down span:before,
.table-header .sorted.sorted-down:before,
.table-header .sorted.sorted-down span:before {
  right: 8px;
  border-top: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.table-header.sorted.sorted-up:after,
.table-header.sorted.sorted-up span:after,
.table-header .sorted.sorted-up:after,
.table-header .sorted.sorted-up span:after {
  right: 8px;
  bottom: 16px;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.table-header.actions span:before,
.table-header.actions span:after {
  display: none;
}

.table-row .table-column:first-child {
  border-left: 1px solid;
}

.table-column {
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid;
  border-bottom: 1px dotted;
}

.table-column span {
  padding: 12px 8px;
  display: block;
}

.table-column.half .half-split {
  width: calc(50% - 16px);
  float: left;
  padding: 12px 8px;
}

.table-column.half .half-split:last-child {
  border-left: 1px solid;
  width: calc(50% - 17px);
}

.table-column.actions {
  padding: 8px 5px 9px 8px;
}

.table-column.actions .material-element.button-circle.button-circle-extra-small .button-anchor .button-icon {
  padding: 3.75px 4.5px;
}

.table-model,
.table-actions {
  display: none;
}

.table-model .table-header span,
.table-actions .table-header span {
  padding: 38px 25px 8px 8px;
}

.responsive .table-model {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100px;
  -webkit-box-shadow: 3px 0px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 0px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 3px 0px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 3px 0px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 0px 7px rgba(0, 0, 0, 0.15);
}

.responsive .table-model .table-column:last-child {
  border-right-width: 1px !important;
}

.responsive .table-actions {
  display: table;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  -webkit-box-shadow: -3px 0px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -3px 0px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: -3px 0px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: -3px 0px 7px rgba(0, 0, 0, 0.15);
  box-shadow: -3px 0px 7px rgba(0, 0, 0, 0.15);
}

.responsive .table-actions .table-column:last-child {
  border-left-width: 1px !important;
}

.responsive .table-main-container {
  margin-left: 99px;
  margin-right: 80px;
  width: calc(100% - 178px);
  overflow-x: scroll;
}

.responsive .table-main-container .table-column:first-child {
  border-left: 0px !important;
}

.responsive .table-main-container .table-header.model, .responsive .table-main-container .table-header.actions,
.responsive .table-main-container .table-column.model,
.responsive .table-main-container .table-column.actions {
  display: none;
}

.responsive .table-main-container .data-table {
  width: 1800px;
}

.data-table.data-table-small .table-header.full span {
  padding: 8px;
}

.data-table.data-table-small .table-column span {
  padding: 7px 4px 7px 8px;
}

.data-table.data-table-small .table-column.actions {
  padding: 4px;
}

.material-element.button-circle {
  display: inline-block;
  position: relative;
  border-bottom: 0;
  overflow: visible;
}

.material-element.button-circle .button-anchor {
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  z-index: 20;
  padding: 0;
  width: 50px;
  height: 50px;
  position: relative;
}

.material-element.button-circle .button-anchor .button-icon {
  opacity: 0.6;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  padding: 15px;
  width: 20px;
  height: 20px;
}

.material-element.button-circle .button-anchor:before, .material-element.button-circle .button-anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.material-element.button-circle .button-anchor:before {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.material-element.button-circle .button-anchor:after {
  -webkit-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
}

.material-element.button-circle .button-anchor:hover .button-icon {
  opacity: 1;
}

.material-element.button-circle .button-anchor:hover:before {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
}

.material-element.button-circle .button-anchor:hover:after {
  -webkit-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
  box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
}

.material-element.button-circle.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.material-element.button-circle.disabled a {
  cursor: not-allowed;
}

.material-element.button-circle.disabled:before, .material-element.button-circle.disabled:hover:before {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -o-box-shadow: 0 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

.material-element.button-circle.disabled:after, .material-element.button-circle.disabled:hover:after {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -o-box-shadow: 0 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

.material-element.button-circle.disabled:hover i {
  opacity: 0.2;
}

.material-element.button-circle.disabled:hover:before {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -o-box-shadow: 0 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

.material-element.button-circle.disabled:hover:after {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -o-box-shadow: 0 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

.material-element.button-circle .circle {
  background-color: #ddd;
  z-index: -5;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.material-element.button-circle.animate .circle {
  opacity: 0.5;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}

.material-element.button-circle.done .circle {
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.material-element.button-circle.button-circle-medium .button-anchor {
  width: 40px;
  height: 40px;
}

.material-element.button-circle.button-circle-medium .button-anchor:before, .material-element.button-circle.button-circle-medium .button-anchor:after {
  width: 40px;
  height: 40px;
}

.material-element.button-circle.button-circle-medium .button-anchor .button-icon {
  padding: 12px;
  width: 16px;
  height: 16px;
}

.material-element.button-circle.button-circle-medium .button-anchor .button-icon svg {
  width: 16px;
  height: 16px;
}

.material-element.button-circle.button-circle-small .button-anchor {
  width: 30px;
  height: 30px;
}

.material-element.button-circle.button-circle-small .button-anchor:before, .material-element.button-circle.button-circle-small .button-anchor:after {
  width: 30px;
  height: 30px;
}

.material-element.button-circle.button-circle-small .button-anchor .button-icon {
  padding: 7px 9px 9px;
  width: 12px;
  height: 12px;
}

.material-element.button-circle.button-circle-small .button-anchor .button-icon svg {
  width: 12px;
  height: 12px;
}

.material-element.button-circle.button-circle-extra-small .button-anchor {
  width: 20px;
  height: 20px;
}

.material-element.button-circle.button-circle-extra-small .button-anchor:before, .material-element.button-circle.button-circle-extra-small .button-anchor:after {
  width: 20px;
  height: 20px;
}

.material-element.button-circle.button-circle-extra-small .button-anchor .button-icon {
  padding: 1px 5px;
  width: 10px;
  height: 10px;
}

.material-element.button-circle.button-circle-extra-small .button-anchor .button-icon svg {
  width: 10px;
  height: 10px;
}

.material-element.button-circle-outline .button-anchor {
  background-color: transparent !important;
  border-width: 4px;
  border-style: solid;
}

.material-element.button-circle-outline .button-anchor .button-icon {
  opacity: 1;
}

.material-element.button-circle-outline .button-anchor:before, .material-element.button-circle-outline .button-anchor:after {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -o-box-shadow: 0 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  padding: 4px;
  margin: -4px 0 0 -4px;
}

.material-element.button-circle-outline.button-circle-medium .button-anchor {
  border-width: 3px;
}

.material-element.button-circle-outline.button-circle-medium .button-anchor:before, .material-element.button-circle-outline.button-circle-medium .button-anchor:after {
  padding: 3px;
  margin: -3px 0 0 -3px;
}

.material-element.button-circle-outline.button-circle-small .button-anchor {
  border-width: 2px;
}

.material-element.button-circle-outline.button-circle-small .button-anchor:before, .material-element.button-circle-outline.button-circle-small .button-anchor:after {
  padding: 2px;
  margin: -2px 0 0 -2px;
}

.material-element.button-circle-outline.button-circle-extra-small .button-anchor {
  border-width: 2.5px;
}

.material-element.button-circle-outline.button-circle-extra-small .button-anchor:before, .material-element.button-circle-outline.button-circle-extra-small .button-anchor:after {
  padding: 2px;
  margin: -2px 0 0 -2px;
}

@media screen and (max-width: 990px) {
  .design-menu-fixed-button {
    display: block;
  }
  .design-container {
    padding-left: 35px;
  }
  .body {
    margin: 0;
  }
}

.demo-page .yellow {
  background-color: rgba(255, 255, 255, 0.15);
}

.table-demo .table-info {
  background-color: #005784;
  border: 1px solid #005784;
  color: #C8C8C8;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.table-demo .table-info saa-toggle-button {
  display: inline-block;
}

.table-demo .table-info span {
  display: inline-block;
  padding: 20px;
}

.document-delivery-demo h1 {
  padding-left: 20px;
}

.document-delivery-demo h2 {
  color: #55518a;
  margin-bottom: 15px;
}

.document-delivery-demo .demo-item {
  padding: 0 20px 20px 20px;
  border-bottom: 1px dashed #8c8b8b;
}

.document-delivery-demo .demo-item:not(:first-child) {
  padding-top: 20px;
}

.document-delivery-demo saa-text-box,
.document-delivery-demo saa-text-area {
  padding: 7.5px 0;
}

.document-delivery-demo .emailContainer saa-horizontal-button {
  margin-top: 20px;
}

.dropdowndemo .background-primary {
  background-color: #0086cb;
  color: white;
}

.dropdowndemo .col-6 {
  float: left;
  width: 50%;
}

.dropdowndemo .col-6 .padding-large {
  padding: 20px;
}

.demodynamicTextTabContainer {
  margin-top: 30px;
}

saa-dynamic-text-tab .dynamicTextTabContainer ul.nav.nav-tabs li:hover {
  background-color: #005784;
  color: #FFFFFF;
  fill: #FFFFFF;
  stroke: #FFFFFF;
}

saa-dynamic-text-tab .dynamicTextTabContainer ul.nav.nav-tabs li.active a:hover {
  background-color: #005784;
  color: #FFFFFF;
  fill: #FFFFFF;
  stroke: #FFFFFF;
}

.addButton {
  padding-top: 6px;
}

.inputContainer {
  display: inline-block;
  width: 20%;
  float: left;
}

.demo-dynamic-tooltip-container {
  display: inline-block;
  width: 100%;
  margin: 30px 0px;
}

.demo-dynamic-tooltip-container .button-container {
  padding: 0 5%;
  float: left;
}

.demo-dynamic-tooltip-container .button-container-first {
  padding: 0 5% 0 1%;
  float: left;
}

.demo-dynamic-tooltip-container .button-tooltip-container {
  float: right;
}

.fixed-message-demo > saa-text-box,
.fixed-message-demo > saa-drop-down {
  display: inline-block;
  width: 25%;
}

.fixed-message-demo > saa-horizontal-button {
  display: inline-block;
  vertical-align: bottom;
}

.fixed-message-demo .force-visible .fixed-message {
  opacity: 1 !important;
}

.demoFooter {
  padding: 25px;
  margin-top: 0px;
  /*position: fixed;
    bottom: 0;
    width: 100%;   
    z-index: 200;*/
  /*.footerAlwaysBottom{
        position: fixed;
        bottom: 0;
        width: 100%;   
        z-index: 200;
   }*/
}

.demoFooter .blue {
  background-color: transparent;
}

.demoFooter .red {
  background-color: transparent;
}

.demoFooter .design-section {
  margin-bottom: 40px;
}

.demoFooter .row {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.demoFooter .row:before,
.demoFooter .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.demoFooter .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.demoFooter .design-section-heading {
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 20px;
}

.demoFooter .footer {
  background-color: #e6e4e5;
  padding: 60px 40px;
}

.demoFooter .col-1 {
  float: left;
  width: 8.33333%;
}

.demoFooter .col-1.full-image {
  padding-bottom: 7.08333%;
}

.demoFooter .col-2 {
  float: left;
  width: 16.66667%;
}

.demoFooter .col-2.full-image {
  padding-bottom: 14.16667%;
}

.demoFooter .col-3 {
  float: left;
  width: 25%;
}

.demoFooter .col-3.full-image {
  padding-bottom: 21.25%;
}

.demoFooter .col-4 {
  float: left;
  width: 33.33333%;
}

.demoFooter .col-4.full-image {
  padding-bottom: 28.33333%;
}

.demoFooter .col-5 {
  float: left;
  width: 41.66667%;
}

.demoFooter .col-5.full-image {
  padding-bottom: 35.41667%;
}

.demoFooter .col-6 {
  float: left;
  width: 50%;
}

.demoFooter .col-6.full-image {
  padding-bottom: 42.5%;
}

.demoFooter .col-7 {
  float: left;
  width: 58.33333%;
}

.demoFooter .col-7.full-image {
  padding-bottom: 49.58333%;
}

.demoFooter .col-8 {
  float: left;
  width: 66.66667%;
}

.demoFooter .col-8.full-image {
  padding-bottom: 56.66667%;
}

.demoFooter .col-9 {
  float: left;
  width: 75%;
}

.demoFooter .col-9.full-image {
  padding-bottom: 63.75%;
}

.demoFooter .col-10 {
  float: left;
  width: 83.33333%;
}

.demoFooter .col-10.full-image {
  padding-bottom: 70.83333%;
}

.demoFooter .col-11 {
  float: left;
  width: 91.66667%;
}

.demoFooter .col-11.full-image {
  padding-bottom: 77.91667%;
}

.demoFooter .col-12 {
  width: 100%;
}

.demoFooter .col-12.full-image {
  padding-bottom: 85%;
}

.demoFooter .pull-left {
  float: left !important;
}

.demoFooter .pull-right {
  float: right !important;
}

.demoFooter .h4 {
  font-size: 18px;
}

.demoFooter .bold {
  font-weight: 700;
}

.demoFooter .margin-bottom-large {
  margin-bottom: 20px;
}

.demoFooter .margin-right-small {
  margin-right: 10px;
}

.demoFooter .padding-bottom-small {
  padding-bottom: 10px;
}

.demoFooter .padding-top-medium {
  padding-top: 15px;
}

.demoFooter .outlineBottomGrey {
  border-bottom: 1px solid #aaa;
}

.horizontalButtonContainer {
  display: inline-block;
  padding: 5px;
}

.horizontalButton {
  padding: 5px;
}

.market-wrapper .gridHeader {
  background-color: blue;
  font-weight: bold;
  padding: 5px;
  color: white;
}

.market-wrapper .line-separator {
  height: 1px;
  background: #3179B5;
  border-bottom: 1px solid #3179B5;
}

.market-wrapper .marketDemobtn {
  display: inline-block;
  border-radius: 5px;
  width: auto;
  box-shadow: none;
  background-color: #fff;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #999;
  font-weight: bold;
  color: #414040;
}

.market-wrapper .inputField {
  height: 37px;
  width: 15%;
  font-size: 13px;
  color: #414040;
  border: 1px solid #999;
  padding: 0 5px;
}

.market-wrapper .marketHeading label {
  width: 15%;
}

.market-wrapper li {
  margin: 10px 0;
}

.market-wrapper .disableBtn {
  background-color: #e2e2de;
}

.market-wrapper .errorMessage {
  font-size: 17px;
  color: #fff;
  border: 1px solid #999;
  background-color: #0086cb;
  border-radius: 5px;
  margin: 10px 0;
  padding: 13px;
}

.defaultMarketWrapper {
  margin: 10px;
  float: left;
  width: 98%;
}

.defaultMarketWrapper .gridHeader {
  background-color: blue;
  font-weight: bold;
  padding: 5px;
  color: white;
}

.defaultMarketWrapper .line-separator {
  height: 1px;
  background: #3179B5;
  border-bottom: 1px solid #3179B5;
  width: 100%;
}

.defaultMarketWrapper .colIpAddress, .defaultMarketWrapper .colDefaultMarket {
  float: left;
  margin: 0 10px;
}

.defaultMarketWrapper .colListMarket {
  margin: 15px 0;
  float: left;
}

.defaultMarketWrapper .colListMarket ul {
  list-style: none;
  float: left;
  padding: 0;
}

.defaultMarketWrapper .inputField {
  height: 37px;
  width: 80%;
  font-size: 13px;
  color: #414040;
  border: 1px solid #999;
  padding: 0 5px;
}

.defaultMarketWrapper .defaultMarketDemobtn {
  display: inline-block;
  border-radius: 5px;
  width: auto;
  box-shadow: none;
  background-color: #fff;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #999;
  font-weight: bold;
  color: #414040;
}

.defaultMarketWrapper .selectMarketField {
  width: 100%;
  height: 37px;
  font-size: 13px;
  color: #414040;
}

.defaultMarketWrapper .errorMessage {
  font-size: 17px;
  color: #fff;
  border: 1px solid #999;
  background-color: #0086cb;
  border-radius: 5px;
  margin: 10px 0;
  padding: 13px;
}

.defaultMarketWrapper .clear {
  clear: left;
}

.defaultMarketWrapper .defaultMarketCountryMApping ul {
  list-style: none outside none;
  float: left;
  padding: 5px 0;
}

.defaultMarketWrapper .defaultMarketCountryMApping li {
  float: left;
  display: block;
  width: 100px;
  height: 40px;
  font-weight: bold;
  text-align: center;
}

.defaultMarketWrapper .addNewCountryMarketMapping ul {
  list-style: none;
  float: left;
  padding: 0;
}

.defaultMarketWrapper .addNewCountryMarketMapping li {
  display: inline-block;
}

.full-screen-dialog {
  display: block;
}

.full-screen-dialog saa-text-box {
  width: 20%;
  float: left;
}

.full-screen-dialog saa-check-box {
  padding: 0 0 15px 0;
}

.full-screen-dialog saa-check-box .material.check-box input ~ label.text {
  font-size: 14px;
}

.full-screen-dialog .col-container-left {
  min-height: 324px;
}

.full-screen-dialog .col-graph-left, .full-screen-dialog .col-description-right {
  min-height: 143px;
}

.full-screen-dialog .nopadding {
  padding: 0;
  margin: 0;
}

.full-screen-dialog .nopaddingRight {
  padding-right: 0;
}

.full-screen-dialog .col-container-left {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #b3b3b3;
}

.full-screen-dialog .col-graph-left {
  margin-bottom: 5px;
}

.full-screen-dialog .col-graph-left, .full-screen-dialog .col-description-right {
  border: 1px solid #b3b3b3;
}

.popup-container > h1 {
  padding-top: 50px;
}

.popup-container > saa-text-box,
.popup-container > saa-drop-down {
  display: inline-block;
  width: 25%;
}

.popup-container > saa-horizontal-button {
  margin-top: -10px;
  display: inline-block;
  vertical-align: bottom;
}

.popup-container > input {
  margin-top: 50px;
  font-size: 18px;
  color: red;
}

.popup-container .force-visible .fixed-message {
  opacity: 1 !important;
}

.popup-container .popup-message-container {
  height: 70px;
  margin-bottom: 0px;
}

.demo-page .radio-group {
  padding: 10px;
  display: inline-block;
  /*background-color: white;*/
  border: 1px solid black;
  padding: 5px;
  margin: 5px;
}

.demo-page .radio-button-horizontal {
  display: flex;
  flex-direction: row;
  gap: 14px;
  width: max-content;
  padding: 2px;
}

.demo-page .radio-button-vertical {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: max-content;
  padding: 2px;
}

.revit-wrapper .gridHeader {
  background-color: blue;
  font-weight: bold;
  padding: 5px;
  color: white;
}

.revit-wrapper .line-separator {
  height: 1px;
  background: #3179B5;
  border-bottom: 1px solid #3179B5;
}

.revit-wrapper .bottomMargin {
  margin-bottom: 10px;
}

.revit-wrapper .clear {
  clear: left;
}

.revit-wrapper .FileUrlBtn {
  color: blue;
  font-weight: bold;
  text-decoration: underline;
}

.revit-wrapper .disableBtn {
  background-color: #e2e2de;
}

.slider-demo {
  background-color: #f9f9f9;
  margin: 10px;
}

.slider-textbox-demo .background-primary {
  background-color: #0086cb;
  color: white;
}

.slider-textbox-demo .col-6 {
  float: left;
  width: 50%;
}

.slider-textbox-demo .col-6 .padding-large {
  padding: 20px;
}

.demo-static-tooltip-container {
  display: inline-block;
  width: 100%;
  margin: 30px 0px;
}

.demo-static-tooltip-container .button-container {
  padding: 0 5%;
  float: left;
}

.demo-static-tooltip-container .button-container-first {
  padding: 0 5% 0 1%;
  float: left;
}

.icon-demo.white-icon .icon .fill-path {
  fill: #fff;
}

.icon-demo.white-icon .icon .stroke-path {
  stroke: #fff;
}

.icon-demo.white-medium-icon .icon .fill-path {
  fill: #efefef;
}

.icon-demo.white-medium-icon .icon .stroke-path {
  stroke: #efefef;
}

.icon-demo.grey-icon .icon .fill-path {
  fill: #8d8989;
}

.icon-demo.grey-icon .icon .stroke-path {
  stroke: #8d8989;
}

.icon-demo.black-medium-icon .icon .fill-path {
  fill: #333;
}

.icon-demo.black-medium-icon .icon .stroke-path {
  stroke: #333;
}

.icon-demo .icon .fill-path {
  fill: #08090a;
}

.icon-demo .icon .stroke-path {
  stroke: #08090a;
}

.icon-demo.red-icon .icon .fill-path {
  fill: #e74c3c;
}

.icon-demo.red-icon .icon .stroke-path {
  stroke: #e74c3c;
}

.icon-demo.red-medium-icon .icon .fill-path {
  fill: #a42b1f;
}

.icon-demo.red-medium-icon .icon .stroke-path {
  stroke: #a42b1f;
}

.icon-demo.red-dark-icon .icon .fill-path {
  fill: #32100c;
}

.icon-demo.red-dark-icon .icon .stroke-path {
  stroke: #32100c;
}

.icon-demo.blue-icon .icon .fill-path {
  fill: #008fcf;
}

.icon-demo.blue-icon .icon .stroke-path {
  stroke: #008fcf;
}

.icon-demo.blue-medium-icon .icon .fill-path {
  fill: #224964;
}

.icon-demo.blue-medium-icon .icon .stroke-path {
  stroke: #224964;
}

.icon-demo.blue-dark-icon .icon .fill-path {
  fill: #0e202c;
}

.icon-demo.blue-dark-icon .icon .stroke-path {
  stroke: #0e202c;
}

.icon-demo.green-icon .icon .fill-path {
  fill: #2ecc71;
}

.icon-demo.green-icon .icon .stroke-path {
  stroke: #2ecc71;
}

.icon-demo.green-medium-icon .icon .fill-path {
  fill: #1f503d;
}

.icon-demo.green-medium-icon .icon .stroke-path {
  stroke: #1f503d;
}

.icon-demo.green-dark-icon .icon .fill-path {
  fill: #121916;
}

.icon-demo.green-dark-icon .icon .stroke-path {
  stroke: #121916;
}

.icon-demo.yellow-light-icon .icon .fill-path {
  fill: #ffeb3b;
}

.icon-demo.yellow-light-icon .icon .stroke-path {
  stroke: #ffeb3b;
}

.icon-demo.yellow-icon .icon .fill-path {
  fill: #f39c12;
}

.icon-demo.yellow-icon .icon .stroke-path {
  stroke: #f39c12;
}

.icon-demo.yellow-medium-icon .icon .fill-path {
  fill: #ea8a0d;
}

.icon-demo.yellow-medium-icon .icon .stroke-path {
  stroke: #ea8a0d;
}

.icon-demo.yellow-dark-icon .icon .fill-path {
  fill: #ca3400;
}

.icon-demo.yellow-dark-icon .icon .stroke-path {
  stroke: #ca3400;
}

.icon-demo .icon-item-demo {
  float: left;
  margin: 0 5px 15px;
  width: 113px;
  height: 80px;
  overflow: visible;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}

.icon-demo .icon-item-demo .icon-name {
  font-size: 12px;
  word-wrap: break-word;
  text-align: center;
  padding-top: 8px;
}

.icon-demo:after {
  content: ' ';
  display: block;
  clear: both;
}

.text-area-demo .background-primary {
  background-color: #0086cb;
  color: white;
}

.text-area-demo .col-6 {
  float: left;
  width: 50%;
}

.text-area-demo .col-6 .padding-large {
  padding: 20px;
}

.textboxdemo .background-primary {
  background-color: #0086cb;
  color: white;
}

.textboxdemo .col-6 {
  float: left;
  width: 50%;
}

.textboxdemo .col-6 .padding-large {
  padding: 20px;
}

.textButtonDemo .elem {
  display: inline-block;
  padding: 5px;
}

.textButtonDemo .padding5px {
  padding: 5px;
}

.disabled {
  cursor: not-allowed;
  opacity: 1;
}

.togglebuttondemo {
  margin: 20px 0 15px 0px;
}

.togglebuttondemo saa-toggle-button {
  margin: 15px;
  display: inline-block;
}

.togglebuttondemo .on-white-background {
  display: inline;
  margin: 15px;
}

.togglebuttondemo .on-dark-background {
  background-color: #224964;
  display: inline-block;
  margin: 15px 15px 15px 50px;
}

.typeabledropdowndemo .background-primary {
  background-color: #0086cb;
  color: white;
}

.typeabledropdowndemo .col-6 {
  float: left;
  width: 50%;
}

.typeabledropdowndemo .col-6 .padding-large {
  padding: 20px;
}

.usersessionstate-wrapper .gridHeader {
  background-color: blue;
  font-weight: bold;
  padding: 5px;
  color: white;
}

.usersessionstate-wrapper .line-separator {
  height: 1px;
  background: #3179B5;
  border-bottom: 1px solid #3179B5;
}

.usersessionstate-wrapper .usersessionstateDemobtn {
  display: inline-block;
  border-radius: 5px;
  width: auto;
  box-shadow: none;
  background-color: #fff;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #999;
  font-weight: bold;
  color: #414040;
}

.usersessionstate-wrapper .inputField {
  height: 37px;
  width: 15%;
  font-size: 13px;
  color: #414040;
  border: 1px solid #999;
  padding: 0 5px;
}

.usersessionstate-wrapper .usersessionstateHeading label {
  width: 15%;
}

.usersessionstate-wrapper li {
  margin: 10px 0;
}

.usersessionstate-wrapper .disableBtn {
  background-color: #e2e2de;
}

.usersessionstate-wrapper .errorMessage {
  font-size: 17px;
  color: #fff;
  border: 1px solid #999;
  background-color: #0086cb;
  border-radius: 5px;
  margin: 10px 0;
  padding: 13px;
}

#resize-box {
  padding: 20px;
}

#resize-box > div {
  position: relative;
  height: 400px;
  width: 300px;
  border: 3px solid salmon;
  transition: height ease-in 1s, width ease-in 1s;
}

#resize-box > div.large-size {
  height: 500px;
  width: 400px;
}

#resize-box > div.large-size saa-toggle-button {
  left: 126px;
  top: 210px;
}

#resize-box saa-toggle-button {
  position: absolute;
  left: 76px;
  top: 160px;
  transition: top ease-in 1s, left ease-in 1s;
}

saa-circle-message {
  display: inline-block;
}

saa-circle-message .message-circle {
  display: inline-block;
  position: relative;
  border-bottom: 0;
  overflow: visible;
}

saa-circle-message .message-circle.success .button-anchor {
  background-color: #2ecc71;
}

saa-circle-message .message-circle.success .button-anchor:before {
  -webkit-box-shadow: 0 2px 3px 0 rgba(46, 204, 113, 0.3);
  -moz-box-shadow: 0 2px 3px 0 rgba(46, 204, 113, 0.3);
  -o-box-shadow: 0 2px 3px 0 rgba(46, 204, 113, 0.3);
  -ms-box-shadow: 0 2px 3px 0 rgba(46, 204, 113, 0.3);
  box-shadow: 0 2px 3px 0 rgba(46, 204, 113, 0.3);
}

saa-circle-message .message-circle.success .button-anchor:after {
  -webkit-box-shadow: 0 3px 8px 0.5px rgba(46, 204, 113, 0.4);
  -moz-box-shadow: 0 3px 8px 0.5px rgba(46, 204, 113, 0.4);
  -o-box-shadow: 0 3px 8px 0.5px rgba(46, 204, 113, 0.4);
  -ms-box-shadow: 0 3px 8px 0.5px rgba(46, 204, 113, 0.4);
  box-shadow: 0 3px 8px 0.5px rgba(46, 204, 113, 0.4);
}

saa-circle-message .message-circle.success .button-anchor:hover:before {
  -webkit-box-shadow: 0 2px 3px 0 rgba(46, 204, 113, 0.4);
  -moz-box-shadow: 0 2px 3px 0 rgba(46, 204, 113, 0.4);
  -o-box-shadow: 0 2px 3px 0 rgba(46, 204, 113, 0.4);
  -ms-box-shadow: 0 2px 3px 0 rgba(46, 204, 113, 0.4);
  box-shadow: 0 2px 3px 0 rgba(46, 204, 113, 0.4);
}

saa-circle-message .message-circle.success .button-anchor:hover:after {
  -webkit-box-shadow: 0 3px 8px 0.5px rgba(46, 204, 113, 0.5);
  -moz-box-shadow: 0 3px 8px 0.5px rgba(46, 204, 113, 0.5);
  -o-box-shadow: 0 3px 8px 0.5px rgba(46, 204, 113, 0.5);
  -ms-box-shadow: 0 3px 8px 0.5px rgba(46, 204, 113, 0.5);
  box-shadow: 0 3px 8px 0.5px rgba(46, 204, 113, 0.5);
}

saa-circle-message .message-circle.info .button-anchor {
  background-color: #008fcf;
}

saa-circle-message .message-circle.info .button-anchor:before {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 143, 207, 0.3);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 143, 207, 0.3);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 143, 207, 0.3);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 143, 207, 0.3);
  box-shadow: 0 2px 3px 0 rgba(0, 143, 207, 0.3);
}

saa-circle-message .message-circle.info .button-anchor:after {
  -webkit-box-shadow: 0 3px 8px 0.5px rgba(0, 143, 207, 0.4);
  -moz-box-shadow: 0 3px 8px 0.5px rgba(0, 143, 207, 0.4);
  -o-box-shadow: 0 3px 8px 0.5px rgba(0, 143, 207, 0.4);
  -ms-box-shadow: 0 3px 8px 0.5px rgba(0, 143, 207, 0.4);
  box-shadow: 0 3px 8px 0.5px rgba(0, 143, 207, 0.4);
}

saa-circle-message .message-circle.info .button-anchor:hover:before {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 143, 207, 0.4);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 143, 207, 0.4);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 143, 207, 0.4);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 143, 207, 0.4);
  box-shadow: 0 2px 3px 0 rgba(0, 143, 207, 0.4);
}

saa-circle-message .message-circle.info .button-anchor:hover:after {
  -webkit-box-shadow: 0 3px 8px 0.5px rgba(0, 143, 207, 0.5);
  -moz-box-shadow: 0 3px 8px 0.5px rgba(0, 143, 207, 0.5);
  -o-box-shadow: 0 3px 8px 0.5px rgba(0, 143, 207, 0.5);
  -ms-box-shadow: 0 3px 8px 0.5px rgba(0, 143, 207, 0.5);
  box-shadow: 0 3px 8px 0.5px rgba(0, 143, 207, 0.5);
}

saa-circle-message .message-circle.warning .button-anchor {
  background-color: #f39c12;
  color: #fff;
}

saa-circle-message .message-circle.warning .button-anchor .button-icon {
  padding: 0px;
  /*12.25px 12.5px 12.5px 12.5px;*/
}

saa-circle-message .message-circle.warning .button-anchor:before {
  -webkit-box-shadow: 0 2px 3px 0 rgba(243, 156, 18, 0.3);
  -moz-box-shadow: 0 2px 3px 0 rgba(243, 156, 18, 0.3);
  -o-box-shadow: 0 2px 3px 0 rgba(243, 156, 18, 0.3);
  -ms-box-shadow: 0 2px 3px 0 rgba(243, 156, 18, 0.3);
  box-shadow: 0 2px 3px 0 rgba(243, 156, 18, 0.3);
}

saa-circle-message .message-circle.warning .button-anchor:after {
  -webkit-box-shadow: 0 3px 8px 0.5px rgba(243, 156, 18, 0.4);
  -moz-box-shadow: 0 3px 8px 0.5px rgba(243, 156, 18, 0.4);
  -o-box-shadow: 0 3px 8px 0.5px rgba(243, 156, 18, 0.4);
  -ms-box-shadow: 0 3px 8px 0.5px rgba(243, 156, 18, 0.4);
  box-shadow: 0 3px 8px 0.5px rgba(243, 156, 18, 0.4);
}

saa-circle-message .message-circle.warning .button-anchor:hover:before {
  -webkit-box-shadow: 0 2px 3px 0 rgba(243, 156, 18, 0.4);
  -moz-box-shadow: 0 2px 3px 0 rgba(243, 156, 18, 0.4);
  -o-box-shadow: 0 2px 3px 0 rgba(243, 156, 18, 0.4);
  -ms-box-shadow: 0 2px 3px 0 rgba(243, 156, 18, 0.4);
  box-shadow: 0 2px 3px 0 rgba(243, 156, 18, 0.4);
}

saa-circle-message .message-circle.warning .button-anchor:hover:after {
  -webkit-box-shadow: 0 3px 8px 0.5px rgba(243, 156, 18, 0.5);
  -moz-box-shadow: 0 3px 8px 0.5px rgba(243, 156, 18, 0.5);
  -o-box-shadow: 0 3px 8px 0.5px rgba(243, 156, 18, 0.5);
  -ms-box-shadow: 0 3px 8px 0.5px rgba(243, 156, 18, 0.5);
  box-shadow: 0 3px 8px 0.5px rgba(243, 156, 18, 0.5);
}

saa-circle-message .message-circle.error .button-anchor {
  background-color: #e74c3c;
}

saa-circle-message .message-circle.error .button-anchor:before {
  -webkit-box-shadow: 0 2px 3px 0 rgba(231, 76, 60, 0.3);
  -moz-box-shadow: 0 2px 3px 0 rgba(231, 76, 60, 0.3);
  -o-box-shadow: 0 2px 3px 0 rgba(231, 76, 60, 0.3);
  -ms-box-shadow: 0 2px 3px 0 rgba(231, 76, 60, 0.3);
  box-shadow: 0 2px 3px 0 rgba(231, 76, 60, 0.3);
}

saa-circle-message .message-circle.error .button-anchor:after {
  -webkit-box-shadow: 0 3px 8px 0.5px rgba(231, 76, 60, 0.4);
  -moz-box-shadow: 0 3px 8px 0.5px rgba(231, 76, 60, 0.4);
  -o-box-shadow: 0 3px 8px 0.5px rgba(231, 76, 60, 0.4);
  -ms-box-shadow: 0 3px 8px 0.5px rgba(231, 76, 60, 0.4);
  box-shadow: 0 3px 8px 0.5px rgba(231, 76, 60, 0.4);
}

saa-circle-message .message-circle.error .button-anchor:hover:before {
  -webkit-box-shadow: 0 2px 3px 0 rgba(231, 76, 60, 0.4);
  -moz-box-shadow: 0 2px 3px 0 rgba(231, 76, 60, 0.4);
  -o-box-shadow: 0 2px 3px 0 rgba(231, 76, 60, 0.4);
  -ms-box-shadow: 0 2px 3px 0 rgba(231, 76, 60, 0.4);
  box-shadow: 0 2px 3px 0 rgba(231, 76, 60, 0.4);
}

saa-circle-message .message-circle.error .button-anchor:hover:after {
  -webkit-box-shadow: 0 3px 8px 0.5px rgba(231, 76, 60, 0.5);
  -moz-box-shadow: 0 3px 8px 0.5px rgba(231, 76, 60, 0.5);
  -o-box-shadow: 0 3px 8px 0.5px rgba(231, 76, 60, 0.5);
  -ms-box-shadow: 0 3px 8px 0.5px rgba(231, 76, 60, 0.5);
  box-shadow: 0 3px 8px 0.5px rgba(231, 76, 60, 0.5);
}

saa-circle-message .message-circle .button-anchor {
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 20;
  padding: 0;
  width: 50px;
  height: 50px;
  position: relative;
}

saa-circle-message .message-circle .button-anchor .button-icon {
  background-color: transparent;
  margin-left: 12px;
  opacity: 0.6;
  padding: 0px;
  /*12.5px;*/
  width: 25px;
  height: 25px;
  display: block;
}

saa-circle-message .message-circle .button-anchor .button-icon svg {
  /*width:100%;
                        height:100%;*/
  width: 40px !important;
  height: 40px !important;
  padding-top: 8px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 13px;
}

saa-circle-message .message-circle .button-anchor:before, saa-circle-message .message-circle .button-anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

saa-circle-message .message-circle .circle {
  background-color: #ddd;
  z-index: -5;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

saa-circle-message .message-circle.animate .circle {
  opacity: 0.5;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}

saa-circle-message .message-circle.done .circle {
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

saa-circle-message .message-circle-container {
  position: relative;
  display: inline-block;
}

saa-circle-message .message-circle-container .tooltip-colored {
  position: absolute;
  left: -85px;
  top: -80px;
  width: 240px;
  opacity: 0;
}

saa-circle-message .message-circle-container.hover .tooltip-colored {
  opacity: 1;
}

saa-circle-message .circle-response-circle {
  border: 1px;
  border-radius: 50%;
  animation-name: circleshadow;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 1s;
}

saa-collapsible-section {
  display: block;
  position: relative;
}

saa-collapsible-section[section-title="Grid"] .expanded .section-content, saa-collapsible-section[section-title="Grid Results"] .expanded .section-content, saa-collapsible-section[section-title="System Components Selection"] .expanded .section-content {
  overflow: visible !important;
  /*should set as visible for position:sticky header*/
}

saa-collapsible-section .section {
  width: 100%;
  background-color: #0177b5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  position: relative;
  min-height: 30px;
  transition: background 1s ease-in-out, height 1s ease-in-out;
}

saa-collapsible-section .section .section-icon, saa-collapsible-section .section .section-title {
  cursor: pointer;
}

saa-collapsible-section .section .section-icon {
  width: 18px;
  height: 100%;
  display: block;
  background-color: rgba(0, 51, 78, 0.5);
  position: absolute;
  color: #fff;
}

saa-collapsible-section .section .section-icon:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 4px;
  margin-top: -7px;
}

saa-collapsible-section .section .section-data {
  width: calc(100% - 18px);
  margin-left: 18px;
}

saa-collapsible-section .section .section-data .section-title {
  width: calc(100% - 20px);
  z-index: 5;
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  position: absolute;
  transition: height 1s ease-in-out, opacity 1s ease-in-out;
  color: #fff;
}

saa-collapsible-section .section .section-data .section-content {
  width: 100%;
  opacity: 0;
  overflow: hidden;
  transition: opacity 1s ease-in-out, max-height 1s ease-in-out;
}

saa-collapsible-section .section:not(.expanded) .section-data .section-content {
  max-height: 0 !important;
  overflow: hidden !important;
}

saa-collapsible-section .section.expanded {
  background-color: #0087cb;
}

saa-collapsible-section .section.expanded .section-icon:before {
  content: '-';
}

saa-collapsible-section .section.expanded .section-content {
  opacity: 1;
  background-color: #fff;
}

saa-collapsible-section .section.expanded .section-title {
  opacity: 0;
  z-index: 0;
}

.content-box {
  display: block;
  min-width: 240px;
  background-color: white;
  border: 1px solid #ccc;
  position: relative;
  margin: 15px;
  width: calc(100% - 30px);
}

.content-box .content-box-title {
  padding: 10px 15px;
  min-height: 31px;
  font-size: 10.5px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

.content-box .content-box-actions {
  display: block;
  position: absolute;
  top: 2.5px;
  right: 2.5px;
  height: 26px;
}

.content-box .content-box-content {
  padding: 7.5px;
}

.spin-me {
  display: block;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100%);
  background-color: rgba(255, 255, 255, 0.8);
  animation-name: bgColorSpinner;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

.spin-me .context-spinner-text {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #666;
}

.context-spinner-circle {
  -webkit-transform: rotate(80deg) scale3d(0.75, 0.75, 1);
  -moz-transform: rotate(80deg) scale3d(0.75, 0.75, 1);
  -ms-transform: rotate(80deg) scale3d(0.75, 0.75, 1);
  -o-transform: rotate(80deg) scale3d(0.75, 0.75, 1);
  transform: rotate(80deg) scale3d(0.75, 0.75, 1);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -35px;
  margin-left: -25px;
}

.context-spinner-circle svg {
  width: 50px;
  height: 50px;
}

.context-spinner-circle svg circle {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: circle-sweep 2s linear infinite;
  -moz-animation: circle-sweep 2s linear infinite;
  animation: circle-sweep 2s linear infinite;
}

@-webkit-keyframes circle-sweep {
  0% {
    stroke-dasharray: 0, 90;
    stroke-dashoffset: 0;
    transform: rotate(0deg);
  }
  50% {
    stroke-dasharray: 90, 90;
    stroke-dashoffset: 0;
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    stroke-dasharray: 90, 90;
    stroke-dashoffset: -90;
    transform: rotate(360deg);
    opacity: 1;
  }
}

@-moz-keyframes circle-sweep {
  0% {
    stroke-dasharray: 0, 90;
    stroke-dashoffset: 0;
    transform: rotate(0deg);
  }
  50% {
    stroke-dasharray: 90, 90;
    stroke-dashoffset: 0;
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    stroke-dasharray: 90, 90;
    stroke-dashoffset: -90;
    transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes circle-sweep {
  0% {
    stroke-dasharray: 0, 90;
    stroke-dashoffset: 0;
    transform: rotate(0deg);
  }
  50% {
    stroke-dasharray: 90, 90;
    stroke-dashoffset: 0;
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    stroke-dasharray: 90, 90;
    stroke-dashoffset: -90;
    transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes bgColorSpinner {
  0% {
    background: rgba(255, 255, 255, 0.8);
  }
  50% {
    background: rgba(236, 239, 246, 0.8);
  }
  100% {
    background: rgba(255, 255, 255, 0.8);
  }
}

saa-check-box {
  display: inline-block;
  padding: 7.5px;
}

saa-check-box .material.check-box {
  display: inline-block;
  position: relative;
}

saa-check-box .material.check-box input {
  visibility: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

saa-check-box .material.check-box input ~ label {
  cursor: pointer;
}

saa-check-box .material.check-box input ~ label.text {
  font-size: 16px;
  font-weight: 500;
  transition: color 0.5s;
  color: black;
  padding: 4px 10px 0 35px;
  font-family: 'Roboto', Arial, sans-serif;
  display: block;
}

saa-check-box .material.check-box input ~ label.box-delegate {
  display: block;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  border: 2px solid black;
  -webkit-animation: checkbox-animation 0.5s ease-out forwards;
  -moz-animation: checkbox-animation 0.5s ease-out forwards;
  animation: checkbox-animation 0.5s ease-out forwards;
}

saa-check-box .material.check-box input[checked] ~ label.text {
  color: #008fcf;
}

saa-check-box .material.check-box input[checked] ~ label.box-delegate {
  -webkit-animation: checkbox-check-animation 0.5s ease-out forwards;
  -moz-animation: checkbox-check-animation 0.5s ease-out forwards;
  animation: checkbox-check-animation 0.5s ease-out forwards;
}

saa-check-box .material.check-box.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

saa-check-box .material.check-box.disabled input, saa-check-box .material.check-box.disabled label {
  pointer-events: none;
}

saa-check-box .material.check-box .check-box-isrequired:after {
  content: "*";
  color: red;
  padding-left: 2px;
}

@keyframes checkbox-animation {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(45deg) scale(0);
    -moz-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    border-top: 0px solid #000;
    border-left: 0px solid #000;
    top: 0;
    right: 0;
  }
  100% {
    transform: rotate(0deg) scale(1);
    border-top: 0px solid;
    border-left: 0px solid;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    width: 20px;
    height: 20px;
  }
}

@keyframes checkbox-check-animation {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(45deg) scale(0);
    -moz-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    border-top: 0px;
    border-left: 0px;
    top: 0;
    right: 0;
  }
  100% {
    transform: rotate(45deg) scale(1);
    border-top: 0px solid;
    border-left: 0px solid;
    border-bottom: 5px solid #008fcf;
    border-right: 5px solid #008fcf;
    width: 10px;
    height: 20px;
    top: -5px;
    left: 5px;
  }
}

saa-circle-button .material.button-circle.close-button .button-anchor, saa-circle-button .material.button-circle.delete-button .button-anchor, saa-circle-button .material.button-circle.archive-button .button-anchor {
  background-color: #e74c3c;
}

saa-circle-button .material.button-circle.close-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.delete-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.archive-button .button-anchor > .button-icon .fill-path {
  fill: #32100c;
}

saa-circle-button .material.button-circle.close-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.delete-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.archive-button .button-anchor > .button-icon .stroke-path {
  stroke: #32100c;
}

saa-circle-button .material.button-circle.email-button .button-anchor, saa-circle-button .material.button-circle.download-button .button-anchor, saa-circle-button .material.button-circle.edit-button .button-anchor, saa-circle-button .material.button-circle.copy-button .button-anchor, saa-circle-button .material.button-circle.csv-button .button-anchor, saa-circle-button .material.button-circle.active-button .button-anchor, saa-circle-button .material.button-circle.rename-button .button-anchor, saa-circle-button .material.button-circle.resume-button .button-anchor, saa-circle-button .material.button-circle.info-button .button-anchor {
  background-color: #008fcf;
}

saa-circle-button .material.button-circle.email-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.download-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.edit-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.copy-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.csv-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.active-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.rename-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.resume-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.info-button .button-anchor > .button-icon .fill-path {
  fill: #0e202c;
}

saa-circle-button .material.button-circle.email-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.download-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.edit-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.copy-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.csv-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.active-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.rename-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.resume-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.info-button .button-anchor > .button-icon .stroke-path {
  stroke: #0e202c;
}

saa-circle-button .material.button-circle.request-quote-button .button-anchor, saa-circle-button .material.button-circle.designEnvelope-button .button-anchor {
  background-color: #2ecc71;
}

saa-circle-button .material.button-circle.request-quote-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.designEnvelope-button .button-anchor > .button-icon .fill-path {
  fill: #121916;
}

saa-circle-button .material.button-circle.request-quote-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.designEnvelope-button .button-anchor > .button-icon .stroke-path {
  stroke: #121916;
}

saa-circle-button .material.button-circle.add-button .button-anchor, saa-circle-button .material.button-circle.save-button .button-anchor {
  background-color: #ffeb3b;
}

saa-circle-button .material.button-circle.add-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.save-button .button-anchor > .button-icon .fill-path {
  fill: #f39c12;
}

saa-circle-button .material.button-circle.add-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.save-button .button-anchor > .button-icon .stroke-path {
  stroke: #f39c12;
}

saa-circle-button {
  display: inline-block;
}

saa-circle-button .material.button-circle {
  display: inline-block;
  position: relative;
  border-bottom: 0;
  overflow: visible;
}

saa-circle-button .material.button-circle .button-anchor {
  box-sizing: content-box;
  cursor: pointer;
  border-radius: 50%;
  z-index: 20;
  padding: 0;
  position: relative;
}

saa-circle-button .material.button-circle .button-anchor .button-icon {
  box-sizing: content-box;
  opacity: 0.6;
  transition: opacity 1s;
  padding: 30%;
  height: 40%;
  width: 40%;
}

saa-circle-button .material.button-circle:before, saa-circle-button .material.button-circle:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  border-radius: 50%;
  transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

saa-circle-button .material.button-circle:before {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

saa-circle-button .material.button-circle:after {
  -webkit-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
}

saa-circle-button .material.button-circle:hover .button-icon {
  opacity: 1;
}

saa-circle-button .material.button-circle:hover:before {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
}

saa-circle-button .material.button-circle:hover:after {
  -webkit-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
  box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
}

saa-circle-button .material.button-circle.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

saa-circle-button .material.button-circle.disabled .button-anchor {
  pointer-events: none;
}

saa-circle-button .material.button-circle.disabled a {
  cursor: not-allowed;
}

saa-circle-button .material.button-circle.disabled:before, saa-circle-button .material.button-circle.disabled:hover:before, saa-circle-button .material.button-circle.disabled:after, saa-circle-button .material.button-circle.disabled:hover:after {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -o-box-shadow: 0 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

saa-circle-button .material.button-circle .button-anchor, saa-circle-button .material.button-circle .button-anchor:before, saa-circle-button .material.button-circle .button-anchor:after,
saa-circle-button .material.button-circle.normal .button-anchor,
saa-circle-button .material.button-circle.normal .button-anchor:before,
saa-circle-button .material.button-circle.normal .button-anchor:after {
  height: 50px;
  width: 50px;
}

saa-circle-button .material.button-circle.medium .button-anchor, saa-circle-button .material.button-circle.medium .button-anchor:before, saa-circle-button .material.button-circle.medium .button-anchor:after {
  height: 40px;
  width: 40px;
}

saa-circle-button .material.button-circle.small .button-anchor, saa-circle-button .material.button-circle.small .button-anchor:before, saa-circle-button .material.button-circle.small .button-anchor:after {
  height: 30px;
  width: 30px;
}

saa-circle-button .material.button-circle.tiny .button-anchor, saa-circle-button .material.button-circle.tiny .button-anchor:before, saa-circle-button .material.button-circle.tiny .button-anchor:after {
  height: 20px;
  width: 20px;
}

saa-circle-button .material.button-circle.tiny .button-anchor .button-icon {
  height: 50%;
  width: 50%;
  padding: 25%;
}

saa-circle-button .material.button-circle.tiny-small .button-anchor, saa-circle-button .material.button-circle.tiny-small .button-anchor:before, saa-circle-button .material.button-circle.tiny-small .button-anchor:after {
  height: 17px;
  width: 17px;
}

saa-circle-button .material.button-circle.tiny-small .button-anchor .button-icon {
  height: 45%;
  width: 45%;
  padding: 25%;
}

saa-circle-button .circle-button-response-circle {
  border: 1px;
  border-radius: 50%;
  animation-name: circleshadow;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 1s;
}

@media (max-width: 767px) {
  saa-circle-button .material.button-circle .button-anchor, saa-circle-button .material.button-circle .button-anchor:before, saa-circle-button .material.button-circle .button-anchor:after, saa-circle-button .material.button-circle .normal .button-anchor, saa-circle-button .material.button-circle .normal .button-anchor:before, saa-circle-button .material.button-circle .normal .button-anchor:after {
    height: 41px;
    width: 41px;
    margin-top: 0px;
  }
}

@keyframes circleshadow {
  0% {
    box-shadow: 0 0 15px #000;
  }
  50% {
    box-shadow: 0 0 50px #000;
  }
  100% {
    box-shadow: 0 0 15px #000;
  }
}

html.isios saa-circle-button .material.button-circle .button-anchor .button-icon svg {
  margin-top: 0px;
}

html.isios saa-dynamic-text-tab .material.button-circle .button-anchor .button-icon svg {
  margin-top: 2px;
}

saa-circle-button[button-name="info"] .material.button-circle.tiny-small .button-anchor {
  height: 15px;
  width: 15px;
}

saa-circle-button[button-name="info"] .material.button-circle.tiny-small .button-anchor .button-icon {
  height: 12px;
  width: 16px;
  padding: 0;
}

saa-circle-button .material.button-circle.outline.close-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.outline.delete-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.outline.archive-button .button-anchor > .button-icon .fill-path {
  fill: #e74c3c;
}

saa-circle-button .material.button-circle.outline.close-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.outline.delete-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.outline.archive-button .button-anchor > .button-icon .stroke-path {
  stroke: #e74c3c;
}

saa-circle-button .material.button-circle.outline.close-button .button-anchor, saa-circle-button .material.button-circle.outline.delete-button .button-anchor, saa-circle-button .material.button-circle.outline.archive-button .button-anchor {
  border-color: #e74c3c;
}

saa-circle-button .material.button-circle.outline.email-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.outline.download-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.outline.edit-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.outline.info-button .button-anchor > .button-icon .fill-path {
  fill: #008fcf;
}

saa-circle-button .material.button-circle.outline.email-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.outline.download-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.outline.edit-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.outline.info-button .button-anchor > .button-icon .stroke-path {
  stroke: #008fcf;
}

saa-circle-button .material.button-circle.outline.email-button .button-anchor, saa-circle-button .material.button-circle.outline.download-button .button-anchor, saa-circle-button .material.button-circle.outline.edit-button .button-anchor, saa-circle-button .material.button-circle.outline.info-button .button-anchor {
  border-color: #008fcf;
}

saa-circle-button .material.button-circle.outline.add-button .button-anchor > .button-icon .fill-path, saa-circle-button .material.button-circle.outline.save-button .button-anchor > .button-icon .fill-path {
  fill: #ea8a0d;
}

saa-circle-button .material.button-circle.outline.add-button .button-anchor > .button-icon .stroke-path, saa-circle-button .material.button-circle.outline.save-button .button-anchor > .button-icon .stroke-path {
  stroke: #ea8a0d;
}

saa-circle-button .material.button-circle.outline.add-button .button-anchor, saa-circle-button .material.button-circle.outline.save-button .button-anchor {
  border-color: #ea8a0d;
}

saa-circle-button .material.button-circle.outline .button-anchor {
  background-color: transparent;
  border-style: solid;
}

saa-circle-button .material.button-circle.outline .button-anchor .button-icon {
  opacity: 1;
}

saa-circle-button .material.button-circle.outline, saa-circle-button .material.button-circle.outline:not(:hover):before, saa-circle-button .material.button-circle.outline:not(:hover):after {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -o-box-shadow: 0 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

saa-circle-button .material.button-circle.outline.normal .button-anchor {
  border-width: 4px;
}

saa-circle-button .material.button-circle.outline.medium .button-anchor {
  border-width: 3px;
}

saa-circle-button .material.button-circle.outline.small .button-anchor {
  border-width: 2px;
}

saa-circle-button .material.button-circle.outline.tiny .button-anchor {
  border-width: 2.5px;
}

saa-circle-button .material.button-circle.outline.tiny-small .button-anchor {
  border-width: 2px;
}

saa-circle-button[button-name="info"] .material.button-circle.outline.tiny-small .button-anchor {
  height: 15px;
  width: 15px;
}

saa-circle-button[button-name="info"] .material.button-circle.outline.tiny-small .button-anchor .button-icon {
  height: 12px;
  width: 16px;
  padding: 0;
}

saa-custom-rad-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
}

saa-custom-rad-button .radio-label {
  margin: 4px 0 0 5px;
  padding-left: 4px;
  color: white;
}

saa-custom-rad-button .radio-label.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

saa-custom-rad-button .radio-label.text-light {
  color: white !important;
}

saa-custom-rad-button .radio-label.text-dark {
  color: #0086cb !important;
}

saa-custom-rad-button .radio-button {
  position: relative;
  float: left;
}

saa-custom-rad-button .radio-button.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

saa-custom-rad-button .radio-button .radio-button-circle {
  border: 2px solid white;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  transition: border-color 0.5s ease-in-out;
}

saa-custom-rad-button .radio-button .radio-button-fill {
  background-color: white;
  width: 20px;
  height: 20px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

saa-custom-rad-button input {
  display: none;
}

saa-custom-rad-button input:checked + .radio-button .radio-button-circle {
  border-color: white;
}

saa-custom-rad-button input:checked + .radio-button .radio-label {
  color: white;
}

saa-custom-rad-button input:checked + .radio-button .radio-button-fill {
  transform: scale(0.6);
}

saa-custom-rad-button input:checked + div + label {
  color: white;
}

saa-custom-rad-button .radio-button-response-circle {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px;
  border-radius: 50%;
  animation-name: radioButtonCircleshadow;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 1s;
}

saa-custom-rad-button .radio-button-response-circle:focus {
  outline: 0;
}

/* === Theme-based overrides for radio buttons === */
/* BackgroundBlue1: white border and fill */
.BackgroundBlue1 .radio-button-circle {
  border-color: white !important;
}

.BackgroundBlue1 .radio-button-fill {
  background-color: white !important;
}

.BackgroundBlue1 .radio-label {
  color: white !important;
}

/* BackgroundWhite1: blue border and fill */
.BackgroundStdWhite1 .radio-button-circle {
  border-color: #0086cb !important;
}

.BackgroundStdWhite1 .radio-button-fill {
  background-color: #007bff !important;
}

.BackgroundStdWhite1 .radio-label {
  color: #0086cb !important;
}

/* Optional Animation */
@keyframes radioButtonCircleshadow {
  0% {
    box-shadow: 0 0 8px #000;
  }
  50% {
    box-shadow: 0 0 30px #000;
  }
  100% {
    box-shadow: 0 0 8px #000;
  }
}

.material.drop-down button {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: black;
  color: black;
}

.material.drop-down button ~ label {
  border-color: black;
  color: black;
}

.material.drop-down button:focus {
  border-bottom-color: #008fcf;
  color: #008fcf;
}

.material.drop-down button:focus ~ label {
  border-color: #008fcf;
  color: #008fcf;
}

.material.drop-down.control-primary button {
  border-color: rgba(246, 246, 246, 0.1);
  background-color: rgba(246, 246, 246, 0.05);
  border-bottom-color: #f6f6f6;
  color: #f6f6f6;
}

.material.drop-down.control-primary button ~ label {
  border-color: #f6f6f6;
  color: #f6f6f6;
}

.material.drop-down.control-primary button:focus {
  border-bottom-color: #ffeb3b;
  color: #ffeb3b;
}

.material.drop-down.control-primary button:focus ~ label {
  border-color: #ffeb3b;
  color: #ffeb3b;
}

.dropdown-menu li {
  border-bottom-color: #eee;
}

.dropdown-menu li::before {
  background: #008fcf;
}

.dropdown-menu li a {
  color: #777;
}

.dropdown-menu li a:hover {
  background-color: transparent;
  background-image: none;
}

.dropdown-menu li:hover a {
  color: #008fcf;
}

.dropdown-menu li.selected {
  background-color: #9ce0ff;
  border-bottom-color: #9ce0ff;
}

.dropdown-menu li.selected a {
  color: #274259;
}

.dropdown-menu.control-primary li {
  border-bottom-color: #eee;
}

.dropdown-menu.control-primary li::before {
  background: #005784;
}

.dropdown-menu.control-primary li a {
  color: #777;
}

.dropdown-menu.control-primary li a:hover {
  background-color: transparent;
  background-image: none;
}

.dropdown-menu.control-primary li:hover a {
  color: #005784;
}

.dropdown-menu.control-primary li.selected {
  background-color: #13afff;
  border-bottom-color: #13afff;
}

.dropdown-menu.control-primary li.selected a {
  color: #ffeb3b;
}


saa-drop-down {
  display: block;
  padding: 7.5px;
}

saa-drop-down .material.drop-down {
  position: relative;
  display: block;
  margin-top: -4px;
}

saa-drop-down .material.drop-down button {
  height: 30px;
  min-width: 100%;
  display: block;
  padding-right: 22px;
  font: 18px Arial, Helvetica, sans-serif;
  text-align: left;
  cursor: pointer;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: border-color 0.5s, color 0.5s;
}

saa-drop-down .material.drop-down button div {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

saa-drop-down .material.drop-down button::after {
  content: '▼';
  position: absolute;
  right: 6px;
  top: calc(50% - 9px);
}

saa-drop-down .material.drop-down button ~ label.text {
  font: 12px Roboto, sans-serif;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 30px;
  transform-origin: 0% 110%;
  transform: scale(1) translateY(0);
  transition: color 0.5s;
  padding: 0 10px 0 0;
}

saa-drop-down .material.drop-down button ~ label.underline {
  position: absolute;
  bottom: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  left: 0;
  width: 0;
  transition: border-color 1s, left 1s, right 1s, width 1s;
}

saa-drop-down .material.drop-down button:focus ~ label.underline {
  width: 100%;
}

saa-drop-down .material.drop-down .list-wrapper {
  position: absolute;
}

saa-drop-down .material.drop-down.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

saa-drop-down .material.drop-down.disabled button, saa-drop-down .material.drop-down.disabled ul, saa-drop-down .material.drop-down.disabled label {
  pointer-events: none;
}

saa-drop-down .material.drop-down .dropdown-isrequired:after {
  content: "*";
  color: red;
  padding-left: 2px;
}

ul[id*="Saa-drop-down"].dropdown-menu {
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  padding: 0;
  margin-top: -30px;
  height: auto;
  overflow-x: hidden;
}

ul[id*="Saa-drop-down"].dropdown-menu li {
  min-height: 30px;
  height: auto;
  transition: color 0.5s;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: stretch;
}

ul[id*="Saa-drop-down"].dropdown-menu li:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

ul[id*="Saa-drop-down"].dropdown-menu li a {
  background: transparent;
  padding: 0 10px;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  height: auto;
  white-space: normal !important;
}

ul[id*="Saa-drop-down"].dropdown-menu li::before {
  display: inline-block;
  content: ' ';
  min-width: 0px;
  width: 0px;
  transition: min-width 0.5s;
  min-height: 30px;
  align-self: stretch;
}

ul[id*="Saa-drop-down"].dropdown-menu li:hover::before {
  min-width: 10px;
  width: auto;
}

.material.button {
  background-color: #008fcf;
  border-color: #008fcf;
  color: white;
}

.material.button.control-primary {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
  color: black;
}

saa-horizontal-button .material-element.button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  color: #fff;
}

saa-horizontal-button .material-element.button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

saa-horizontal-button .iconWrapper {
  padding-left: 28px;
}

saa-horizontal-button .material-element.button .background-yellow-light {
  background-color: #ffeb3b !important;
  border-color: #ffeb3b;
}

saa-horizontal-button .material-element.button:before, saa-horizontal-button .material-element.button:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

saa-horizontal-button .material-element.button:before {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

saa-horizontal-button .material-element.button:after {
  -webkit-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.18);
}

saa-horizontal-button .material-element.button:hover .wrap-text-button-container {
  opacity: 1;
}

saa-horizontal-button .material-element.button:hover:before {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
}

saa-horizontal-button .material-element.button:hover:after {
  -webkit-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
  box-shadow: 0 3px 8px 0.5px rgba(0, 0, 0, 0.28);
}

saa-horizontal-button .material-element.button .button-container {
  position: relative;
  padding: 10px;
  overflow: hidden;
}

saa-horizontal-button .material-element.button .button-container .wrap-text-button-container {
  position: relative;
  opacity: 0.85;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  z-index: 10;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  transition: opacity 0.5s cubic-bezier(0.2, 0, 0.03, 1);
}

saa-horizontal-button .material-element.button .button-container .button-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -11px;
  z-index: 10;
  background-color: transparent;
}

saa-horizontal-button .material-element.button .button-container .button-text {
  position: relative;
  z-index: 10;
  background-color: transparent;
  font-weight: bold;
  font-size: 12px;
  text-transform: capitalize;
}

saa-horizontal-button .material-element.button.button-horizontal-small .button-container {
  padding: 8px 5px;
}

saa-horizontal-button .material-element.button.button-horizontal-small .button-container .button-icon {
  width: 15px;
  height: 15px;
  margin-top: -8px;
  margin-left: 2px;
}

saa-horizontal-button .material-element.button .wrap-text-button-container {
  transition: opacity 0.5s cubic-bezier(0.2, 0, 0.03, 1);
}

saa-horizontal-button .material-element.button.button-horizontal-small .wrap-text-button-container .button-text {
  text-transform: none;
  background-color: transparent;
}

saa-horizontal-button .circle-response-child .circle-response {
  height: 100%;
  overflow: hidden;
  position: relative;
}

saa-horizontal-button .circle-response-child .circle {
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 50%;
  top: 50%;
  display: block;
  background-color: rgba(17, 17, 17, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

saa-horizontal-button .circle-button-response-circle {
  background: white;
  height: 60px;
  width: 60px;
  margin-left: -30px;
  margin-right: 0px;
  margin-top: -30px;
  margin-bottom: -10px;
  animation-name: circleResponseAnimation;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 1s;
}

@-webkit-keyframes circleResponseAnimation {
  0% {
    -webkit-transform: scale(0.4);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.8);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.25);
    opacity: 1;
  }
}

@-moz-keyframes circleResponseAnimation {
  0% {
    -moz-transform: scale(0.25);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(0.8);
    opacity: 0.75;
  }
  100% {
    -moz-transform: scale(1.25);
    opacity: 0;
  }
}

@keyframes circleResponseAnimation {
  0% {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 0;
  }
}

saa-radio-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

saa-radio-button .radio-label {
  margin: 4px 0 0 5px;
  color: #666;
  float: left;
}

saa-radio-button .radio-label.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

saa-radio-button .radio-button {
  position: relative;
  float: left;
}

saa-radio-button .radio-button.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

saa-radio-button .radio-button .radio-button-circle {
  border: 2px solid #666;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  transition: border-color 0.5s ease-in-out;
}

saa-radio-button .radio-button .radio-button-fill {
  background-color: #008fcf;
  width: 20px;
  height: 20px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

saa-radio-button input {
  display: none;
}

saa-radio-button input:checked + .radio-button .radio-button-circle {
  border-color: #008fcf;
}

saa-radio-button input:checked + .radio-button .radio-label {
  color: #008fcf;
}

saa-radio-button input:checked + .radio-button .radio-button-fill {
  transform: scale(0.6);
}

saa-radio-button input:checked + div + label {
  color: #008fcf;
}

saa-radio-button .radio-button-response-circle {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px;
  border-radius: 50%;
  animation-name: radioButtonCircleshadow;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 1s;
}

saa-radio-button .radio-button-response-circle:focus {
  outline: 0;
}

@keyframes radioButtonCircleshadow {
  /*50% {box-shadow: 0px 0px 50px 0px #000; outline: 0;}*/
  /*0% { box-shadow:0 0 10px #000, inset 0 0 10px #000; outline: 0;}
    50% { box-shadow:0 0 50px #000, inset 0 0 15px #000; outline: 0;}
    100% { box-shadow:0 0 10px #000, inset 0 0 10px #000; outline: 0;}*/
  /*0% { box-shadow:0 0 10px #000, inset 0 0 10px #000;}
    50% { box-shadow:0 0 50px #000, inset 0 0 15px #000;}
    100% { box-shadow:0 0 10px #000, inset 0 0 10px #000;}*/
  0% {
    box-shadow: 0 0 8px #000;
  }
  50% {
    box-shadow: 0 0 30px #000;
  }
  100% {
    box-shadow: 0 0 8px #000;
  }
}

saa-slider .slider-wrapper .range-wrapper .min-range-label, saa-slider .slider-wrapper .range-wrapper .max-range-label {
  line-height: 100%;
  font-weight: 400;
}

saa-slider .slider-wrapper .range-wrapper .min-range-label, saa-slider .slider-wrapper .range-wrapper .max-range-label {
  font-size: 12px;
}

saa-slider .slider-wrapper {
  width: calc(100% - 15px);
  margin: 0px auto;
}

saa-slider .slider-wrapper .slider-bar-wrapper, saa-slider .slider-wrapper .slider-bar, saa-slider .slider-wrapper .slider {
  background: #ccc;
}

saa-slider .slider-wrapper .slider-bar-wrapper .slider-bar {
  width: calc(100% - 15px);
  height: 5px;
  margin-bottom: 3px;
  -webkit-box-shadow: 0 0 2px #D5D4D4 inset;
  -moz-box-shadow: 0 0 2px #D5D4D4 inset;
  -o-box-shadow: 0 0 2px #D5D4D4 inset;
  -ms-box-shadow: 0 0 2px #D5D4D4 inset;
  box-shadow: 0 0 2px #D5D4D4 inset;
  position: relative;
}

saa-slider .slider-wrapper .slider-bar-wrapper .slider-bar .slider {
  opacity: 0;
  width: calc(100% + 15px) !important;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 1;
}

saa-slider .slider-wrapper .slider-bar-wrapper .slider-bar .inner {
  position: relative;
  height: 100%;
  background-image: -webkit-linear-gradient(left, #009de3 0%, #008fcf 100%);
  background-image: linear-gradient(to right, #009de3 0%, #008fcf 100%);
  transition: none;
}

saa-slider .slider-wrapper .slider-bar-wrapper .slider-bar .inner:after {
  content: " ";
  width: 15px;
  height: 15px;
  background-color: #008fcf;
  position: absolute;
  left: 100%;
  top: -5px;
  border-radius: 50%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  margin: 0px;
}

saa-slider .slider-wrapper .range-wrapper {
  width: 100%;
  color: #ccc;
  display: inline-block;
}

saa-slider .slider-wrapper .range-wrapper .min-range-label {
  float: left;
  color: #008fcf;
}

saa-slider .slider-wrapper .range-wrapper .max-range-label {
  float: right;
}

.material.text-box input, .material.text-box textarea, .material.text-area input, .material.text-area textarea, .material.slider-text-box input, .material.slider-text-box textarea {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: black;
  color: black;
}

.material.text-box input ~ label, .material.text-box textarea ~ label, .material.text-area input ~ label, .material.text-area textarea ~ label, .material.slider-text-box input ~ label, .material.slider-text-box textarea ~ label {
  border-color: black;
  color: black;
}

.material.text-box input:focus, .material.text-box input:hover, .material.text-box textarea:focus, .material.text-box textarea:hover, .material.text-area input:focus, .material.text-area input:hover, .material.text-area textarea:focus, .material.text-area textarea:hover, .material.slider-text-box input:focus, .material.slider-text-box input:hover, .material.slider-text-box textarea:focus, .material.slider-text-box textarea:hover {
  border-bottom-color: #008fcf;
  color: #008fcf;
}

.material.text-box input:focus ~ label, .material.text-box input:hover ~ label, .material.text-box textarea:focus ~ label, .material.text-box textarea:hover ~ label, .material.text-area input:focus ~ label, .material.text-area input:hover ~ label, .material.text-area textarea:focus ~ label, .material.text-area textarea:hover ~ label, .material.slider-text-box input:focus ~ label, .material.slider-text-box input:hover ~ label, .material.slider-text-box textarea:focus ~ label, .material.slider-text-box textarea:hover ~ label {
  border-color: #008fcf;
  color: #008fcf;
}

.material.text-box.control-primary input, .material.text-box.control-primary textarea, .material.text-area.control-primary input, .material.text-area.control-primary textarea, .material.slider-text-box.control-primary input, .material.slider-text-box.control-primary textarea {
  border-color: rgba(246, 246, 246, 0.1);
  background-color: rgba(246, 246, 246, 0.05);
  border-bottom-color: #f6f6f6;
  color: #f6f6f6;
}

.material.text-box.control-primary input ~ label, .material.text-box.control-primary textarea ~ label, .material.text-area.control-primary input ~ label, .material.text-area.control-primary textarea ~ label, .material.slider-text-box.control-primary input ~ label, .material.slider-text-box.control-primary textarea ~ label {
  border-color: #f6f6f6;
  color: #f6f6f6;
}

.material.text-box.control-primary input:focus, .material.text-box.control-primary input:hover, .material.text-box.control-primary textarea:focus, .material.text-box.control-primary textarea:hover, .material.text-area.control-primary input:focus, .material.text-area.control-primary input:hover, .material.text-area.control-primary textarea:focus, .material.text-area.control-primary textarea:hover, .material.slider-text-box.control-primary input:focus, .material.slider-text-box.control-primary input:hover, .material.slider-text-box.control-primary textarea:focus, .material.slider-text-box.control-primary textarea:hover {
  border-bottom-color: #ffeb3b;
  color: #ffeb3b;
}

.material.text-box.control-primary input:focus ~ label, .material.text-box.control-primary input:hover ~ label, .material.text-box.control-primary textarea:focus ~ label, .material.text-box.control-primary textarea:hover ~ label, .material.text-area.control-primary input:focus ~ label, .material.text-area.control-primary input:hover ~ label, .material.text-area.control-primary textarea:focus ~ label, .material.text-area.control-primary textarea:hover ~ label, .material.slider-text-box.control-primary input:focus ~ label, .material.slider-text-box.control-primary input:hover ~ label, .material.slider-text-box.control-primary textarea:focus ~ label, .material.slider-text-box.control-primary textarea:hover ~ label {
  border-color: #ffeb3b;
  color: #ffeb3b;
}

saa-slider-text-box .slider-wrapper .range-wrapper .min-range-label, saa-slider-text-box .slider-wrapper .range-wrapper .max-range-label {
  line-height: 100%;
  font-weight: 400;
}

saa-slider-text-box .slider-wrapper .range-wrapper .min-range-label, saa-slider-text-box .slider-wrapper .range-wrapper .max-range-label {
  font-size: 12px;
}

saa-slider-text-box {
  display: block;
  padding: 7.5px;
}

saa-slider-text-box .material.slider-text-box {
  position: relative;
  display: block;
  min-width: 80px;
  margin-top: -4px;
}

saa-slider-text-box .material.slider-text-box .slider-text-box-suffix-padding {
  padding: 0 21px 0 5px !important;
}

saa-slider-text-box .material.slider-text-box .span-suffix-alignment {
  padding: 24px 5px 0 0;
  float: right;
}

saa-slider-text-box .material.slider-text-box input {
  height: 30px;
  min-width: 80px;
  width: 100%;
  display: block;
  padding: 0 6px;
  font: 18px Arial, Helvetica, sans-serif;
  cursor: text;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: border-color 0.5s, color 0.5s;
}

saa-slider-text-box .material.slider-text-box input:focus {
  outline: none;
}

saa-slider-text-box .material.slider-text-box input:focus ~ label.underline {
  left: 0 !important;
  width: 100%;
}

saa-slider-text-box .material.slider-text-box input ~ label.text {
  font: 12px Roboto, sans-serif;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 30px;
  transform-origin: 0% 110%;
  transform: scale(1) translateY(0);
  transition: color 0.5s;
}

saa-slider-text-box .material.slider-text-box input ~ label.underline {
  position: absolute;
  bottom: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  left: 50%;
  width: 0;
  transition: border-color 1s, left 1s, right 1s, width 1s;
}

saa-slider-text-box .material.slider-text-box input[type='number'] {
  -moz-appearance: textfield;
}

saa-slider-text-box .material.slider-text-box input::-webkit-outer-spin-button, saa-slider-text-box .material.slider-text-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

saa-slider-text-box .material.slider-text-box.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

saa-slider-text-box .material.slider-text-box.disabled input, saa-slider-text-box .material.slider-text-box.disabled label {
  pointer-events: none;
}

saa-slider-text-box .material.slider-text-box .text-box-isrequired:after {
  content: "*";
  color: red;
  padding-left: 2px;
}

saa-slider-text-box .padding-slider {
  padding: 7.5px 0 7.5px 0;
}

saa-slider-text-box .slider-wrapper {
  width: 100% !important;
}

saa-slider-text-box .slider-wrapper {
  width: calc(100% - 15px);
  margin: 0px auto;
}

saa-slider-text-box .slider-wrapper .slider-bar-wrapper, saa-slider-text-box .slider-wrapper .slider-bar, saa-slider-text-box .slider-wrapper .slider {
  background: #ccc;
}

saa-slider-text-box .slider-wrapper.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

saa-slider-text-box .slider-wrapper .slider-bar-wrapper .slider-bar {
  width: calc(100% - 15px);
  height: 5px;
  margin-bottom: 3px;
  -webkit-box-shadow: 0 0 2px #D5D4D4 inset;
  -moz-box-shadow: 0 0 2px #D5D4D4 inset;
  -o-box-shadow: 0 0 2px #D5D4D4 inset;
  -ms-box-shadow: 0 0 2px #D5D4D4 inset;
  box-shadow: 0 0 2px #D5D4D4 inset;
  position: relative;
}

saa-slider-text-box .slider-wrapper .slider-bar-wrapper .slider-bar .slider {
  opacity: 0;
  width: calc(100% + 15px) !important;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 1;
}

saa-slider-text-box .slider-wrapper .slider-bar-wrapper .slider-bar .inner {
  position: relative;
  height: 100%;
  background-image: -webkit-linear-gradient(left, #009de3 0%, #008fcf 100%);
  background-image: linear-gradient(to right, #009de3 0%, #008fcf 100%);
  transition: none;
}

saa-slider-text-box .slider-wrapper .slider-bar-wrapper .slider-bar .inner:after {
  content: " ";
  width: 15px;
  height: 15px;
  background-color: #008fcf;
  position: absolute;
  left: 100%;
  top: -5px;
  border-radius: 50%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  margin: 0px;
}

saa-slider-text-box .slider-wrapper .range-wrapper {
  width: 100%;
  color: #ccc;
  display: inline-block;
}

saa-slider-text-box .slider-wrapper .range-wrapper .min-range-label {
  float: left;
  color: #008fcf;
}

saa-slider-text-box .slider-wrapper .range-wrapper .max-range-label {
  float: right;
}

.material.text-box input, .material.text-box textarea, .material.text-area input, .material.text-area textarea, .material.slider-text-box input, .material.slider-text-box textarea {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: black;
  color: black;
}

.material.text-box input ~ label, .material.text-box textarea ~ label, .material.text-area input ~ label, .material.text-area textarea ~ label, .material.slider-text-box input ~ label, .material.slider-text-box textarea ~ label {
  border-color: black;
  color: black;
}

.material.text-box input:focus, .material.text-box input:hover, .material.text-box textarea:focus, .material.text-box textarea:hover, .material.text-area input:focus, .material.text-area input:hover, .material.text-area textarea:focus, .material.text-area textarea:hover, .material.slider-text-box input:focus, .material.slider-text-box input:hover, .material.slider-text-box textarea:focus, .material.slider-text-box textarea:hover {
  border-bottom-color: #008fcf;
  color: #008fcf;
}

.material.text-box input:focus ~ label, .material.text-box input:hover ~ label, .material.text-box textarea:focus ~ label, .material.text-box textarea:hover ~ label, .material.text-area input:focus ~ label, .material.text-area input:hover ~ label, .material.text-area textarea:focus ~ label, .material.text-area textarea:hover ~ label, .material.slider-text-box input:focus ~ label, .material.slider-text-box input:hover ~ label, .material.slider-text-box textarea:focus ~ label, .material.slider-text-box textarea:hover ~ label {
  border-color: #008fcf;
  color: #008fcf;
}

.material.text-box.control-primary input, .material.text-box.control-primary textarea, .material.text-area.control-primary input, .material.text-area.control-primary textarea, .material.slider-text-box.control-primary input, .material.slider-text-box.control-primary textarea {
  border-color: rgba(246, 246, 246, 0.1);
  background-color: rgba(246, 246, 246, 0.05);
  border-bottom-color: #f6f6f6;
  color: #f6f6f6;
}

.material.text-box.control-primary input ~ label, .material.text-box.control-primary textarea ~ label, .material.text-area.control-primary input ~ label, .material.text-area.control-primary textarea ~ label, .material.slider-text-box.control-primary input ~ label, .material.slider-text-box.control-primary textarea ~ label {
  border-color: #f6f6f6;
  color: #f6f6f6;
}

.material.text-box.control-primary input:focus, .material.text-box.control-primary input:hover, .material.text-box.control-primary textarea:focus, .material.text-box.control-primary textarea:hover, .material.text-area.control-primary input:focus, .material.text-area.control-primary input:hover, .material.text-area.control-primary textarea:focus, .material.text-area.control-primary textarea:hover, .material.slider-text-box.control-primary input:focus, .material.slider-text-box.control-primary input:hover, .material.slider-text-box.control-primary textarea:focus, .material.slider-text-box.control-primary textarea:hover {
  border-bottom-color: #ffeb3b;
  color: #ffeb3b;
}

.material.text-box.control-primary input:focus ~ label, .material.text-box.control-primary input:hover ~ label, .material.text-box.control-primary textarea:focus ~ label, .material.text-box.control-primary textarea:hover ~ label, .material.text-area.control-primary input:focus ~ label, .material.text-area.control-primary input:hover ~ label, .material.text-area.control-primary textarea:focus ~ label, .material.text-area.control-primary textarea:hover ~ label, .material.slider-text-box.control-primary input:focus ~ label, .material.slider-text-box.control-primary input:hover ~ label, .material.slider-text-box.control-primary textarea:focus ~ label, .material.slider-text-box.control-primary textarea:hover ~ label {
  border-color: #ffeb3b;
  color: #ffeb3b;
}

saa-text-area {
  display: block;
  padding: 7.5px;
}

saa-text-area .disabled {
  opacity: 0.5 !important;
  cursor: default !important;
  transition: none;
}

saa-text-area .disabled textarea, saa-text-area .disabled label {
  pointer-events: visible;
}

saa-text-area .material.text-area {
  position: relative;
  display: block;
  min-width: 80px;
  margin-top: -4px;
}

saa-text-area .material.text-area label.text {
  font: 12px Roboto, sans-serif;
  font-weight: 500;
  line-height: 16px;
  transform-origin: 0% 110%;
  transform: scale(1) translateY(0);
  transition: color 0.5s;
}

saa-text-area .material.text-area .text-area-isrequired:after {
  content: "*";
  color: red;
  padding-left: 2px;
}

saa-text-area .material.text-area textarea {
  width: 100%;
  display: block;
  padding: 0 6px;
  font: 18px Arial, Helvetica, sans-serif;
  cursor: text;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  bottom: 0;
  left: 0;
  transition: border-color 0.5s, color 0.5s;
  white-space: pre-wrap;
}

saa-text-area .material.text-area textarea[readonly]:hover {
  border-bottom-color: #000000;
  color: #000000;
  transition: none;
}

saa-text-area .material.text-area textarea[readonly]:focus {
  border-bottom-color: #000000;
  color: #000000;
  pointer-events: visible;
  transition: none;
}

saa-text-area .material.text-area textarea[readonly]:focus ~ label.underline {
  width: 0%;
  color: #000000;
  pointer-events: visible;
  transition: none;
  transition: none;
  border-bottom-style: none;
}

saa-text-area .material.text-area textarea:focus {
  outline: none;
}

saa-text-area .material.text-area textarea:focus ~ label.underline {
  left: 0 !important;
  width: 100%;
}

saa-text-area .material.text-area textarea ~ label.underline {
  position: absolute;
  bottom: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  left: 50%;
  width: 0;
  transition: border-color 1s, left 1s, right 1s, width 1s;
}

saa-text-area .material.text-area textarea::-webkit-outer-spin-button, saa-text-area .material.text-area textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.material.text-box input, .material.text-box textarea, .material.text-area input, .material.text-area textarea, .material.slider-text-box input, .material.slider-text-box textarea {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: black;
  color: black;
}

.material.text-box input ~ label, .material.text-box textarea ~ label, .material.text-area input ~ label, .material.text-area textarea ~ label, .material.slider-text-box input ~ label, .material.slider-text-box textarea ~ label {
  border-color: black;
  color: black;
}

.material.text-box input:focus, .material.text-box input:hover, .material.text-box textarea:focus, .material.text-box textarea:hover, .material.text-area input:focus, .material.text-area input:hover, .material.text-area textarea:focus, .material.text-area textarea:hover, .material.slider-text-box input:focus, .material.slider-text-box input:hover, .material.slider-text-box textarea:focus, .material.slider-text-box textarea:hover {
  border-bottom-color: #008fcf;
  color: #008fcf;
}

.material.text-box input:focus ~ label, .material.text-box input:hover ~ label, .material.text-box textarea:focus ~ label, .material.text-box textarea:hover ~ label, .material.text-area input:focus ~ label, .material.text-area input:hover ~ label, .material.text-area textarea:focus ~ label, .material.text-area textarea:hover ~ label, .material.slider-text-box input:focus ~ label, .material.slider-text-box input:hover ~ label, .material.slider-text-box textarea:focus ~ label, .material.slider-text-box textarea:hover ~ label {
  border-color: #008fcf;
  color: #008fcf;
}

.material.text-box.control-primary input, .material.text-box.control-primary textarea, .material.text-area.control-primary input, .material.text-area.control-primary textarea, .material.slider-text-box.control-primary input, .material.slider-text-box.control-primary textarea {
  border-color: rgba(246, 246, 246, 0.1);
  background-color: rgba(246, 246, 246, 0.05);
  border-bottom-color: #f6f6f6;
  color: #f6f6f6;
}

.material.text-box.control-primary input ~ label, .material.text-box.control-primary textarea ~ label, .material.text-area.control-primary input ~ label, .material.text-area.control-primary textarea ~ label, .material.slider-text-box.control-primary input ~ label, .material.slider-text-box.control-primary textarea ~ label {
  border-color: #f6f6f6;
  color: #f6f6f6;
}

.material.text-box.control-primary input:focus, .material.text-box.control-primary input:hover, .material.text-box.control-primary textarea:focus, .material.text-box.control-primary textarea:hover, .material.text-area.control-primary input:focus, .material.text-area.control-primary input:hover, .material.text-area.control-primary textarea:focus, .material.text-area.control-primary textarea:hover, .material.slider-text-box.control-primary input:focus, .material.slider-text-box.control-primary input:hover, .material.slider-text-box.control-primary textarea:focus, .material.slider-text-box.control-primary textarea:hover {
  border-bottom-color: #ffeb3b;
  color: #ffeb3b;
}

.material.text-box.control-primary input:focus ~ label, .material.text-box.control-primary input:hover ~ label, .material.text-box.control-primary textarea:focus ~ label, .material.text-box.control-primary textarea:hover ~ label, .material.text-area.control-primary input:focus ~ label, .material.text-area.control-primary input:hover ~ label, .material.text-area.control-primary textarea:focus ~ label, .material.text-area.control-primary textarea:hover ~ label, .material.slider-text-box.control-primary input:focus ~ label, .material.slider-text-box.control-primary input:hover ~ label, .material.slider-text-box.control-primary textarea:focus ~ label, .material.slider-text-box.control-primary textarea:hover ~ label {
  border-color: #ffeb3b;
  color: #ffeb3b;
}

saa-text-box {
  display: block;
  padding: 7.5px;
}

saa-text-box .material.text-box {
  position: relative;
  display: block;
  min-width: 80px;
  margin-top: -4px;
}

saa-text-box .material.text-box .text-box-suffix-padding {
  padding: 0 21px 0 5px !important;
}

saa-text-box .material.text-box .span-suffix-alignment {
  padding: 24px 5px 0 0;
  float: right;
}

saa-text-box .material.text-box input {
  height: 30px;
  min-width: 80px;
  width: 100%;
  display: block;
  padding: 0 6px;
  font: 18px Arial, Helvetica, sans-serif;
  cursor: text;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: border-color 0.5s, color 0.5s;
}

saa-text-box .material.text-box input:focus {
  outline: none;
}

saa-text-box .material.text-box input:focus ~ label.underline {
  left: 0 !important;
  width: 100%;
}

saa-text-box .material.text-box input ~ label.text {
  font: 12px Roboto, sans-serif;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 30px;
  transform-origin: 0% 110%;
  transform: scale(1) translateY(0);
  transition: color 0.5s;
  padding: 0 12px 0 0;
}

saa-text-box .material.text-box input ~ label.underline {
  position: absolute;
  bottom: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  left: 50%;
  width: 0;
  transition: border-color 1s, left 1s, right 1s, width 1s;
}

saa-text-box .material.text-box input[type='number'] {
  -moz-appearance: textfield;
}

saa-text-box .material.text-box input::-webkit-outer-spin-button, saa-text-box .material.text-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

saa-text-box .material.text-box.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

saa-text-box .material.text-box.disabled input, saa-text-box .material.text-box.disabled label {
  pointer-events: none;
}

saa-text-box .material.text-box .text-box-isrequired:after {
  content: "*";
  color: red;
  padding-left: 2px;
}

saa-text-box .padding-slider {
  padding: 7.5px 0 7.5px 0;
}

saa-text-box saa-slider .slider-wrapper {
  width: 100% !important;
}

saa-text-button {
  display: inline-block;
}

saa-text-button .button-text {
  font-weight: bold;
  font-size: 12px;
}

saa-text-button .button {
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
}

saa-text-button .circle-response-child .circle-response {
  height: 100%;
  overflow: hidden;
  position: relative;
}

saa-text-button .circle-response-child .circle-response .padding-small {
  padding: 10px;
}

saa-text-button .circle-response-child .circle {
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 50%;
  top: 50%;
  display: block;
  background-color: rgba(17, 17, 17, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

saa-text-button .circle-response-child .circle.circle-response-circle {
  -webkit-animation: 0.5s ease-in circleResponseAnimation;
  -moz-animation: 0.5s ease-in circleResponseAnimation;
  animation: 0.5s ease-in circleResponseAnimation;
}

@-webkit-keyframes circleResponseAnimation {
  0% {
    -webkit-transform: scale(0.4);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.8);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.25);
    opacity: 1;
  }
}

@-moz-keyframes circleResponseAnimation {
  0% {
    -moz-transform: scale(0.25);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(0.8);
    opacity: 0.75;
  }
  100% {
    -moz-transform: scale(1.25);
    opacity: 0;
  }
}

@keyframes circleResponseAnimation {
  0% {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 0;
  }
}

.tbtn label {
  color: #999;
  border-color: #999;
}

.tbtn label:hover {
  background-color: rgba(0, 143, 207, 0.1);
  border-color: #008fcf;
  color: #008fcf;
}

.tbtn label.active {
  background-color: #008fcf;
  border-color: #008fcf;
  color: #fff;
}

.tbtn.tbtn-primary label {
  color: #efefef;
  border-color: #efefef;
}

.tbtn.tbtn-primary label:hover {
  background-color: rgba(255, 235, 59, 0.1);
  border-color: #ffeb3b;
  color: #ffeb3b;
}

.tbtn.tbtn-primary label.active {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
  color: #333;
}

.tbtn label {
  font-size: 12px;
  padding: 8px 15px;
  margin: 15px;
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  font-family: Arial;
  transition: border 0.5s ease-in-out, color 0.5s ease-in-out, background 0.5s ease-in-out;
}

.toggleButtonGroupContainer .material-element.button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 8px 15px;
  margin-bottom: 0;
  font-size: 12px;
  color: #999;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #999;
}

.toggleButtonGroupContainer .material-element.button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.toggleButtonGroupContainer .material-element.button.active {
  background-color: #008fcf;
  border-color: #008fcf;
  color: #fff;
}

.toggleButtonGroupContainer .material-element.button:hover:enabled {
  opacity: 0.2;
  background-color: #008fcf;
  border-color: #008fcf;
  color: #fff;
}

.toggleButtonGroupContainer span {
  display: inline-block;
}

.toggleButtonGroupContainer span:first-child input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.toggleButtonGroupContainer span:last-child input {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 767px) {
  .toggleButtonGroupContainer .material-element.button {
    padding: 8px 10px;
  }
}

.material.typeable-drop-down .ui-select-match > span, .material.typeable-drop-down .ui-select-search, .ui-select-container .ui-select-match > span, .ui-select-container .ui-select-search, .ui-select-match .ui-select-match > span, .ui-select-match .ui-select-search, .ui-select-toggle .ui-select-match > span, .ui-select-toggle .ui-select-search {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: black;
  color: black;
  box-shadow: none;
}

.material.typeable-drop-down .ui-select-match > span.selected, .material.typeable-drop-down .ui-select-search.selected, .ui-select-container .ui-select-match > span.selected, .ui-select-container .ui-select-search.selected, .ui-select-match .ui-select-match > span.selected, .ui-select-match .ui-select-search.selected, .ui-select-toggle .ui-select-match > span.selected, .ui-select-toggle .ui-select-search.selected {
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: black;
}

.material.typeable-drop-down .ui-select-match > span ~ label, .material.typeable-drop-down .ui-select-search ~ label, .ui-select-container .ui-select-match > span ~ label, .ui-select-container .ui-select-search ~ label, .ui-select-match .ui-select-match > span ~ label, .ui-select-match .ui-select-search ~ label, .ui-select-toggle .ui-select-match > span ~ label, .ui-select-toggle .ui-select-search ~ label {
  border-color: black;
  color: black;
}

.material.typeable-drop-down .ui-select-match > span:focus, .material.typeable-drop-down .ui-select-search:focus, .ui-select-container .ui-select-match > span:focus, .ui-select-container .ui-select-search:focus, .ui-select-match .ui-select-match > span:focus, .ui-select-match .ui-select-search:focus, .ui-select-toggle .ui-select-match > span:focus, .ui-select-toggle .ui-select-search:focus {
  border-bottom-color: #008fcf;
  color: #008fcf;
  width: 100%;
}

.material.typeable-drop-down .ui-select-match > span:focus ~ label, .material.typeable-drop-down .ui-select-search:focus ~ label, .ui-select-container .ui-select-match > span:focus ~ label, .ui-select-container .ui-select-search:focus ~ label, .ui-select-match .ui-select-match > span:focus ~ label, .ui-select-match .ui-select-search:focus ~ label, .ui-select-toggle .ui-select-match > span:focus ~ label, .ui-select-toggle .ui-select-search:focus ~ label {
  border-color: #008fcf;
  color: #008fcf;
}

.material.typeable-drop-down.control-primary .ui-select-match > span, .material.typeable-drop-down.control-primary .ui-select-search, .ui-select-container.control-primary .ui-select-match > span, .ui-select-container.control-primary .ui-select-search, .ui-select-match.control-primary .ui-select-match > span, .ui-select-match.control-primary .ui-select-search, .ui-select-toggle.control-primary .ui-select-match > span, .ui-select-toggle.control-primary .ui-select-search {
  border-color: rgba(246, 246, 246, 0.1);
  background-color: rgba(246, 246, 246, 0.05);
  border-bottom-color: #f6f6f6;
  color: #f6f6f6;
  box-shadow: none;
}

.material.typeable-drop-down.control-primary .ui-select-match > span.selected, .material.typeable-drop-down.control-primary .ui-select-search.selected, .ui-select-container.control-primary .ui-select-match > span.selected, .ui-select-container.control-primary .ui-select-search.selected, .ui-select-match.control-primary .ui-select-match > span.selected, .ui-select-match.control-primary .ui-select-search.selected, .ui-select-toggle.control-primary .ui-select-match > span.selected, .ui-select-toggle.control-primary .ui-select-search.selected {
  background-color: rgba(246, 246, 246, 0.05);
  border-bottom-color: #f6f6f6;
}

.material.typeable-drop-down.control-primary .ui-select-match > span ~ label, .material.typeable-drop-down.control-primary .ui-select-search ~ label, .ui-select-container.control-primary .ui-select-match > span ~ label, .ui-select-container.control-primary .ui-select-search ~ label, .ui-select-match.control-primary .ui-select-match > span ~ label, .ui-select-match.control-primary .ui-select-search ~ label, .ui-select-toggle.control-primary .ui-select-match > span ~ label, .ui-select-toggle.control-primary .ui-select-search ~ label {
  border-color: #f6f6f6;
  color: #f6f6f6;
}

.material.typeable-drop-down.control-primary .ui-select-match > span:focus, .material.typeable-drop-down.control-primary .ui-select-search:focus, .ui-select-container.control-primary .ui-select-match > span:focus, .ui-select-container.control-primary .ui-select-search:focus, .ui-select-match.control-primary .ui-select-match > span:focus, .ui-select-match.control-primary .ui-select-search:focus, .ui-select-toggle.control-primary .ui-select-match > span:focus, .ui-select-toggle.control-primary .ui-select-search:focus {
  border-bottom-color: #ffeb3b;
  color: #ffeb3b;
  width: 100%;
}

.material.typeable-drop-down.control-primary .ui-select-match > span:focus ~ label, .material.typeable-drop-down.control-primary .ui-select-search:focus ~ label, .ui-select-container.control-primary .ui-select-match > span:focus ~ label, .ui-select-container.control-primary .ui-select-search:focus ~ label, .ui-select-match.control-primary .ui-select-match > span:focus ~ label, .ui-select-match.control-primary .ui-select-search:focus ~ label, .ui-select-toggle.control-primary .ui-select-match > span:focus ~ label, .ui-select-toggle.control-primary .ui-select-search:focus ~ label {
  border-color: #ffeb3b;
  color: #ffeb3b;
}

.typeable-drop-down li {
  border-bottom-color: #eee;
}

.typeable-drop-down li::before {
  background: #008fcf;
}

.typeable-drop-down li a {
  color: #777;
}

.typeable-drop-down li a:hover {
  background-color: transparent;
  background-image: none;
}

.typeable-drop-down li:hover a {
  color: #008fcf;
}

.typeable-drop-down li.selected {
  background-color: #9ce0ff;
  border-bottom-color: #9ce0ff;
}

.typeable-drop-down li.selected a {
  color: #274259;
}

.typeable-drop-down.control-primary li {
  border-bottom-color: #eee;
}

.typeable-drop-down.control-primary li::before {
  background: #005784;
}

.typeable-drop-down.control-primary li a {
  color: #777;
}

.typeable-drop-down.control-primary li a:hover {
  background-color: transparent;
  background-image: none;
}

.typeable-drop-down.control-primary li:hover a {
  color: #005784;
}

.typeable-drop-down.control-primary li.selected {
  background-color: #13afff;
  border-bottom-color: #13afff;
}

.typeable-drop-down.control-primary li.selected a {
  color: #ffeb3b;
}


saa-typeable-drop-down {
  display: block;
  padding: 7.5px;
}

saa-typeable-drop-down .material.typeable-drop-down {
  position: relative;
  display: block;
  margin-top: -4px;
}

saa-typeable-drop-down .material.typeable-drop-down .text {
  font: 12px Roboto, sans-serif;
  font-weight: 500;
  line-height: 16px;
  transform-origin: 0% 110%;
  transform: scale(1) translateY(0);
  transition: color 0.5s;
  padding: 0 12px 0 0;
}

saa-typeable-drop-down .material.typeable-drop-down .underline {
  position: absolute;
  bottom: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  left: 50%;
  width: 0;
  transition: border-color 1s, left 1s, right 1s, width 1s;
}

saa-typeable-drop-down .material.typeable-drop-down:focus ~ label.underline {
  width: 100%;
}

saa-typeable-drop-down .material.typeable-drop-down[type='number'] {
  -moz-appearance: textfield;
}

saa-typeable-drop-down .material.typeable-drop-down::-webkit-outer-spin-button, saa-typeable-drop-down .material.typeable-drop-down::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

saa-typeable-drop-down .material.typeable-drop-down.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

saa-typeable-drop-down .material.typeable-drop-down.disabled button, saa-typeable-drop-down .material.typeable-drop-down.disabled ul, saa-typeable-drop-down .material.typeable-drop-down.disabled label {
  pointer-events: none;
}

saa-typeable-drop-down .material.typeable-drop-down .typeabledropdown-isrequired:after {
  content: "*";
  color: red;
  padding-left: 2px;
}

.selected-choice {
  line-height: 30px;
}

.ui-select-bootstrap .ui-select-choices-row {
  border-bottom: 1px solid #eee;
  min-height: 30px;
  height: auto;
  transition: color 0.5s;
  cursor: pointer;
  white-space: normal;
  display: flex;
  align-items: stretch;
}

.ui-select-bootstrap .ui-select-choices-row:hover::before {
  min-width: 10px;
  width: auto;
}

.ui-select-bootstrap .ui-select-choices-row::before {
  display: inline-block;
  content: ' ';
  min-width: 0px;
  width: 0px;
  transition: min-width 0.5s;
  min-height: 30px;
  align-self: stretch;
  background: #008fcf;
}

.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  background-color: #0086cb;
  width: 100%;
}

.ui-select-bootstrap .ui-select-choices-row > a {
  background-color: #fff;
  color: #0086cb;
  line-height: 30px;
  padding: 0 10px;
  white-space: normal;
}

.ui-select-placeholder {
  height: 30px !important;
}

.ui-select-choices-row-inner {
  white-space: normal;
  word-wrap: break-word;
}

.ui-select-match-text {
  padding: 0 6px;
  font: 18px Arial, Helvetica, sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.ui-select-container .ui-select-match > span {
  background-image: none;
  border-radius: 2px;
  text-shadow: none;
  word-wrap: break-word;
  height: auto;
  min-height: 30px;
  padding: 3px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ui-select-container .btn-default:hover, .ui-select-container .btn-default:focus {
  border-color: rgba(246, 246, 246, 0.1);
  background-color: rgba(246, 246, 246, 0.05);
  border-bottom-color: #f6f6f6;
  color: #f6f6f6;
}

.ui-select-bootstrap .ui-select-toggle > .caret::after {
  content: '▼';
  position: absolute;
  right: 6px;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  right: 3px;
  margin-top: 0;
  border: 0px;
  font: 18px Arial, Helvetica, sans-serif;
  top: calc(50% - 9px);
}

.ui-select-match {
  background-color: rgba(255, 255, 255, 0);
}

saa-date-picker .date-picker-container {
  display: block;
  padding: 7.5px;
}

saa-date-picker .date-picker-container .material.text-box {
  position: relative;
  display: inline-block;
  min-width: 184px;
  max-width: 95%;
}

saa-date-picker .date-picker-container .material.text-box input {
  height: 33px;
  min-width: 80px;
  width: 100%;
  display: block;
  padding: 0 6px;
  font: 18px Arial, Helvetica, sans-serif;
  cursor: text;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: border-color 0.5s, color 0.5s;
  background-color: #fff;
}

saa-date-picker .date-picker-container .material.text-box input:focus {
  outline: none;
}

saa-date-picker .date-picker-container .material.text-box input:focus ~ label.underline {
  left: 0 !important;
  width: 100%;
}

saa-date-picker .date-picker-container .material.text-box input ~ label.text {
  font: 12px Roboto, sans-serif;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 30px;
  transform-origin: 0% 110%;
  transform: scale(1) translateY(0);
  transition: color 0.5s;
  padding: 0 12px 0 0;
}

saa-date-picker .date-picker-container .material.text-box input ~ label.underline {
  position: absolute;
  bottom: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  left: 50%;
  width: 0;
  transition: border-color 1s, left 1s, right 1s, width 1s;
}

saa-date-picker .date-picker-container .material.text-box input[type='number'] {
  -moz-appearance: textfield;
}

saa-date-picker .date-picker-container .material.text-box input::-webkit-outer-spin-button, saa-date-picker .date-picker-container .material.text-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

saa-date-picker .date-picker-container .material.text-box.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

saa-date-picker .date-picker-container .material.text-box.disabled input, saa-date-picker .date-picker-container .material.text-box.disabled label {
  pointer-events: none;
}

saa-date-picker .date-picker-container .material.text-box .text-box-isrequired:after {
  content: "*";
  color: red;
  padding-left: 2px;
}

saa-date-picker .date-picker-container .uib-datepicker-popup {
  margin-left: 1%;
}

saa-date-picker .date-picker-container .uib-datepicker-popup li table {
  margin: 2px 10px;
}

saa-date-picker .date-picker-container .uib-datepicker-popup li table thead tr:nth-child(2) th {
  padding: 6px 0;
}

saa-date-picker .date-picker-container .uib-datepicker-popup li table tbody tr td.text-center {
  padding: 2px;
}

saa-date-picker .date-picker-container .uib-datepicker-popup li table tbody tr td.text-center button {
  background-image: none;
  border: 0;
}

saa-date-picker .date-picker-container .uib-datepicker-popup li table tbody tr td.text-center .btn-info:active:hover, saa-date-picker .date-picker-container .uib-datepicker-popup li table tbody tr td.text-center .btn-info.active:hover, saa-date-picker .date-picker-container .uib-datepicker-popup li table tbody tr td.text-center .open > .dropdown-toggle.btn-info:hover, saa-date-picker .date-picker-container .uib-datepicker-popup li table tbody tr td.text-center .btn-info:active:focus, saa-date-picker .date-picker-container .uib-datepicker-popup li table tbody tr td.text-center .btn-info.active:focus, saa-date-picker .date-picker-container .uib-datepicker-popup li table tbody tr td.text-center .open > .dropdown-toggle.btn-info:focus, saa-date-picker .date-picker-container .uib-datepicker-popup li table tbody tr td.text-center .btn-info:active.focus, saa-date-picker .date-picker-container .uib-datepicker-popup li table tbody tr td.text-center .btn-info.active.focus, saa-date-picker .date-picker-container .uib-datepicker-popup li table tbody tr td.text-center .open > .dropdown-toggle.btn-info.focus {
  background-color: #008fcf;
}

saa-date-picker .date-picker-container .btn .btn-default:hover {
  background-color: transparent !important;
}

saa-date-picker .date-picker-container .input-group-btn {
  display: inline-block;
  top: 22px;
  right: 4px;
}

saa-drawer > .drawer .drawer-title, saa-drawer > .drawer .drawer-subtitle {
  line-height: 100%;
  font-weight: 400;
}

saa-drawer > .drawer .drawer-title {
  font-size: 36px;
  letter-spacing: 0.5px;
}

saa-drawer > .drawer .drawer-subtitle {
  font-size: 14px;
}

saa-drawer > .drawer .drawer-heading {
  background-color: #0086cb;
  color: white;
}

body.disable-scroll {
  overflow: hidden;
}

saa-drawer > .overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

saa-drawer > .drawer {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  width: 600px;
  height: 100%;
  background-color: white;
  box-shadow: -2px 0px 12px 0px rgba(0, 0, 0, 0.6);
}

saa-drawer > .drawer .drawer-close {
  position: absolute;
  left: -25px;
  top: 15px;
}

saa-drawer > .drawer .drawer-title {
  margin-top: 10px;
}

saa-drawer > .drawer .drawer-subtitle {
  margin-top: 2px;
}

saa-drawer > .drawer .drawer-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  min-height: 100px;
  height: 100px;
  overflow: hidden;
  padding: 15px 10px 15px 30px;
}

saa-drawer > .drawer .tab-pane {
  overflow: auto;
  max-height: calc(100vh - 160px);
}

@media (max-width: 767px) {
  saa-drawer > .drawer {
    width: 100%;
  }
  saa-drawer > .drawer .drawer-heading {
    padding: 21px 10px 15px 30px;
  }
  saa-drawer > .drawer .drawer-close {
    left: 4px;
    top: 38px;
  }
  saa-drawer > .drawer .drawer-title {
    margin-left: 30px;
    margin-top: 0;
  }
  saa-drawer .nopadding {
    padding: 0;
  }
  saa-drawer saa-circle-button .material.button-circle .button-anchor, saa-drawer saa-circle-button .material.button-circle .button-anchor:before, saa-drawer saa-circle-button .material.button-circle .button-anchor:after, saa-drawer saa-circle-button .material.button-circle .normal .button-anchor, saa-drawer saa-circle-button .material.button-circle .normal .button-anchor:before, saa-drawer saa-circle-button .material.button-circle .normal .button-anchor:after {
    margin-top: 11px;
  }
}

.dynamicTextTabContainer {
  width: 100%;
}

.dynamicTextTabContainer saa-circle-button {
  margin-top: -3px;
}

.dynamicTextTabContainer .removeIconContainer {
  margin-left: 15px;
  float: right;
}

.dynamicTextTabContainer .removeIcon {
  top: 3px;
  right: -3px;
}

body.disable-scroll {
  overflow: hidden;
}

saa-email-drawer .email-drawer-container {
  color: #000;
}

saa-email-drawer .email-drawer-container ul.nav.nav-tabs li > a {
  display: block;
}

saa-email-drawer .email-drawer-container .tab-content .emaildrawer-inner-container {
  padding: 15px 0 15px 15px;
  display: block;
}

saa-email-drawer .email-drawer-container .tab-content .emaildrawer-inner-container .emaildrawer-body-extended {
  background-color: #FFFFFF;
  color: #606060 !important;
  height: 100%;
  padding-top: 10px;
}

saa-email-drawer .email-drawer-container .tab-content .emaildrawer-inner-container .emaildrawer-body-extended .emaildrawer-center {
  margin: auto;
  width: 100%;
  overflow: hidden;
}

saa-email-drawer .email-drawer-container .tab-content saa-svg-icon.icon svg polygon.stroke-path {
  stroke: #fff;
}

saa-email-drawer .email-drawer-container .tab-content saa-svg-icon.icon svg path.fill-path {
  fill: #fff;
}

saa-email-drawer .email-drawer-container .tab-content .drawer-circle-bullet {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 8px;
  background: #0086cb;
  border: 2px solid #0086cb;
  color: white;
  text-align: center;
  font: 12px Arial, sans-serif, bold;
  float: left;
}

saa-email-drawer .email-drawer-container .tab-content .email-drawer-bullettext {
  padding-top: 10px;
  font-size: 12px;
  color: #008fcf;
  font-weight: 700;
}

saa-file-upload .file-upload-container {
  position: relative;
  padding: 10px;
  overflow: hidden;
}

saa-file-upload .input-file {
  display: none;
}

saa-file-upload ul.attachment-list li {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  padding: 7px 0;
  font-size: 12px;
}

saa-file-upload ul.attachment-list li saa-circle-button {
  float: right;
  margin-top: -4px;
}

saa-fixed-message.fixed-container-hide {
  opacity: 0;
  display: none;
}

saa-fixed-message {
  opacity: 0;
}

saa-fixed-message.fixed-container-show {
  opacity: 1;
  position: fixed;
  margin: 10px;
  z-index: 100;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  transition: opacity 1s ease-out;
}

saa-fixed-message.fixed-container-show div.fixed-message-container {
  position: relative;
  padding-bottom: 10px;
}

saa-fixed-message.fixed-container-show div.fixed-message-container .fixed-message {
  opacity: 0;
  border-radius: 5px;
  color: white;
  -webkit-transform: translate3d(0, 15px, 0);
  -moz-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  -o-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

saa-fixed-message.fixed-container-show div.fixed-message-container .fixed-message-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

saa-fixed-message.fixed-container-show div.fixed-message-container .fixed-message-icon {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}

saa-fixed-message.fixed-container-show div.fixed-message-container .fixed-message-icon svg {
  height: 20px;
  width: 20px;
  margin: 12.5px;
}

saa-fixed-message.fixed-container-show div.fixed-message-container .fixed-message-text {
  font-size: 14px;
  font-weight: 500;
  padding: 15.5px;
  position: relative;
  left: 45px;
  width: calc(100% - 90px);
  border-left: 2px solid;
  border-right: 2px solid;
  white-space: pre-wrap;
}

saa-fixed-message.fixed-container-show div.fixed-message-container .fixed-message-close {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  cursor: pointer;
}

saa-fixed-message.fixed-container-show div.fixed-message-container .fixed-message-close svg {
  height: 15px;
  width: 15px;
  margin: 15px;
}

saa-fixed-message.fixed-container-show div.fixed-message-container .error {
  background-color: rgba(231, 76, 60, 0.95);
}

saa-fixed-message.fixed-container-show div.fixed-message-container .error .fixed-message-text {
  border-color: rgba(50, 16, 12, 0.6);
}

saa-fixed-message.fixed-container-show div.fixed-message-container .error .fill-path {
  fill: #32100c;
}

saa-fixed-message.fixed-container-show div.fixed-message-container .error .stroke-path {
  stroke: #32100c;
}

saa-fixed-message.fixed-container-show div.fixed-message-container .info {
  background-color: rgba(0, 143, 207, 0.95);
}

saa-fixed-message.fixed-container-show div.fixed-message-container .info .fixed-message-text {
  border-color: rgba(14, 32, 44, 0.6);
}

saa-fixed-message.fixed-container-show div.fixed-message-container .info .fill-path {
  fill: #0e202c;
}

saa-fixed-message.fixed-container-show div.fixed-message-container .info .stroke-path {
  stroke: #0e202c;
}

saa-fixed-message.fixed-container-show div.fixed-message-container .warning {
  background-color: rgba(243, 156, 18, 0.95);
}

saa-fixed-message.fixed-container-show div.fixed-message-container .warning .fixed-message-text {
  border-color: rgba(202, 52, 0, 0.6);
}

saa-fixed-message.fixed-container-show div.fixed-message-container .warning .fill-path {
  fill: #ca3400;
}

saa-fixed-message.fixed-container-show div.fixed-message-container .warning .stroke-path {
  stroke: #ca3400;
}

saa-fixed-message.fixed-container-show div.fixed-message-container .success {
  background-color: rgba(46, 204, 113, 0.95);
}

saa-fixed-message.fixed-container-show div.fixed-message-container .success .fixed-message-text {
  border-color: rgba(31, 80, 61, 0.6);
}

saa-fixed-message.fixed-container-show div.fixed-message-container .success .fill-path {
  fill: #1f503d;
}

saa-fixed-message.fixed-container-show div.fixed-message-container .success .stroke-path {
  stroke: #1f503d;
}

saa-page-footer .bottom-row-right-column .version-number-title {
  color: #e74c3c;
}

saa-page-footer {
  display: block;
  min-height: 80px;
  padding: 60px 40px;
  background-color: #e6e4e5;
}

saa-page-footer .top-row {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
  min-height: 46px;
  display: flex;
  flex-wrap: wrap;
}

saa-page-footer .top-row-left-column {
  float: left;
  width: 58.33333%;
  padding-top: 15px;
}

saa-page-footer .top-row-left-column a {
  float: left;
  color: #008fcf;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

saa-page-footer .top-row-right-column {
  float: left;
  width: 41.66667%;
}

saa-page-footer .top-row-right-column img {
  float: right;
  margin-right: 10px;
}

saa-page-footer .bottom-row {
  position: relative;
  min-height: 25px;
}

saa-page-footer .bottom-row-left-column {
  float: left;
  width: 58.33333%;
}

saa-page-footer .bottom-row-left-column a {
  float: left;
  color: #008fcf;
  margin-right: 10px;
  font-size: 12px;
}

saa-page-footer .bottom-row-right-column {
  float: left;
  width: 41.66667%;
  text-align: right;
}

saa-page-footer .bottom-row-right-column .version-number {
  font-size: 11px;
  margin-top: 10px;
}

saa-page-footer .footer-small a {
  float: none;
  display: inline;
}

saa-page-footer .footer-small img {
  float: none;
  display: inline;
  padding-top: 5px;
}

saa-page-footer .footer-small .top-row {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 15px;
}

saa-page-footer .footer-small .top-row-column {
  width: auto;
  margin: auto;
  padding: 5px;
  float: none;
  text-align: center;
}

saa-page-footer .footer-small .bottom-row-column {
  text-align: center;
  width: auto;
  float: none;
  padding: 10px;
}

.armstrong-background-image img {
  width: 100%;
  max-width: 1215px;
  height: auto;
}

.padding-footer-pages {
  padding: 40px 40px 10px 40px;
  font-weight: 400;
}

.padding-footer-pages p {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0;
}

.padding-footer-pages .list-item li {
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  list-style-type: disc;
  margin-left: 3%;
}

.padding-footer-pages .list-style-upper-alpha {
  list-style-type: upper-alpha;
  padding-left: 20px;
}

.padding-footer-pages .list-style-lower-roman {
  list-style-type: lower-roman;
  padding-left: 20px;
}

.padding-footer-pages .ul-padding {
  padding: 0 20px 20px 20px;
}

.padding-footer-pages .terms-condition-nav-tab .nav {
  background-color: #fff;
  margin: 0px;
  position: relative;
  border: none;
}

.padding-footer-pages .terms-condition-nav-tab .nav-pills > li > a {
  border-radius: 0;
  color: #008fcf;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  padding: 12px 25px;
}

.padding-footer-pages .terms-condition-nav-tab .nav > li > a:focus, .padding-footer-pages .terms-condition-nav-tab .nav > li > a:hover {
  background-color: #fff;
}

.padding-footer-pages .terms-condition-nav-tab .nav-pills > li.active > a, .padding-footer-pages .terms-condition-nav-tab .nav-pills > li.active > a:hover, .padding-footer-pages .terms-condition-nav-tab .nav-pills > li.active > a:focus {
  border: 1px solid  #EE3524;
  background: #EE3524;
  color: #fff;
  text-decoration: underline;
}

.padding-footer-pages .terms-condition-nav-tab .nav-pills > li.active::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #EE3524;
  z-index: 99;
}

.padding-footer-pages .terms-condition-nav-tab .nav-pills > li {
  border: 1px solid #ccc;
  margin: 0px !important;
}

.padding-footer-pages .terms-condition-nav-tab .terms-condition-heading, .padding-footer-pages .terms-condition-nav-tab .privacy-heading {
  font-weight: bold;
  color: #ff0000;
  margin-top: 50px;
}

.padding-footer-pages .terms-condition-nav-tab .highlighted-condition {
  color: #008fcf;
  font-weight: bold;
}

.padding-footer-pages .terms-condition-nav-tab .bold-heading {
  font-weight: bold;
  color: #000;
  padding: 10px 0;
}

@media only screen and (max-width: 600px) {
  .padding-footer-pages .terms-condition-nav-tab .nav-pills > li.active::after {
    display: none;
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #EE3524;
    z-index: 999;
  }
  .padding-footer-pages .terms-condition-nav-tab .nav-justified > li > a {
    margin-bottom: 0px;
  }
}

saa-import-schedule saa-popup-message.popup-import-schedule .popup-message, saa-import-schedule saa-popup-message.popup-change-market .popup-message {
  z-index: 1000;
  width: 280px;
}

saa-import-schedule saa-drop-down {
  text-align: left;
}

saa-import-schedule saa-horizontal-button {
  padding: 7.5px;
}

.information-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.information-table .information-table-row {
  display: table-row;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #111111;
  font-size: 12px;
  text-align: left;
}

.information-table .information-table-row .row-caption {
  font-weight: bold;
  display: table-cell;
  padding: 6px 1px 0px 0px;
}

.information-table .information-table-row .row-value {
  display: table-cell;
}

.information-table .information-table-row .row-value .data {
  min-width: 90px;
}

.information-table .information-table-row .data {
  padding-bottom: 6px;
  display: inline-block;
}

.information-table.border-white .information-table-row {
  border-bottom-color: white;
}

saa-internal-page {
  display: block;
}

saa-internal-page iframe {
  display: block;
  width: 100%;
}

saa-left-nav .nav-element .nav-selected {
  color: #fff;
}

saa-left-nav .nav-element .nav-selected .fill-path {
  fill: #fff;
}

saa-left-nav .nav-element .nav-selected .stroke-path {
  stroke: #fff;
}

saa-left-nav .placeholder-nav,
saa-left-nav .fixed-nav, saa-left-nav .expand-button {
  color: #8d8989;
}

saa-left-nav .placeholder-nav .fill-path,
saa-left-nav .fixed-nav .fill-path, saa-left-nav .expand-button .fill-path {
  fill: #8d8989;
}

saa-left-nav .placeholder-nav .stroke-path,
saa-left-nav .fixed-nav .stroke-path, saa-left-nav .expand-button .stroke-path {
  stroke: #8d8989;
}

saa-left-nav .placeholder-nav,
saa-left-nav .fixed-nav {
  background-color: #08090a;
}

saa-left-nav .expand-button {
  background-color: #1f2226;
}

saa-left-nav .nav-element .nav-selected {
  background-color: #008fcf;
}

saa-left-nav .nav-element:hover {
  background-color: #131618;
  color: #ccc;
}

saa-left-nav .nav-element:hover .fill-path {
  fill: #ccc;
}

saa-left-nav .nav-element:hover .stroke-path {
  stroke: #ccc;
}

saa-left-nav .nav-element .nav-selected {
  color: #fff;
}

saa-left-nav .nav-element .nav-selected .fill-path {
  fill: #fff;
}

saa-left-nav .nav-element .nav-selected .stroke-path {
  stroke: #fff;
}

saa-left-nav .placeholder-nav,
saa-left-nav .fixed-nav, saa-left-nav .expand-button {
  color: #8d8989;
}

saa-left-nav .placeholder-nav .fill-path,
saa-left-nav .fixed-nav .fill-path, saa-left-nav .expand-button .fill-path {
  fill: #8d8989;
}

saa-left-nav .placeholder-nav .stroke-path,
saa-left-nav .fixed-nav .stroke-path, saa-left-nav .expand-button .stroke-path {
  stroke: #8d8989;
}

saa-left-nav .placeholder-nav,
saa-left-nav .fixed-nav {
  background-color: #08090a;
}

saa-left-nav .placeholder-nav,
saa-left-nav .fixed-nav {
  width: 50px;
}

saa-left-nav .fixed-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 100;
}

saa-left-nav .nav-expanded {
  width: 172px;
}

saa-left-nav .expand-button {
  padding: 12px 13px;
  cursor: pointer;
}

saa-left-nav .nav-expanded .expand-button {
  padding: 4px 13px 4px 137px;
}

saa-left-nav .expand-button-icon {
  height: 23px;
  width: 23px;
  transition: transform 0.5s ease-in-out;
  transform: scale3d(0.95, 0.95, 1);
}

saa-left-nav .expand-button:hover .expand-button-icon {
  transform: scale3d(1.15, 1.15, 1);
}

saa-left-nav .nav-element {
  position: relative;
}

saa-left-nav .nav-element saa-svg-icon {
  display: block;
}

saa-left-nav .nav-element.nav-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

saa-left-nav .nav-element.nav-disabled .nav-element-link {
  pointer-events: none;
}

saa-left-nav .nav-element-link {
  padding: 5px 2.5px;
}

saa-left-nav .nav-icon {
  height: 25px;
  width: 25px;
  padding: 5px 10px;
  box-sizing: content-box;
}

saa-left-nav .nav-icon-text {
  display: none;
  font-size: 13px;
  position: absolute;
  top: 15px;
  left: 47.5px;
}

saa-left-nav .nav-icon-small-text {
  height: 15px;
}

saa-left-nav .nav-expanded .nav-icon-text {
  display: inline-block;
}

saa-left-nav .nav-expanded .nav-icon-small-text {
  display: none;
}

@media only screen and (max-width: 990px) {
  saa-left-nav {
    position: fixed;
    z-index: 1000;
  }
  saa-left-nav .fixed-nav:not(.nav-expanded) {
    transform: translateX(-50px);
  }
  saa-left-nav .fixed-nav:not(.nav-expanded) .expand-button {
    transform: translateX(50px);
  }
}

@media only screen and (max-width: 900px) {
  .close-navmenu-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 172px;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.42);
  }
}

saa-line-graph svg {
  padding-left: 5%;
}

saa-line-graph .main-container {
  width: 100%;
  float: left;
}

saa-line-graph .validation-message {
  display: none;
  color: #f20;
  font-weight: bold;
  margin: 4% 0 0 4%;
}

saa-line-graph .tick text {
  font-size: 12px;
}

saa-line-graph .grid line {
  stroke: grey;
  stroke-opacity: 0.7;
  shape-rendering: crispEdges;
}

saa-line-graph .tick line {
  opacity: 0.5;
  stroke-dasharray: 3 3;
}

saa-line-graph .line-graph-wrapper {
  width: 45%;
  float: left;
  display: inline-block;
  vertical-align: top;
}

saa-line-graph .table-container {
  width: 33%;
  display: inline-block;
}

saa-line-graph .textbox-container {
  width: 67%;
  padding-top: 3%;
  margin: 0 0 0 7%;
}

saa-line-graph .table-responsive {
  overflow-x: unset;
  padding-top: 2.1%;
}

saa-line-graph saa-text-box {
  padding: 7.5px 0;
}

saa-line-graph #tableContainer {
  text-align: center;
}

saa-line-graph #tableContainer tr td input {
  border: none;
  font-size: 100%;
  font-family: 'Roboto', Arial, sans-serif;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

saa-line-graph #tableContainer thead tr {
  background-color: #0086cb;
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
}

saa-line-graph #tableContainer thead tr th {
  border-right: 1px solid #fff;
  text-align: center;
}

saa-line-graph #tableContainer tbody tr td {
  border-right: 1px solid #0086cb;
  padding: 0px 5px;
  width: 20%;
  text-align: center;
}

saa-line-graph #tableContainer tbody tr {
  border-bottom: 1px dotted #0086cb;
}

saa-line-graph #tableContainer td:nth-of-type(4), saa-line-graph #tableContainer th:nth-of-type(4) {
  display: none;
}

saa-line-graph #tableContainer td:nth-of-type(1), saa-line-graph #tableContainer th:nth-of-type(1) {
  border-left: 1px solid #0086cb;
}

saa-line-graph #tableContainer th:nth-of-type(5) {
  border-right: 1px solid #0086cb;
}

saa-line-graph #addButton, saa-line-graph #deleteButton {
  background-color: #0086cb !important;
  border-color: #005784;
  color: #fff;
  padding: 2.5% 5%;
  border-radius: 5px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  margin: 7px 0;
  cursor: pointer;
  position: relative;
}

saa-line-graph .btnInactive {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

saa-line-graph #deleteButton {
  padding: 4% 7%;
  margin: 4px 0;
}

saa-line-graph saa-text-box .material.text-box input {
  font-size: 13px;
}

saa-line-graph .active {
  background-color: #d2e5ef !important;
  opacity: 0.8;
  color: #000;
}

saa-line-graph .area {
  fill: #f20;
}

@media screen and (max-width: 767px) {
  saa-line-graph .line-graph-wrapper, saa-line-graph .table-container {
    width: 94%;
    display: inline;
    float: left;
    margin: 0 3%;
  }
}

saa-login .login-wrapper > .optionList > .optionItem, saa-login .login-wrapper > .login-button > .login-text {
  line-height: 100%;
  font-weight: 400;
}

saa-login .login-wrapper > .optionList > .optionItem, saa-login .login-wrapper > .login-button > .login-text {
  font-size: 12px;
}

saa-login .login-wrapper > .optionList > .optionItem saa-svg-icon .fill-path, saa-login .login-wrapper > .login-button > saa-svg-icon .fill-path {
  fill: #fff;
}

saa-login .login-wrapper > .optionList > .optionItem saa-svg-icon .stroke-path, saa-login .login-wrapper > .login-button > saa-svg-icon .stroke-path {
  stroke: #fff;
}

saa-login .login-wrapper {
  height: 50px;
  cursor: pointer;
  position: relative;
  display: block;
  background-color: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  float: right;
}

saa-login .login-wrapper > .optionList {
  display: block;
  background-color: #0086cb;
}

saa-login .login-wrapper > .optionList > .optionItem {
  display: block;
  padding: 10px 12px;
  z-index: 2000;
  white-space: nowrap;
  padding-right: 5px;
  background-color: midnight;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

saa-login .login-wrapper > .optionList > .optionItem:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

saa-login .login-wrapper > .optionList > .optionItem saa-svg-icon {
  margin-top: -3px;
  margin-right: 5px;
  width: 15px;
  height: 16px;
  float: left;
}

saa-login .login-wrapper > .login-button {
  -webkit-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  -moz-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  padding: 18.5px 12px;
  height: 100%;
}

saa-login .login-wrapper > .login-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

saa-login .login-wrapper > .login-button > .login-text {
  padding-top: 1px;
  white-space: nowrap;
  float: left;
  padding-right: 5px;
}

saa-login .login-wrapper > .login-button > .profilePicture {
  display: inline-block;
  margin-top: -5px;
  padding-left: 3px;
}

saa-login .login-wrapper > .login-button > .profilePicture > img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

saa-login .login-wrapper > .login-button > saa-svg-icon {
  width: 15px;
  height: 16px;
  float: right;
}

@media screen and (min-width: 601px) {
  saa-login .login-wrapper > .optionList {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .right-section.responsive .login-wrapper > .login-button > .profilePicture {
    float: right;
    margin-right: 3%;
    padding: 0;
  }
  .right-section.responsive .login-wrapper > .login-button .login-text {
    word-break: break-word;
    width: 85%;
    min-width: 172px;
    display: inline-block;
    white-space: normal;
  }
}

saa-market .market-wrapper > .market-list {
  background-color: #fff;
}

saa-market .market-wrapper > .market-button > saa-svg-icon .fill-path {
  fill: #fff;
}

saa-market .market-wrapper > .market-button > saa-svg-icon .stroke-path {
  stroke: #fff;
}

saa-market .market-wrapper > .market-list > .market-list-item.selected, saa-market .market-wrapper > .market-list > .market-list-item.selected:hover {
  background-color: #008fcf;
}

saa-market .market-wrapper > .market-list > .market-list-item:hover {
  color: #008fcf;
}

saa-market .market-wrapper > .market-list > .market-list-item:hover {
  background-color: rgba(0, 143, 207, 0.2);
}

saa-market .market-wrapper > .market-list > .market-list-item.selected, saa-market .market-wrapper > .market-list > .market-list-item.selected:hover {
  color: #ffeb3b;
}

saa-market .market-wrapper > .market-button > .market-text {
  line-height: 100%;
  font-weight: 400;
}

saa-market .market-wrapper > .market-button > .market-text {
  font-size: 12px;
}

saa-market .market-wrapper {
  height: 50px;
  cursor: pointer;
  position: relative;
  display: block;
  background-color: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

saa-market .market-wrapper > .market-button {
  -webkit-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  -moz-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  padding: 18.5px 12.5px;
}

saa-market .market-wrapper > .market-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

saa-market .market-wrapper > .market-button > saa-svg-icon {
  width: 15px;
  height: 16px;
  float: right;
}

saa-market .market-wrapper > .market-button > .market-text {
  padding-top: 1px;
  margin-right: 25px;
}

saa-market .market-wrapper > .market-button .open-market-dropdown {
  display: none;
}

saa-market .market-wrapper > .market-list {
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: -999px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.075);
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

saa-market .market-wrapper > .market-list.show-market {
  right: 0px;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  animation: marketDropdownInAnimation 0.5s ease-in-out;
}

saa-market .market-wrapper > .market-list.hide-market {
  animation: marketDropdownOutAnimation 0.5s ease-in-out;
}

saa-market .market-wrapper > .market-list > .market-list-item {
  padding: 10px;
  width: 120px;
  color: #999;
  font-size: 12px;
  letter-spacing: 0.25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  -moz-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
}

saa-market saa-popup-message .PopupMessage .overlay {
  z-index: 1001;
}

saa-market .market-icon {
  display: none;
}

@media screen and (max-width: 600px) {
  saa-market .responsive-market .market-list.show-market {
    width: 100%;
    top: 33px;
  }
  saa-market .responsive-market .market-list .market-list-item {
    width: 100%;
  }
  saa-market .market-wrapper > .market-list > .market-list-item, saa-market .market-wrapper > .market-list.show-market {
    width: 100%;
  }
  .responsive saa-market .market-wrapper > .market-button > saa-svg-icon {
    float: left;
    margin: 0 9px 0 0px;
  }
  .responsive saa-market .market-wrapper .open-market-dropdown {
    display: block;
    position: absolute;
    right: 10px;
    top: 9px;
  }
  .responsive saa-market .market-wrapper .market-icon {
    position: absolute;
    right: 14px;
    top: 3px;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
    font-size: 14px;
  }
  .responsive saa-market .market-wrapper .market-icon.up {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 20px;
    top: 2px;
  }
  .responsive saa-market .market-wrapper .market-icon.down {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    right: 20px;
    top: 2px;
  }
  .responsive saa-market .market-wrapper > .market-list.hide-market {
    animation: marketDropdownOutAnimation 0.5s;
    width: 100%;
  }
}

@keyframes marketDropdownInAnimation {
  0% {
    right: -9999px;
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  1% {
    right: 0px;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes marketDropdownOutAnimation {
  0% {
    right: 0px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  99% {
    right: 0px;
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    right: -9999px;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}

.myrep-wrapper > .myrep-list {
  background-color: #fff;
}

.myrep-wrapper > .myrep-list > .myrep-list-item.selected, .myrep-wrapper > .myrep-list > .myrep-list-item.selected:hover {
  background-color: #008fcf;
}

.myrep-wrapper > .myrep-list > .myrep-list-item:hover {
  color: #008fcf;
}

.myrep-wrapper > .myrep-list > .myrep-list-item:hover {
  background-color: rgba(0, 143, 207, 0.2);
}

.myrep-wrapper > .myrep-list > .myrep-list-item.selected, .myrep-wrapper > .myrep-list > .myrep-list-item.selected:hover {
  color: #ffeb3b;
}

.myrep-wrapper > .myrep-button > .myrep-text {
  line-height: 100%;
  font-weight: 400;
}

.myrep-wrapper > .myrep-button > .myrep-text {
  font-size: 12px;
}

.myrep-wrapper {
  height: 50px;
  cursor: pointer;
  position: relative;
  display: block;
  background-color: transparent;
}

.myrep-wrapper > .myrep-button {
  -webkit-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  -moz-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  padding: 18.5px 12.5px;
}

.myrep-wrapper > .myrep-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.myrep-wrapper > .myrep-button > .myrep-text {
  padding-top: 1px;
  margin-right: 2px;
}

.myrep-wrapper > .myrep-list {
  position: absolute;
  z-index: 1000;
  top: 5px;
  left: -9999px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.075);
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.myrep-wrapper > .myrep-list.show-myrep {
  left: 0px;
  width: 340px;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  animation: myrepDropdownInAnimation 0.5s ease-in-out;
}

.myrep-wrapper > .myrep-list.hide-myrep {
  width: 340px;
  animation: myrepDropdownOutAnimation 0.5s ease-in-out;
}

.myrep-wrapper > .myrep-list > .myrep-list-item {
  padding: 10px;
  width: 340px;
  min-width: 120px;
  word-wrap: break-word;
  color: #999;
  font-size: 12px;
  letter-spacing: 0.25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  -moz-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1), color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
}

.myrep-wrapper > .myrep-list > .myrep-list-item.myrep-listitem-newline {
  word-break: break-all;
}

.myrep-wrapper > .myrep-list > .myrep-list-item a {
  text-decoration: none;
}

@keyframes myrepDropdownInAnimation {
  0% {
    left: -9999px;
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  1% {
    left: 0px;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes myrepDropdownOutAnimation {
  0% {
    left: 0px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  99% {
    left: 0px;
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    left: -9999px;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}

@media only screen and (max-width: 600px) {
  .myrep-wrapper > .myrep-list > .myrep-list-item,
  .myrep-wrapper > .myrep-list.show-myrep {
    width: 120px;
  }
}

@media only screen and (max-width: 990px) {
  .myrep-wrapper > .myrep-button > .myrep-text {
    margin-left: 46px;
    margin-right: 0px;
  }
}

.preloader-wrap.ng-hide {
  opacity: 0;
}

.preloader-wrap {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: 5s ease-in-out infinite;
  -webkit-animation: 5s ease-in-out infinite;
  overflow: hidden;
}

.preloader-wrap .preloader {
  background: #008fcf;
  opacity: 0.9;
  position: absolute;
  z-index: 6002;
  -webkit-box-shadow: 0px 0px 4px 0.5px rgba(21, 157, 244, 0.2);
  -moz-box-shadow: 0px 0px 4px 0.5px rgba(21, 157, 244, 0.2);
  -o-box-shadow: 0px 0px 4px 0.5px rgba(21, 157, 244, 0.2);
  -ms-box-shadow: 0px 0px 4px 0.5px rgba(21, 157, 244, 0.2);
  box-shadow: 0px 0px 4px 0.5px rgba(21, 157, 244, 0.2);
  margin-top: 0px;
  top: 50%;
  left: 0;
  width: 0;
  height: 3px;
}

.preloader-wrap .preloader-after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0px;
  background-color: #ececec;
  width: 100%;
  height: 2px;
  border-top: 1px solid #e0e0e0;
  z-index: 6001;
  overflow: visible;
}

.preloader-wrap .preloader-after:after {
  content: "";
  height: 3px;
  background: #0c8bc2;
  position: absolute;
  animation: loader 2s;
  -webkit-animation: loader 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  bottom: 0px;
  margin-left: 0;
}

@keyframes loader {
  0% {
    width: 0%;
    left: 0;
    right: 0;
  }
  50% {
    width: 100%;
    left: 0;
    right: 0;
  }
  100% {
    width: 0%;
    left: 100%;
    right: 0;
  }
}

@-webkit-keyframes loader {
  0% {
    width: 0%;
    left: 0;
    right: 0;
  }
  50% {
    width: 100%;
    left: 0;
    right: 0;
  }
  100% {
    width: 0%;
    left: 100%;
    right: 0;
  }
}

.preloader-wrap .preloader-status {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 6002;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  color: #008fcf;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.preloader-wrap .preloader-image {
  position: absolute;
  z-index: 6001;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 50px;
  display: block;
  margin-left: -100px;
  margin-top: -80px;
}

.preloader-wrap .preloader-image img {
  width: 100%;
}

saa-popup-dialog > .popupdialog .popupdialog-heading .popupdialog-title, saa-popup-dialog > .popupdialog .popupdialog-heading .popupdialog-subtitle {
  line-height: 100%;
  font-weight: 400;
}

saa-popup-dialog > .popupdialog .popupdialog-heading .popupdialog-title {
  font-size: 28px;
}

saa-popup-dialog > .popupdialog .popupdialog-heading .popupdialog-subtitle {
  font-size: 18px;
}

saa-popup-dialog > .popupdialog .popupdialog-heading {
  background-color: #0086cb;
  color: white;
}

body.popup-dialog-disable-scroll {
  overflow: hidden;
}

saa-popup-dialog > .overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

saa-popup-dialog > .popupdialog {
  display: block;
  position: fixed;
  z-index: 200;
  background-color: white;
  box-shadow: -2px 0px 12px 0px rgba(0, 0, 0, 0.6);
  min-height: 475px;
  left: 15%;
  right: 15%;
  top: 15%;
  max-width: 700px;
}

saa-popup-dialog > .popupdialog .popupdialog-content {
  height: 405px;
  padding: 40px;
  font-size: 14px;
  overflow: hidden;
  overflow-y: auto;
}

saa-popup-dialog > .popupdialog .popupdialog-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  min-height: 70px;
  height: 70px;
  overflow: hidden;
  padding: 15px 10px 15px 40px;
}

saa-popup-dialog > .popupdialog .popupdialog-heading .popupdialog-close {
  position: absolute;
  left: -20px;
  top: 15px;
}

saa-popup-dialog > .popupdialog .popupdialog-heading .popupdialog-title {
  margin-bottom: 5px;
}

saa-popup-dialog > .popupdialog .popupdialog-heading .popupdialog-subtitle {
  margin-top: 2px;
}

@media only screen and (max-width: 950px) {
  saa-popup-dialog > .popupdialog .popupdialog-content {
    overflow-x: auto;
  }
}

.PopupMessage .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-message-icon .icon {
  margin: 10px auto;
  display: inline-block;
  margin-top: 0px;
  height: 60px;
  width: 60px;
}

.popup-message-scheduleTitleLable, .popup-message-ea-reportTitleLabel {
  text-align: left;
  font-size: 10px;
}

.popup-message {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  display: inline-block;
  padding: 10px;
  margin-bottom: 80px;
  font-weight: 400;
  background-color: white;
  z-index: 1002;
  width: 480px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -240px;
  margin-top: -125px;
  -webkit-box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  -webkit-transition: box-shadow 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  -moz-transition: box-shadow 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  transition: box-shadow 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  fill: white;
}

.popup-message saa-text-box {
  padding: 7.5px 0px 7.5px 0px;
}

.popup-message saa-horizontal-button {
  display: block;
  margin-bottom: 10px;
}

.popup-message saa-horizontal-button:last-child {
  margin-bottom: 0px;
}

.popup-message saa-horizontal-button .material-element.button {
  width: 100%;
}

.popup-message saa-horizontal-button .material-element.button .button-container {
  padding: 10px;
}

.popup-message saa-horizontal-button .material-element.button .button-container:before, .popup-message saa-horizontal-button .material-element.button .button-container:after {
  display: none;
}

.popup-message .popup-message-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  display: inline-block;
  margin-top: -85px;
  margin-bottom: 20px;
}

.popup-message .popup-message-icon .button-icon {
  padding: 40px;
  width: 140px;
  height: 140px;
}

.popup-message .popup-message-icon {
  fill: white;
}

.popup-message .popup-message-icon {
  stroke: white;
}

.popup-message .popup-message-title {
  font-size: 28px;
  margin-bottom: 15px;
  color: #333;
}

.popup-message .popup-message-text {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  font-size: 12pt;
  color: #333;
  text-align: left;
}

saa-popup-message .popup-message ng-include div.popup-message-text {
  max-height: 200px;
  overflow-y: scroll;
}

.PopupMessage .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-message-icon .icon {
  margin: 10px auto;
  display: inline-block;
  margin-top: 0px;
  height: 60px;
  width: 60px;
}

.popup-message-scheduleTitleLable, .popup-message-ea-reportTitleLabel {
  text-align: left;
  font-size: 10px;
}

.popup-message {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  display: inline-block;
  padding: 10px;
  margin-bottom: 80px;
  font-weight: 400;
  background-color: white;
  z-index: 1002;
  width: 480px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -240px;
  margin-top: -125px;
  -webkit-box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  box-shadow: 0 3px 8px 1.5px rgba(0, 0, 0, 0.075);
  -webkit-transition: box-shadow 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  -moz-transition: box-shadow 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  transition: box-shadow 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  fill: white;
}

.popup-message saa-text-box {
  padding: 7.5px 0px 7.5px 0px;
}

.popup-message saa-horizontal-button {
  display: block;
  margin-bottom: 10px;
}

.popup-message saa-horizontal-button:last-child {
  margin-bottom: 0px;
}

.popup-message saa-horizontal-button .material-element.button {
  width: 100%;
}

.popup-message saa-horizontal-button .material-element.button .button-container {
  padding: 10px;
}

.popup-message saa-horizontal-button .material-element.button .button-container:before, .popup-message saa-horizontal-button .material-element.button .button-container:after {
  display: none;
}

.popup-message .popup-message-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  display: inline-block;
  margin-top: -85px;
  margin-bottom: 20px;
}

.popup-message .popup-message-icon .button-icon {
  padding: 40px;
  width: 140px;
  height: 140px;
}

.popup-message .popup-message-icon {
  fill: white;
}

.popup-message .popup-message-icon {
  stroke: white;
}

.popup-message .popup-message-title {
  font-size: 28px;
  margin-bottom: 15px;
  color: #333;
}

.popup-message .popup-message-text {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  font-size: 12pt;
  color: #333;
  text-align: left;
}

saa-popup-message .popup-message ng-include div.popup-message-text {
  max-height: 200px;
  overflow-y: scroll;
}

.wrapper ul li {
  justify-content: center;
  display: flex;
}

.resize-sensor-container {
  position: relative;
}

.resize-sensor,
.resize-sensor-shrink,
.resize-sensor-grow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: scroll;
  z-index: -1;
  visibility: hidden;
  min-width: 1px;
  min-height: 1px;
}

.resize-sensor-shrink-node,
.resize-sensor-grow-node {
  position: absolute;
  left: 0;
  top: 0;
  transition: none;
}

.resize-sensor-grow-node {
  width: 100000px;
  height: 100000px;
}

.resize-sensor-shrink-node {
  width: 200%;
  height: 200%;
}

saa-status-bar .fixed-bar .status-bar-element .fill-path {
  fill: #fff;
}

saa-status-bar .fixed-bar .status-bar-element .stroke-path {
  stroke: #fff;
}

saa-status-bar .placeholder-bar, saa-status-bar .fixed-bar {
  background-color: #0086cb;
  color: white;
}

saa-status-bar .fixed-bar .status-bar-element .fill-path {
  fill: #fff;
}

saa-status-bar .fixed-bar .status-bar-element .stroke-path {
  stroke: #fff;
}

saa-status-bar {
  width: 100%;
}

saa-status-bar .placeholder-bar, saa-status-bar .fixed-bar {
  display: block;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #005784;
}

saa-status-bar .left-section {
  float: left;
}

saa-status-bar .right-section .list {
  float: right;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
}

saa-status-bar .right-section .open-drawer, saa-status-bar .right-section .open-drawer-icon {
  display: none;
}

saa-status-bar .right-section .open-drawer:hover {
  background-color: #1f2226;
  color: #fff;
}

saa-status-bar .market-drwawer-grey-overlay:before {
  display: none;
}

saa-status-bar .fixed-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

saa-status-bar .fixed-bar .status-bar-element {
  -webkit-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  -moz-transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  transition: background-color 0.5s cubic-bezier(0.2, 0, 0.03, 1);
  height: 100%;
  cursor: pointer;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

saa-status-bar .fixed-bar .status-bar-element:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

saa-status-bar .fixed-bar .status-bar-element.adept-logo {
  float: left;
  padding: 9px 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  width: 121px;
  height: 50px;
}

saa-status-bar .fixed-bar .status-bar-element.armstrong-logo {
  float: right;
  width: 120px;
  padding: 8px 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  height: 50px;
}

saa-status-bar .fixed-bar a {
  display: inline;
}

saa-status-bar .fixed-bar saa-market, saa-status-bar .fixed-bar saa-login {
  float: right;
}

saa-status-bar .fixed-bar saa-my-rep {
  float: left;
}

@media screen and (max-width: 600px) {
  saa-status-bar .right-section {
    float: right;
  }
  saa-status-bar .right-section .list {
    display: none;
  }
  saa-status-bar .right-section .list.open-drawer-icon {
    float: right;
    display: block;
    top: 16px;
    left: 0px;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 20px;
    color: #8d8989;
  }
  saa-status-bar .right-section.responsive {
    position: absolute;
    right: 0;
    height: 1000px;
    background-color: #0086cb;
    border-color: #005784;
    color: #f6f6f6;
    fill: #f6f6f6;
    text-align: left;
    width: 75%;
    z-index: 999;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  saa-status-bar .right-section.responsive .open-drawer-icon {
    position: absolute;
    left: 0;
    top: 6px;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  saa-status-bar .right-section.responsive .open-drawer-icon.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 5px;
    top: 7px;
    font-size: 20px;
  }
  saa-status-bar .right-section.responsive .list {
    float: none;
    display: block;
    text-align: left;
  }
  saa-status-bar .right-section.responsive .armstrong-logo-wrapper {
    margin: 0 0 0 9px;
    width: 97%;
    float: left;
  }
  saa-status-bar .right-section.responsive saa-market, saa-status-bar .right-section.responsive saa-login, saa-status-bar .right-section.responsive saa-login .login-wrapper {
    float: left;
    width: 100%;
    padding: 0;
  }
  saa-status-bar .right-section.responsive saa-login .login-wrapper, saa-status-bar .right-section.responsive .status-bar-element.armstrong-logo {
    float: left;
    padding: 0;
    border-left: 0;
  }
  saa-status-bar .right-section.responsive saa-market .market-wrapper {
    border-left: 0;
  }
  saa-status-bar .right-section.responsive saa-login .login-wrapper > .optionList > .optionItem {
    border: 0px;
  }
  saa-status-bar .right-section .open-drawer {
    width: 100%;
    height: 49px;
    display: block;
    margin-right: 2px;
    background-color: #1f2226;
  }
  saa-status-bar .market-drwawer-grey-overlay:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (max-width: 990px) {
  saa-status-bar .adept-logo {
    transform: translateX(50px);
  }
}

saa-svg-icon {
  display: inline-block;
}

saa-svg-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.saa-table-cell {
  display: block;
  font-size: 13px;
  padding: 12px 8px 12px 8px;
  word-wrap: break-word;
}

.saa-table-cell .highlighted {
  background: #f82600;
}

.saa-table-cell.actions-column {
  padding: 0;
}

.saa-table-cell-action {
  cursor: pointer;
  padding: 12px 8px;
  display: inline-block;
  position: relative;
}

.saa-table-cell-action > saa-svg-icon {
  position: absolute;
  left: 8px;
  top: 8px;
}

.saa-table-cell-action > saa-svg-icon + span {
  padding: 0px 0 0 28px;
}

.saa-table-cell-curve {
  cursor: pointer;
  width: 260px;
  height: 135px;
}

.saa-table-cell .action-buttons {
  padding: 7.5px 8px;
  display: inline-block;
}

.saa-table-cell .action-buttons .buttons {
  margin-right: 5px;
}

.table-bordered {
  border-spacing: 0;
}

.table-bordered tbody > tr:hover {
  background-color: #d9d9d9;
}

.table-bordered tbody > tr:hover td {
  background-color: #d9d9d9;
}

.table-bordered thead > tr.saa-table-row-even,
.table-bordered tbody > tr.saa-table-row-even {
  background-color: rgba(0, 134, 203, 0.2);
}

.table-bordered thead > tr.saa-table-row-even td,
.table-bordered tbody > tr.saa-table-row-even td {
  background-color: #cce7f5;
}

.table-bordered thead > tr.saa-table-row-even td.sorted,
.table-bordered tbody > tr.saa-table-row-even td.sorted {
  background-color: #aec5d0;
}

.table-bordered thead > tr.saa-table-row-active, .table-bordered thead > tr.saa-table-row-hover,
.table-bordered tbody > tr.saa-table-row-active,
.table-bordered tbody > tr.saa-table-row-hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.table-bordered thead > tr.saa-table-row-active.saa-table-row-even, .table-bordered thead > tr.saa-table-row-hover.saa-table-row-even,
.table-bordered tbody > tr.saa-table-row-active.saa-table-row-even,
.table-bordered tbody > tr.saa-table-row-hover.saa-table-row-even {
  background-color: rgba(0, 0, 0, 0.15);
}

.table-bordered thead > tr.saa-table-sub-row,
.table-bordered tbody > tr.saa-table-sub-row {
  background-color: #E9E9E9;
}

.table-bordered thead > tr.saa-table-sub-row .saa-table-cell,
.table-bordered tbody > tr.saa-table-sub-row .saa-table-cell {
  padding: 9px 6px 9px 6px;
}

.table-bordered thead > tr td,
.table-bordered tbody > tr td {
  vertical-align: middle;
}

.saa-table-postion {
  position: relative;
}

.full-screen-curve {
  position: relative;
}

.full-screen-curve .grid-overlay, .full-screen-curve span.icon-meaning {
  opacity: 0;
}

.full-screen-curve .grid-overlay {
  position: absolute;
}

.full-screen-curve .grid-overlay span.icon-meaning {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 700;
}

.full-screen-curve .grid-overlay saa-svg-icon {
  margin: 0 auto;
  display: block;
  height: 50px;
  width: 50px;
}

.full-screen-curve:hover .grid-overlay, .full-screen-curve:hover span.icon-meaning {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.full-screen-curve:hover .grid-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: -webkit-calc(237px - 85px);
  height: calc(237px - 85px);
  padding: 85px 0 0 0;
  margin: -8px 0 0 0;
  display: block;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.full-screen-curve:hover .grid-overlay a {
  opacity: 1;
}

.full-screen-curve:hover .grid-overlay a i {
  opacity: 1;
  position: absolute;
  top: 50px;
  left: -webkit-calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: -6px;
  margin-right: 4px;
  opacity: 0.8;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.full-screen-curve:hover .grid-overlay a i saa-svg-icon {
  opacity: 1;
}

.full-screen-curve:hover .grid-overlay .white-icon .icon .fill-path {
  fill: #fff;
}

.full-screen-curve:hover .grid-overlay .white-icon .icon .stroke-path {
  stroke: #fff;
}

.full-screen-curve saa-popup-dialog .nopadding {
  padding: 0;
}

.full-screen-curve saa-popup-dialog .curve-drawing-columns .image-container {
  width: 100%;
  height: 320px;
  padding: 0;
  margin: 0;
  min-width: 615px;
  max-width: 100%;
  min-height: 320px;
  max-height: 415px;
}

table.hidden-header thead > tr {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

table.hidden-header thead > tr > th.hidden-header, table.hidden-header thead > tr > td.hidden-header {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

table.hidden-header thead > tr > th.hidden-header *, table.hidden-header thead > tr > td.hidden-header * {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

table.saa-no-data-table tbody {
  background-color: #fff;
}

table.saa-no-data-table tbody {
  color: #e74c3c;
}

table.saa-no-data-table tbody > tr > td .extend-icon-red .fill-path {
  fill: #e74c3c;
}

table.saa-no-data-table tbody > tr > td .extend-icon-red .stroke-path {
  stroke: #e74c3c;
}

table.saa-no-data-table tbody {
  border-color: #008fcf;
}

table.saa-no-data-table {
  text-transform: uppercase;
}

table.saa-no-data-table tbody {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  font-size: 21px;
  letter-spacing: 2px;
  text-align: center;
  padding: 40px 0;
}

table.saa-no-data-table tbody > tr > td {
  height: 150px;
  vertical-align: middle;
}

table.saa-no-data-table tbody > tr > td div {
  display: inline-block;
}

table.saa-no-data-table tbody > tr > td div saa-svg-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
}

table.saa-no-data-table tbody > tr > td div .no-result-text {
  padding: 15px;
}

.saa-no-table-postion {
  position: relative;
}

.table-container {
  display: flex;
}

.table-container .left-table,
.table-container .right-table,
.table-container .middle-table {
  white-space: nowrap;
  vertical-align: top;
  flex-shrink: 0;
  flex-grow: 0;
}

.table-container .left-table .fixed-column,
.table-container .right-table .fixed-column,
.table-container .middle-table .fixed-column {
  position: sticky;
  left: 50px;
  z-index: 20;
}

.table-container .left-table .fixed-columntd,
.table-container .right-table .fixed-columntd,
.table-container .middle-table .fixed-columntd {
  border: none;
}

.table-container .left-table .fixed-column .action-column,
.table-container .right-table .fixed-column .action-column,
.table-container .middle-table .fixed-column .action-column {
  border-color: #0086cb;
}

.table-container .left-table table thead tr th,
.table-container .right-table table thead tr th,
.table-container .middle-table table thead tr th {
  position: sticky;
  top: 50px;
  background-color: #0086cb;
  z-index: 10;
}

.table-container .left-table table thead tr th.fixed-column,
.table-container .right-table table thead tr th.fixed-column,
.table-container .middle-table table thead tr th.fixed-column {
  z-index: 21;
}

.table-container .left-table {
  display: none;
}

.table-container .left-table th:not(.is-left),
.table-container .left-table td:not(.is-left) {
  display: none;
}

.table-container .right-table {
  display: none;
}

.table-container .right-table th:not(.is-right),
.table-container .right-table td:not(.is-right) {
  display: none;
}

.table-container .left-table table thead > tr > th {
  border-right: 1px solid;
}

.table-container .left-table table tbody > tr > td {
  border-right: 1px solid #008fcf;
}

.table-container .right-table table thead > tr > th {
  border-left: 1px solid;
}

.table-container .right-table table tbody > tr > td {
  border-left: 1px solid #008fcf;
}

.table-container .middle-table {
  flex-shrink: 1;
  flex-grow: 1;
}

.table-container .middle-table > saa-table {
  display: inline-table;
  min-width: 100%;
  float: left;
}

.table-container.responsive-table .middle-table > saa-table {
  min-width: initial;
}

.table-container.responsive-table .left-table,
.table-container.responsive-table .right-table {
  display: block;
}

.table-container.responsive-table .middle-table .is-left,
.table-container.responsive-table .middle-table .is-right {
  display: none;
}

.product-options-layout .table-container .middle-table {
  overflow-x: auto;
}

.product-options-layout .table-container .middle-table table thead tr th {
  top: 0;
}

body .product-selection-view-Wrapper {
  width: min-content;
}

body .product-selection-view-Wrapper .table-container .left-table .fixed-column,
body .product-selection-view-Wrapper .table-container .right-table .fixed-column,
body .product-selection-view-Wrapper .table-container .middle-table .fixed-column {
  left: -1px !important;
}

body .product-selection-view-Wrapper table thead tr th {
  top: 0 !important;
}

@media only screen and (max-width: 990px) {
  .table-container .left-table .fixed-column,
  .table-container .right-table .fixed-column,
  .table-container .middle-table .fixed-column {
    left: -1px;
  }
}

saa-table .toggle-button-bar {
  background-color: #005784;
  border: 1px solid #005784;
  text-align: center;
}

saa-table .toggle-button-bar saa-toggle-button {
  display: inline-block;
}

.static-tooltip {
  font-size: 11px !important;
  border-radius: 5px !important;
}

.static-tooltip .tooltip-inner {
  word-break: break-all;
  line-height: 18px !important;
}

.left.static-tooltip .tooltip-arrow {
  right: 1px;
}

.top.static-tooltip .tooltip-arrow {
  bottom: 1px;
}

.bottom.static-tooltip .tooltip-arrow {
  top: 1px;
}

.right.static-tooltip .tooltip-arrow {
  left: 1px;
}

.dynamic-tooltip {
  font-size: 11px !important;
  border-radius: 5px !important;
  max-width: 240px;
  opacity: 1 !important;
}

.dynamic-tooltip .tooltip-inner {
  border-width: 1px;
  border-style: solid;
  color: #333;
  word-wrap: break-word;
  line-height: 18px !important;
  float: left;
}

.left.dynamic-tooltip .tooltip-arrow {
  right: 1px;
}

.top.dynamic-tooltip .tooltip-arrow {
  bottom: 1px;
}

.bottom.dynamic-tooltip .tooltip-arrow {
  top: 1px;
}

.right.dynamic-tooltip .tooltip-arrow {
  left: 1px;
}
