/* line 1, ../sass/app.scss */
body {
  padding-top: 5px;
  padding-bottom: 20px;
  min-width: 1050px;
  font-family: 'Open Sans', sans-serif;
  background-color: #f3f4f6;
}

/* line 9, ../sass/app.scss */
a, a:hover, a:focus, a:active, a:visited {
  outline: 0;
  text-decoration: none;
}

/* line 14, ../sass/app.scss */
textarea {
  resize: none;
}

/* line 18, ../sass/app.scss */
.content-wrapper {
  width: 1050px;
  margin: 0 auto;
}

/* line 23, ../sass/app.scss */
select, input, textarea {
  background-color: #f8f8f9;
  border: 1px solid #c2c1c1;
  border-radius: 2px;
  padding: 4px 10px;
}

/* line 30, ../sass/app.scss */
input {
  padding: 5px 10px;
}

/* line 34, ../sass/app.scss */
.bold {
  font-weight: bold;
}

/* line 38, ../sass/app.scss */
.inline {
  display: inline;
}

/* line 52, ../sass/app.scss */
.btn-pink {
  color: #FFFFFF;
  background-color: #EA3765;
  border-color: #EA3765;
}

/* line 59, ../sass/app.scss */
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  color: #FFFFFF;
  background-color: #d1325a;
  border-color: #EA3765;
}

/* line 69, ../sass/app.scss */
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  background-image: none;
}

/* line 75, ../sass/app.scss */
.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
  background-color: #EA3765;
  border-color: #EA3765;
}

/* line 94, ../sass/app.scss */
.btn-pink .badge {
  color: #EA3765;
  background-color: #FFFFFF;
}

/* line 102, ../sass/app.scss */
.btn-blue {
  color: #FFFFFF;
  background-color: #70ADEC;
  border-color: #70ADEC;
}

/* line 108, ../sass/app.scss */
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #FFFFFF;
  background-color: #639CD4;
  border-color: #70ADEC;
}

/* line 118, ../sass/app.scss */
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background-image: none;
}

/* line 124, ../sass/app.scss */
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #70ADEC;
  border-color: #70ADEC;
}

/* line 143, ../sass/app.scss */
.btn-blue .badge {
  color: #70ADEC;
  background-color: #FFFFFF;
}

/* line 160, ../sass/app.scss */
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
  line-height: 1.8;
}
/* line 164, ../sass/app.scss */
.table.table-bordered thead > tr > th, .table.table-bordered tbody > tr > th, .table.table-bordered tfoot > tr > th, .table.table-bordered thead > tr > td, .table.table-bordered tbody > tr > td, .table.table-bordered tfoot > tr > td {
  border-color: #d3d1d1;
}
/* line 167, ../sass/app.scss */
.table.table-bordered th {
  background-color: #e6e6e7;
  color: #878787;
  text-align: center;
}
/* line 172, ../sass/app.scss */
.table.table-bordered td {
  background-color: #FFFFFF;
}
/* line 175, ../sass/app.scss */
.table.table-bordered .inactive {
  background-color: #e6e6e7;
}
/* line 178, ../sass/app.scss */
.table.table-bordered .calculated {
  background-color: #f5f5f7;
}
/* line 181, ../sass/app.scss */
.table.table-bordered .row-label {
  background-color: #f1faff;
  text-align: center;
  color: #5697d4;
}
/* line 185, ../sass/app.scss */
.table.table-bordered .row-label .popover {
  color: #676767;
  cursor: pointer;
}
/* line 189, ../sass/app.scss */
.table.table-bordered .row-label span {
  border-bottom: 1px dashed #5697d4;
  cursor: pointer;
}
/* line 194, ../sass/app.scss */
.table.table-bordered .row-label.regular span {
  color: #676767;
  border-bottom: none;
  cursor: default;
}
/* line 199, ../sass/app.scss */
.table.table-bordered .row-label.regular.calculated {
  background-color: #f3f4f6;
  text-align: left;
}
/* line 204, ../sass/app.scss */
.table.table-bordered .row-label:hover {
  background-color: #fbf4e5;
}
/* line 209, ../sass/app.scss */
.table input {
  background-color: #FFFFFF;
}

