@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700);
/*--------------------------------------------------------------
 ## Helper Classes
 --------------------------------------------------------------*/
.animation, #load, .l-header .navbar .nav > li > a, .btn,
button,
input[type="button"],
input[type="submit"], .add-comments, .aside--nav li a, .status-tabs .tabs-nav li a, .score--help {
  -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s; }

.reset, .user--info a, .status-tabs .project--add, .status-tabs .tabs-nav li a, .risk-details .tabs-nav, .risk-session.overview .risk-test a, .score--help {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  outline: none;
  list-style: none; }

.hero-unit, .well {
  background-color: #f5f5f5;
  border-radius: 2px;
  font-size: 16px;
  padding: 20px;
  box-shadow: none;
  font-weight: 400; }
  .hero-unit a, .hero-unit p, .hero-unit span, .well a, .well p, .well span {
    font-size: 16px; }

#load {
  position: absolute;
  z-index: 1;
  border: none;
  background: #eee;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=90);
  opacity: 0.9;
  margin: 0px;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 300px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; }

.redalert,
.greenalert {
  background: #f67975;
  color: #982f2c !important;
  border: none;
  font-weight: 600;
  float: none;
  text-align: center;
  vertical-align: middle;
  line-height: 2em;
  color: #fff;
  padding: 3px;
  border-radius: 2px;
  margin-left: -20px;
  border: 1px solid #982f2c;
  max-width: 1140px;
  width: 100%;
  margin: 10px auto;
  position: fixed;
  top: 67px;
  right: 20px;
  z-index: 1032;
  max-width: 400px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); }
  .redalert i,
  .greenalert i {
    margin-right: 20px;
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    color: #f67975;
    line-height: 24.2px;
    text-align: center; }

