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

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: 'SF Pro Text', system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
a:hover,
a:active {
  outline: 0
}
a {
  color: #0070b7;
  text-decoration: none;
  cursor: pointer
}
a:hover {
  color: #184e71;
  text-decoration: underline
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-weight: normal
}
button,
input {
  line-height: normal
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button
}
input[type="search"] {
  -webkit-appearance: textfield
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none
}
textarea {
  overflow: auto;
  vertical-align: top
}
.row:before,
.row:after {
  content: " ";
  display: table
}
.row:after {
  clear: both
}
.row:before,
.row:after {
  content: " ";
  display: table
}
.row:after {
  clear: both
}
@media(min-width:768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px
  }
}
.row .row {
  margin-left: -15px;
  margin-right: -15px
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left
}
.col-1 {
  width: 8.333333333333332%
}
.col-2 {
  width: 16.666666666666664%
}
.col-3 {
  width: 25%
}
.col-4 {
  width: 33.33333333333333%
}
.col-5 {
  width: 41.66666666666667%
}
.col-6 {
  width: 50%
}
.col-7 {
  width: 58.333333333333336%
}
.col-8 {
  width: 66.66666666666666%
}
.col-9 {
  width: 75%
}
.col-10 {
  width: 83.33333333333334%
}
.col-11 {
  width: 91.66666666666666%
}
.col-12 {
  width: 100%
}
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.alert-container {
  position: fixed;
  top: 30px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  z-index: 1060
}
.close,
[class^=icon-].close {
  font-size: 18px;
  line-height: 18px;
  opacity: .3;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 5px;
  padding-right: 2px;
  background: 0;
  border: 0;
  float: right;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}