/* line 218, ../sass/app.scss */
header {
  background-color: #222b30;
  height: 180px;
}
/* line 221, ../sass/app.scss */
header .navigation {
  margin-top: 14px;
}
/* line 223, ../sass/app.scss */
header .navigation .column {
  width: 136px;
}
/* line 226, ../sass/app.scss */
header .navigation .column.first {
  margin-left: 140px;
}
/* line 230, ../sass/app.scss */
header .navigation .column .circle {
  border: 2px solid #858e93;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: block;
  margin-left: 18px;
  background: transparent no-repeat scroll 0 0;
}
/* line 240, ../sass/app.scss */
header .navigation .column .text {
  text-align: center;
  margin-top: 16px;
  line-height: 1;
  color: #848d92;
  text-decoration: none;
  border-bottom: none;
  display: block;
}
/* line 250, ../sass/app.scss */
header .navigation .column .financials-circle {
  background-image: url("../img/financials.png");
}
/* line 253, ../sass/app.scss */
header .navigation .column .forces-circle {
  background-image: url("../img/forces.png");
}
/* line 256, ../sass/app.scss */
header .navigation .column .tree-circle {
  background-image: url("../img/tree.png");
}
/* line 259, ../sass/app.scss */
header .navigation .column .board-circle {
  background-image: url("../img/board.png");
}
/* line 264, ../sass/app.scss */
header .navigation .column:hover .text, header .navigation .column.active .text {
  color: #FFffFF;
}
/* line 267, ../sass/app.scss */
header .navigation .column:hover .circle, header .navigation .column.active .circle {
  border-color: #FFFFFF;
}
/* line 270, ../sass/app.scss */
header .navigation .column:hover .financials-circle, header .navigation .column.active .financials-circle {
  background-image: url("../img/financials-active.png");
}
/* line 273, ../sass/app.scss */
header .navigation .column:hover .forces-circle, header .navigation .column.active .forces-circle {
  background-image: url("../img/forces-active.png");
}
/* line 276, ../sass/app.scss */
header .navigation .column:hover .tree-circle, header .navigation .column.active .tree-circle {
  background-image: url("../img/tree-active.png");
}
/* line 279, ../sass/app.scss */
header .navigation .column:hover .board-circle, header .navigation .column.active .board-circle {
  background-image: url("../img/board-active.png");
}
/* line 283, ../sass/app.scss */
header .navigation .column.user-panel {
  margin-left: 60px;
}
/* line 285, ../sass/app.scss */
header .navigation .column.user-panel .username {
  padding-top: 6px;
  padding-left: 35px;
  background: url("../img/user.png") no-repeat scroll 0 0 transparent;
  min-height: 30px;
  color: #FFFFFF;
  font-size: 12px;
}
/* line 295, ../sass/app.scss */
header .navigation .column.progress-column .circle {
  border-color: #fff59d;
}
/* line 298, ../sass/app.scss */
header .navigation .column.progress-column .text {
  color: #fff59d;
}
/* line 303, ../sass/app.scss */
header .navigation .arrow {
  width: 43px;
}
/* line 305, ../sass/app.scss */
header .navigation .arrow img {
  margin-top: 45px;
}
/* line 309, ../sass/app.scss */
header .navigation .column, header .navigation .arrow {
  float: left;
}

/* line 315, ../sass/app.scss */
.navbar-header {
  float: left;
}

/* line 319, ../sass/app.scss */
.navbar {
  margin-bottom: 20px;
}

/* line 323, ../sass/app.scss */
.navlinks .navlink {
  float: left;
}
/* line 325, ../sass/app.scss */
.navlinks .navlink a {
  color: #777;
  padding: 15px;
  line-height: 20px;
  display: block;
  position: relative;
  box-sizing: border-box;
}

/* line 336, ../sass/app.scss */
.navlinks .navlink:hover a, .navlinks .navlink.active a {
  background-color: #e7e7e7;
  color: #555;
}

