@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
textarea, .textarea {
  font: inherit;
  padding: 5px 8px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 38px;
  box-sizing: border-box; }

input, input:not([type]), input[type="text"], .input {
  font: inherit;
  padding: 0 8px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background-color: #fafafa;
  cursor: text;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px; }
  input:focus, input:not([type]):focus, input[type="text"]:focus, .input:focus {
    border-color: #0265a4;
    background-color: #ffffff; }
  input.search:focus-within, input:not([type]).search:focus-within, input[type="text"].search:focus-within, .input.search:focus-within {
    border-color: #0265a4;
    background-color: #ffffff; }
  input.inline, input:not([type]).inline, input[type="text"].inline, .input.inline {
    border-color: transparent;
    background-color: transparent;
    margin-left: -10px;
    line-height: unset;
    height: unset; }
    input.inline:hover, input:not([type]).inline:hover, input[type="text"].inline:hover, .input.inline:hover {
      background-color: #e5e5e5;
      cursor: text; }

.inline-input, .inline-select {
  border: 1px solid transparent; }
  .inline-input:hover, .inline-select:hover {
    border-radius: 3px;
    background-color: #e5e5e5;
    cursor: text; }

.inline-select:hover {
  cursor: pointer; }

input, .input, .inline-input[contenteditable=true] {
  border-radius: 3px;
  border: 1px solid #dedede;
  background-color: #fafafa;
  cursor: text;
  box-sizing: border-box; }
  input:focus, input:focus-within, input:active, .input:focus, .input:focus-within, .input:active, .inline-input[contenteditable=true]:focus, .inline-input[contenteditable=true]:focus-within, .inline-input[contenteditable=true]:active {
    border-color: #0265a4;
    background-color: #ffffff; }
  input:hover, .input:hover, .inline-input[contenteditable=true]:hover {
    background: #f1f1f1; }
  input:disabled, .input:disabled, .inline-input[contenteditable=true]:disabled {
    border-color: #e5e5e5;
    background-color: #e5e5e5;
    color: #7d7d7d; }
  input:invalid, input:invalid:hover, .input:invalid, .input:invalid:hover, .inline-input[contenteditable=true]:invalid, .inline-input[contenteditable=true]:invalid:hover {
    border-color: #a22020;
    border-width: 1px;
    background-color: #ffffff;
    color: #a22020; }
  input.embedded, .input.embedded, .inline-input[contenteditable=true].embedded {
    border-style: none;
    background-color: transparent;
    width: 100%; }

select {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 16px;
  border-radius: 4px; }

select {
  background-color: #f0f0f0;
  border-width: 0;
  cursor: pointer;
  color: #3e3e3e; }

select:focus {
  background-color: #42526e;
  color: #ffffff;
  border-width: 0;
  cursor: default; }

select option {
  background-color: #ffffff;
  color: #000000; }

.selector-state:hover {
  opacity: 0.5;
  cursor: pointer; }

button {
  font: inherit;
  background-color: #e5e5e5;
  color: #7e7e7e; }
  button:hover {
    background-color: #dddddd; }
  button:active {
    background-color: rgba(2, 101, 164, 0.1);
    color: #0265a4; }
  button:disabled {
    background-color: #cfcfcf;
    color: #999999;
    border-width: 0;
    cursor: not-allowed; }
    button:disabled:hover {
      background-color: #cfcfcf;
      color: #999999;
      border-width: 0; }
    button:disabled:focus {
      background-color: #cfcfcf;
      color: #999999;
      border-width: 0; }

.button-style-3 {
  background-color: #0265a4;
  color: #ffffff;
  border-width: 0; }
  .button-style-3:hover {
    background-color: #007dcc; }
  .button-style-3:focus {
    background-color: #007dcc;
    color: #ffffff; }

.btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  pointer-events: auto;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  padding: 6px 12px 6px 12px;
  line-height: 1.5;
  font-size: 1rem;
  background-color: #e5e5e5;
  color: #7e7e7e;
  white-space: nowrap; }
  .btn-menu {
    top: 0.5em;
    right: 3px;
    display: block;
    position: relative;
    cursor: pointer;
    opacity: .5;
    float: right;
    z-index: 1; }
  .btn-visible {
    visibility: visible !important; }
  .btn-restore {
    background-color: #c20000;
    color: white;
    display: flex;
    align-items: center; }
    .btn-restore:hover {
      background-color: #a22020; }
    .btn-restore:active {
      background-color: #a22020;
      color: white; }
  .btn.btn-action {
    color: rgba(0, 0, 0, 0.4); }
    .btn.btn-action.style1 {
      min-width: 80px;
      padding: 5px 10px; }
    .btn.btn-action.style2 {
      width: 30px;
      height: 30px;
      min-width: 30px;
      min-height: 30px;
      padding: 0; }
    .btn.btn-action.style3 {
      padding: 2px 5px;
      width: 35px;
      height: 35px; }
  .btn > .prefix {
    margin-right: 6px; }
  .btn > i {
    position: relative;
    font-size: 14px;
    vertical-align: inherit; }
  .btn:hover {
    background-color: #dddddd;
    color: #7e7e7e; }
  .btn:active {
    background-color: rgba(2, 101, 164, 0.1);
    color: #0265a4; }
  .btn.btn-flat {
    background: transparent; }
    .btn.btn-flat:hover {
      background: #d1d1d1; }
    .btn.btn-flat:active {
      background: #bababa; }
    .btn.btn-flat.active {
      color: inherit;
      background: #bababa; }
  .btn.btn-float {
    position: absolute; }
    .btn.btn-float.right {
      right: 0; }
    .btn.btn-float.top {
      top: 0; }
  .btn.btn-small {
    padding: 0 3px; }
  .btn.btn-link {
    color: #686868;
    text-decoration: underline;
    background: transparent; }
    .btn.btn-link:active {
      background: transparent; }
  .btn.danger {
    color: #ffffff;
    background: #c20000; }
    .btn.danger:hover {
      background: #a90000; }
    .btn.danger:active {
      background: #8f0000; }
  .btn.success {
    background-color: #2fa348;
    color: #ffffff; }
  .btn.active {
    color: #ffffff;
    background: #0265a4; }
    .btn.active:hover {
      background: #02558b; }
    .btn.active:active {
      background: #014672; }

.icon-btn {
  height: 24px;
  width: 24px;
  background-color: #e5e5e5;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .icon-btn:hover {
    background-color: #d5d5d5; }
  .icon-btn svg {
    width: 13px;
    height: 13px;
    fill: #7e7e7e; }

.link-btn {
  padding: 8px 11px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  color: #000000;
  margin-top: 10px;
  border-radius: 3px;
  background-color: transparent; }
  .link-btn:hover {
    background-color: #e5e5e5; }

.toolbar > * {
  margin-left: 5px; }

.toolbar > *:first-child {
  margin-left: inherit; }

.toolbar .delimiter {
  margin-left: 5px;
  margin-right: 5px;
  height: 18px;
  width: 1px;
  background-color: #d1d1d1; }

.toolbar-vertical > * {
  margin-top: 3px; }

.toolbar-vertical > *:first-child {
  margin-top: inherit; }

.toolbar-floating {
  display: inline-block;
  position: relative;
  height: 0; }
  .toolbar-floating.toolbar-vertical {
    display: block;
    width: 0; }

.fb-flex {
  display: flex;
  width: 100%;
  box-sizing: border-box; }

.fb-row {
  padding-top: 15px;
  padding-bottom: 15px; }

.fb-flex-center-wrap {
  display: flex;
  align-items: center; }

.space-between {
  justify-content: space-between; }

.tabs {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 33px; }
  .tabs2 {
    border-color: #e5e5e5; }

.tab {
  align-self: flex-start;
  margin-bottom: 27px;
  display: flex;
  flex-direction: row;
  width: 100%; }
  .tab.tab-narrow .tab-item {
    padding: 8px 16px; }
  .tab-item {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    padding: 12px 40px;
    font-weight: 900;
    cursor: pointer; }
    .tab-item:hover {
      color: #000000; }
  .tab > .active-tab {
    border-top: 3px #2fa348 solid;
    border-left: 1px #e5e5e5 solid;
    border-right: 1px #e5e5e5 solid;
    border-bottom: 1px transparent;
    color: #000000; }
    .tab > .active-tab:after {
      height: 1px;
      background: #e5e5e5;
      bottom: 0;
      left: 100%;
      width: 100vw;
      position: absolute;
      content: ''; }
  .tab > li {
    border: 1px solid transparent;
    border-top-width: 3px;
    border-bottom-color: #e5e5e5; }

.tab-content {
  display: none; }
  .tab-content.active-tab {
    display: block; }

.material-icons.md-12 {
  font-size: 13px; }

.material-icons.md-14 {
  font-size: 14px; }

.material-icons.md-18 {
  font-size: 17px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-48 {
  font-size: 48px; }

html, body, div, h1, h2, h3, h4, ul, button, p {
  padding: 0;
  margin: 0;
  border: 0; }

html, body {
  height: 100vh; }

/*--- Root layout ---*/
.main {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  height: calc(100% - 56px);
  overflow: hidden;
  position: relative; }

.container {
  height: 100%;
  width: 100%;
  display: flex;
  overflow-y: auto; }
  .container-report {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 0 40px 40px;
    box-sizing: border-box; }

.wrap-container {
  flex-wrap: wrap;
  display: flex;
  overflow: auto; }

#content-container {
  padding-left: 20px;
  flex: 1;
  height: 100%;
  min-width: 0;
  box-sizing: border-box; }

#alert-container {
  position: fixed;
  bottom: 0;
  right: 0;
  transition: height 300ms ease;
  z-index: 1; }

.content {
  height: 100%; }

.content-main {
  padding: 20px 40px 0 20px;
  box-sizing: border-box;
  transition: all .25s ease;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column; }

/*--- Table ---*/
.tb-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box; }

.tb-head {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row; }

.tb-row {
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 20px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row; }

.tb-row:hover {
  background-color: rgba(2, 101, 164, 0.05); }

.tb-row > div, .tb-head > div {
  width: 100%; }

/*--- Flexbox ---*/
.flex {
  display: flex;
  min-width: 0; }
  .flex-row {
    display: flex;
    flex-flow: row nowrap; }
  .flex-col {
    display: flex;
    flex-flow: column nowrap; }
  .flex-fill {
    flex: 1; }
  .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }

.fbx-inline {
  display: inline-flex; }

.fbx-row {
  display: flex;
  flex-direction: row; }

.row-reverse {
  display: flex;
  flex-direction: row-reverse; }

.fbx-block {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.fbx-v-block {
  display: flex;
  flex-flow: column wrap;
  align-items: center; }

.fbx-group > * {
  margin-right: 10px; }

.fbx-fill {
  width: 100%; }

.fbx-pull-right {
  margin-left: auto; }

.fbx-col, .fbx-col-2, .fbx-col-3, .fbx-col-4, .fbx-col-5, .section-wrap, .section-wrap-2, .section-wrap-3, .section-wrap-4 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%; }

.section-wrap {
  padding: 30px;
  border: 1px solid #e5e5e5;
  min-width: 550px;
  box-sizing: border-box;
  width: 50%;
  margin-right: 40px;
  margin-bottom: 30px; }

.section-wrap-sm {
  width: 100%;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  max-height: 230px; }

@media screen and (min-width: 1200px) {
  .section-wrap {
    flex: 1; }
    .section-wrap-2 {
      flex: 2; }
    .section-wrap-3 {
      flex: 3; }
    .section-wrap-4 {
      flex: 4; }
  .fbx-col {
    flex: 1; }
    .fbx-col-2 {
      flex: 2; }
    .fbx-col-3 {
      flex: 3; }
    .fbx-col-4 {
      flex: 4; }
    .fbx-col-5 {
      flex: 5; }
  .box {
    padding-right: 80px; } }

.flex-center {
  justify-content: center;
  align-items: center;
  align-self: center;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-content: center; }

.flex-between {
  justify-content: space-between; }

.flex-start {
  justify-content: flex-start; }

.flex-end {
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: end; }

.dir-row {
  flex-flow: row nowrap; }

.dir-col {
  flex-flow: column nowrap; }

.verical-end {
  align-items: flex-end; }

.vertical-center {
  align-items: center; }

.text-center {
  text-align: center; }

.flex-col-26, .flex-col-74 {
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5; }

.flex-col-26 {
  border-right: 1px solid #e5e5e5;
  width: 26%; }

.flex-col-74 {
  width: 74%; }

.flex-col-5 {
  width: 5%; }

.flex-col-8 {
  width: 8%; }

.flex-col-10 {
  width: 10%; }

.flex-col-15 {
  width: 15%; }

.flex-col-20 {
  width: 20%; }

.flex-col-50 {
  width: 50%; }

.flex-col-auto {
  width: auto; }

.flex-item {
  padding: 30px;
  width: 652px;
  min-height: 150px;
  border: 1px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
  margin-bottom: 30px;
  margin-right: 40px; }
  .flex-item3 {
    border: 1px solid #e5e5e5;
    min-height: auto;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    border-bottom: 0; }

/*--- Misc ---*/
.scroll {
  overflow: auto;
  padding-right: 28px;
  word-break: break-all; }
  .scroll.scroll-narrow {
    padding: 0; }
  .scroll.scroll-100h {
    height: 100%; }
  .scroll-wrap {
    height: 100%;
    overflow-y: auto; }

.section {
  font-weight: bold;
  font-size: 15px;
  margin: 36px 0 22px 0; }

.mt1px {
  margin-top: 1px; }

.mt5px {
  margin-top: 5px; }

.mt7px {
  margin-top: 7px; }

.mt10px {
  margin-top: 10px; }

.mt15px {
  margin-top: 15px; }

.mt20px {
  margin-top: 20px; }

.ml5px {
  margin-left: 5px; }

.ml10px {
  margin-left: 10px; }

.ml15px {
  margin-left: 15px; }

.ml20px {
  margin-left: 20px; }

.mr5px {
  margin-right: 5px; }

.mr10px {
  margin-right: 10px; }

.mr20px {
  margin-right: 20px; }

.mb5px {
  margin-bottom: 5px; }

.mb10px {
  margin-bottom: 10px; }

.mb15px {
  margin-bottom: 15px; }

.mb20px {
  margin-bottom: 20px; }

.mb30px {
  margin-bottom: 30px; }

/*--- Sections ---*/
.section-sep {
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
  margin: 27px 0; }

.section-title {
  font-weight: bold;
  font-size: 14px;
  margin: 15px 0 15px 0;
  text-transform: uppercase;
  width: 100%; }

.section-label {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 20px;
  cursor: pointer;
  text-transform: uppercase; }

.box-wrap {
  padding: 30px;
  border: 1px solid #e5e5e5; }
  .box-wrap.narrow {
    padding: 5px; }

.height-100 {
  height: 100%; }

/*--- Layout Margins ---*/
.fb-m-top-0 {
  margin-top: 0; }

.fb-m-left-5 {
  margin-left: 5px; }

.fb-m-left-10 {
  margin-left: 10px; }

.fb-m-left-40 {
  margin-left: 40px; }

.fb-m-right-10 {
  margin-right: 10px; }

.fb-m-bottom-20 {
  margin-bottom: 20px; }

.fb-m-top-20 {
  margin-top: 20px; }

.fb-m-top-40 {
  margin-top: 40px; }

.fb-m-bottom-30 {
  margin-bottom: 30px; }

.fb-m-bottom-40 {
  margin-bottom: 40px; }

.fb-m-top-30 {
  margin-top: 30px; }

.fb-m-right-40 {
  margin-right: 40px; }

.ml-30px {
  margin-left: -30px; }

.m10px {
  margin: 10px; }

.m20px {
  margin: 20px; }

.m30px {
  margin: 30px; }

.m40px {
  margin: 40px; }

.mt0px {
  margin-top: 0; }

.mt3px {
  margin-top: 3px; }

.mt10px {
  margin-top: 10px; }

.mt20px {
  margin-top: 20px; }

.mt30px {
  margin-top: 30px; }

.mt40px {
  margin-top: 40px; }

.mr0px {
  margin-right: 0px; }

.mr2px {
  margin-right: 2px; }

.mr10px {
  margin-right: 10px; }

.mr20px {
  margin-right: 20px; }

.mr30px {
  margin-right: 30px; }

.mr40px {
  margin-right: 40px; }

.ml5px {
  margin-left: 5px; }

.ml10px {
  margin-left: 10px; }

.ml20px {
  margin-left: 20px; }

.ml25px {
  margin-left: 25px; }

.ml30px {
  margin-left: 30px; }

.ml40px {
  margin-left: 40px; }

.ml50px {
  margin-left: 50px; }

.mb10px {
  margin-bottom: 10px; }

.mb20px {
  margin-bottom: 20px; }

.mb30px {
  margin-bottom: 30px; }

.mb40px {
  margin-bottom: 40px; }

.mr-40px {
  margin-right: -40px; }

.fb-m-top-0 {
  margin-top: 0; }

.fb-m-left-5 {
  margin-left: 5px; }

.fb-m-left-10 {
  margin-left: 10px; }

.fb-m-left-40 {
  margin-left: 40px; }

.fb-m-right-10 {
  margin-right: 10px; }

.fb-m-bottom-20 {
  margin-bottom: 20px; }

.fb-m-top-20 {
  margin-top: 20px; }

.fb-m-top-40 {
  margin-top: 40px; }

.fb-m-bottom-30 {
  margin-bottom: 30px; }

.fb-m-bottom-40 {
  margin-bottom: 40px; }

.fb-m-top-30 {
  margin-top: 30px; }

.fb-m-right-40 {
  margin-right: 40px; }

.m10px {
  margin: 10px; }

.m20px {
  margin: 20px; }

.m30px {
  margin: 30px; }

.m40px {
  margin: 40px; }

.mt0px {
  margin-top: 0px; }

.mt10px {
  margin-top: 10px; }

.mt20px {
  margin-top: 20px; }

.mt30px {
  margin-top: 30px; }

.mt40px {
  margin-top: 40px; }

.mr0px {
  margin-right: 0px; }

.mr10px {
  margin-right: 10px; }

.mr20px {
  margin-right: 20px; }

.mr30px {
  margin-right: 30px; }

.mr40px {
  margin-right: 40px; }

.ml5px {
  margin-left: 5px; }

.ml10px {
  margin-left: 10px; }

.ml20px {
  margin-left: 20px; }

.ml25px {
  margin-left: 25px; }

.ml30px {
  margin-left: 30px; }

.ml40px {
  margin-left: 40px; }

.mb10px {
  margin-bottom: 10px; }

.mb20px {
  margin-bottom: 20px; }

.mb30px {
  margin-bottom: 30px; }

.mb40px {
  margin-bottom: 40px; }

.mb50px {
  margin-bottom: 50px; }

/*--- Layout Paddings ---*/
.p12px {
  padding: 12px; }

.p13px {
  padding: 13px; }

.p20px {
  padding: 20px; }

.p40px {
  padding: 40px; }

.pr40px {
  padding-right: 40px; }

.pr0px {
  padding-right: 0px; }

.pl20px {
  padding-left: 20px; }

.pb20px {
  padding-bottom: 20px; }

.pt0px {
  padding-top: 0px; }

.pt10px {
  padding-top: 10px; }

.fb-p-right-0 {
  padding-right: 0px; }

.fb-p-right-10 {
  padding-right: 10px; }

.fb-p-bottom-20 {
  padding-bottom: 20px; }

.fb-p-right-20 {
  padding-right: 20px; }

.fb-p-right-30 {
  padding-right: 30px; }

.fb-p-right-40 {
  padding-right: 40px; }

.fb-p-40 {
  padding: 40px; }

.fb-p-top-40 {
  padding-top: 40px; }

.fb-p-bottom-40 {
  padding-bottom: 40px; }

.fb-p-left-40 {
  padding-left: 40px; }

/*--- Layout Custom Widths ---*/
.fb-max-w-600 {
  max-width: 600px;
  width: 100%; }

.fb-max-w-660 {
  max-width: 660px; }

.fb-max-w-750 {
  max-width: 750px; }

.fb-min-w-750 {
  min-width: 750px; }

/*--- Layout Border Space ---*/
.fb-border-box {
  box-sizing: border-box; }

.form-line {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  align-items: center; }
  .form-line input {
    flex: auto; }
  .form-line label {
    flex: 1; }

.form-sm {
  width: 500px;
  padding: 40px 20px; }

.choices__list--multiple .choices__item {
  background-color: #0265a4 !important;
  border: none !important; }

.choices__inner {
  min-height: 28px !important;
  width: 99% !important; }

.choices__inner__width {
  width: 94% !important; }

@media (max-width: 1440px) {
  .choices__inner__width {
    width: 94% !important; } }

@media (max-width: 1024px) {
  .choices__inner__width {
    width: 99% !important; } }

@media (max-width: 768px) {
  .choices__inner__width {
    width: 97% !important; } }

@media (max-width: 425px) {
  .choices__inner__width {
    width: 91% !important; } }

.choices {
  width: 100%; }

.choices__input {
  width: auto !important;
  height: 15px;
  border-width: 0px !important; }

.choices__button {
  background-color: transparent !important; }

.choices .choices__inner:hover {
  border-color: #dedede;
  border-style: solid;
  background-color: #f1f1f1; }
  .choices .choices__inner:hover .choices__input {
    border-color: #dedede;
    border-style: solid;
    background-color: #f1f1f1; }

.is-focused .choices__inner {
  border-color: #0265a4 !important;
  background-color: #ffffff !important; }

/* --Media Query-- On screens that are 1620px or less - Custom*/
@media (max-width: 1620px) {
  .fb-min-w-750 {
    max-width: 750px; }
  .section-wrap {
    max-width: 750px; } }

/* --Media Query-- On screens that are 1023px or less - Tablet*/
@media (max-width: 1023px) {
  .fb-min-w-750 {
    min-width: auto !important;
    max-width: 100%; }
  .section-wrap {
    min-width: auto !important;
    max-width: 100%; } }

.collapsible-content {
  height: auto;
  width: auto; }
  .collapsible-content.closed {
    display: none;
    margin: 0; }

.collapsible-toggle {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 30px; }
  .collapsible-toggle.open .material-icons {
    transform: rotate(90deg); }
  .collapsible-toggle .material-icons {
    transition: transform 300ms linear; }
  .collapsible-toggle i {
    vertical-align: text-bottom; }

.wb-dropdown {
  position: relative; }
  .wb-dropdown .anchor:not(input) {
    cursor: pointer; }
  .wb-dropdown .popup {
    position: absolute;
    left: 0;
    margin-top: 5px;
    display: none;
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
    background-color: #ffffff;
    min-width: 170px;
    padding-top: .25rem;
    padding-bottom: .25rem;
    z-index: 1000;
    max-height: 300px;
    overflow: hidden auto; }
    .wb-dropdown .popup.open {
      display: inherit; }
  .wb-dropdown-item {
    cursor: pointer;
    padding: 7px 12px 7px 12px;
    white-space: nowrap; }
    .wb-dropdown-item:hover, .wb-dropdown-item.selected {
      background: #d1d1d1; }
  .wb-dropdown input {
    width: 100%; }

.wb-dropdown-flex .fbx-col {
  flex-direction: row; }

.wb-checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  user-select: none;
  text-align: start; }
  .wb-checkbox:hover input ~ .checkmark {
    background-color: #d1d1d1; }
  .wb-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .wb-checkbox input:checked ~ .checkmark {
      background-color: #0265a4; }
    .wb-checkbox input:checked ~ .checkmark i {
      display: block; }
    .wb-checkbox input ~ .checkmark {
      position: absolute;
      top: 1px;
      left: 0;
      height: 16px;
      width: 16px;
      background-color: #d1d1d1;
      border-radius: 4px; }
      .wb-checkbox input ~ .checkmark i {
        position: absolute;
        display: none;
        left: 6px;
        top: 2px;
        width: 3px;
        height: 7px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }

.wb-checkbox input:checked ~ .checkmark li {
  display: block; }

.wb-checkbox .checkmark li {
  position: absolute;
  left: 6px;
  display: none;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.user-img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  background-size: cover;
  background-color: #808080;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .user-img.unset {
    background-color: transparent; }
    .user-img.unset i.material-icons {
      visibility: hidden; }
  .user-img.sm {
    width: 24px;
    height: 24px;
    min-width: 24px; }
    .user-img.sm img {
      width: 24px;
      height: 24px; }
    .user-img.sm i.material-icons {
      font-size: 20px; }
  .user-img.md {
    width: 32px;
    height: 32px; }
    .user-img.md img {
      width: 32px;
      height: 32px; }
    .user-img.md i.material-icons {
      font-size: 28px; }
  .user-img.lg {
    width: 41px;
    height: 41px; }
    .user-img.lg img {
      width: 41px;
      height: 41px; }
  .user-img i.material-icons {
    position: absolute;
    border-radius: 50%; }
  .user-img img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%; }

.user-display > span {
  font-size: 14px;
  white-space: nowrap; }

.wb-select {
  white-space: nowrap;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  pointer-events: auto;
  cursor: pointer;
  border-radius: .25rem;
  padding: 6px 12px 6px 12px;
  color: rgba(0, 0, 0, 0.5);
  height: 37px;
  box-sizing: border-box;
  background-color: #f1f1f1;
  font-size: 14px;
  font-weight: bold; }
  .wb-select:hover {
    background: #e3e3e3; }
  .wb-select:focus, .wb-select.active {
    border-color: #0265a4; }
  .wb-select .material-icons {
    color: #000000; }
  .wb-select-display {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    min-width: 0; }
    .wb-select-display.selected {
      color: #000000; }

.story-points .point {
  background-color: #e5e5e5;
  box-sizing: border-box;
  min-width: 36px;
  margin-right: 10px;
  border-radius: 13px;
  font-size: 14px;
  text-align: center;
  padding: 4px 14px;
  cursor: pointer; }
  .story-points .point.selected {
    background-color: #0265a4;
    color: #ffffff; }
    .story-points .point.selected:hover {
      background: #d1d1d1; }
  .story-points .point:hover {
    background: #d1d1d1; }
  .story-points .point.read-only {
    cursor: pointer;
    background-color: #e5e5e5; }
    .story-points .point.read-only:hover {
      background: #dddddd; }

#menu-container.close .project-selector {
  padding: 0; }
  #menu-container.close .project-selector .project-list {
    display: none; }
  #menu-container.close .project-selector .project-display {
    padding: 10px 8px;
    border-radius: 0;
    height: 63px; }
    #menu-container.close .project-selector .project-display .project-indication {
      display: none; }
    #menu-container.close .project-selector .project-display .project-title {
      display: none; }

#menu-container.close.closed .project-selector .small-label {
  display: inherit; }

.project-selector {
  padding: 0 20px;
  transition: padding 100ms linear; }
  .project-selector .project-display {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 3px;
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background-color: #0265a4;
    cursor: pointer;
    color: #ffffff;
    align-items: center;
    position: relative;
    height: 40px;
    transition: height 100ms linear; }
    .project-selector .project-display .project-indication {
      display: flex;
      width: 17px;
      height: 17px; }
    .project-selector .project-display .project-dropdown {
      transform: rotate(90deg);
      color: #ffffff; }
    .project-selector .project-display > .project-icon-wrap {
      display: flex;
      flex-direction: column;
      align-content: start;
      height: 100%; }
  .project-selector .small-label {
    display: none;
    justify-content: center; }
  .project-selector .search {
    width: 100%; }
  .project-selector .project-title {
    margin-left: 10px; }
    .project-selector .project-title span {
      font-size: 14px;
      color: #ffffff; }
  .project-selector .project-list .project-title span {
    font-size: 14px;
    color: #686868; }
  .project-selector .project-list {
    border: 1px solid #e5e5e5;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 20px;
    background-color: #ffffff;
    display: none;
    flex-flow: column;
    overflow-x: hidden; }
  .project-selector.open .project-list {
    display: inherit; }
  .project-selector.open .project-display .project-indication .material-icons {
    transform: rotate(-180deg); }
  .project-selector .projects-label {
    color: #686868;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .project-selector .project-card {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    padding: 8px 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden; }
    .project-selector .project-card:hover {
      background-color: #fafafa; }
  .project-selector .project-icon {
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    min-width: 40px; }
    .project-selector .project-icon .icon {
      height: 23px;
      width: 23px; }
  .project-selector .project-indication {
    height: 10px;
    width: 10px;
    background-color: #0265a4;
    border-radius: 2px;
    margin-left: auto; }
  .project-selector .all-projects {
    margin-top: 10px;
    margin-bottom: 0; }
    .project-selector .all-projects a {
      font-size: 15px;
      text-decoration: none;
      color: #0265a4;
      cursor: pointer; }
  .project-selector .list-sep {
    border-bottom: 1px solid #e5e5e5;
    margin: 10px -10px; }
  .project-selector .purple {
    background-color: #886cff; }
  .project-selector .green {
    background-color: #2fa348; }
  .project-selector .orange {
    background-color: #EA7D24; }
  .project-selector .background-shade {
    background-color: #fafafa; }

.ticket-selector {
  padding: 0 8px;
  border-radius: 3px;
  border: 1px solid #e5e5e5; }
  .ticket-selector.focused {
    border-color: #0265a4;
    background-color: #ffffff; }
  .ticket-selector.input {
    height: inherit; }
  .ticket-selector-item div {
    white-space: normal; }

.add-ticket-link .wb-select {
  width: 200px;
  margin-right: 10px; }

.add-ticket-link .ticket-selector {
  width: 400px; }

.ticket-links-list {
  flex: 1; }
  .ticket-links-list .group-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 6px; }
    .ticket-links-list .group-item > * {
      margin-right: 8px; }
    .ticket-links-list .group-item > *:last-child {
      margin-right: 0; }
    .ticket-links-list .group-item .chip {
      padding: 0 3px; }
    .ticket-links-list .group-item .btn-close {
      visibility: hidden; }
    .ticket-links-list .group-item:hover .btn-close {
      visibility: visible; }

.issue-type {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  color: #ffffff; }
  .issue-type.big {
    width: 23px;
    height: 23px; }
    .issue-type.big .icon {
      top: 3px;
      left: 3px;
      height: 17px;
      width: 17px; }
  .issue-type.task {
    background-color: #2fa348; }
  .issue-type.story {
    background-color: #0265a4; }
  .issue-type.bug {
    background-color: #c20000; }
  .issue-type.spike {
    background-color: #886cff; }
  .issue-type.track {
    background-color: #EA7D24; }
  .issue-type .icon {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 12px;
    width: 12px;
    fill: #ffffff; }

.issue-priority {
  height: 16px;
  width: 16px;
  display: flex; }
  .issue-priority.critical {
    fill: rgba(194, 0, 0, 0.9); }
  .issue-priority.high {
    fill: #c20000; }
  .issue-priority.medium {
    fill: #EA7D24; }
  .issue-priority.low {
    transform: rotate(180deg);
    fill: #2fa348; }

.sprint-ticket-body {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 15px 10px 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07); }
  .sprint-ticket-body:hover {
    background-color: #f1f1f1;
    cursor: move; }
  .sprint-ticket-body:active {
    background-color: rgba(2, 101, 164, 0.1); }
  .sprint-ticket-body:focus-within {
    background-color: rgba(2, 101, 164, 0.1); }
  .sprint-ticket-body .ticket-title {
    font-size: 15px;
    margin-bottom: 10px; }
  .sprint-ticket-body .ticket-number {
    font-size: 15px; }
    .sprint-ticket-body .ticket-number:hover {
      cursor: pointer; }
  .sprint-ticket-body .epic-link {
    background-color: #ff8f73;
    color: #000000;
    border-radius: 2px;
    padding: 2px 5px;
    font-size: 14px;
    margin-bottom: 10px;
    width: fit-content; }
  .sprint-ticket-body.selected {
    background-color: rgba(2, 101, 164, 0.1); }

.assignee-filter-wrap > .image-wrap {
  padding-top: 5px;
  margin-left: -5px; }
  .assignee-filter-wrap > .image-wrap:hover {
    padding-top: 0;
    padding-bottom: 5px;
    cursor: pointer;
    z-index: 100; }

.assignee-filter-wrap > .image-wrap:first-child {
  margin-left: 0; }

.assignee-filter-wrap .user-img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff; }
  .assignee-filter-wrap .user-img.active {
    border-color: #138cff; }

.ticket-quick-text {
  height: 200px;
  overflow-y: auto; }

.issues-list {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  margin-bottom: 40px; }
  .issues-list-top {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #ffffff;
    padding-bottom: 10px; }
  .issues-list-content .issues-list-spacer {
    border-bottom: 1px solid #e5e5e5;
    transition: height 300ms ease-out;
    will-change: height;
    height: 46px; }
    .issues-list-content .issues-list-spacer.collapse {
      height: 0; }
  .issues-list-content .issues-list-row {
    cursor: pointer;
    padding: 0 3px; }
    .issues-list-content .issues-list-row:hover {
      background-color: rgba(2, 101, 164, 0.05); }
    .issues-list-content .issues-list-row.dragover-after {
      padding: 0;
      border-left: 3px solid #2fa348;
      border-right: 3px solid #2fa348; }
    .issues-list-content .issues-list-row.dragover-before {
      padding: 0;
      border-left: 3px solid #EA7D24;
      border-right: 3px solid #EA7D24; }
    .issues-list-content .issues-list-row.dragover-with {
      padding: 0;
      border-left: 3px solid #0265a4;
      border-right: 3px solid #0265a4; }
  .issues-list-content .drag-container .issues-list-row {
    background-color: rgba(2, 101, 164, 0.05); }
    .issues-list-content .drag-container .issues-list-row.selected {
      background-color: rgba(2, 101, 164, 0.05); }
  .issues-list-header {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
    padding: 0 3px;
    height: 41px; }
    .issues-list-header .grip {
      cursor: pointer;
      width: 14px;
      height: 14px;
      vertical-align: sub; }
    .issues-list-header .issues-list-col-1 {
      font-size: 13px;
      font-weight: bold;
      padding: 12px 0 12px 15px;
      box-sizing: border-box;
      white-space: nowrap; }
  .issues-list-row {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
    height: 46px; }
    .issues-list-row .issues-list-col {
      font-size: 15px;
      font-weight: normal;
      padding: 12px 0 12px 15px;
      box-sizing: border-box;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .issues-list-row.selected {
      background-color: rgba(2, 101, 164, 0.15);
      border-bottom: #e5e5e5 1px solid; }
      .issues-list-row.selected:hover {
        background-color: rgba(2, 101, 164, 0.15); }
    .issues-list-row.hidden {
      display: none; }
    .issues-list-row.progress {
      border-bottom: 1px solid #0265a4; }
    .issues-list-row.blocked {
      border-bottom: 1px solid #c20000; }
    .issues-list-row.done {
      background-color: #fafafa;
      border-bottom: #e5e5e5 1px solid;
      text-decoration: line-through;
      color: #686868; }
  .issues-list .deleted {
    border-bottom: 1px solid #c20000; }

.nav {
  justify-content: space-between;
  padding-bottom: 10px;
  padding-right: 20px;
  margin-bottom: 16px;
  flex-shrink: 0; }
  .nav-menu {
    margin-left: auto; }
    .nav-menu ul {
      align-items: center; }
    .nav-menu_item {
      cursor: pointer;
      text-transform: capitalize;
      border-radius: 3px;
      margin-right: 20px;
      font-size: 15px;
      padding: 7px 7px; }
      .nav-menu_item i.material-icons {
        vertical-align: bottom; }
      .nav-menu_item.enabled {
        background: #0265a4;
        color: #ffffff; }
        .nav-menu_item.enabled:hover {
          background-color: #e5e5e5;
          color: #000000; }

.file-upload {
  height: 100%;
  min-height: 300px;
  padding: 30px; }
  .file-upload .label-dnd, .file-upload .upload-status {
    display: none; }
  .file-upload.has-advanced-upload {
    background-color: #ffffff;
    outline: 2px dashed #c3d2db;
    outline-offset: -5px; }
  .file-upload.has-advanced-upload .label-dnd {
    display: inline; }
  .file-upload.is-dragover {
    background-color: #d1d1d1; }
  .file-upload.submitted {
    outline: 2px solid #c3d2db; }
    .file-upload.submitted .upload-status {
      display: flex;
      flex-flow: column wrap; }
  .file-upload .file-input {
    align-items: center;
    justify-content: start; }
    .file-upload .file-input strong {
      text-decoration: underline;
      cursor: pointer; }
    .file-upload .file-input .file {
      width: 0;
      height: 0;
      border: none;
      padding: 0; }
    .file-upload .file-input i {
      color: rgba(104, 104, 104, 0.7); }
  .file-upload.auto-submit .file-input button {
    display: none; }

.wb-modal {
  position: absolute;
  display: none;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  min-width: 409px;
  transition: top .2s ease-out; }
  .wb-modal.show {
    display: block; }
  .wb-modal-title {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5; }
  .wb-modal-content {
    padding: 15px 20px;
    overflow-y: auto; }
  .wb-modal-footer {
    padding: 15px 20px;
    border-top: 1px solid #e5e5e5;
    text-align: right; }
  .wb-modal .fb-m-right-40 {
    margin-right: 0; }

.attachment-display {
  position: relative;
  width: 107px;
  height: 86px;
  box-sizing: border-box;
  border-radius: 3px;
  color: #686868;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 2px;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
  .attachment-display .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(2, 101, 164, 0.1); }
  .attachment-display .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%; }
  .attachment-display .title-row {
    height: 100%;
    justify-content: space-between; }
    .attachment-display .title-row .title {
      word-break: break-word;
      max-height: 64px;
      text-overflow: ellipsis;
      overflow: hidden; }
    .attachment-display .title-row .icon {
      display: none; }
  .attachment-display .icon-row {
    width: 100%; }
    .attachment-display .icon-row .icon {
      margin-right: 2px; }
    .attachment-display .icon-row span {
      text-decoration: none; }
  .attachment-display.download:hover {
    text-decoration: underline;
    cursor: pointer; }
    .attachment-display.download:hover .title-row .icon {
      display: unset; }
  .attachment-display .icon {
    width: 16px;
    height: 16px;
    min-height: 16px;
    min-width: 16px;
    fill: #138cff; }
    .attachment-display .icon-close {
      fill: #686868; }
  .attachment-display.picture {
    color: #ffffff; }
    .attachment-display.picture .thumbnail {
      display: inherit; }
    .attachment-display.picture .title-row, .attachment-display.picture .icon-row {
      display: none; }
    .attachment-display.picture:hover .title-row, .attachment-display.picture:hover .icon-row, .attachment-display.picture:hover .img-overlay {
      display: inherit;
      z-index: 1; }
    .attachment-display.picture .icon {
      fill: #ffffff; }

.attachments {
  flex-wrap: wrap; }

.wb-popup {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  border: 1px solid #e5e5e5;
  border-radius: .25rem;
  background-color: #ffffff;
  min-width: 170px;
  padding-top: .25rem;
  padding-bottom: .25rem;
  z-index: 1005;
  max-height: 300px;
  overflow: hidden auto;
  box-shadow: 1px 1px 0.5px #c3d2db; }
  .wb-popup.open {
    display: block; }
  .wb-popup-item {
    cursor: pointer;
    padding: 7px 12px 7px 12px;
    white-space: nowrap; }
    .wb-popup-item:hover, .wb-popup-item:focus, .wb-popup-item.selected {
      background: #fafafa; }

.btn-submit .lds-loader {
  margin-right: 5px; }
  .btn-submit .lds-loader div {
    background: #ffffff; }

.overlay {
  position: fixed;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity .5s ease-out; }
  .overlay.show {
    opacity: 1;
    display: block; }

.atwho-inserted {
  border-radius: 3px;
  background-color: #d1d1d1;
  color: #686868;
  padding: 1px 3px; }

.fr-toolbar {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.fr-view {
  word-break: break-word; }

.inline-edit {
  padding: 2px 10px;
  box-sizing: border-box;
  word-break: break-word; }
  .inline-edit.active:hover {
    background-color: transparent; }
  .inline-edit.inline-select {
    width: unset; }

input.inline-edit {
  padding: 2px 10px; }

.collapsible-content {
  height: auto;
  width: auto; }
  .collapsible-content.closed {
    display: none;
    margin: 0; }

.collapsible-toggle {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 30px; }
  .collapsible-toggle.open .material-icons {
    transform: rotate(90deg); }
  .collapsible-toggle .material-icons {
    transition: transform 300ms linear; }
  .collapsible-toggle i {
    vertical-align: text-bottom; }

.padding-25 {
  padding: 0 25px;
  box-sizing: border-box; }

.text-font {
  font-size: 65px;
  color: #0265a4;
  font-family: "OpticianSans"; }

.padding-25 {
  padding: 0 25px;
  box-sizing: border-box; }

/*Side Menu Loader*/
.lds-loader {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 12px; }
  .lds-loader .lds-loader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 4px;
    background: #0265a4;
    animation: lds-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
  .lds-loader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 4px;
    background: #0265a4;
    animation: lds-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
    .lds-loader div:nth-child(1) {
      left: 0;
      animation-delay: -0.24s; }
    .lds-loader div:nth-child(2) {
      left: 6px;
      animation-delay: -0.12s; }
    .lds-loader div:nth-child(3) {
      left: 12px;
      animation-delay: 0s; }

@keyframes lds-loader {
  0% {
    top: -6px;
    height: 24px; }
  50%, 100% {
    top: 0;
    height: 12px; } }

.loader-overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1005; }

.loader-content {
  position: absolute;
  top: 55%;
  left: 50%;
  color: #0265a4;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.loader {
  background: #0265a4;
  border: 1px solid #0265a4;
  border-radius: 3px;
  color: #0265a4;
  padding: 4.5px 10px;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  position: absolute;
  bottom: 30px; }

.loader span {
  margin-left: 9px; }

.loader-content {
  position: absolute;
  top: 55%;
  left: 50%;
  color: #0265a4;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.loader {
  background: #0265a4;
  border-radius: 3px;
  color: #0265a4;
  padding: 4.5px 10px;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  position: absolute;
  bottom: 30px; }
  .loader .loader span {
    margin-left: 9px; }
  .loader span {
    margin-left: 9px; }

/* Main Large Loader */
.large-loader {
  align-self: center;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 43%; }
  .large-loader .large-loader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #0265a4;
    animation: large-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
  .large-loader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #01426b;
    animation: large-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
    .large-loader div:nth-child(1) {
      left: 8px;
      animation-delay: -0.24s; }
    .large-loader div:nth-child(2) {
      left: 32px;
      animation-delay: -0.12s; }
    .large-loader div:nth-child(3) {
      left: 56px;
      animation-delay: 0s; }

@keyframes large-loader {
  0% {
    top: 8px;
    height: 64px; }
  50%, 100% {
    top: 24px;
    height: 32px; } }

.ui-loader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6; }

.container-loader {
  position: sticky;
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: -20px 0 0 -15px;
  padding-right: 15px;
  z-index: 4; }

.mask {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1003; }

.members-select {
  display: inline-flex; }
  .members-select .users-selection-mark {
    display: flex;
    color: #7e7e7e;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px; }
    .members-select .users-selection-mark .icon {
      width: 18px;
      height: 18px;
      fill: #7e7e7e; }
  .members-select-display {
    color: #3e3e3e;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    min-width: 0; }
  .members-select .selected-members-caption {
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis; }

.alert {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 400px;
  border-radius: 36px;
  color: #ffffff;
  position: relative;
  left: 420px;
  padding: 5px;
  transition: left 200ms ease-out;
  margin: 10px; }
  .alert.show {
    left: 0; }
  .alert.info {
    background: #0265a4; }
    .alert.info .icon {
      fill: #0265a4; }
  .alert.error {
    background: #c20000; }
    .alert.error .icon {
      fill: #c20000; }
  .alert .btn.btn-flat {
    color: #ffffff;
    border-radius: 50%;
    height: 58px;
    width: 58px;
    margin-left: 20px;
    align-self: start; }
    .alert .btn.btn-flat:hover {
      background: rgba(0, 0, 0, 0.15); }
    .alert .btn.btn-flat:active {
      background: rgba(0, 0, 0, 0.15); }
    .alert .btn.btn-flat.active {
      color: inherit;
      background: rgba(0, 0, 0, 0.15); }
  .alert-title {
    font-weight: bold;
    font-size: 17px; }
  .alert-message {
    font-size: 15px;
    max-width: 271px;
    word-break: break-all; }
  .alert-icon {
    display: flex;
    border-radius: 50%;
    background: #ffffff;
    padding: 20px;
    margin-right: 20px;
    align-self: start; }
    .alert-icon .icon {
      width: 18px;
      height: 18px;
      align-self: start; }

.search-box {
  display: flex;
  justify-content: space-between;
  background-color: #fafafa;
  border: 1px solid #dedede;
  border-radius: 3px;
  height: 38px;
  box-sizing: border-box;
  width: 275px; }
  .search-box:hover {
    background-color: #f1f1f1; }
  .search-box:focus-within {
    border-color: #0265a4;
    background-color: #ffffff; }
  .search-box .search-box-input {
    border: none;
    height: 36px;
    width: 100%;
    background-color: transparent; }
    .search-box .search-box-input:hover {
      background-color: transparent; }
  .search-box .search-box-clear {
    background-color: transparent;
    display: none; }
    .search-box .search-box-clear.visible {
      display: inherit; }

.editable-header {
  display: flex;
  align-items: center;
  flex-grow: 1;
  min-width: 300px;
  max-width: 820px; }
  .editable-header h2 {
    width: calc(100% - 85px); }

.editable-header-toolbar {
  width: 85px; }
  .editable-header-toolbar > *.btn-small {
    width: 35px;
    height: 35px; }

.chip {
  padding: 1px 4px;
  border-radius: 3px;
  background-color: #efefef;
  line-height: initial; }

/* On screens that are 700px or less */
@media screen and (max-width: 700px) {
  [class*="col-"] {
    width: 100%;
    min-width: 100%; }
  .fbx-row {
    flex-direction: column; }
  .mr10px {
    margin-right: 0; } }

@media (max-width: 520px) {
  .item-wrap {
    right: 2%; } }

#menu-container {
  position: relative;
  width: 300px;
  border-right: 1px #e5e5e5 solid;
  background: #fafafa;
  will-change: width;
  flex-shrink: 0;
  transition: width 300ms ease-in-out;
  white-space: nowrap;
  z-index: 5; }
  #menu-container a:hover {
    color: inherit;
    text-decoration: none; }
  #menu-container.close {
    width: 60px; }
    #menu-container.close .side-menu .side-item {
      width: 24px;
      padding: 13px 18px;
      justify-content: center;
      border-radius: 0; }
      #menu-container.close .side-menu .side-item span {
        display: none; }
    #menu-container.close .side-menu .side-title-item span {
      display: none; }
    #menu-container.close .side-menu .item-cont {
      padding: 4px 0; }
    #menu-container.close .entity-holder {
      padding: 15px 15px; }
  #menu-container .material-icons {
    transition: transform 300ms linear; }
  #menu-container .side-menu {
    position: relative;
    will-change: width; }

.pin-icon {
  width: 30px;
  height: 30px;
  float: right;
  fill: #686868;
  display: none; }
  .pin-icon.active {
    display: flex; }

.back-color:hover {
  background: #d1d1d1;
  transition: background .1s linear;
  cursor: pointer;
  opacity: initial; }
  .back-color:hover .pin-icon {
    display: flex; }

.main-item {
  padding: 20px;
  line-height: 25px;
  text-indent: 15px;
  text-decoration: none;
  color: #000000; }
  .main-item .left-icon {
    width: 24px;
    height: 24px;
    float: left;
    fill: #686868; }
  .main-item .right-icon {
    float: right;
    color: #686868; }
  .main-item:hover {
    background: #d1d1d1;
    transition: background .1s linear;
    cursor: pointer;
    opacity: initial; }
    .main-item:hover:before {
      top: 15px;
      left: 30px; }

.menu-btn {
  cursor: pointer;
  justify-content: space-between;
  color: #929195; }

.wrap:before {
  position: absolute;
  content: ''; }

.app-menu {
  position: absolute;
  width: 300px;
  height: 100%;
  background: #ffffff;
  transform: translateX(-100%);
  transition: transform 300ms linear, box-shadow 300ms linear;
  will-change: transform;
  z-index: 1000; }
  .app-menu-open {
    box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.1);
    transform: translateX(0%); }
    .app-menu-open ul {
      overflow: inherit; }
    .app-menu-open li:hover > .item-wrap {
      visibility: visible;
      opacity: 1; }

.item {
  padding: 1em 3em 1em 2em;
  text-decoration: none;
  color: #000000; }
  .item-wrap {
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s linear;
    position: fixed;
    left: 278px;
    width: 230px;
    top: 1em;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff; }
  .item-cont {
    padding: 4px 20px; }
  .item:hover {
    background: #d1d1d1;
    cursor: pointer;
    opacity: initial; }

.side-menu {
  position: relative;
  top: 0;
  left: 0;
  transition: left .5s; }

.side-item {
  text-decoration: none;
  color: #000000;
  padding: 10px 20px;
  line-height: 24px;
  text-indent: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  flex-direction: row;
  overflow: hidden; }
  .side-item:hover, .side-item.active {
    background: rgba(2, 101, 64, 0.1);
    transition: background .1s linear;
    cursor: pointer;
    opacity: initial; }
    .side-item:hover .pin-icon, .side-item.active .pin-icon {
      display: flex; }
  .side-item .icon {
    height: 24px;
    width: 24px;
    float: left;
    fill: #686868; }

.side-title-item {
  font-weight: 600;
  padding: 30px 20px;
  line-height: 24px;
  text-indent: 20px;
  font-size: 17px;
  fill: #686868;
  display: flex;
  align-items: center;
  flex-direction: row;
  white-space: nowrap;
  overflow: hidden; }
  .side-title-item:hover {
    opacity: initial; }
  .side-title-item .icon {
    height: 24px;
    width: 24px;
    float: left; }

.btn-hide-menu {
  top: .5em;
  right: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  width: 24px;
  height: 24px;
  border: 1px #e5e5e5 solid;
  border-radius: 50%;
  background: #e5e5e5;
  color: #686868;
  transition: transform 300ms; }
  .btn-hide-menu.close {
    transform: rotate(180deg); }

.pin {
  margin-left: 214px;
  position: absolute; }

.menu-scroller {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%; }

.menu-separator {
  height: 2px;
  margin: 15px 0;
  width: 100%;
  background-color: #e5e5e5; }

/*---------- LIST --------------*/
.list-block-wrap {
  height: calc(100vh - 141px); }

.lists-wrap {
  min-width: 700px;
  padding-right: 20px; }

.issue {
  padding: 10px 15px 9px 15px; }
  .issue.selected {
    background-color: #d1d1d1; }

.time {
  font-size: 14px; }

.name {
  font-size: 14px; }

.rate {
  color: rgba(0, 0, 0, 0.5); }

.rate-status {
  width: 16px;
  height: 21px;
  margin: 0 10px; }

.visible-list {
  display: block; }

/*-----------------SIDEBAR--------------------*/
.issue-sidebar {
  display: none;
  width: 565px;
  margin-left: 20px; }

.opened {
  display: flex; }

.h3 {
  margin: 15px 0 0 0;
  font-size: 14px; }

.comment-text {
  margin: 0 0 30px 40px; }

.comment-form {
  width: 560px;
  height: 50px;
  padding: 3px;
  box-sizing: border-box;
  border: 1px #e5e5e5 solid;
  border-radius: 4px; }

.add-action {
  width: 100%;
  height: 100%;
  text-indent: 10px;
  font-size: 1em; }

.add-action::placeholder {
  opacity: .5; }

p {
  font-size: 15px;
  line-height: 26px; }

.border {
  border-bottom: 1px #e5e5e5 solid;
  border-radius: 0; }

a.issue {
  font-size: 14px;
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

a.issue:hover {
  background: #fafafa; }

.dragover {
  border: 1px solid red; }

.drag-container {
  z-index: 500;
  position: absolute;
  background-color: #ffffff; }

.status-dropdown.done, .chip.done {
  background: #00875a;
  color: #ffffff; }

.status-dropdown.blocked, .chip.blocked {
  background: #c20000;
  color: #ffffff; }

.status-dropdown.progress, .chip.progress {
  background: #0265a4;
  color: #ffffff; }

.status-dropdown {
  padding: 6px 10px;
  width: 150px; }
  .status-dropdown.done:hover {
    background: #00593b; }
  .status-dropdown.progress:hover {
    background: #014977; }
  .status-dropdown.blocked:hover {
    background: #940000; }

#close-sprint-modal .selection {
  background: #0265a4;
  color: #ffffff; }

.history-display > span {
  font-size: 14px; }

.font-gray {
  color: #42526e; }

.history-story-point-display {
  background-color: #dfe1e6;
  color: #172b4d;
  text-align: center;
  border-radius: 2em;
  width: 15px; }

/*-----------------Text selection--------------------*/
.container-backdrop-editor {
  transform: translateZ(0);
  position: relative;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0; }

.backdrop {
  width: inherit;
  height: inherit;
  padding: 0px;
  position: absolute;
  z-index: 1;
  background-color: #fff0;
  overflow: auto;
  pointer-events: none;
  transition: transform 1s; }

.highlights {
  white-space: inherit;
  word-wrap: break-word;
  color: transparent; }

.editor {
  width: inherit;
  height: inherit;
  display: block;
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 0px;
  resize: none;
  transition: transform 1s; }

.highlight-user-assign {
  border-radius: 3px;
  background-color: rgba(121, 229, 147, 0.5); }

.highlight-component {
  border-radius: 3px;
  background-color: rgba(229, 229, 103, 0.5); }

.highlight-sprint {
  border-radius: 3px;
  background-color: rgba(112, 208, 229, 0.5); }

.highlight-story-point {
  border-radius: 3px;
  background-color: rgba(99, 106, 229, 0.5); }

.highlight-type {
  border-radius: 3px;
  background-color: rgba(198, 143, 229, 0.5); }

.highlight-priority {
  border-radius: 3px;
  background-color: rgba(229, 137, 91, 0.5); }

.details-container {
  margin-left: 11px; }
  .details-container .inline-edit {
    margin-left: -11px; }
  .details-container .inline-select {
    margin-right: 30px; }
  .details-container h2[data-element="issue-title"], .details-container div[data-element="issue-description-wrap"] {
    width: 535px; }

.p-0px {
  padding: 0px; }

.chart-table-col {
  font-size: 15px;
  font-weight: normal;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
  word-break: break-all;
  white-space: pre-line; }

.chart-table-body {
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 40px;
  width: 100%;
  border-bottom: none;
  min-width: 480px; }

.burndown-report-table-title {
  font-size: 25px;
  font-weight: bolder;
  margin-top: 40px; }

.flex-col-25 {
  width: 25%; }

.flex-col-30 {
  width: 30%; }

#chartjs-tooltip {
  position: absolute;
  background: white;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 1px solid #bbbbbb;
  border-left: 5px solid #e16134;
  padding: 5px;
  font-size: 15px;
  z-index: 6;
  max-width: 215px;
  min-width: 125px; }

.table-key-col {
  color: #0265a4;
  cursor: pointer; }
  .table-key-col:hover {
    text-decoration: underline; }

.width-100 {
  width: 100%; }

.display-flex {
  display: flex; }

.header {
  background: #f6f6f6;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 2em;
  z-index: 1002;
  position: relative;
  height: 55px;
  border-bottom: 1px solid #11cec7; }
  .header .logo {
    height: 15px;
    width: 139px;
    background-size: contain;
    margin-left: 1em;
    cursor: pointer;
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIsAAAAPCAYAAADUODwxAAAACXBIWXMAAAsTAAALEwEAmpwYAAA7c2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo4NWM0ZjQyNy03ZDhmLWY5NGEtOGE5Yi1jZjA4YWNlMDJlYzQ8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo4MkE5ODkwMzZFRkMxMUU4OEU1MkREMTJBOEMxQ0Q2RjwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDo1Yzc3NWMzNS1iYmZkLTgyNGUtYTJjYS0yYmU3YzljZGVmMWU8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6MmQzNjRjNTYtYjFlNC01OTQ5LWFhNTktMjc2ZWMzZTNkZTRmPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD5hZG9iZTpkb2NpZDpwaG90b3Nob3A6OTc2NGEyY2EtNmExYS0xMWU4LTg1MzItZWY4YjUxNjJjMDczPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICA8L3htcE1NOkRlcml2ZWRGcm9tPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NjczMzVkYTUtMDRhMS05MDQyLThhMTktZTEyYzRmMTUxYWNlPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE5LTEyLTExVDE1OjE0OjIwKzA1OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjVjNzc1YzM1LWJiZmQtODI0ZS1hMmNhLTJiZTdjOWNkZWYxZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxOS0xMi0xMVQxNTo1NDoyMyswNTowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE5LTA5LTI3VDE2OjA5OjMwKzA1OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTktMTItMTFUMTU6NTQ6MjMrMDU6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE5LTEyLTExVDE1OjU0OjIzKzA1OjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8cGhvdG9zaG9wOkNvbG9yTW9kZT4zPC9waG90b3Nob3A6Q29sb3JNb2RlPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTM5PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE1PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz6Sgm52AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAhKSURBVHjarJl7nFVTFMe/586986rkkRglpPQh5dFIJUOJvB9JFPkg7/IopY9HeeUtKgrJmzxKjVdeFUWJQgwpb4UyTVPTNDPdqbnHH/M7Ptu2z7lXY30+93POPXvvs/de67d+a619vAnjJ06hXm4GfuPfcgrQF3gI+MTRfgRwGfAlcKfV1groB+wD3AD4wDjgG2A68D1uuQDopf4x45oCVgDFms+WxsCNQDNgKFDpaB8NFAKPAC8bbXcBLQHPmDO4LwfmAW8BFdY784AxwC5AQmN8q08CKAFuMp4VANcBjYA7gB8Jl9uB5prn15A+hbJVd6AFUAssA96Uvux1twVuA+YDDzvWHEgTYASwe1yDioD3gecdnYfIcGsdYPGAAcCZwM9W2yDgeqC1FF2nBe0HnA1cDdwHPABstcYWAf21wRoDKE2k3BEC33iH4fpqzustsOQDE4FzgdnA59bY/gJ3uRQdzJkN7AhcCswCBqpPINl6trOAXAtkWe+O6bkpO8qRdgHaAKcDZSEG6ycgP+oAy04C08Wyxx/ALwLoqcAZ0v8wa88FsltCjhMGllyBsGMceEzG6eUAS0spHuAAGavS2nCh7qcYz6+UIcuA86TkQMHHAsfLk+8BmooNTKnW9TRtPPDWHDHZRGCsjPO2MW6rALbWAcDRAspcvXeTY85VAvJvxpxZAvgErftKsXAgKfVdJuNs0H8bLPZ8SWCjwFIkcA8LMViF9FRjPW8kduwpth4jh16vOXeT014NzAGOMgCzRdca7SFMtsjmNXENrgZ6yzPNBXUF9gDWCRR7AV9ZYeYgYKmB+E4yZBlwtNpMKQWeAj4Vrd8ALBSgTMYCWONgrOVa5wNitXetzQahw5RrgJEKBf0chgsMWidwrrLafpBRJ4vmcTCsJyOVkZl4AuIfcoKhMvRLEe+3QThWQJkvBim12sv13lXAvsBq/rv8PXdMylkgWjrI6tgV2KwJtzNYxGz3gNcNT74RiMv7lkYsYpkM6KtvzNEnP2Rssa57SNFRMkDh7meFqHURfeOiXZd8a7CX52jPymAtrvm+Vo62SYzZIcOxByv8lSpElkb0vR+4KAQsXqaLjYlVFur/cUZbU+Bw4CPF+N+Bk62X99b1A13baUwZ8FoG878p+iwM8ditIePa6lrloNAgGV4ven9C9/2A79J40GYjBNpAGKT76Y747omRq7bBc1tKVw8p/3gY2D6DcSfKmV41gLwtUpGmPdBJLK4Hi0TBPRXbfYWcQsXR1WKfk8UwFaoseihvWK73bBRblDuo3CWViqftRMe2bHIYpQ1wt/6/odhvO8AaoAvwtNpPAZakWUutwuooeWlCevD1rk6qXqY4xtZIX+Ok2LiDQYrTONAoOUx3JayD06y3na7zGgAUX3nMg3IIm2XqpIcOQc4SgGWlErl9BIAuagsqoI/lnd2Ua3RTwrtIxkGgevw/LniOfi6ZBPypBdeq8jhGifWL+tmSUpn5HLCnQJtJHrFF+7kkpH21ch6X1Ml5eooNY47SeVmEwQIWvUAJ+OXS67MRLNjYyAEbIntrXt8BloClc4F1AVg2CAwDgEMFlr6itx/UZ6GYoI/A0tt4HoSC/YGrxDRjM1zs+UBHJb1fOs5wai3lvAPMUOVWFRK6mmnMLcC18ureys+IKBFLVYKulKcFzNJeZyHTpdgXHFXJd0oy1zuUnpUhYL9XtTVDYelr4AsH+HyjKm3aAKB4mmt0RJ9GctoOJl2+JrC01/+jRLkBcpfKS4PcorMod55FtwO1kWeDsb7vk0qliMXq9+x5f+tye1F7W2CmY6EnKdNHoecqxejJEZvLEmAGqW+5yvjngBMiYnRM4FvsCImfq5yeAwxX5VbhYLTVaRLoTGSmHO0anX8crvDuhSTcRQLxtkqlkUa4JEd5S8xE7Fx5cRsBodY6hKtVspuvGNZM1LrC6LNU5x7NBDw8zzPB8Y975RJtZaCPQnKBpH6jFAbGS4FRSXu5EdomKJc4DJgaUe0EYG8U0va+kvxWCm8ukOby/8jNmq+zTsWrDYY1nbtaEaBVA+ZKV8HlSy++CZa1YokjRTtrjSopkBnKFyarbH3D8fIxiv+3pjFqZx3KoXCRSrORSrFQQieZTdLQa7bxf7jC1vEqT8Mk5UiYA+moaqVKnh52ePV/yCbgQuWCwxSOt1pVWIkOVAt05tQ44n39dbTfvCGLioWAoZPitp2ULRCau+hgrNjxziWqcJrIu0d4ntc6mUx6mzcn8TyvJfXfkmZr8XephHYlfb6j1H5EB0x3RCSMviMBHQK8p5zj3hCgeFJ+C5W0LcQiRcCT2vNsx0FhSrnDYdJdZ+vXTYztWmfY6elP0tMWzeva10idcfWRLbrLfp6cak852FTgCmD3bayYfMC3S7xFxv2HIYifp0Tup4j6fpL6jgTuqampOeeAAzsW5ebk1C1e/NmsvLy8Dr7vl2sjY0OSKix2MEvMY2T8Eit/iQM7CIT23jbIW2eJaRJ6V8AGjQWQmYrRWTJkLrCrQf2jHA4XkyFmRSh9gXWWlKucLT9iTLEOFK/TvnIdnwz6y3EGy2ZLlMhn6+hjN9l1KPCZMTbbCDOxCNBmyxHy4o5sfLA2/lTI4Ht1tP+h8X3BJc94njc7mUyekJ+ff0iPHkd0TcQTiZKSb35PJpPTcnJypvm+vzxCSWuMSsyUMuAslbgF2kzwka5aOc0OIZXSSuq/35yvPk0NsNxP/cfABP/86oyS1k+k9CrHodVwMakfcbq70vHZ406iv8sEYX2jwO86ga1S4v8k9R8je4kJa5VD3gK84ki8f1HR8AXhHxGD908CCv4aANgsU4JlYuHgAAAAAElFTkSuQmCC") center no-repeat; }

.entity-holder {
  display: flex;
  justify-content: flex-start;
  padding: 15px 30px;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  background-color: #ffffff;
  cursor: pointer;
  overflow: hidden; }
  .entity-holder:hover {
    background-color: #fafafa; }
  .entity-holder .entity-title {
    color: #686868;
    font-size: 15px; }
  .entity-holder .entity-results {
    font-size: 14px;
    color: #686868;
    margin-top: 1px;
    white-space: nowrap; }
  .entity-holder .entity-sep {
    height: 4px;
    width: 4px;
    border-radius: 90px;
    background-color: #d1d1d1;
    margin-right: 10px;
    margin-left: 10px; }
  .entity-holder.entity-background {
    background-color: #fafafa; }
  .entity-holder .icon {
    border: 1px solid #e5e5e5;
    color: #686868;
    border-radius: 90px;
    margin-right: 15px;
    background-color: #ffffff;
    padding: 5px; }
  .entity-holder .link-icon {
    height: 24px;
    width: 24px;
    padding: 5px; }

.recent-label-menu {
  display: flex;
  justify-content: center;
  background-color: #fafafa;
  padding: 20px 30px;
  border-bottom: 1px solid #e5e5e5;
  align-items: center; }
  .recent-label-menu .recent-heading {
    padding: 0 40px;
    font-size: 14px;
    font-weight: 600;
    color: #686868; }
  .recent-label-menu .recent-style {
    height: 1px;
    width: 46px;
    background-color: #e5e5e5; }

.entity-title {
  color: #686868;
  padding-left: 30px; }

.content-standards {
  padding: 37px 40px 20px 20px;
  box-sizing: border-box;
  transition: all .25s ease;
  overflow: auto;
  height: calc(100% - 20px); }

.table-body {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  margin-top: 40px;
  width: 100%;
  border-bottom: none;
  min-width: 480px; }

.table-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5; }

.table-col-1 {
  font-size: 14px;
  font-weight: bold;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
  word-break: break-all; }

.table-col {
  font-size: 15px;
  font-weight: normal;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
  word-break: break-all;
  white-space: pre-line; }

@media (max-width: 768px) {
  .table-col {
    padding-left: 10px; } }

@media (max-width: 425px) {
  .table-col {
    padding-left: 3px; } }

.first-col {
  border-left: none; }

.checkbox {
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5; }

.approved-row {
  background-color: #fafafa;
  border-bottom: 1px solid #2fa348; }

.rejection-row {
  border-bottom: 1px solid #c20000;
  background-color: #fafafa; }

.flex-col-5 {
  width: 5%; }

.flex-col-10 {
  width: 10%; }

.flex-col-12 {
  width: 12%; }

.flex-col-15 {
  width: 15%; }

.flex-col-20 {
  width: 20%; }

.content-supplier {
  box-sizing: content-box;
  padding: 37px 40px 0px 20px;
  overflow: auto;
  height: calc(100% - 20px); }

.content-supplier-edit {
  padding: 37px 40px 0 20px;
  box-sizing: border-box;
  transition: all .25s ease;
  overflow: auto;
  height: calc(100% - 20px); }

.height180px {
  height: 180px; }

.icon-button {
  height: 36px;
  margin: 5px 5px; }

.asterisk {
  color: red;
  font-size: 13px;
  font-weight: 100; }

.checkbox-cursor {
  cursor: pointer; }

.certificate-button {
  background-color: #ffffff; }

.active-sprint-col {
  width: 100%;
  background-color: #f0f0f0;
  flex: 1; }
  .active-sprint-col-drag {
    width: 100%;
    background-color: rgba(2, 101, 164, 0.1);
    flex: 1;
    border: 2px dashed #0265a4;
    box-sizing: border-box; }
    .active-sprint-col-drag.drag-over {
      background-color: #f3f9f4;
      border-color: #2fa348; }
    .active-sprint-col-drag div.sprint-ticket-body {
      visibility: hidden; }
  .active-sprint-col .active-sprint-col-header {
    background-color: #f0f0f0;
    position: sticky;
    top: 0;
    font-size: 14px;
    font-weight: bold;
    color: #686868;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    z-index: 1; }
  .active-sprint-col .list {
    padding: 10px 10px 20px;
    flex: 1; }
    .active-sprint-col .list > div {
      margin-top: 10px; }
    .active-sprint-col .list > div:first-child {
      margin-top: 0; }
  .active-sprint-col .drag-container {
    padding: 10px;
    background-color: #ffffff; }
    .active-sprint-col .drag-container > div {
      margin-top: 10px; }
    .active-sprint-col .drag-container > div:first-child {
      margin-top: 0; }

.create-ticket-form .section-wrap {
  border: none;
  padding: 0 10px 10px 10px;
  margin: 0; }

.user-card-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px; }
  .user-card-container .user-card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    min-width: 240px;
    border-radius: 3px;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-top: 10px; }
    .user-card-container .user-card:hover {
      background-color: #f1f1f1;
      cursor: pointer; }

.teams-nav {
  justify-content: space-between;
  padding-bottom: 10px;
  padding-right: 20px;
  margin-bottom: 16px;
  flex-shrink: 0; }
  .teams-nav-menu {
    margin-left: auto; }
    .teams-nav-menu ul {
      align-items: center; }
    .teams-nav-menu_item {
      cursor: pointer;
      text-transform: capitalize;
      border-radius: 3px;
      margin-right: 20px;
      font-size: 15px;
      padding: 7px 7px; }
      .teams-nav-menu_item i.material-icons {
        vertical-align: bottom; }

.team-card-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 660px;
  margin-top: 30px; }
  .team-card-container .team-card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    max-width: 206px;
    min-width: 206px;
    border-radius: 3px;
    padding: 0 20px 15px 20px;
    box-sizing: border-box;
    margin-top: 10px; }
    .team-card-container .team-card:hover {
      background-color: #f1f1f1;
      cursor: pointer; }
  .team-card-container .team-members {
    display: flex;
    justify-content: center;
    padding: 28px 0;
    box-sizing: border-box; }
  .team-card-container .team-category {
    font-size: 15px;
    color: #7e7e7e;
    margin-bottom: 16px;
    text-align: center; }
  .team-card-container .team-title {
    font-size: 15px;
    text-align: center; }

/*Team Details*/
.table-title {
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer; }

.table-wrap {
  display: flex;
  padding: 13px;
  border-top: 1px solid #e5e5e5;
  align-items: flex-start; }
  .table-wrap:hover {
    background-color: rgba(2, 101, 164, 0.05);
    cursor: pointer; }

.table-lg {
  display: flex;
  width: 70%;
  overflow: hidden; }

.table-sm {
  display: flex;
  width: 30%;
  overflow: hidden; }

.tracks-link {
  background-color: #EA7D24;
  color: #000000;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 14px;
  width: fit-content;
  overflow: hidden; }
  .tracks-link.yellow {
    background-color: #ffe380; }

.description {
  border: 1px solid #e5e5e5;
  min-height: 180px;
  resize: none; }

.member-wrap {
  display: flex;
  padding: 11px;
  border-top: 1px solid #e5e5e5; }
  .member-wrap .member-title {
    font-size: 16px;
    margin-left: 10px; }
  .member-wrap .icon-btn {
    display: none; }
  .member-wrap:hover {
    background-color: rgba(2, 101, 164, 0.05); }
    .member-wrap:hover .icon-btn {
      display: inherit;
      cursor: pointer; }
  .member-wrap:first-child {
    border-top: none; }

.member-role, .members {
  color: #999999;
  font-size: 14px;
  margin-left: 10px; }

#tracks .lists-wrap, #tracks .nav {
  padding-right: 0; }

#restore .lists-wrap, #restore .nav {
  padding-right: 0; }

.activity-section {
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0;
  color: #686868; }

.activity-title {
  font-size: 15px; }
  .activity-title a {
    font-size: 15px; }

.activity-comment {
  font-size: 14px;
  color: #686868; }

.activity-date {
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
  color: #686868; }

.activity-link {
  font-size: 14px;
  margin-left: 20px; }

.activity-status {
  font-size: 14px;
  margin-left: 20px; }

.activity-icon {
  height: 26px;
  width: 19px;
  fill: #686868;
  overflow: visible;
  cursor: pointer; }
  .activity-icon:hover {
    fill: #3e3e3e; }
    .activity-icon:hover .activity-notification {
      background-color: #c20000; }

.activity-notification {
  background-color: #a22020;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  height: 16px;
  width: 16px;
  margin-left: 2px;
  margin-top: -4px;
  cursor: default; }

.wb-list-view .selected {
  background: #0265a4;
  color: #ffffff; }

.team-top-bar-buttons {
  align-items: center;
  height: 83px; }
  .team-top-bar-buttons > * {
    margin-left: 5px; }

.comments {
  word-break: break-word; }

.comment {
  font-size: 16px;
  line-height: 20px;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 20px; }
  .comment-user-img {
    border-radius: 90px; }
  .comment-username {
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px; }
  .comment-time {
    font-size: 14px; }

.issue-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  align-items: center;
  display: flex; }

.component-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  .component-holder .chip {
    margin-top: 5px;
    margin-right: 10px; }

#restore .list-content {
  display: flex;
  flex-direction: row;
  height: calc(100vh - 140px);
  position: relative; }

#restore-choose-sprint-modal .selection {
  background: #0265a4;
  color: #ffffff; }

.color-button {
  width: 120px; }

.sprint-select {
  align-items: baseline; }

.sprint-select:nth-child(1) {
  width: 130px; }

.sprint-select:nth-child(2) {
  width: 60px; }

.sprint-select:nth-child(4) {
  width: 60px; }

.sprint-select:nth-child(5) {
  width: 60px; }

/*
CSS
*/
a {
  font-size: 14px;
  font-weight: normal;
  color: #0265a4;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none;
    color: #138cff; }
  a.primary {
    color: #686868;
    font-size: 15px; }
    a.primary:hover {
      text-decoration: underline; }

li {
  list-style-type: none;
  position: relative; }

ul {
  overflow: hidden; }

*, *:focus {
  outline: none; }

li a {
  color: inherit; }

li a:hover {
  color: inherit;
  text-decoration: none; }

@font-face {
  font-family: "OpticianSans";
  src: url("../fonts/Optician-Sans.otf"); }

@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova-Regular.ttf"); }

html, body {
  font-family: "ProximaNova-Regular", "sans-serif"; }
  html body, body body {
    background: #ffffff; }

.loginpage {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .loginpage .row {
    margin-bottom: 30px; }
  .loginpage .logo {
    margin-bottom: 60px; }
  .loginpage .box {
    max-width: 450px;
    display: block;
    margin: auto;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 0; }
    .loginpage .box .first {
      padding: 38px;
      border-bottom: 1px solid #e5e5e5; }
      .loginpage .box .first h2 {
        font-family: "ProximaNova-Regular", "sans-serif";
        text-align: center;
        margin: 0;
        font-size: 17px;
        margin-bottom: 32px; }
      .loginpage .box .first .googlebtn {
        -webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.08);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #e5e5e5;
        padding: 10px 0 15px;
        width: 100%;
        display: block;
        text-align: center; }
        .loginpage .box .first .googlebtn img {
          margin: auto;
          display: inline-block; }
    .loginpage .box .secund {
      padding: 38px;
      position: relative; }
      .loginpage .box .secund .line {
        background: #e5e5e5;
        width: calc(100% - 76px);
        height: 1px;
        position: absolute;
        top: 45px;
        z-index: 1; }
      .loginpage .box .secund .or {
        position: relative;
        z-index: 9;
        background: #ffffff;
        width: 50px;
        text-align: center;
        margin: auto;
        color: #999999;
        font-family: "ProximaNova-Regular", "sans-serif";
        font-size: 15px;
        margin-top: -2px;
        margin-bottom: 20px; }
      .loginpage .box .secund p {
        text-align: center;
        font-family: "ProximaNova-Regular", "sans-serif";
        font-size: 15px;
        color: #000000; }

.page-title {
  font-size: 30px;
  font-weight: bold;
  margin: 13px 0 20px; }

.sub-title {
  font-size: 22px;
  font-weight: bold; }

.breadcrumb {
  color: #686868;
  font-size: 14px;
  margin-bottom: 12px; }

.title-container {
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start; }
  .title-container .title {
    font-size: 33px;
    font-weight: bolder;
    margin-right: 170px; }

.bold {
  font-weight: 900; }

.mute {
  opacity: .5;
  font-weight: normal; }

#bootstrap-loading h2 {
  font-family: "ProximaNova-Regular", "sans-serif";
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  align-self: center;
  position: relative;
  top: 50%;
  line-height: 1.1; }
