[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

body {
    -webkit-print-color-adjust: exact;
}

.ajax-loader {
    position: fixed;
    /*position: absolute !important;*/
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.logo-text {
    color: white;
    font-weight: bold;
    padding-top: 10px;
    font-size: 25px;
    vertical-align: middle;
}

.app-logo {
    padding: 5px;
}

.ng-table-pager {
    margin-top: 20px;
}

.table-overflow {
    overflow-x: auto;
}

.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
    text-shadow: none;
}

.ng-table th.header {
    background-color: white;
}

.table-ttl dl {
    float: left;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 4px 0 0;
}

.table-ttl dl dt {
    float: left;
    font-weight: normal;
    margin: 0 4px 0 0;
}

.table-ttl dl dd {
    float: left;
}

.table-ttl:after {
    clear: both;
    content: "";
    display: block;
}

.table-ttl .right {
    float: right;
}

.table-ttl .right span {
    float: left;
}

.table-ttl .right .form-control {
    float: left;
    height: 23px;
    margin: 0 8px;
    padding: 0;
    width: 60px;
}

/* profile section */

.password-change-header {
    margin-top: 15px;
    margin-bottom: 15px;
}

.cropArea {
    overflow: hidden;
    height: 350px;
}

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

.scan-input {
    width: 250px;
}

.back-button {
    margin-top: -7px !important;
    margin-right: 10px !important;
    background-color: #dedede;
}

/* SSL report */

.highlight {
    color: green;
}

.warning {
    color: #F88017;
}

.error {
    color: red;
}

.moreInfo {
    font-size: 11px;
    font-weight: bold;
}

#certificateMismatch li {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

#warningBeta {
    margin: 20px;
    margin-bottom: 0px;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    xborder: 1px solid #bbbbbb;
    background: #009ddf;
    color: #ffffff;
}

#warningBox {
    margin-bottom: 0px;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    border: 1px solid #bbbbbb;
    background: #fffacd;
}

.testDate {
    font-size: 12px;
    line-height: 24px;
}

.grayText {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
}

.dhParams {
    font-size: 10px;
    color: #666666;
}

.dhParamsNoColour {
    font-size: 10px;
}

.grayCode {
    font: 12px/20px monospace;
    color: #666666;
}

.reportTitle {
    margin: 0px;
    margin-bottom: 5px;
    font: 26px/28px Arial, Helvetica, sans-serif;
    color: #666666;
    font-weight: bold;
}

.reportTime {
    margin-bottom: 20px;
    color: #666666;
}

.reportInfo {
    font-size: 10px;
    color: #666666;
}

.url {
    font-weight: bold;
    color: #444444;
}

.ip {
    font-size: 18px;
    color: #666666;
}

.box {
    border: 3px solid #a6c2c4;
    background: #fdfdfd;
    text-align: left;
}

.boxHead {
    color: #009ddf;
    font-weight: bold;
    padding-bottom: 5px;
    vertical-align: middle;
    border-bottom: 2px solid #c6d2d4;
    font-size: 14px;
}

.boxContent {
    padding: 15px;
    font-size: 12px;
}

.box p {
    margin: 6px 0px;
}

a:link {
    color: #005ccf;
}

.box a {
    color: #005ccf;
}

.box a:hover {
    text-decoration: underline;
}

.box .rating {
    float: right;
    font-weight: bold;
    width: 15px;
    text-align: left;
    padding-right: 10px;
}

.submitBox {
    padding: 15px;
    background: #dbe7f7;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #009ddf;
}

.submitBox input {
    font-size: 16px;
    padding: 4px;
}

.submitError {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #cc0000;
    margin-top: 10px;
}

.reportSection {
    width: 980px;
    border: 4px solid #a6c2c4;
    background: #fdfdfd;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    text-align: center;
}

.bannerSection {
    width: 840px;
    border: 1px solid #c0c0c0;
    background: #fdfdfd;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 3px;
}