/* line 342, ../sass/app.scss */
.subnav {
  background: #FFFFFF;
  padding: 16px 0 14px;
  font-size: 14px;
  line-height: 1;
  border-bottom: 2px solid #dfe0e2;
}
/* line 348, ../sass/app.scss */
.subnav a.link {
  color: #a6a6a6;
  border: 1px solid #a6a6a6;
  border-radius: 30px;
  padding: 4px 12px;
  display: block;
  float: left;
}
/* line 355, ../sass/app.scss */
.subnav a.link:hover, .subnav a.link.active, .subnav a.link:focus {
  color: #5b6266;
  border-color: #5b6266;
}
/* line 360, ../sass/app.scss */
.subnav .arrow {
  float: left;
  margin: 10px 15px 0;
}

/* line 366, ../sass/app.scss */
.loading-wrapper {
  text-align: center;
  margin-top: 60px;
}

/* line 371, ../sass/app.scss */
.content-wrapper td input {
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  /*width: 100%;*/
}

/* line 381, ../sass/app.scss */
.centered-block {
  width: 800px;
  margin: 0 auto;
}

/* line 385, ../sass/app.scss */
.competitor-links {
  margin-top: 30px;
  margin-left: -20px;
  line-height: 1.8;
}
/* line 389, ../sass/app.scss */
.competitor-links .link {
  float: left;
  margin-left: 20px;
}
/* line 392, ../sass/app.scss */
.competitor-links .link a {
  color: #a6a6a6;
  text-decoration: underline;
}
/* line 396, ../sass/app.scss */
.competitor-links .link.active a, .competitor-links .link:hover a {
  color: #5b6266;
}
/* line 399, ../sass/app.scss */
.competitor-links .link.active a {
  text-decoration: none;
}

/* line 405, ../sass/app.scss */
.business-units {
  margin-top: 30px;
}
/* line 408, ../sass/app.scss */
.business-units .business-unit .title {
  font-size: 18px;
}
/* line 411, ../sass/app.scss */
.business-units .business-unit input {
  padding: 0;
}
/* line 414, ../sass/app.scss */
.business-units .business-unit .cbm input {
  width: 45px;
}