.close:hover,
[class^=icon-].close:hover {
  opacity: 1;
  text-decoration: none
}
.alert {
  padding: 10px 35px 10px 14px;
  border-radius: 3px;
  background-color: #fcf8e3;
  color: #c09853;
  margin-bottom: 10px
}
.alert:before,
.alert:after {
  content: " ";
  display: table
}
.alert:after {
  clear: both
}
.alert:before,
.alert:after {
  content: " ";
  display: table
}
.alert:after {
  clear: both
}
.alert .close {
  color: inherit;
  padding: 0;
  position: relative;
  margin-top: 0;
  top: -2px;
  right: -21px;
  line-height: 20px
}
.alert p {
  margin: 0
}
.alert-success {
  background-color: #dff0d8;
  color: #468847
}
.alert-error {
  background-color: #f2dede;
  color: #b94a48
}
.alert-info {
  background-color: #d9edf7;
  color: #3a87ad
}
p {
  margin: 0 0 10px
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4
}
small {
  font-size: 85%
}
cite {
  font-style: normal
}
.text-muted {
  color: #999
}
.text-primary {
  color: #0070b7
}
.text-warning {
  color: #e86e01
}
.text-danger {
  color: #d75050
}
.text-success {
  color: #46a546
}
.text-info {
  color: #7a43b6
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.text-center {
  text-align: center
}
.capitalize {
  text-transform: uppercase
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'SF Pro Display', system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px
}
h1,
.h1 {
  font-size: 38px
}
h2,
.h2 {
  font-size: 32px
}
h3,
.h3 {
  font-size: 24px
}
h4,
.h4 {
  font-size: 18px
}
h5,
.h5 {
  font-size: 14px
}
h6,
.h6 {
  font-size: 12px
}
h1 small,
.h1 small {
  font-size: 24px
}
h2 small,
.h2 small {
  font-size: 18px
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #495059;
  font-weight: bold;
  text-rendering: optimizeLegibility
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal
}
h1 {
  font-size: 24px;
  font-weight: normal
}
h2 {
  font-size: 18px;
  font-weight: normal
}
h3 {
  font-size: 15px
}
h4 {
  font-size: 14px
}
p {
  margin: 0 0 20px
}
.heading-circle {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #e86e01;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  margin-top: -2px
}
.title {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #495059
}
.title:hover {
  text-decoration: none
}
.sub-title {
  display: inline-block;
  color: #8a929e;
  font-size: 13px
}
.sub-url {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 13px
}
.heading-light {
  font-weight: normal
}
.table-title {
  font-size: 15px;
  font-weight: bold;
  color: #0070b7
}
.report-heading {
  color: #8895a7;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase
}
.list-unstyled {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none
}
.list-inline {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none
}
.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}
label {
  display: block;
  font-size: 13px
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.tags-input {
  display: inline-block;
  padding: 9px;
  margin-bottom: 15px;
  font-family: 'SF Pro Text', system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #495059;
  background-color: rgba(46, 53, 68, 0.08);
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.uneditable-input:hover,
.tags-input:hover {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.tags-input:focus {
  outline: 0;
  border-color: #699dce;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px #5ca4e8, inset 0 0 2px rgba(92, 165, 232, 0.66);
  box-shadow: 0 0 4px #5ca4e8, inset 0 0 2px rgba(92, 165, 232, 0.66)
}
input,
textarea {
  width: 210px
}
textarea {
  height: auto;
  resize: none
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
  cursor: pointer
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto
}
select,
input[type="file"] {
  *margin-top: 4px
}
select[multiple],
select[size] {
  height: auto
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
select {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-padding-end: 25px;
  padding-end: 25px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAWCAYAAADTlvzyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOZJREFUeNpi/P//PwMyUFRQrABSzPcf3G9loAFgwWJZO5TNCbS0htoWMmGzDAqqgWIt1LaQERSkWCxDBt1An5ZRzUIFeYVSIN1FQN0UoKW51PKhNZB2JaDuFBBvo1qQ0hMwMdAZjFo4auHgtxBU0lQDaUJl5gJgSZNIDQuZ3394z/jk8ROZ69evK2NTYGJicuHosaMzgcwbVPEiqKQBFW/l5eXbgb79j4xDgkPOA+UCoGqogpE5FtVV1dtoaRm6hSBs1tDQsBlk2ffv34OobRkIYyu8jYFYFog3AfE/mlTAwzofAgQYAC6rKt5S+VGIAAAAAElFTkSuQmCC);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px 11px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
select:focus {
  outline: 0;
  border-color: #699dce;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 4px #5ca4e8, inset 0 0 2px rgba(92, 165, 232, 0.66);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 4px #5ca4e8, inset 0 0 2px rgba(92, 165, 232, 0.66)
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #91959b
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #91959b
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #91959b
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #91959b
}
.input-wide {
  width: 100%
}
.input-wide-close {
  float: left;
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px)
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px
}
.controls>.radio:first-child,
.controls>.checkbox:first-child {
  padding-top: 5px
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle
}
.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
  margin-left: 10px
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: rgba(46, 53, 68, 0.08);
  border-color: transparent;
  opacity: 60;
  filter: alpha(opacity=6000)
}
input[disabled]:focus,
select[disabled]:focus,
textarea[disabled]:focus,
input[readonly]:focus,
select[readonly]:focus,
textarea[readonly]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0
}
.control-group {
  margin-bottom: .7142857145
}
legend+.control-group {
  margin-top: 1.428571429;
  -webkit-margin-top-collapse: separate
}
.form-horizontal .control-group {
  margin-bottom: 1.428571429
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table
}
.form-horizontal .control-group:after {
  clear: both
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table
}
.form-horizontal .control-group:after {
  clear: both
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0
}
.form-horizontal .controls:first-child {
  *padding-left: 160px
}
.form-detail .control-group {
  margin-bottom: .7142857145
}
.form-detail .control-label {
  padding-top: 0
}
.input-container {
  position: relative
}
.validation {
  position: absolute;
  right: 21px;
  bottom: -14px;
  background-color: #df8383;
  padding: 3px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  white-space: nowrap
}
.validation:before {
  content: '';
  position: absolute;
  display: block;
  top: -8px;
  right: 8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #df8383
}
.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-family: 'SF Pro Text', system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  white-space: nowrap
}
.btn:hover {
  color: #fff;
  text-decoration: none
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed
}
.btn-large {
  padding: 10px 14px;
  font-size: 15px;
  line-height: normal;
  border-radius: 3px
}
.btn-large [class^="icon-"] {
  margin-top: 2px
}
.btn-small {
  padding: 6px 9px
}
.btn-small [class^="icon-"] {
  margin-top: 0
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0
}
.btn-block+.btn-block {
  margin-top: 5px
}
.btn-default {
  color: #fff;
  background-color: #434b5c;
  border-color: #434b5c
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #323844;
  border-color: #292e39
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #434b5c;
  border-color: #434b5c
}
.btn-primary {
  color: #fff;
  background-color: #0070b7;
  border-color: #0070b7
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #095a8e;
  border-color: #1a577d
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0070b7;
  border-color: #0070b7
}
.btn-warning {
  color: #fff;
  background-color: #e86e01;
  border-color: #e86e01
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #bf5b01;
  border-color: #ab5101
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #e86e01;
  border-color: #e86e01
}
.btn-danger {
  color: #fff;
  background-color: #d75050;
  border-color: #d75050
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #cf2f2f;
  border-color: #be2b2b
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d75050;
  border-color: #d75050
}
.btn-success {
  color: #fff;
  background-color: #46a546;
  border-color: #46a546
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #3a883a;
  border-color: #347a34
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #46a546;
  border-color: #46a546
}
.btn-info {
  color: #fff;
  background-color: #7a43b6;
  border-color: #7a43b6
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #663898;
  border-color: #5c3389
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #7a43b6;
  border-color: #7a43b6
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #49505a;
  border-radius: 0
}
.btn-link:hover {
  color: #184e71;
  text-decoration: underline;
  background-color: transparent
}
.btn-large+.btn-link {
  font-size: 14px
}
.btn-plain,
.btn-plain:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  color: inherit;
  border-radius: 0;
  padding: 2px 6px;
  border: 0;
  text-shadow: none
}
.btn-plain:hover,
.btn-plain:active:hover {
  color: #0070b7;
  text-decoration: none;
  background-color: transparent
}
.btn-icon,
.btn-icon:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-icon {
  border-color: transparent;
  cursor: pointer;
  padding: 3px;
  border-radius: 0
}
.btn-icon.btn-large {
  padding: 9px
}
.btn-icon:hover {
  text-decoration: none;
  background-color: transparent
}
.btn-icon.disabled,
.btn-icon[disabled] {
  background-color: transparent
}
.btn-icon.disabled i,
.btn-icon[disabled] i {
  opacity: .5
}