.sectionTitle {
    text-align: left;
    font: 23px/28px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #888888;
    padding: 16px;
    background: #f7f7f7;
    border-bottom: 1px solid #c6d2d4;
}

.sectionInfo {
    font-size: 15px;
}

.sectionBody {
    margin: 20px 15px;
}

#chart {
    margin-top: 20px;
    margin-right: 70px;
    float: right;
    width: 450px;
    height: 200px;
}

.chartScale {
    position: absolute;
    margin-left: 110px;
    width: 360px;
    height: 162px;
    z-index: 100;
}

.chartBody {
    position: relative;
    width: 450px;
    z-index: 200;
}

.chartScaleDiv {
    width: 1px;
    margin-right: 59px;
    height: 162px;
    float: left;
    background: #bbbbbb;
}

.chartScaleLabelRow {
    position: absolute;
    top: 160px;
    left: -29px;
}

.chartScaleLabel {
    width: 60px;
    float: left;
    text-align: left;
    color: #999999;
    text-align: center;
}

.chartRow {
    height: 28px;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

.chartValue {
    float: right;
    display: block;
    line-height: 28px;
    font-weight: bold;
    margin-left: 15px;
}

.chartLabel {
    font-size: 11px;
    float: left;
    display: block;
    margin-right: 10px;
    line-height: 28px;
    width: 100px;
    text-align: right;
    font-weight: bold;
}

.chartBar_g {
    float: left;
    text-align: right;
    height: 28px;
    background: url('../images/chart-green.gif') repeat-x;
}

.chartBar_a {
    float: left;
    text-align: right;
    height: 28px;
    background: url('../images/chart-amber.gif') repeat-x;
}

.chartBar_r {
    float: left;
    text-align: right;
    height: 28px;
    background: url('../images/chart-red.gif') repeat-x;
}

#rating {
    text-align: center;
    padding: 0px 0px;
    margin-bottom: 0px;
    float: left;
    width: 90px;
}

.twoRatingMargin {
    margin-left: 20px !important;
}

.ratingTitle {
    font-size: 11px;
    font-weight: bold;
    font-size: 14px;
    color: #999999;
}

.rating_s_128 {
    width: 128px;
    height: 128px;
}

.rating_s_32 {
    width: 32px;
    height: 32px;
}

.rating_small {
    margin: 0 !important;
    font-size: 23px !important;
    line-height: 30px !important;
}

.rating_a.rating_small,
.rating_r.rating_small {
    line-height: 34px !important;
}

.rating_g {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 15px auto;
    font-size: 100px;
    line-height: 110px;
    font-weight: bold;
    color: #ffffff;
    background: url('../img/ssl/rating-green.gif') center/200% no-repeat;
}

.rating_a {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 15px auto;
    font-size: 100px;
    line-height: 128px;
    font-weight: bold;
    color: #ffffff;
    background: url('../img/ssl/rating-amber.gif') center/200% no-repeat;
}

.rating_r {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 15px auto;
    font-size: 100px;
    line-height: 128px;
    font-weight: bold;
    color: #ffffff;
    background: url('../img/ssl/rating-red.gif') center/200% no-repeat;
}

.rating_r_icon {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background: url('../img/ssl/rating-red.gif') no-repeat;
    background-size: 100% 100%;
}

.belowGrade {
    line-height: 16px;
    font-weight: normal;
    font-size: 11px;
    color: grey;
}

.percentage_g {
    font-weight: bold;
    font-size: 28px;
    color: #7ed84d;
}

.percentage_a {
    font-weight: bold;
    font-size: 28px;
    color: #ffa100;
}

.percentage_r {
    font-weight: bold;
    font-size: 28px;
    color: #ff553e;
}

table.reportTable {
    width: 850px;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    font-size: 12px;
    line-height: 20px;
    margin-right: 10px;
}

.tableHead {
    color: #009ddf;
    font-weight: bold;
    padding-bottom: 5px;
    vertical-align: middle;
    border-bottom: 2px solid #3a3f51;
    font-size: 13px;
}