/* line 421, ../sass/app.scss */
.competitors .title {
  color: #979797;
}
/* line 424, ../sass/app.scss */
.competitors .items {
  width: 400px;
  float: left;
  margin-top: 40px;
}
/* line 426, ../sass/app.scss */
.competitors .items .title {
  color: #979797;
}
/* line 429, ../sass/app.scss */
.competitors .items .item {
  position: relative;
  margin-top: 18px;
}
/* line 431, ../sass/app.scss */
.competitors .items .item .itemTitle {
  float: left;
  line-height: 20px;
  margin-right: 100px;
  min-height: 22px;
  color: #676767;
}
/* line 435, ../sass/app.scss */
.competitors .items .item .itemButton {
  font-size: 0;
  position: absolute;
  top: -7px;
  right: 60px;
  background: url("../img/remove.png") no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
/* line 441, ../sass/app.scss */
.competitors .items .item .itemButton.add {
  background-image: url("../img/add.png");
}
/* line 448, ../sass/app.scss */
.competitors .newitem {
  float: left;
  line-height: 20px;
  margin-top: -6px;
}

/* line 453, ../sass/app.scss */
.company-name {
  margin-top: 10px;
}

/* line 457, ../sass/app.scss */
.no-competitors {
  margin-top: 20px;
}

/* line 464, ../sass/app.scss */
.forces.be .table-bordered td {
  padding: 0;
}
/* line 466, ../sass/app.scss */
.forces.be .table-bordered td.row-label {
  padding: 8px;
}
/* line 470, ../sass/app.scss */
.forces.be .table-bordered input, .forces.be .table-bordered textarea {
  width: 100%;
}
/* line 473, ../sass/app.scss */
.forces.be .table-bordered textarea {
  border: 0;
  background-color: transparent;
  height: 70px;
  line-height: 1.4;
}
/* line 483, ../sass/app.scss */
.forces.industry .table th {
  border-top: none;
  color: #979797;
}
/* line 488, ../sass/app.scss */
.forces.industry input, .forces.industry textarea {
  background-color: #f3f4f6;
}
/* line 491, ../sass/app.scss */
.forces.industry textarea {
  width: 100%;
  height: 60px;
  line-height: 1.5;
}
/* line 498, ../sass/app.scss */
.forces.capital-competitors .company-name {
  float: left;
}
/* line 501, ../sass/app.scss */
.forces.capital-competitors span.company-name {
  margin-top: 8px;
}
/* line 504, ../sass/app.scss */
.forces.capital-competitors input.company-name {
  margin-top: 0;
}
/* line 507, ../sass/app.scss */
.forces.capital-competitors .status {
  float: left;
  margin-left: 40px;
}
/* line 510, ../sass/app.scss */
.forces.capital-competitors .sva-momentum-wrapper {
  float: right;
}
/* line 512, ../sass/app.scss */
.forces.capital-competitors .sva-momentum-wrapper .title {
  float: left;
  line-height: 2.4;
}
/* line 516, ../sass/app.scss */
.forces.capital-competitors .sva-momentum-wrapper .value {
  float: left;
  margin-left: 20px;
  width: 80px;
}

/* line 524, ../sass/app.scss */
.go-ahead {
  float: right;
  margin-top: 20px;
}

/* line 528, ../sass/app.scss */
.market-discipline {
  margin-top: 20px;
  padding-bottom: 60px;
}
/* line 532, ../sass/app.scss */
.market-discipline .labels {
  margin-left: 22px;
  color: #797979;
  font-size: 12px;
}
/* line 536, ../sass/app.scss */
.market-discipline .labels span.second {
  margin-left: 162px;
}
/* line 541, ../sass/app.scss */
.market-discipline .hybrid-discipline-wrapper {
  color: #676767;
  margin-top: 5px;
}
/* line 544, ../sass/app.scss */
.market-discipline .bracket {
  display: block;
  float: left;
}
/* line 546, ../sass/app.scss */
.market-discipline .bracket.closing {
  margin-left: 10px;
}
/* line 550, ../sass/app.scss */
.market-discipline .slash {
  float: left;
  margin-left: 15px;
}
/* line 553, ../sass/app.scss */
.market-discipline .select {
  float: left;
  margin-left: 10px;
}
/* line 556, ../sass/app.scss */
.market-discipline .text {
  float: left;
  margin-left: 20px;
  margin-top: 6px;
  font-size: 16px;
}
/* line 559, ../sass/app.scss */
.market-discipline .traits-text {
  font-size: 14px;
  color: #979797;
  margin-top: 40px;
}
/* line 563, ../sass/app.scss */
.market-discipline .traits {
  color: #666666;
  margin-top: 40px;
}
/* line 565, ../sass/app.scss */
.market-discipline .traits .title {
  font-size: 16px;
  color: #333333;
}
/* line 570, ../sass/app.scss */
.market-discipline .rationale {
  margin-top: 40px;
}
/* line 572, ../sass/app.scss */
.market-discipline .rationale .title {
  font-size: 16px;
}
/* line 575, ../sass/app.scss */
.market-discipline .rationale .textarea {
  width: 100%;
  height: 160px;
  margin-top: 10px;
}
/* line 580, ../sass/app.scss */
.market-discipline .degree-of-change {
  margin-top: 40px;
}
/* line 582, ../sass/app.scss */
.market-discipline .degree-of-change .title {
  font-size: 16px;
}
/* line 585, ../sass/app.scss */
.market-discipline .degree-of-change .select {
  margin-top: 10px;
}

/* line 593, ../sass/app.scss */
.tree-page-wrapper {
  position: relative;
}
/* line 596, ../sass/app.scss */
.tree-page-wrapper .create-imperative-wrapper {
  text-align: center;
  margin-top: 20px;
}
/* line 598, ../sass/app.scss */
.tree-page-wrapper .create-imperative-wrapper select {
  min-width: 200px;
  margin-left: 10px;
}
/* line 602, ../sass/app.scss */
.tree-page-wrapper .create-imperative-wrapper .create-imperative {
  margin-left: 10px;
}
/* line 607, ../sass/app.scss */
.tree-page-wrapper .google-visualization-orgchart-table {
  width: 100%;
  border-collapse: separate;
}
/* line 612, ../sass/app.scss */
.tree-page-wrapper .google-visualization-orgchart-node {
  background: #FFFFFF none;
  color: #252424;
  border: 1px solid #c4c4c4;
  position: relative;
  box-shadow: none;
  min-width: 140px;
}
/* line 619, ../sass/app.scss */
.tree-page-wrapper .google-visualization-orgchart-node .header {
  background-color: #c2c2c2;
  color: #FFFFFF;
  margin: 2px;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  cursor: pointer;
}
/* line 629, ../sass/app.scss */
.tree-page-wrapper .google-visualization-orgchart-node .leaf {
  position: relative;
  padding-top: 16px;
  cursor: pointer;
}
/* line 633, ../sass/app.scss */
.tree-page-wrapper .google-visualization-orgchart-node .leaf .text {
  font-size: 18px;
  margin: 30px 0;
}
/* line 638, ../sass/app.scss */
.tree-page-wrapper .google-visualization-orgchart-node .view-sva, .tree-page-wrapper .google-visualization-orgchart-node .view-ci {
  position: absolute;
  bottom: 6px;
  right: 6px;
  font-size: 9px;
  cursor: pointer;
  color: #5697d4;
  text-decoration: underline;
}
/* line 647, ../sass/app.scss */
.tree-page-wrapper .google-visualization-orgchart-node .add {
  background: url("../img/se-arrow.png") no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -16px !important;
  cursor: pointer;
}
/* line 657, ../sass/app.scss */
.tree-page-wrapper .google-visualization-orgchart-node.infocus .leaf .text {
  margin: 60px 0;
}
/* line 661, ../sass/app.scss */
.tree-page-wrapper .google-visualization-orgchart-linenode {
  border-color: #c3c3c3;
}
/* line 666, ../sass/app.scss */
.tree-page-wrapper .tree {
  margin-top: 30px;
  margin-bottom: 120px;
}
/* line 673, ../sass/app.scss */
.tree-page-wrapper .tree .highlight .header, .tree-page-wrapper .tree td[title='highlight'] .header {
  background-color: #222b30;
}
/* line 684, ../sass/app.scss */
.tree-page-wrapper .content {
  margin: 20px 8%;
}
/* line 687, ../sass/app.scss */
.tree-page-wrapper .content .back {
  background: url("../img/back.png") no-repeat scroll 10px 10px #70adec;
  padding: 8px 0;
  cursor: pointer;
  border-radius: 6px;
  color: #FFFFFF;
  text-align: center;
}
/* line 697, ../sass/app.scss */
.tree-page-wrapper .content .left {
  overflow: auto;
}
/* line 699, ../sass/app.scss */
.tree-page-wrapper .content .left .tree-wrapper {
  margin-top: 20px;
}
/* line 704, ../sass/app.scss */
.tree-page-wrapper .content.state-infocus {
  margin-left: 0;
  margin-right: 0;
}
/* line 707, ../sass/app.scss */
.tree-page-wrapper .content.state-infocus .left {
  margin-left: 20px;
  margin-right: 500px;
}
/* line 713, ../sass/app.scss */
.tree-page-wrapper .content .right {
  float: right;
  width: 460px;
  margin-left: 20px;
  margin-right: 20px;
}
/* line 718, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper {
  background: #dadbdc;
  border: 1px solid #b7b6b6;
  border-radius: 6px;
  padding: 20px 30px 40px;
  color: #252424;
  margin-bottom: 60px;
}
/* line 725, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper h4 {
  font-weight: normal;
  font-size: 16px;
}
/* line 729, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper h5 {
  margin-top: 0;
  font-weight: bold;
  font-size: 14px;
}
/* line 734, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper section {
  margin-top: 20px;
}
/* line 737, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper input, .tree-page-wrapper .content .right .info-wrapper textarea, .tree-page-wrapper .content .right .info-wrapper select {
  border: 1px solid #c2c1c1;
  background-color: #FFFFFF;
  color: #676767;
  border-radius: 6px;
  padding: 6px 10px;
}
/* line 744, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper input, .tree-page-wrapper .content .right .info-wrapper textarea, .tree-page-wrapper .content .right .info-wrapper select.large {
  width: 100%;
}
/* line 747, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper select.semi-large {
  width: 300px;
  padding: 2px 10px;
}
/* line 750, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper select.semi-large option {
  width: 280px;
}
/* line 754, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper .select-add {
  padding: 9px 20px 8px;
  float: right;
}
/* line 757, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper input[type=checkbox], .tree-page-wrapper .content .right .info-wrapper input[type=radio] {
  width: auto;
}
/* line 760, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper textarea {
  height: 150px;
}
/* line 763, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper select.large {
  padding: 0;
}
/* line 766, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper option {
  padding: 6px 8px;
}
/* line 769, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper .checkbox-section {
  margin-top: 10px;
}
/* line 771, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper .checkbox-section .col-sm-offset-2, .tree-page-wrapper .content .right .info-wrapper .checkbox-section .checkbox {
  margin-left: 0;
  padding-left: 0;
}
/* line 774, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper .checkbox-section label {
  margin-left: 22px;
  padding-left: 0;
  color: black;
}
/* line 781, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper .forces-list {
  margin: 10px 0;
  line-height: 22px;
}
/* line 784, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper .forces-list .force {
  margin: 2px 0;
}
/* line 786, ../sass/app.scss */
.tree-page-wrapper .content .right .info-wrapper .forces-list .force .delete {
  color: #5697d4;
  cursor: pointer;
  float: right;
}
/* line 797, ../sass/app.scss */
.tree-page-wrapper .content .white-box {
  border: 1px solid #c2c1c1;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 6px;
}
/* line 805, ../sass/app.scss */
.tree-page-wrapper .content .critical-issues .issue-row {
  margin-bottom: 6px;
}
/* line 808, ../sass/app.scss */
.tree-page-wrapper .content .critical-issues label {
  font-weight: normal;
  color: black;
}
/* line 814, ../sass/app.scss */
.tree-page-wrapper .content .issue-details {
  margin-top: 20px;
}
/* line 816, ../sass/app.scss */
.tree-page-wrapper .content .issue-details .description {
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 819, ../sass/app.scss */
.tree-page-wrapper .content .issue-details .issue-type-row {
  margin-top: 10px;
}
/* line 821, ../sass/app.scss */
.tree-page-wrapper .content .issue-details .issue-type-row.second {
  margin-top: 6px;
}
/* line 824, ../sass/app.scss */
.tree-page-wrapper .content .issue-details .issue-type-row .label {
  margin-left: 10px;
  color: #797979;
  font-size: 14px;
}
/* line 831, ../sass/app.scss */
.tree-page-wrapper .content .issue-details .btn.save, .tree-page-wrapper .content .issue-details .btn.done {
  margin-left: 10px;
}
/* line 837, ../sass/app.scss */
.tree-page-wrapper .content .text-info {
  font-weight: bold;
}

/* line 843, ../sass/app.scss */
.key-questions {
  width: 660px;
  margin-top: 40px;
  line-height: 1.7;
}
/* line 847, ../sass/app.scss */
.key-questions a {
  color: #5697d4;
  border-bottom: 1px dotted #5697d4;
}
/* line 851, ../sass/app.scss */
.key-questions .links-block {
  margin-left: 10px;
}
/* line 854, ../sass/app.scss */
.key-questions h3 {
  font-size: 14px;
  font-weight: bold;
}

/* line 860, ../sass/app.scss */
.has-popover {
  border-bottom: 1px dashed #5697d4 !important;
  cursor: pointer !important;
  color: #5697d4 !important;
}

.btn.btn-xs + ul.dropdown-menu > li > a {
  font-size: 12px;
}
