﻿/***********************************/
.row:before, .row:after{
    display:none;
}

.questions {
    padding: 10px 0;
    margin-bottom: 10px;
}

.questions .border-bottom {
    padding-bottom: 1rem;
    border-bottom: 2px solid #db3c5a !important;
    display: block;
    width: 100%;
    margin-bottom: 2.1rem;
    font-size: 100%;
    line-height: 1.4rem;
    letter-spacing:.2px;
}

.questions .radio{
    width:auto;
}

.question-text {
    display: inline-block;
    text-align: left;
    width: 75%;
    line-height:1.2rem;
}

.question-answers {
    text-align: right;
    display: inline-block;
    margin-left: 1.2rem;
    padding: 0 10px;
}

.question-answers label {
    vertical-align: middle;
}
.question-answers input {
    margin-right: .2rem;
    vertical-align:middle;
}
    
.question-answers label:hover, .question-answers input:hover {
    cursor: pointer;
}

.q-link-summary {
    display: block;
    padding: 1.2rem 2rem;
    background: #f2f2f2;
}

.dxpbVC {
    background-color:transparent !important;
}

#dvRecommendations li{
    margin-top:0;
    padding-top:0;
}
/*************Additional Styles (move to Design Framework)****/
#menuBar a, #menuBar a:hover {

    /*margin-left: 14px;*/
}

#logo {
    top: -32px !important;
}

#profileBox .profile-items .profile-item span, #ctl00_profileBox .profile-items .profile-item span {
    vertical-align: bottom;
}

.grid-row {
    border-color: #bfbfbf;
}
.grid-header-row {
    border-bottom: solid 2px #d04a02;
}

.grid-header {
    font-size: 1.2rem;
    font-weight:bold;
}

.grid-pad-right {
    padding-right:10px;
}

.btn:hover {
    background: #e1301e;
    border: solid 1px #e1301e;
}

.form-sub-heading {
    display: block;
    padding: 10px 0;
    border-bottom: solid 1px #db3e59;
    padding-top: 23px;
}

.font-sans-serif {
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    margin-bottom:0px;
}

.btn--primary {
    background: #2d2d2d;
}


.btn--primary-white:focus, .btn--primary-white:active, .btn--primary-white:visited {
    color: #e0301e;
}

.btn--primary-white:hover{
    color:#ffffff;
}

p {
    font-size: 1rem;
}

.btn-link
{
    border:0;
    cursor:pointer;
    padding:0;
}


.text-red, .with-link:hover {
    color: #e1301e !important;
    cursor: pointer !important;
    fill: #e1301e !important;
}
.text-bold{
    font-weight:bold;
}
.text-gray{
    color:#cccccc;
}
.text-regular{
    font-size:1rem;
}
.text-small{
    font-size:.75rem;
}

.text-capitalize{
    /*text-transform:capitalize;*/
}

text-uppercase{
    text-transform:uppercase;
}
text-lowercase{
    text-transform:lowercase;
}
.bar-holder{
    margin-right:10px;
}

.padded-section {
    padding-top:1.2rem;
    padding-bottom:1.2rem;
}

hovered-row {
    background: #f2f2f2;
}

.padded-bottom {
    padding-top: 0;
    padding-bottom: 3rem;
}

.vertical-center {
    display: block;
    margin: auto;
    position: relative;
    vertical-align: middle;
}
.margined-section{
    margin-top:1.2rem;
    margin-bottom:1.2rem;
}

.bar {
    display: inline-block;
    width: 140px;
    height: 17px;
}

.cta-container 
{
    text-align:right;
}
.cta-container input {
    margin: 0 5px;
    max-width:25px;
}
.cta-container .defuse{
    opacity:0.1;
}

#contactsContainer {
    margin:20px 0;
}


ul.contact-container li {
    display: inline-block;
    margin: 0;
    max-width: 222px;
    padding-top:0;
}

li.contact-details {
    font-size: .9rem;
    vertical-align: top;
    border-left: 4px solid #d04a02;
}
li.contact-details span {
    display:block;
    color:#7d7d7d;
}

li.contact-details .contact-name {
    font-family: "PwC ITC Charter", Georgia, Serif;
    font-size:1.2rem;
    color:#2d2d2d;
}
li.contact-details .contact-icon{
    height:16px;
    width:16px;
    vertical-align:middle;
}

ul.indented{
    margin-left:35px;
}
ul.disc{
    list-style:disc;
}

ul.indented li{
    padding:0;
    margin:0;
}

h2 span, h3 span, h4 span {
    text-transform: lowercase;
}

h2:first-letter, h3:first-letter, h4:first-letter,
h1>span:first-letter, h2 > span:first-letter, h3 > span:first-letter, h4 > span:first-letter {
    text-transform: uppercase;
}

.title-strip .title-strip__heading .bsui-hlight__inner
{
    vertical-align:inherit;
}

.title-strip.title-strip--content-pages .title-strip__wrapper
{
    padding-top:60px;
}
/* End */

.rag {
    width: auto;
    display: inline-table;
    color: #464646;
}

.rag .rag-color
{
    width:32px;
}
.rag .rag-label {
    font-size: .75rem;
    font-weight: bolder;
}
.rag td{
    padding:0 5px;
}
/*Utils*/
.disabled * {
    color:#cccccc;
}
.disabled .strip-btn:hover {
    cursor: default;
    pointer-events: none;
    background: #ffffff;
}
/*Utils*/
/*****************************/
/******* Level Colors*********/
.level1, .level2, .level3, .level4, .level5 {
    text-align: center;
    border: 1px solid white;
    width: 100px;
}