.tableSubHead {
    color: #009ddf;
    font-weight: bold;
    padding-bottom: 5px;
    vertical-align: middle;
    padding-top: 15px;
    border-bottom: 1px solid #c6d2d4;
    font-size: 12px;
}

.tableLeft {
    text-align: left;
    padding: 3px 0px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.tableRight {
    width: 50px;
    text-align: right;
    padding: 3px 0px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.tableLabel {
    text-align: left;
    padding: 3px 0px;
    padding-right: 10px;
    color: #444444;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    width: 250px;
}

.tableLabelTop {
    text-align: left;
    padding: 3px 0px;
    padding-right: 10px;
    color: #444444;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    width: 180px;
}

.tableLabelRight {
    text-align: right;
    padding: 3px 0px;
    padding-right: 15px;
    color: #444444;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
}

.tableCell {
    text-align: left;
    padding: 3px 0px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.tableIcon {
    text-align: right;
    padding: 0px;
    padding-left: 15px;
    vertical-align: top;
    width: 20px;
}

.tableIcon img {
    vertical-align: middle;
    margin-top: 2px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.black {
    color: #000000;
}

.g {
    color: #4ec83d;
}

.a {
    color: #ffa100;
}

.r {
    color: #ef251e;
}

.b {
    color: #009ddf;
}

#urlInput {
    width: 500px;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 4px;
}

#urlSubmit {
    font-size: 24px;
}

.intro {
    font-size: 11px;
    line-height: 16px;
    width: 400px;
    text-align: center;
    margin: 0px auto;
    margin-top: 20px;
}

.tIcon {
    float: left;
    margin-right: 10px;
}

.note {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    border: 2px solid #ffffff;
    z-index: 1000;
}

.noteBack {
    border: 2px solid #c6d2d4;
    background: #dddfe0;
}

.noteHead {
    color: #ffffff;
    padding: 2px 6px;
    font-weight: bold;
}

.noteHead.green {
    background: url('../images/chart-green.gif') repeat-x;
}

.noteHead.amber {
    background: url('../images/chart-amber.gif') repeat-x;
}

.noteHead.red {
    background: url('../images/chart-red.gif') repeat-x;
}

.noteBody {
    font-size: 11px;
    padding: 8px 10px;
    text-align: left;
}

#multiTable {
    border: 3px solid #a6c2c4;
    width: 1040px;
}

#multiTable th {
    padding: 14px;
    background: #CFECEC;
    border: 1px solid #a6c2c4;
    font-size: 18px;
}

#multiTable td {
    border: 1px solid #CFECEC;
}

.greySmall {
    color: #666666 !important;
    font-size: 10px;
}

.greenSmall {
    color: green;
    font-size: 10px;
}

.orangeSmall {
    color: #F88017;
    font-size: 10px;
}

.redSmall {
    color: red;
    font-size: 10px;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
}