body {
  margin: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-color: #edeeef;
  background-attachment: fixed;
  font-family: 'SF Pro Text', system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #495059;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-boxbox;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  box-pack: center
}
.login-flow-container {
  padding: 20px 0;
}
.login-container {
  background-color: #fff;
  border-radius: 3px;
  margin: 20px auto;
  padding: 30px;
  position: relative;
  width: 940px;
  box-shadow: 0 1px 1px 0 rgba(39,45,51,.24), 0 1px 2px rgba(39,45,51,.12);
}
.login-container.set-password,
.login-container.oob {
  width: 550px
}
.login-header {
  margin-bottom: 20px
}

.no-js #bannoLoginForm { display: none; }
.no-js #noJsMessage    { display: block; }
.js    #noJsMessage    { display: none; }

input[type="text"].input-login,
input[type="email"].input-login,
input[type="password"].input-login {
  padding: 12px 9px;
  margin-bottom: 30px
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

input.verify-input {
  font-size: 24px;
}

p {
  color: #6c737c
}
.column-padder {
  padding-left: 30px;
  padding-right: 30px
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}
.clearfix:after {
  clear: both
}
.pull-right {
  float: right
}
.pull-left {
  float: left
}
.pull-center,
.align-center {
  text-align: center
}
.align-left {
  text-align: left
}
.align-right {
  text-align: right
}
.hide {
  display: none
}
.show {
  display: block
}
.invisible {
  visibility: hidden
}
@media(max-width:980px) {
  .login-container {
    max-width: 420px;
    padding-left: 0;
    padding-right: 0;
  }
  .login-header {
    margin-top: 0;
    margin-bottom: 20px
  }
  .row {
    margin-left: 0;
    margin-right: 0
  }
  [class^="col-"] {
    float: none;
    width: auto;
  }
  .column-padder {
    padding-left: 20px;
    padding-right: 20px;
  }
  .visible-desktop,
  .vr {
    display: none
  }
  input[type="text"].input-login,
  input[type="email"].input-login,
  input[type="password"].input-login {
    margin-bottom: 20px
  }
}
@media(max-width:460px) {
  .login-container {
    width: auto;
    border-radius: 0
  }
}
@media(max-height:568px) {
  body {
    padding-top: 20px
  }
}