.level1 {
    background: #AA2417;
}

.level2 {
    background: #EB8C00;
}

.level3 {
    background: #FFB600;
}

.level4 {
    background: #86DB4F;
}

.level5 {
    background: #175C2C;
}

/******* Risk Colors*********/
.risk-box
{
    display:flex;
    height:100%;
    width:100%;
    color:#ffffff;
}
.risk-High {
    background: #e0301e;
}
.risk-Medium {
    background: #eb8c00;
}
.risk-Low {
    background: #ffb600;
}

/********Chart Items ********/

.chart-arg-label{
    display:block;
    margin-right:5px;
}

.chart-arg-label.with-link text{
    margin-right:5px;
    text-align:right;
}
    
    
.chart-arg-label.with-link text:hover {
    cursor: pointer;
    color: red;
}

/******** Format ***********/
ul {
    display: block;
}
li{
    margin:10px;
    padding:10px;
    line-height:1.5rem;
}
select:hover{
    cursor:pointer;
}
/***************************/

.campaign-hero .campaign-hero__title-abstract{
    padding-bottom:20px;
}

.campaign-hero-short{
    min-height:22rem;
}

.campaign-hero.campaign-hero-short .campaign-hero__title
{
    top:6rem;
}
/***Components Override*****/

.tabs
{
    margin-top:0 !important;    
}
.tab_content {
    line-height:1.3rem;
    padding:1.5rem !important;
}
.tab_content li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
}
.tab:hover, .tab label:hover {
    cursor: pointer;
}

#contdiv {
    background-color: #f2f2f2;
    font-size: .92rem;
    padding: 2rem;
    margin-bottom: 20px;
    /*max-height: 180px;*/
} 
#contdiv .tabs {
    padding-left: 0;
}
#contdiv .tab::before {
    content: "Target maturity level:";
    font-weight: bold;
    color: #2D2D2D;
}

#contdiv .tabs, #contdiv .tab_content {
    background-color: transparent;
    color: #2D2D2D;
}
#contdiv .selected_tab {
    border: 0;
    color: #2D2D2D;
}
#contdiv .tab_content {
    padding:5px !important;
}

#contdiv .tab:hover, #contdiv .tab label:hover {
    cursor: default;
}

.dropdown-toggle::after {
    content: none;
}

.dt-thumb-box {
    min-height:300px;
}

.dt-thumb-box h3 {
    font-weight:bold;
    font-size:1rem;
}
    
.strip-btn {
    font-size: .9rem !important;
    width: 100% !important;
    float: none !important;
    display: inline-block !important;
}
.strip-btn:hover span.text-red{
    color:#ffffff !important;
}

.dropdown-menu 
{
    width:100%;
}
.dropdown-item {
    font-size: .9rem;
    padding: 10px 0 10px 21px;
}

.secnav-twocol {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: visible;
}

.secnav-twocol .content
{
    min-height:120px;
}
.pwc-forms{
    padding-top:0;
}
.summary-explorer__link-listing {
    border-right: solid 1px #cccccc;
    list-style: none;
    counter-reset: li
}
.summary-explorer {
    margin-top:1.5rem;
}

.summary-explorer__link-listing li {
    margin-right: 0;
    counter-increment: li;
    font-weight: bold;
}
.summary-explorer__link-listing li::before {
    content: counter(li)".";
    display: inline-block;
    width: 1em;
    margin-left: .5rem;
    margin-right:.5rem;
}
.summary-explorer__link-listing li.active {
    background: #f2f2f2;
}
.summary-explorer__link-listing li.active a.active {
    color: #e0311c;
}

.slim-header__flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

#topBarRight{
    padding-top:25px;
}
#profileBox, #ctl00_profileBox {
    position: relative;
}

/*Bootstrap Components from newer versions*/

/*Spinner - 4.3*/

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}


/*End spinner*/

.campaign-hero .campaign-hero__title-heading .bsui-hlight__inner {
    vertical-align:middle;
}

.campaign-hero .campaign-hero__title-heading {
    margin-bottom: 10px !important;
}


.index-total {
    padding: 6px;
    width: 18%;
    text-align: center;
    background-color: #f2f2f2;
    color: #393531;
    font-weight: bold;
}

.padding-top-17 { 
    padding-top: 17px;
}

.info-icon-16 {
    background-image: url(../../assets/images/info-16.png);
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin-left: -5px;
    left: 0;
}


.info-icon-16-ma {
    background-image: url(../../assets/images/info-16.png);
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin-left: -20px;
    margin-top: -81px;
    left: 0;
}


@media only screen and (max-width: 766px) {
    #ctl00_ContentPlaceHolder1_btnSaveContinue {
        margin-right: 0px !important;
        margin-top: 14px !important;
    }
}

@media only screen and (max-width: 1024px) {
    #wrapper {
        display: grid !important;
    }

    #profileBox .profile-items .profile-item {
        display: flex !important;
        margin: 0 0px !important;
        padding-top: 1px !important;
    }

    #logoWrapper {
        position: relative !important;
        top: 46px !important;
    }

    .no-pad {
        padding: unset !important;
    }


    .radio {
        margin: unset !important;
        padding-left: 0px !important;
        padding-top: 15px !important;
        margin-left: -6px !important;
    }


    .info-icon-16 {
        left: -1px;
        margin-top: -1px;
    }


    .info-icon-16-ma {
        margin-top: -87px;
    }

}


#ctl00_ContentPlaceHolder1_btnBack {
    position: absolute;
}

#mainContents {
    padding-bottom: 50px
}

.visibility-none {
    visibility: hidden;
    width: 0px;
    height: 0px;
}