div.icon-download {
    width: 12px;
    height: 12px;
    background: url('../images/download.png');
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.reportSubHeading {
    float: left;
    width: 825px;
}

.hideIcon {
    text-align: center;
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    float: right;
}

.hideIcon.indent {
    margin-top: 8px;
}

.showIcon {
    text-align: center;
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    float: right;
    display: none;
}

.showIcon.indent {
    margin-top: 8px;
}

.expand {
    text-align: center;
    /*    font-weight: bold;*/
    color: #009ddf;
    padding: 15px;
    cursor: pointer;
}

.expand span {
    border: 1px solid #ddd;
    padding: 5px 12px;
}

.normal {
    font-weight: normal;
}

.tableCellCenter2 {
    width: 75px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
}

.reportTable.indent {
    margin-left: 75px;
}

.simCertLink:link {
    color: black;
    text-decoration: none;
}

.simCertLink:visited {
    color: black;
    text-decoration: none;
}

.simCertLink:hover {
    color: black;
    text-decoration: none;
}

.ratingOne {
    float: left;
    margin-left: 35px;
}

.ratingMiddle {
    float: left;
    margin-top: 24px;
    width: 106px;
}

.middleImg {
    width: 26px;
    height: 26px;
}

.ratingSecond {
    float: left;
    background-size: 64px 64px;
    font-size: 32px;
    background-position: center;
    margin: 0px auto;
    height: 64px;
    width: 64px;
    line-height: 64px;
    margin-top: 8px;
}

.ratingTitleOne {
    width: 200px;
}

.ratingTitleTwo {
    float: left;
    margin-top: 50px;
    width: 200px;
    margin-left: 36px;
    font-size: 12px;
}

.belowGradeOne {
    text-align: center;
    float: left;
    clear: both;
    width: 200px;
}

.belowGradeSecond {
    text-align: center;
    float: left;
    width: 200px;
    margin-left: 200px;
    font-size: 10px;
}

.belowGradeSecondTwo {
    text-align: center;
    float: left;
    width: 200px;
    font-size: 10px;
}

.serverKeyCert {}

.Aplus {
    font-size: 0.75em;
}

.Aminus {
    font-size: 0.80em;
}

.green-color {
    color: green;
}

.v-score-title {
    margin-top: -70px;
    text-align: center;
}

.updated-on-label {
    text-align: center;
}

.v-severity {
    padding: 5px 20px;
}

.v-name {
    font-size: 17px;
    color: #333;
    font-weight: bold;
}

.v-link {
    font-size: 16px;
}

.cursor-pointer {
    cursor: pointer;
}

.action-menu {
    min-width: 80px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

div.ext-box {
    display: table;
    width: 100%;
}

div.int-box {
    display: table-cell;
    vertical-align: middle;
}

.p-xxl {
    padding: 60px !important;
}

.progress-percentage {
    position: absolute;
    left: 70px;
}

.panel-yellow {
    border-color: #cfdbe2;
}

.panel-yellow>.panel-heading {
    color: #fff;
    background-color: #fad732;
    border-color: #fad732;
}

.panel-yellow>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #cfdbe2;
}

.panel-yellow>.panel-heading .badge {
    color: #fad732;
    background-color: #fff;
}

.panel-yellow>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #cfdbe2;
}

.label-yellow {
    background-color: #fad732;
}

.label-yellow[href]:hover,
.label-yellow[href]:focus {
    background-color: #fad732;
}

#flotTip {
    padding: 3px 5px;
    background-color: #000;
    z-index: 1000;
    color: #fff;
    opacity: .80;
    filter: alpha(opacity=85);
}

.flot-chart .legend>div:first-child {
    background: transparent !important;
}

.wd-450 {
    width: 450px;
}

.form-wizard.wizard-vertical>ol>li {
    display: block;
    padding: 10px;
}

.form-wizard>ol>li.active {
    background-color: #5d9cec;
}

.form-wizard>ol>li {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fcfcfc;
    cursor: pointer;
    transition: all .3s ease;
}

.form-wizard>ol>li.active h4,
.form-wizard>ol>li.active small {
    color: #fff;
}

.whirl-only-overlay:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #999999;
    opacity: 0.6;
}

.panel-subtitle-dashboard {
    min-height: 38px;
}

.dashboard-asset-btn,
.dashboard-asset-btn:hover,
.dashboard-asset-btn:active,
.dashboard-asset-btn:focus {
    background-color: #fff;
    border-color: #929292;
    color: #5f5f5f;
}

#vulnerability-date-block {
    /*font-size: .29em;*/
}

.slimScrollDiv {
    height: 300px;
    overflow: auto;
}

.noSslRating {
    line-height: 40px;
    width: 32px;
    /*margin-left: -27px;*/
}

.text-webroot-benign {
    color: #74D540;
}

.text-webroot-generally-benign {
    color: #fad732;
}

.about-score {
    color: #656565;
}

.disabled-backdrop {
    position: fixed;
    top: 55px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1040;
    background-color: #000;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.disabled-loader {
    top: 45%;
    left: 50%;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    margin-left: -340px;
    opacity: 1;
    color: white;
}

.dropdown-menu.right-0 {
    right: 0 !important;
    left: inherit;
    max-height: 320px;
    overflow: auto;
}