.greenalert {
  background: #bbf5bb;
  color: #187412 !important;
  border: 1px solid #187412; }
  .greenalert i {
    background-color: #187412;
    color: #bbf5bb; }

.form-actions {
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  border: none; }

.end-question {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-top: 20px; }

.question {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px; }

.checklist,
.checklist ul {
  list-style: none; }
  .checklist label,
  .checklist ul label {
    font-weight: 400; }
  .checklist li,
  .checklist ul li {
    margin-bottom: 12px;
    display: block; }

.first-el-margin {
  margin-left: 18px !important; }

.radio-padded-right {
  margin-right: 10px; }

.radio-padded-top-bottom {
  margin-top: 20px;
  margin-bottom: 20px; }

.small-text {
  font-size: 14px; }

.sorting-buttons .btn {
  margin-left: 10px !important;
  border-radius: 2px !important; }

#Custom {
  width: 60px !important; }

.reviewdate,
.reviewername {
  line-height: 33px !important; }

.project-block:nth-child(even) .project-block--header {
  background-color: #ececec; }

.score--wrapper .red {
  background-color: red !important; }
.score--wrapper .orangered {
  background-color: orangered !important; }
.score--wrapper .orange {
  background-color: orange !important; }
.score--wrapper .yellow {
  background-color: yellow !important; }
.score--wrapper .white {
  background-color: white !important; }

td.risk-cell {
  position: relative;
  vertical-align: middle; }
  td.risk-cell .risk-cell-holder {
    width: 40px; }
td .risk-color {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  border: 1px solid; }
td.red .risk-color, td > .red .risk-color {
  background-color: red !important; }
td.orangered .risk-color, td > .orangered .risk-color {
  background-color: orangered !important; }
td.orange .risk-color, td > .orange .risk-color {
  background-color: orange !important; }
td.yellow .risk-color, td > .yellow .risk-color {
  background-color: yellow !important; }
td.white .risk-color, td > .white .risk-color {
  background-color: white !important; }

div#show-alert + #tab-content-container .tab-data {
  margin-top: 0px;
  /*    padding: 0px; */ }

.comments--list .comment-block:first-child {
  border: none;
  margin-top: -20px;
  padding-top: 0px; }

@media only screen and (min-width: 768px) {
  .subject-field {
    margin-left: 16px; }
    .subject-field .span8 {
      margin-left: 9px; } }
@media only screen and (min-width: 1400px) {
  .subject-field {
    margin-left: 22px; }
    .subject-field .span8 {
      margin-left: 16px; } }

/*--------------------------------------------------------------
 ## Box Model and Font Smoothing
 --------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  box-sizing: border-box; }

/*--------------------------------------------------------------
 ## Body Styles
 --------------------------------------------------------------*/
body {
  color: #3f3f3f;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background-color: #fff; }

/*--------------------------------------------------------------
 ## Link Styles
 --------------------------------------------------------------*/
a {
  text-decoration: none; }
  a:focus, a:active {
    outline: none; }

/*--------------------------------------------------------------
 ## Separator Styles
 --------------------------------------------------------------*/
hr {
  margin: 0px;
  padding: 0px;
  border: 1px solid #d1d3d4; }

/*--------------------------------------------------------------
 ## Label and Span
 --------------------------------------------------------------*/
label {
  font-weight: 700; }

.dropdown-menu {
  z-index: 99999; }
  .dropdown-menu a:hover > label, .dropdown-menu li.active label {
    color: #fff; }

ul.ui-autocomplete {
  list-style-type: none;
  color: #3f3f3f;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  background: #fff;
  border: 1px solid #c5c5c5; }
  ul.ui-autocomplete > li.ui-menu-item {
    padding-left: 10px; }
  ul.ui-autocomplete .ui-state-focus {
    background: #F0F0F0;
    color: #000; }
  ul.ui-autocomplete.popup-ui-complete {
    width: 50% !important;
    color: #fff;
    background: transparent;
    max-height: 100px;
    overflow: auto; }

.bottom-offset-10 {
  margin-bottom: 10px; }

.top-offset-15 {
  margin-top: 15px; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*--------------------------------------------------------------
 ## Form and From Related Element Styles
 --------------------------------------------------------------*/
input[type="text"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="text"] {
  border: 1px solid #d1d3d4;
  padding: 10px;
  border-radius: 2px;
  box-shadow: none;
  height: 35px;
  width: 100%;
  outline: none;
  max-width: 300px; }
  input[type="text"]:disabled, textarea:disabled,
  input[type="url"]:disabled,
  input[type="password"]:disabled,
  input[type="number"]:disabled,
  input[type="tel"]:disabled,
  input[type="email"]:disabled,
  input[type="date"]:disabled,
  input[type="text"]:disabled,
  textarea:disabled {
    background-color: transparent;
    border: 1px solid transparent;
    font-weight: 700;
    padding-left: 10px; }

select {
  border-radius: 2px;
  border: 1px solid #d1d3d4;
  height: 35px;
  width: 100% !important;
  outline: none !important;
  font-family: "Titillium Web", sans-serif;
  max-width: 300px; }
  select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: transparent;
    font-weight: 700 !important;
    padding-left: 10px;
    cursor: default; }

textarea,
textarea.form-control {
  resize: both;
  overflow: auto;
  height: 100px; }
  textarea:disabled,
  textarea.form-control:disabled {
    resize: both;
    padding: 5px 10px;
    transition: inherit !important; }

.hidden-checkbox,
.hidden-radio {
  display: none; }

.hidden-checkbox + label,
.hidden-radio + label {
  position: relative;
  padding-left: 25px;
  font-weight: 400; }

.hidden-checkbox + label:before,
.hidden-radio + label:before {
  content: "";
  display: block;
  border: 1px solid #ddd;
  font-family: "FontAwesome";
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0px;
  position: absolute;
  text-align: center;
  line-height: 18px;
  color: #ed3139; }

.hidden-radio + label:before {
  border-radius: 15px;
  line-height: 21px; }

.hidden-checkbox:checked + label:before {
  content: "\f00c"; }

.hidden-radio:checked + label:before {
  content: "\f111"; }

td[align="center"] .hidden-checkbox + label:before,
td[align="center"] .hidden-radio + label:before {
  left: 50%;
  margin-left: -10px; }

input[type="text"] + input[type="submit"], textarea + input[type="submit"],
textarea.form-control + input[type="submit"],
select + input[type="submit"] {
  margin-top: -10px; }

.hidden-file-upload {
  visibility: hidden;
  display: none; }

.file-uploader .file-count {
  margin-left: 10px;
  font-size: 13px; }
.file-uploader .file-list, .file-uploader .exist-files {
  margin-top: 10px;
  list-style: none;
  margin-left: 0px;
  color: #187bd0;
  font-size: 14px; }
  .file-uploader .file-list > li, .file-uploader .exist-files > li {
    margin-bottom: 10px; }
    .file-uploader .file-list > li .file-name, .file-uploader .exist-files > li .file-name {
      float: left;
      width: calc(100% - 30px);
      word-wrap: break-word; }
    .file-uploader .file-list > li .remove-file, .file-uploader .exist-files > li .remove-file {
      float: right;
      font-size: 20px; }
    .file-uploader .file-list > li:after, .file-uploader .exist-files > li:after {
      content: "";
      clear: both;
      display: table; }

.delete-link-check {
  margin: -3px 0px 0px 10px !important; }

.multiselect-holder {
  margin-bottom: 10px; }

textarea:focus,
select:focus,
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.5) !important;
  outline: 0;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(82, 168, 236, 0.5) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(82, 168, 236, 0.5) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(82, 168, 236, 0.5) !important; }

textarea.saml_metadata_xml {
  width: 100%;
  min-height: 150px;
  resize: none;
  resize: vertical; }

/*--------------------------------------------------------------
 ## Table Styles
 --------------------------------------------------------------*/
.table.table-bordered {
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .table.table-bordered td, .table.table-bordered th {
    padding: 10px;
    background-color: #fff; }

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px; }

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px; }

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px; }

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px; }

.table-striped thead > tr > th,
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
  background-color: #ebe7e7 !important; }

.table-bordered th, .table-bordered td {
  border-left: 1px solid #d1d3d4 !important; }

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #fff; }

.table-striped tbody > tr > td a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #3a3a3a; }

.table-striped tbody > tr > td.text-center {
  text-align: center; }

.table.table-bordered {
  margin-top: 0px; }

.table tbody tr td:first-child a {
  font-weight: 400;
  color: #3a3a3a; }

/*
.table tbody tr td:last-child a{
  font-weight: 400;
  color: $color-1;
}
*/
.active-cell a {
  color: #0088cc !important;
  font-weight: bold !important; }

.mitigation.yes {
  color: #3a3a3a !important;
  font-weight: bold; }

.management.yes {
  color: #3a3a3a !important;
  font-weight: bold; }

/**
* jquery datatable
*/
.dataTables_wrapper .dataTables_length {
  float: right; }
.dataTables_wrapper .dataTables_processing {
  z-index: 99; }
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #c1b4b4;
  color: #fff !important;
  margin: 0 2px;
  border-radius: 2px;
  border: 0px;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 12px; }
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #3a3a3a;
    color: #fff !important;
    border: 0px; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 0px;
    background: #3a3a3a;
    color: #fff !important; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.first, .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.last {
    background: transparent;
    color: #c1b4b4 !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.first:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.last:hover {
      color: #3a3a3a !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.first.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.last.disabled {
      color: #c1b4b4 !important; }
.dataTables_wrapper .view-all {
  float: right;
  margin-left: 15px;
  cursor: pointer;
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: bold;
  background-color: #c1b4b4;
  color: #fff !important;
  margin-top: 5px;
  border-radius: 2px; }
  .dataTables_wrapper .view-all.current {
    background: #3a3a3a;
    color: #fff !important;
    border: 0px; }

th.sorting_asc > .fa {
  display: inline-block;
  position: relative;
  left: 10px;
  top: 3px; }
  th.sorting_asc > .fa:before {
    content: "\f0de"; }
th.sorting_desc > .fa {
  display: inline-block;
  position: relative;
  left: 10px;
  top: -3px; }
  th.sorting_desc > .fa:before {
    content: "\f0dd"; }

/*jQueryTablesort*/
.tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 4px 18px 4px 4px;
  white-space: normal;
  cursor: pointer; }

.headerSortUp, .tablesorter-headerSortUp, .tablesorter-headerAsc {
  background-color: #9fbfdf;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); }

.headerSortDown, .tablesorter-headerSortDown, .tablesorter-headerDesc {
  background-color: #8cb3d9;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); }

/*--------------------------------------------------------------
 ## Heading Styles
 --------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Titillium Web", sans-serif; }

/*--------------------------------------------------------------
 ## Paragraph Styles
 --------------------------------------------------------------*/
p {
  margin-bottom: 10px; }

/*--------------------------------------------------------------
 ## Footer Styles
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Header Styles
 --------------------------------------------------------------*/
.l-header {
  z-index: 1031;
  position: relative;
  max-height: 75px; }
  .l-header:after {
    clear: both;
    display: block;
    content: ""; }
  .l-header .navbar .brand {
    padding: 11px 20px 10px;
    margin: 0px;
    color: #777777;
    text-shadow: none;
    height: 70px;
    max-width: 200px;
    outline: none; }
    .l-header .navbar .brand img {
      width: 100%;
      margin-top: 7px; }
    @media only screen and (min-width: 1300px) {
      .l-header .navbar .brand {
        max-width: 250px;
        padding: 5px 20px 10px; } }
  .l-header .navbar .nav > li > a {
    float: none;
    padding: 10px 20px 20px 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-weight: 600; }
  .l-header .navbar .nav > .active > a,
  .l-header .navbar .nav > .active > a:hover,
  .l-header .navbar .nav > li > a:hover,
  .l-header .navbar .nav > .active > a:focus {
    color: #ed3139 !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .l-header .navbar .nav {
    margin: 20px 0px 0 50px; }
  .l-header .navbar .nav > .active > a {
    background-image: url("../images/arrow-top.png");
    background-repeat: no-repeat;
    background-position: 50% bottom; }

.navbar-inner {
  height: 75px;
  background-color: #3a3a3a;
  color: #fff;
  padding: 0px;
  box-shadow: none;
  border: none;
  background-image: none;
  border-radius: 0px;
  text-shadow: none;
  border-bottom: 5px solid #6f6f6f; }

.user--info {
  margin: 29px 20px 20px 20px; }
  .user--info a {
    color: #fff;
    font-weight: 600; }
  .user--info .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #fff;
    margin-top: 12px;
    margin-left: 10px; }

.search-risks {
  margin-top: 10px;
  /*    margin-right: 50px;*/
  max-width: 150px;
  position: relative; }
  .search-risks form {
    margin: 0px; }
  .search-risks input[type="text"],
  .search-risks textarea, .search-risks textarea.form-control {
    background-color: transparent !important;
    width: 130px;
    border: none;
    box-shadow: none;
    color: #000;
    border-bottom: 2px solid #ed3139;
    border-radius: 0px;
    padding-right: 33px; }
  .search-risks .search--wrapper {
    display: block;
    position: relative; }
    .search-risks .search--wrapper a {
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 33px;
      height: 33px;
      text-align: center;
      color: #fff;
      line-height: 33px; }

.search-risks .search-popup {
  display: none;
  padding: 8px;
  background: #002;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  background: #6F6F6F;
  border-radius: 6px;
  vertical-align: middle; }

.edit-subject {
  display: none; }

.search-popup i.fa.fa-search {
  color: red; }

.search-risks input[type="text"],
.search-risks textarea,
.search-risks textarea.form-control {
  width: 214px;
  hesight: 40px;
  padding: 10px;
  background-color: white !important;
  border: none;
  margin-right: 36px;
  margin-bottom: 0; }

a#show-search-pop i.fa.fa-search {
  margin-top: 22px;
  color: white;
  padding-right: 2px;
  cursor: pointer; }

/*--------------------------------------------------------------
 ## Main Section Styles
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Button Styles
 --------------------------------------------------------------*/
.btn,
button,
input[type="button"],
input[type="submit"] {
  border-radius: 2px;
  padding: 7px 20px;
  border: none;
  font-weight: 600;
  color: #fff !important;
  text-shadow: none;
  background-image: none;
  background-color: #3a3a3a;
  outline: none !important;
  box-shadow: none;
  font-family: "Titillium Web", sans-serif !important; }
  .btn:hover, .btn:active,
  button:hover,
  button:active,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:active {
    background-color: #ed3139; }
  .btn:visited,
  button:visited,
  input[type="button"]:visited,
  input[type="submit"]:visited {
    background-color: #3a3a3a; }

.btn.btn-danger {
  background-color: #ed3139; }
  .btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger:visited {
    background-color: #eb1a22; }

.btn.btn-default {
  background-color: #6f6f6f; }
  .btn.btn-default:hover, .btn.btn-default:active {
    background-color: #626262; }
  .btn.btn-default:visited {
    background-color: #6f6f6f; }

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-radius: 2px;
  padding: 8px 10px;
  min-width: 250px;
  text-align: left;
  background-color: #fff !important;
  color: #3f3f3f !important;
  border: 1px solid #d1d3d4; }
  .btn-group > .btn:last-child .caret,
  .btn-group > .dropdown-toggle .caret {
    margin-top: 8px;
    margin-left: 0;
    position: absolute;
    right: 10px; }

.colorSelector {
  position: relative;
  width: 36px;
  height: 36px;
  background: url(../images/colorpicker/select.png); }
  .colorSelector div {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: url(../images/colorpicker/select.png) center; }

.colorpicker input {
  padding: 0 !important;
  height: 11px !important;
  width: auto;
  border: 0px !important;
  top: 6px;
  right: 13px; }

.risk-levels-container .colorSelector {
  display: inline-block;
  position: relative;
  top: 10px; }

.comments--wrapper {
  margin-top: 38px; }
  .comments--wrapper textarea {
    max-width: 100% !important; }
  .comments--wrapper .form-actions {
    margin-top: 0px; }
  .comments--wrapper .well {
    padding: 0px; }
    .comments--wrapper .well > h4 {
      margin: 0px;
      padding: 15px 20px 15px 20px;
      cursor: pointer; }
      .comments--wrapper .well > h4 i {
        margin-right: 10px; }
    .comments--wrapper .well form#comment {
      padding: 0 20px; }

.comment-block {
  border-top: 1px solid #d1d3d4;
  padding: 20px; }

.audit-trail {
  padding: 20px; }
  .audit-trail p {
    font-size: 14px; }

a.add-comments.pull-right {
  width: 25px;
  height: 25px;
  background-color: #000;
  text-align: center;
  line-height: 25px;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  padding-right: 0px;
  margin-right: 0px !important;
  z-index: 1010;
  position: relative; }
  a.add-comments.pull-right i {
    margin-right: 0px; }

.collapsible--toggle {
  position: relative;
  z-index: 10; }

form#comment {
  display: none; }

.add-comments.rotate {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

.caret {
  vertical-align: middle; }

/* DatePicker Container */
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

/* DatePicker Table */
.ui-datepicker table {
  width: 100%; }

.ui-datepicker-header {
  background-color: #3a3a3a;
  color: #e0e0e0;
  font-weight: bold;
  line-height: 30px; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
  background-color: white; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(top, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #6eafbf;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  border: 1px solid #55838f;
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

.daterange-picker {
  width: auto;
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc; }

.login--page {
  background-size: 100%;
  background-color: #252525; }

.login-wrapper {
  position: relative;
  width: 600px;
  margin: 100px auto 0 auto; }

.loginForm {
  background: #3a3a3a;
  width: 600px;
  border-radius: 2px;
  padding: 30px;
  color: white; }
  .loginForm label {
    color: #fff;
    font-weight: 400;
    color: #a4a4a4;
    font-size: 16px; }
  .loginForm input[type="text"], .loginForm textarea,
  .loginForm textarea.form-control,
  .loginForm input[type="password"] {
    max-width: 100%;
    background-color: #fff !important;
    color: #3a3a3a !important; }
  .loginForm .form-actions a {
    color: #ed3139;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px; }
  .loginForm .form-actions .btn {
    margin-left: 10px; }

.welcome--msg {
  color: #eee;
  font-size: 30px;
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin-top: 6%; }

.login--label {
  color: #fff !important;
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: 600 !important; }

.send_reset_email input[type="text"], .send_reset_email textarea,
.send_reset_email textarea.form-control,
.send_reset_email input[type="password"],
.password_reset input[type="text"],
.password_reset textarea,
.password_reset textarea.form-control,
.password_reset input[type="password"] {
  max-width: 100%; }
.send_reset_email .login--label,
.password_reset .login--label {
  padding-bottom: 20px;
  color: #3f3f3f !important; }

.login--page .redalert {
  top: 115px;
  left: 50%;
  transform: translateX(-50%); }

.modal {
  background-color: #3a3a3a;
  border-radius: 2px;
  box-shadow: none;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px; }
  .modal label {
    color: #fff; }
  .modal form {
    margin-bottom: 0px; }
  .modal .modal-body {
    padding-bottom: 0px; }
  .modal input[type="text"], .modal textarea,
  .modal textarea.form-control {
    max-width: 100%; }
  .modal .modal-footer {
    background-color: transparent;
    padding: 0px 15px 15px 15px;
    border-top: 0px;
    box-shadow: none; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */ }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all; }

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0); }

.modal.fade.in {
  top: 50%;
  transform: translateY(-50%); }

.navbar {
  padding: 0px; }

.aside--nav {
  overflow: visible !important;
  float: right;
  position: relative;
  padding-top: 50px; }
  .aside--nav:before {
    content: "";
    display: block;
    background-color: #ebe7e7;
    width: 3px;
    height: 100%;
    position: absolute;
    top: -25px;
    left: 3px; }
  .aside--nav li a {
    background-color: #3a3a3a;
    color: #fff;
    height: 37px;
    border-radius: 3px;
    line-height: 37px;
    font-weight: 600;
    padding: 0px 10px;
    min-width: 170px;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    position: relative; }
    .aside--nav li a span {
      position: absolute;
      left: 0px;
      top: 0px;
      color: #3a3a3a; }
    .aside--nav li a:hover {
      background-color: #ed3139; }
    .aside--nav li a:before {
      width: 31px;
      height: 31px;
      content: "";
      display: block;
      background-color: #d1d3d4;
      border-radius: 50%;
      position: absolute;
      top: 0px;
      left: -14px;
      border: 3px solid #abadaf; }
  .aside--nav li.active a,
  .aside--nav li.active a:hover,
  .aside--nav li.active a:visited,
  .aside--nav li.active a:active {
    background-color: #ed3139; }
  .aside--nav li.active a {
    position: relative;
    background: #ed3139; }
    .aside--nav li.active a span {
      color: #fff; }
    .aside--nav li.active a:before {
      background-color: #3a3a3a;
      border: 3px solid rgba(171, 173, 175, 0.5); }
  .aside--nav li.active a:after {
    background-color: #ed3139;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 5px;
    right: -13px;
    content: "";
    display: block;
    border-radius: 3px;
    z-index: -1;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg); }
  .aside--nav.nav-pills.nav-stacked > li > a {
    margin-bottom: 8px; }

.pagination ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: none; }
  .pagination ul li a {
    background-color: #c1b4b4;
    color: #fff;
    margin: 0 2px;
    border-radius: 2px !important;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold; }
    .pagination ul li a:hover, .pagination ul li a:active {
      background-color: #3a3a3a; }
  .pagination ul .active a {
    background-color: #3a3a3a;
    color: #fff; }
  .pagination ul .no-bg {
    background-color: transparent;
    color: #c1b4b4; }
    .pagination ul .no-bg:hover {
      background-color: transparent;
      color: #3a3a3a; }

#project--add.modal {
  z-index: 9999; }

.status-tabs {
  position: relative; }
  .status-tabs .project--add {
    width: 40px;
    height: 40px;
    background-color: #3a3a3a;
    text-align: center;
    color: #fff;
    display: block;
    line-height: 40px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    position: absolute;
    top: 3px;
    left: 71px; }
  .status-tabs .tabs-nav {
    margin-left: 110px; }
    .status-tabs .tabs-nav li {
      float: left;
      /*      margin-left: 10px;*/
      margin-left: 5px; }
      .status-tabs .tabs-nav li a {
        display: block;
        padding: 10px;
        text-align: left;
        background-color: #3a3a3a;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        min-width: 175px;
        border: 3px solid #3a3a3a;
        border-bottom: none;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px; }
      .status-tabs .tabs-nav li.ui-state-active a {
        background-color: #6f6f6f;
        border: 3px solid #6f6f6f;
        border-bottom: none; }
  .status-tabs .project-headers {
    background-color: #6f6f6f; }

.white-labels {
  color: #fff; }

.project-block:after,
.project-block-unassined:after {
  clear: both;
  content: "";
  display: block; }
.project-block--header,
.project-block-unassined--header {
  background-color: #fff;
  border: 1px solid #d1d3d4;
  border-right: none;
  height: 45px; }
.project-block--delete,
.project-block-unassined--delete {
  border-left: 1px solid #d1d3d4;
  width: 45px;
  width: 45px;
  display: block;
  text-align: center; }
.project-block--priority, .project-block--name, .project-block--risks,
.project-block-unassined--priority,
.project-block-unassined--name,
.project-block-unassined--risks {
  border-right: 1px solid #d1d3d4;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  float: left;
  font-weight: 600;
  padding-left: 10px; }
.project-block--priority,
.project-block-unassined--priority {
  width: 8%; }
.project-block--name,
.project-block-unassined--name {
  width: 72%; }
.project-block--risks,
.project-block-unassined--risks {
  width: 20%; }

.risks {
  margin: 10px 0px 10px 8%;
  display: none; }
  .risks a {
    text-decoration: none;
    color: #fff; }

.risk {
  background-color: #6f6f6f;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 0px 10px;
  border-radius: 2px;
  margin-bottom: 5px;
  height: 40px;
  line-height: 40px; }

.project-block-unassined .risks {
  display: block; }

.delete_project {
  min-width: 80px;
  margin-left: 5px; }

.plan-projects .risks .risk .risk--title {
  width: calc(100% - 140px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

select#languages {
  width: auto !important; }

.new-tabs {
  padding-top: 5px;
  position: relative;
  z-index: 1030; }
  .new-tabs .span9 {
    padding: 0px;
    margin: 0 0 0 17px !important; }

.tab-data {
  padding-top: 51px; }

.tabs div.tab.add {
  margin-left: 0px; }
  .tabs div.tab.add span {
    width: 50px !important; }

.tabs div.tab span {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.tabs div.tab:first-child span {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: inherit; }

.risk-form-actions {
  background-color: #e6e6e6;
  padding: 10px;
  line-height: 40px; }
  .risk-form-actions .btn {
    margin-left: 10px;
    margin-top: 5px; }

.risk-details * {
  color: inherit; }
.risk-details.ui-corner-all, .risk-details.ui-corner-bottom, .risk-details.ui-corner-right, .risk-details.ui-corner-br {
  border: 0px;
  background: transparent;
  color: inherit; }
.risk-details.ui-widget {
  font-family: inherit;
  font-size: inherit; }
.risk-details.ui-tabs {
  padding: inherit; }
.risk-details .ui-widget-header {
  border: 0px;
  background: inherit;
  color: inherit;
  font-weight: inherit; }
.risk-details .ui-tabs-nav {
  padding: inherit; }
.risk-details .ui-widget-content {
  border: 0px; }
.risk-details .ui-state-active, .risk-details .ui-widget-content .ui-state-active, .risk-details .ui-widget-header .ui-state-active {
  border: 0px;
  background: inherit;
  font-weight: inherit;
  color: inherit; }
.risk-details .ui-state-default, .risk-details .ui-widget-content .ui-state-default, .risk-details .ui-widget-header .ui-state-default {
  border: 0px;
  background: inherit;
  font-weight: inherit;
  color: inherit; }
.risk-details input, .risk-details select, .risk-details textarea, .risk-details button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }
.risk-details .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 10px; }
.risk-details .ui-tabs-nav li a {
  padding: 0px;
  float: none; }
.risk-details .ui-tabs-nav li {
  margin: 0px; }
.risk-details .ui-tabs-panel {
  padding: 0px; }
.risk-details .tabs-nav {
  margin: 20px 0;
  border-bottom: 2px solid #e6e6e6; }
  .risk-details .tabs-nav li {
    float: left;
    padding: 10px; }
    .risk-details .tabs-nav li.ui-tabs-active {
      background-image: url("../images/small-arraow--up.png");
      background-repeat: no-repeat;
      background-position: bottom center; }
      .risk-details .tabs-nav li.ui-tabs-active a {
        color: #ed3139;
        text-decoration: none; }

.risk-session.overview {
  padding: 15px;
  height: auto; }

.risk-session.overview .score {
  width: 120px;
  height: 120px;
  text-align: center; }
  .risk-session.overview .score span {
    display: block;
    font-size: 50px;
    font-weight: 400;
    line-height: auto; }

.tabs--action {
  position: absolute;
  top: 20px;
  right: 0px; }
  .tabs--action .on-edit {
    /*		display: none;*/ }

.tabs {
  position: relative; }

.risk-session.overview {
  /*  margin-top: 53px;*/ }
  .risk-session.overview .score {
    margin-bottom: 20px; }
  .risk-session.overview .row-fluid .span2 {
    width: 7.529915%; }
  .risk-session.overview .row-fluid .span10 {
    width: 89.90598%; }
  .risk-session.overview label {
    font-size: 16px;
    font-weight: 400;
    color: #3f3f3f;
    padding: 0; }
    .risk-session.overview label span {
      font-size: 24px;
      line-height: 30px; }
  .risk-session.overview .border-top {
    border-top: 1px solid #d1d3d4;
    padding-top: 15px;
    margin-top: 15px; }
  .risk-session.overview .risk-test a {
    font-weight: bold;
    font-size: 16px;
    color: #3f3f3f; }

.padded {
  padding: 50px 0px; }

.padded-bottom {
  margin-bottom: 30px; }
  @media only screen and (min-width: 320px) {
    .padded-bottom input[type="text"], .padded-bottom textarea, .padded-bottom textarea.form-control {
      width: 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 1816px) {
    .padded-bottom input[type="text"], .padded-bottom textarea, .padded-bottom textarea.form-control {
      max-width: 99%; } }
  @media only screen and (min-width: 1919px) {
    .padded-bottom input[type="text"], .padded-bottom textarea, .padded-bottom textarea.form-control {
      max-width: 97.5%; } }

.score--wrapper {
  width: 130px;
  float: left;
  /*  margin-bottom: 25px; */ }

.details--wrapper {
  float: left;
  padding-right: 130px;
  width: 100%;
  margin-right: -130px; }

#risk-submit-form {
  /*  margin-top: 14px;*/ }

.risk-form-actions {
  margin-top: 40px; }
  @media only screen and (min-width: 320px) {
    .risk-form-actions span {
      font-size: 14px; }
    .risk-form-actions .btn {
      font-size: 14px;
      padding-left: 10px;
      padding-right: 10px; } }
  @media only screen and (min-width: 1470px) {
    .risk-form-actions span {
      font-size: 16px; }
    .risk-form-actions .btn {
      font-size: 14px;
      padding-left: 20px;
      padding-right: 20px; } }

#risk-submit-form .span5,
.span5.text-right {
  line-height: 33px; }

.span2.text-right {
  line-height: 37px; }

.view--risks {
  margin-left: 15px; }

.risk--score {
  text-transform: uppercase;
  font-weight: 400; }
  .risk--score span {
    float: right !important;
    margin-left: 10px;
    padding: 8px 10px;
    border: none;
    border-radius: 2px;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    min-width: 35px;
    text-align: center; }
    .risk--score span.yellow {
      color: #000 !important; }

div.doc-link {
  margin-top: 5px; }
  div.doc-link.edit-mode {
    margin-left: 10px; }

#risk-table-container {
  padding-bottom: 50px; }
  #risk-table-container .risk-datatable.table-bordered {
    margin-bottom: 0px; }
  #risk-table-container .risk-datatable thead th {
    border-bottom: 0px; }
  #risk-table-container .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0px; }

#export-dynamic-risk-report {
  cursor: pointer; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll > table.table {
    margin-bottom: 0px; }

.modal {
  z-index: 9999; }

#risks-open-by-team-container {
  margin-top: 14px; }

/*------------------------------------------------------------
## New additions to expand text-areas at pc
------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  #assets, #assessment, #notes, #current_solution, #security_requirements, #security_recommendations, #active-textfield, #comments {
    width: 100%;
    /*      max-width:300px;*/
    transition: all 1s ease; }

  #assets:not([disabled]):focus.enable-popup, #assessment:not([disabled]):focus.enable-popup, #notes:not([disabled]):focus.enable-popup,
  #current_solution:not([disabled]):focus.enable-popup, #security_requirements:not([disabled]):focus.enable-popup, #security_recommendations:not([disabled]):focus.enable-popup, #active-textfield:not([disabled]):focus.enable-popup,
  #assets:not([disabled]):active.enable-popup, #assessment:not([disabled]):active.enable-popup, #notes:not([disabled]):active.enable-popup, #comments:not([disabled]):focus.enable-popup,
  #current_solution:not([disabled]):active.enable-popup, #security_requirements:not([disabled]):active.enable-popup, #security_recommendations:not([disabled]):active.enable-popup, #active-textfield:not([disabled]):active.enable-popup, #comments:not([disabled]):active.enable-popup {
    position: fixed;
    max-width: 1600px;
    top: 25%;
    left: 25%;
    width: 50% !important;
    height: 50%;
    margin: auto;
    z-index: 2001;
    overflow: auto; }

  .affected-assets-title {
    position: fixed !important;
    top: 0;
    left: 0;
    max-width: 2600px;
    width: 100% !important;
    height: 100% !important;
    margin: auto;
    z-index: 2000;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
    padding-top: 10%;
    text-align: center !important;
    font-size: 42px;
    color: #fff; }

  .ui-widget-content {
    z-index: 9999; } }
.score--help {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background-color: #3a3a3a;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px; }
  .score--help:visited {
    background-color: #3a3a3a;
    color: #fff; }
  .score--help:hover {
    background-color: #ed3139;
    color: #fff; }

.well form table td {
  font-size: 16px; }

.vtop {
  vertical-align: top; }

.cal-text {
  padding-left: 30px; }
  .cal-text p {
    border-bottom: 1px solid #d1d3d4;
    padding: 5px;
    font-size: 14px; }

.score--table td {
  font-size: 16px;
  padding: 2px 0; }

#divHelp {
  padding-left: 50px; }

.cal-head {
  margin-top: 20px;
  border-top: 1px solid #d1d3d4;
  padding-top: 20px; }
  .cal-head.no-border {
    margin-top: 0px;
    border-top: none; }

.section--header {
  margin: 30px 0px 20px 0;
  display: block; }

/*--------------------------------------------------------------
 ## Tab Styles
 --------------------------------------------------------------*/
.tabs,
#tabs {
  position: relative; }

.actions.risk-form-actions span {
  max-width: 69%;
  display: inline-block;
  line-height: 16px;
  vertical-align: middle; }

.wrap-text {
  line-height: 20px !important; }

@media (min-width: 1025px) {
  textarea.form-control {
    max-width: 300px; } }
@media (min-width: 1281px) {
  textarea.form-control {
    max-width: 300px; } }

/*# sourceMappingURL=theme.css.map */