.text-bold {
    font-weight: bold !important;
}

.white-space-normal {
    white-space: normal;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.dbh-panel {
    max-height: 500px;
    overflow: auto;
}

.wd-xxl {
    width: 360px;
}

.m-sm {
    margin: 5px !important;
}

.ml-sm {
    margin-left: 5px !important;
}

.mr-sm {
    margin-right: 5px !important;
}

.mt-sm {
    margin-top: 5px !important;
}

.mb-sm {
    margin-bottom: 5px !important;
}

.m-lg {
    margin: 15px !important;
}

.ml-lg {
    margin-left: 15px !important;
}

.mr-lg {
    margin-right: 15px !important;
}

.mt-lg {
    margin-top: 15px !important;
}

.mb-lg {
    margin-bottom: 15px !important;
}

.m-xl {
    margin: 30px !important;
}

.ml-xl {
    margin-left: 30px !important;
}

.mr-xl {
    margin-right: 30px !important;
}

.mt-xl {
    margin-top: 30px !important;
}

.switch-input-active {
    font-weight: bold;
    color: #5e6773;
}

.switch-input-active input+i {
    width: 60px;
}

.switch-input-active input:checked+i:before {
    right: 40px;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.top-30 {
    top: 30px;
}

.top-10 {
    top: 10px;
}

.vulnerability-status {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: -52px;
}

.vulnerability-date {
    font-size: 14px;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 25px;
    background: #00AAFF;
}

.jvectormap-zoomout {
    top: 40px;
}

.critical-text {
    color: #cb4b4b;
}

.high-text {
    color: #896c3f;
}

.medium-text {
    color: #edc240;
}

.low-text {
    color: #4da74d;
}

.label-critical {
    background-color: #cb4b4b;
}

.label-high {
    background-color: #896c3f;
}

.label-medium {
    background-color: #edc240;
}

.label-low {
    background-color: #4da74d;
}

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

.margin-top-10 {
    margin-top: 10px !important;
}

#vulnerabilityScoreGauge svg {
    -webkit-filter: drop-shadow(-1px -1px 2px #ACACAC);
    filter: drop-shadow(-1px -1px 2px #ACACAC);
}

.data-breach-container {
    top: 50%;
    position: fixed;
    width: 400px;
}

#vulnerabilityScoreGauge svg text {
    -webkit-filter: none;
    filter: none;
}

.risk-score-min {
    font-family: Arial;
    font-size: 10px;
    color: #A0AEBA;
    margin-right: 65px;
}

.risk-score-max {
    font-family: Arial;
    font-size: 10px;
    color: #A0AEBA;
    margin-left: 65px;
}

.online-visitors .cross-site {
    background-color: #0b62a4;
}

.online-visitors .htaccess {
    background-color: #7A92A3;
}

.online-visitors .backup-file {
    background-color: #4da74d;
}

.online-visitors .sql-injection {
    background-color: #afd8f8;
}

.online-visitors .blind-sql-injection {
    background-color: #edc240;
}

.online-visitors .file-handling {
    background-color: #cb4b4b;
}

.online-visitors .potentially-dangerous-file {
    background-color: #9440ed;
}

.online-visitors .crlf-injection {
    background-color: #0b62a4;
}

.online-visitors .commands-execution {
    background-color: #7A92A3;
}

.panel-full-height {
    height: calc(100vh - 263px);
}

.panel-group.data-breach-history {
    margin-bottom: 5px;
}

.toggle-weeks-buttons {
    margin-top: -7px;
}

.panel-dbh-center {
    padding: calc(50% - 200px);
}

.change-plan {
    color: #656565;
    font-size: 18px;
}

.vendor-filter-body {
    background-color: #f9f9f9;
    padding: 0 !important;
}

.vendor-filter-body .vendor-filter {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.vendor-filter-body .vendor-table {
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: white;
    border-left: 1px solid #eaeff2;
    min-height: 500px;
}

.vendor-table td {
    vertical-align: middle !important;
}

.vendor-filter .filter-item {
    padding: 5px 10px;
    font-size: 15px;
}

.vendor-filter .filter-item.selected {
    background-color: #1797be;
}

.vendor-filter .filter-item a {
    width: 100%;
}

.vendor-filter .filter-item.selected a {
    color: white !important;
}

.vendor-top-panel {
    height: 100%;
}

.sidebar .nav li>a.adisabled {
    color: #5e6773;
}

.sidebar .nav li>a.adisabled:focus {
    outline: none;
}

.vertical-align-middle {
    display: table-cell;
    vertical-align: middle !important;
}

.cv-left {
    background-color: #f8f9fa;
    border: 1px solid #eaeff2;
    margin: 0;
    padding: 0;
}

.cv-menu-left {}

.cv-nav-item {
    margin: 0 !important;
    padding: 12px 0;
    padding-left: 20px;
    padding-right: 10px;
}

.cv-nav-item {
    color: #000 !important;
}

.cv-nav-item.active {
    color: #fff !important;
    background-color: #1797be;
}

a.cv-nav-item-link {
    color: #262626 !important;
    /*font-weight: bold;*/
}

.cv-nav-item.active a.cv-nav-item-link {
    color: #fff !important;
    /*font-weight: bold;*/
}

.cv-panel {
    margin-bottom: 4px !important;
}

.panel .panel-body.cv-panel-body {
    padding-top: 15px;
    padding-bottom: 5px;
}

.app-icon {
    height: 16px;
    margin-right: .5rem;
    overflow: hidden;
    width: 16px;
    vertical-align: baseline;
}

.wz-button {
    color: #4a4a4a;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.wz-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    padding-bottom: calc(.375em - 1px);
    padding-top: calc(.375em - 1px);
    position: relative;
    vertical-align: top;
    -webkit-user-select: none;
    user-select: none;
    justify-content: center;
    padding-left: .75em;
    padding-right: .75em;
    text-align: center;
    white-space: nowrap;
}

.cv-main-panel {
    overflow-x: hidden;
    overflow-y: auto;
}

.cv-qa-panel {
    /*height: calc(100vh - 50px) !important;*/
    height: calc(82vh) !important;
    overflow-x: scroll;
    overflow-y: auto;
    padding: 0;
    background-color: #F5F6F9;
}

.cv-btn-group {
    padding-top: 7px;
}

.cv-sub-questions {
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}

.cv-subnav-header {
    /*padding: 12px 20px;*/
    border-left: 5px solid transparent;
    color: #7f8fa4;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 5px;
    /*background-color: #f3f3f3;*/
}

.nav-link.cv-nav-link {
    font-size: 12px !important;
}

/* project list */

.cv-dashboard-table .progress {
    margin-bottom: 0;
}

.cv-dashboard-table .progress-bar {
    font-size: 10px;
}

.cv-dashboard-table>tbody>tr>td {
    padding: 12px 8px;
    vertical-align: middle;
}

.cv-dashboard-table>tbody>tr>td .avatar {
    width: 22px;
    border: 1px solid #CCC;
}

.cv-dashboard-table>tbody>tr>td.leader a {
    font-size: 13px;
    color: #5e6773;
}

.cv-dashboard-table>tbody>tr>td.leader a:hover span,
.cv-dashboard-table>tbody>tr>td.leader a:focus span {
    text-decoration: underline;
}

.cv-dashboard-table>tbody>tr>td.leader a:hover img,
.cv-dashboard-table>tbody>tr>td.leader a:focus img {
    text-decoration: none;
}

.cv-dashboard-table>tbody>tr>td.leader img:hover+a {
    text-decoration: underline;
}

.dbh-media-body,
.dbh-media-left,
.dbh-media-right {
    vertical-align: middle !important;
}

.panel .qa-panel-body {
    padding-top: 5px !important;
}

/* css pie chart*/

.donutContainer {
    position: relative;
    float: left;
}

.donutContainer h2 {
    text-align: center;
    position: absolute;
    line-height: 105px;
    width: 100%;
}

.donutContainer svg {
    transform: rotate(-90deg);
}

.donut {
    stroke-dasharray: 376.98;
    -webkit-animation: donut 1s ease-out forwards;
    animation: donut 1s ease-out forwards;
}

@-webkit-keyframes donut {
    from {
        stroke-dashoffset: 0;
    }
}

@keyframes donut {
    from {
        stroke-dashoffset: 0;
    }
}

.widget.widget-asset {
    margin-bottom: 0 !important;
}

.no-outline {
    outline: none;
}

a.no-outline:focus {
    outline: 0;
}

.switch input {
    display: none;
}

.switch i {
    display: inline-block;
    cursor: pointer;
    padding-right: 20px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    border-radius: 20px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .5);
}

.switch i:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.switch :checked+i {
    padding-right: 0;
    padding-left: 20px;
    box-shadow: inset 0 0 1px rgb(0, 0, 0), inset 0 0 100px #129a11;
    -webkit-box-shadow: inset 0 0 1px rgb(0, 0, 0), inset 0 0 100px #129a11;
}

.switch.red :checked+i {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 40px red;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .5), inset 0 0 40px red;
}

.cv-item-border {
    /*border-bottom: solid 1px #e0dada;*/
}

.row-odd {
    background-color: #fafbfc;
}

.bg-white {
    background-color: #fff;
    color: inherit !important;
}

.active-widget {
    border: solid 2.5px #dc9e9e;
}

.panel-due-center {
    padding: calc(50% - 400px);
}

.due-no-vendor-container {
    top: 50%;
    position: fixed;
    width: 800px;
}

.card-tabs {
    display: -webkit-flex;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

.flex-grid {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    min-width: 100%;
}

.card-tabs .card:link,
.card-tabs .card:visited {
    text-decoration: none;
}

.flex-grid .flex-item.card {
    margin-top: 0;
}

a.card:link,
a.card:visited {
    text-decoration: none;
}

.card-tabs .card {
    background: #f0f0f0;
    color: #252525;
    border: 1px solid #f0f0f0;
    -webkit-flex: 1 1;
    flex: 1 1;
    text-align: center;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}

a.card {
    display: block;
    color: #fff;
    -webkit-transition: color 0.5s ease, background 0.5s ease, border-color 0.5s ease;
    -o-transition: color 0.5s ease, background 0.5s ease, border-color 0.5s ease;
    transition: color 0.5s ease, background 0.5s ease, border-color 0.5s ease;
}

.card-light,
.card-light-grey,
.card-light-gray {
    background: #f0f0f0;
    color: #252525;
    border: 1px solid #f0f0f0;
}

.card {
    padding: 29px;
    padding: 1.8125rem;
    display: block;
    white-space: normal;
    word-wrap: break-word;
    background: #252525;
    color: #fff;
    border: 1px solid #252525;
}

.card-active {
    position: relative;
}

.card-tabs .card.card-active {
    background: #264a60;
    color: #fff;
    border: 1px solid #264a60;
}

.card-accent.card-active:after {
    border-top-color: #264a60;
}

.card-active:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -16px;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 16px solid #252525;
}

a.card:hover,
a.card:focus {
    background-color: #264a60 !important;
    color: #fff !important;
    border-color: #264a60 !important;
}

.alert-search {
    width: 300px;
    display: inline;
    margin-right: 30px;
}

.btn-cve {
    position: relative;
    line-height: 1.26rem !important;
    margin-left: -1px;
    border-color: #d1d1d1;
    background: #fff;
    color: #333;
}

.color-low {
    color: #72767b !important;
}

.color-moderate {
    color: #f5c12e !important;
}

.color-important {
    color: #ec7a08 !important;
}

.color-critical {
    color: #a30000 !important;
}

.cve-buttons .btn-cve.active {
    background-color: #0076e0;
    border-color: #0076e0;
    color: #fff;
    z-index: 10;
}

.int-ext-cont {
    width: calc(50% + 111px);
}