@font-face {
  font-family: 'SharpSans-Bold';
  src:  url('fonts/SharpSans/SharpSans-Bold.woff2') format('woff2'),
        url('fonts/SharpSans/SharpSans-Bold.woff') format('woff');
}
@font-face {
  font-family: 'SharpSans-Book';
  src:  url('fonts/SharpSans/SharpSans-Book.woff2') format('woff2'),
        url('fonts/SharpSans/SharpSans-Book.woff') format('woff');
}
@font-face {
  font-family: 'SharpSans-Medium';
  src:  url('fonts/SharpSans/SharpSans-Medium.woff2') format('woff2'),
        url('fonts/SharpSans/SharpSans-Medium.woff') format('woff');
}

.sharpbook {font-family: 'SharpSans-Book';}
.sharpmedium {font-family: 'SharpSans-Medium';}
.sharpbold {font-family: 'SharpSans-Bold';}





body {
    font-family: "SharpSans-Medium","OpenSans","Calibri","Signika",arial,sans-serif;
    color: #333;
    margin: 0 0 100px 0;
    background-color: #edf0f3;
    background-image: linear-gradient(to bottom, #edf0f3, #f2f4f6, #f7f7f9, #fbfbfc, #ffffff);
    font-size: 85%;
    margin: 0 0 100px;
    overflow-y: scroll;
    background-attachment: fixed;
}

input,
button,
select,
textarea {
    font-family: "SharpSans-Medium","Calibri","Signika",arial,sans-serif;
}

input.input-hidden,
select.input-hidden {
    display: none;
}

#role-option:focus {
    outline: none;
}
.version {
    color:  #fdfdfd;
    margin: 0 auto;
    text-align: center;
}

div {
    margin: 0;
}

a:link {
    color: #023D8B;
    text-decoration: none;
}

a:visited {
    color: #023D8B;
}

a:hover {
    text-decoration: underline;
}

a:link {
    color: #023D8B;
}

th a:link,
th a:visited {
    color: #333;
}


.linklike {
    color: #023D8B;
    cursor: pointer;
    text-decoration: none;
}

.linklike:hover {
    color: #023D8B;
    cursor: pointer;
    text-decoration: underline;
}




table {
    margin: 0 auto;
    width: 100%;
}


input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}



header {
    background-color: #FFF; /* Rebrand */
    border-bottom: 1px solid #dcdee0;
}


#top-strip {
    border-bottom: 1px solid #e6eeed;
    padding: 0;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.20);
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2;
    background-color: #e2f1f0;
    border-top: 1px solid #aaa;
    /*	background-image: url(/assets/images/diag.gif);  */
    background-repeat: repeat-x;
}

ul#meta-menu {
    list-style: none;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;

    font-size: 90%;
    width: 984px;
    padding: 0;
    margin: 0 auto;
    position: static;
}

#meta-menu li.first {
    float: left;
    padding-left: 0;
}

#meta-menu li {

    float: right;
    padding: .75em 1em;
}

#meta-menu li span {
    color: #00736b;
    font-weight: bold;
}

#meta-menu li span em {
    font-style: normal;
    font-weight: normal;
}



img#ralogo {
    float: left;
}

.container {
    width: 985px;
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
    padding: 0;
    text-align: left;
}

#storage.container {margin-top: 6px;}

header .container {
    height: 114px !important;
    z-index: 1000;
}

header .container .header-v-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .container .header-v-center.header-right{
    right: -4px;
}

header .container .header-v-center .nav {
    margin: 0;
}

.nav #logo a {
    padding: 0;
    background-color: transparent;
}

.nav-pills > li {
    margin: 0;
    padding: 0;
    float: left;
}

.nav-pills > li > a {
    background-color: #FFF; /* Rebrand */
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 0;
    margin-right: 2px;
    margin-top: 0;
    padding: 0 16px;
}

.nav-pills > li:last-child {
    margin: 0 0 0 0;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav>li.dropdown.open.active>a:hover {
    color: #333;
    background-color: #e8ecf0;
    border-color: #e8ecf0;
}



.nav-pills > li:last-child a {
    background-color: #FFF; /* Rebrand */
    background-position: 8px center;
    background-image: url(/assets/images/user-icon.png);
    background-size: 16px;
    background-repeat: no-repeat;
    color: #046e66;
    font-size: 14px;
     font-weight: normal;
    margin: 0;
    max-width: 160px;
    overflow: hidden;
    padding: 0 12px 0 34px;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}

.nav-pills > li:last-child .dropdown-menu a {
    background-image: none;
    background-color: #FFF;
    color: #333;
    font-size: 14px;
    padding: 3px 20px;
}

.nav-pills > li:last-child .dropdown-menu a:hover {
    background-image: none;
    background-color: #edf1f7;
    color: #333;

}

.nav-pills > li:nth-last-child(2) a {
    /* background-color: #FFF; */  /* Rebrand */
    background-image: url(/assets/images/help-icon.png);
    background-size: 16px;
    background-position: 8px center;
    background-repeat: no-repeat;
    color: #046e66;
    font-weight: normal;
    max-width: 130px;
    overflow: hidden;
    padding: 0 12px 0 29px;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}

.nav-pills > li:nth-last-child(2) .dropdown-menu a {
    background-color: #fff;
    background-image: none;
    color: #333;
    font-size: 14px;
    padding: 3px 20px;
}

.nav-pills > li:nth-last-child(2) .dropdown-menu a:hover {
    background-color: #edf1f7;
}

.logoImg {
    max-width: 285px;
}

.logoImg-MARA {
    max-width: 450px;
}

.nav-pills > li > a.active,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background-color: #e7ecf0; /* Rebrand */
}

.nav .dropdown-toggle .caret {
    margin-top: 75px;
    border-top-color: #08C;
    border-bottom-color: #08C;
    display: block;


}

.definition,
.est-definition {

    border-bottom: 1px dashed #dedede;
    cursor: pointer;
    padding: 0 0 2px 0;
}

.definition-control {
    font-size: 14px;
    border-bottom: 1px dashed #dedede;
    cursor: pointer;
    padding: 0 0 2px 0;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
    text-align: right;
    width: 42%;
}

#nonproduct-question .floatright {
    float: right;
    text-align: right;
    width: 50%;
}




.ra-control-buttons label {
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
    padding: 7px 0 4px 0;
    color: #FFF;
}

.ra-control-buttons label input {
    margin-right: 3px;
    margin-top: -2px;
}



.floatright .btn-group {
    display: inline;
}



/* for fixed header */

.floatingHeader {
    position: fixed;
    top: 0;
    visibility: hidden;
}



.floatingHeader {
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.35);
    box-shadow: none;
    background-color: #edf0f3;
    border-bottom: 0;
    width: 100%!important;
}


.compLabel {
    cursor: pointer;
}

.control-row {
    background-color: #082766;
    color:  #FFF;
    clear: left;
    padding: 8px;
    border-bottom: 1px solid #dcdee0;
    border-radius: 5px;
    margin-bottom: 6px;
    /* font-size: 14px; */
}

.control-row .pagetitle a {
    color: #FFF;
    text-decoration: underline;
}
.control-row .pagetitle a:hover { text-decoration: none; }




.ra-control-buttons {
    width: 984px;
    margin: 0 auto;
    padding: 1px 0;
    padding:  0;
    z-index: 1020;
    box-sizing: border-box;
}




.floatingHeader > div {
    width: 985px;
    margin: 0 auto;
    box-sizing: border-box;
}






input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {

    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}




body .bootstrap-select.btn-group,
body .bootstrap-select.btn-group[class*="span"] {
    margin-right: 5px;
    margin-left: 0;
}

.acamsexample {
    background-color: #fdfdbd!important;
    cursor: pointer!important;
}

.na {
    color: #CCC;
}

.high,
.High {
    color: red!important;
}

.medium,
.Medium,
.Med,
.med {
    color: #d05f03!important;
}

.low,
.Low {
    color: green!important;
}



.na-cell {
    width: 100px;
    float: left;
}





input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
    color: #dadada;


}


.ra-score {
    color: #333;
    text-decoration: none;
    cursor: default;
    position: relative;
    display: inline-block;
    float: none;
    padding: 2px 4px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #dadada;
    font-size: 13px;
    line-height: 17px;

}

.ra-standard-score-color {
    background-color: #fcf8e3;
}

.prevdiv.ra-score {
    pointer-events: none;
}

#product-question span.ra-score,
#nonproduct-question span.ra-score {
margin-top: 6px;
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
padding: 2px 4px 2px 28px;
    background-image: url(/assets/images/info-icon-g.png);
    background-size: 15px;
    background-position: 3px center;
    background-repeat: no-repeat;
}



.ra-score strong {
    float: right;
    font-weight: normal;
    margin-left: .3em;
}

.ra-score .controlTitle {
    width: 100% !important;
    height: 100% !important;
    z-index: 1000 !important;
}


.leftCBlock .pdfFile {
    width: 36px !important;
    height: 8px !important;
    margin-left: 245px !important;
}



.ra-score.lowscore,
.ra-score.lowscore strong {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: line-through;
}

.progress-col .ra-score {
    min-width: 80px;
    padding: 2px 6px;
    float: left;
    border: 1px solid #d0d0d0;
}

.progress-col .ra-score:first-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;


}

.progress-col .ra-score:last-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 0;
}


.risk-mitigation-area .ra-score {
    -moz-opacity: .30;
    filter: alpha(opacity=30);
    opacity: .30; 
}

.control-efficacy.non-applicable { padding: 0;}



.ra-score img {

    position: relative;
    top: -1px;
    margin-left: 2px;
}





/* Bootstrap Customizations */

#new-ra .popover {
    width: 350px;
}


.slider-horizontal {
    margin-top: -14px !important;
}

.slider-handle {
    opacity: 1 !important;
    background-image: none !important;
    background-color: #4b89cf !important;
    box-shadow: none!important;
    border: none !important;
    -webkit-box-shadow: none !important;
}

#new_score_value {
    color: #4b89cf;
    font-weight: bold;
}

.controlBlue {
    color: #4b89cf;
}

.slider-selection {
    border-radius: 0px !important;
    background-color: #4b89cf !important;
    background-image: none !important;
    box-shadow: none !important;
}

#totalControlYes {
    background-color: rgb(182, 182, 182) !important;
}

.slider-track {
    height: 12px !important;
    border-radius: 0px !important;
}

label {
    color: #333;
    margin: 0;
    font-weight: 525;
    /* line-height:inherit; */
}

.tooltip {
    font-size: 1em;
}

.info {
    margin-left: 6px;
    margin-bottom: 1px;
}

.popover-content {
    max-height: 250px;
    overflow-y: auto;
}

.popover {
    width: 400px;
    z-index: 20000;
    box-shadow: 0px 1px 3px rgb(15 43 100 / 30%);
    border: none;
}

.btn-group {
    float: left;
}

.btn-adjust-score {
    margin-left: 120px;
    /* float: center;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 120px;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1em;
}

#new-ra .closeHolder,
#dashboard .closeHolder {
    display: none !important;
}


.datepicker {}


.pblock {
    width: 470px;
    max-width: 540px;
    float: left;

}

.popover-title {
    font-weight: bold;
    min-height: 1.5em;
        color: #082766;
}


.popover-title,
.popover-content,
.popover-content p {
    font-size: 14px;
    background-color: #FFF;
    border-bottom: 0;
}



input[type="number"] {
    padding: 0px 4px;
    font-size: 11px;
    height: auto;
    position: relative;
    top: -2px;
    margin: 0;
}


.btn,
.btn + .dropdown-toggle,
.btn-group > .btn + .dropdown-toggle,
.btn:hover,
.btn + .dropdown-toggle:hover,
.btn-group > .btn + .dropdown-toggle:hover,

/* these pages should have not used btn-mini, so this overrides and set to normal size */
#product-question btn,
#product-question .btn-group > .btn-mini,
#nonproduct-question btn,
#nonproduct-question .btn-group > .btn-mini

{
    font-size: 13px;
    text-shadow: none;
    line-height: 20px;
    font-weight: 600;
    /* border-radius: 3px; */
    margin-bottom: 0;
    padding: 6px 10px;
    /* box-shadow: none; */
    border: 1px solid #809cb3;
    color: #002368; /* Rebrand */
    background: #cad7e2;
}


.control-row .btn {
    font-weight: normal;
}


/* yes no buttons */
#nonproduct-question .risk-feature-row .btn-group .btn-mini,
#nonproduct-question .risk-mitigation-row .btn-group .btn-mini,
#product-question .risk-feature-row .btn-group .btn-mini,
#product-question .risk-mitigation-row .btn-group .btn-mini {
     font-family: "SharpSans-Book","OpenSans","Calibri","Signika",arial,sans-serif;
     background: none;
     color: #666;
     border: 1px solid #8592ac;
     width: 75px;
}
#nonproduct-question .risk-feature-row .btn-group .btn-mini.active,
#nonproduct-question .risk-mitigation-row .btn-group .btn-mini.active,
#product-question .risk-feature-row .btn-group .btn-mini.active,
#product-question .risk-mitigation-row .btn-group .btn-mini.active{
    background-color: #e0eaf4;
    color: #082766;
    border: 1px solid #8592ac;
    font-weight: 800;
     font-family: "SharpSans-Bold","OpenSans","Calibri","Signika",arial,sans-serif;
    width: 75px;
    /*    text-shadow: rgb(90 233 195 / .4) 0px 0px 5px;
    box-shadow: rgb(90 233 195 / .4) 0px 0px 5px; */
}






.btn-group > .btn-small {
    font-size: 13px;
}

.btn.active,
.btn.active:hover {
    color: #666;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background: none;
    background-color: #cfcfcf;
}

.btn.disabled,
.btn[disabled],
.btn.disabled:active,
.btn[disabled]:active,
.btn.disabled:hover,
.btn[disabled]:hover {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #666;
    border-color: #b3b3b3;
}


.control-row .floatleft .dropdown-toggle {
    background-position: 97% center;
    background-repeat: no-repeat;
    max-width: 300px;
    overflow: hidden;
    padding-right: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* START Step Menu */

/*
.btn-group >  */
.dropdown-menu,
.nav-pills .dropdown-menu {
  font-size: 16px;
    box-shadow: 0px 1px 3px rgb(15 43 100 / 30%);
    border-radius: 5px;
    border: 0;
}




.btn-group > .btn li img,
.btn-group > .dropdown-menu li img {
    margin-left: 0; 
}




.step-disabled {
    color: lightgray;
    background-color: #fff !important;
}

.dropdown-menu a {
    color: #333;
}

.dropdown-menu a.selected,
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    text-decoration: none;
    background-color: rgb(90 233 195 / 60%);
    background-image: none;
    color: #333;
}


.dropdown-menu li > a {
    max-width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:  #333;
}





.dropdown-menu li > a:link span,
.dropdown-menu li > a:visited span,
.dropdown-menu li > a:focus span,
.dropdown-submenu:hover > a:link span,
.dropdown-submenu:hover > a:visited span,
.dropdown-submenu:hover > a:focus span {
    color: #999;
    font-size: 11px;
}


/* END Step Menu */

h1 {
    font-size: 15px;
    margin-bottom: .7em;
    letter-spacing: -1px;
}


.container div.leftthird,
.persist-area div.leftthird,
.container div.centerthird,
.persist-area div.centerthird {

    float: left;
    text-align: left;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 0;
}

/* set col width to stop breaking */
body .container div.leftthird,
body .persist-area div.leftthird {
    width: 410px;
}

.leftthird div:nth-of-type(3) {
    width: 90px !important;
}

body .container div.centerthird,
body .persist-area div.centerthird {
    width: 335px;
}



/* Home Status Filter */
div.centerthird .btn-group.bootstrap-select {
 width: 100px !important;
}
.centerthird > div:nth-of-type(1) button {
    width: 100px;
}
.bootstrap-select.btn-group .btn .filter-option {
    text-overflow: ellipsis; 
}



.container div.rightthird,
.persist-area div.rightthird {
    font-size: 16px;
    width: 20%;
    float: right;
    text-align: right;
    line-height: 30px;
    padding: 0;
}

.rightthird .btn-group {
    float: right; 
    text-align: left;
    /* line-height: 30px; */
    /* display:  none; */
}

.container div.centerthird,
.persist-area div.centerthird {
    width: 38%; /* prev 43% */
    float: left;
    text-align: center;
    line-height: 30px;
    padding: 0;
}


.container div.centerthird div,
.persist-area div.centerthird div {
    text-align: left;
}



.centerthird h1 {

    line-height: 30px;
    margin-bottom: 0;
    font-weight: normal;
    letter-spacing: 0;
}




.btn-group.bootstrap-select {
    width: 200px;
    margin-bottom: 0;
    position: relative;
    padding: 0;
}

/* set assigned to dropdown on home page ONLY to narrow width to avoid breaks in control area  */
.leftthird > div:nth-of-type(3) button {
    width: 89px;

}
/* set Status dropdown on home page ONLY to narrow width to avoid breaks in control area  */

#dashboard .centerthird > div:nth-of-type(1) button {
    width: 196px;
    /* background-color: blue; */
}




.btn.active, .btn:active, .btn-group:active,
.btn-group.open .btn.dropdown-toggle {
    background-color: #ccd7e1;
    
}

.btn:active, .btn-group:active {
    border-radius: 3px; 
}





.duedate {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.duedate span {
    padding: 0;
}



/*
.centerthird span {margin-left: 1.4em; color: #999;
	text-shadow: 1px 1px 1px #ffffff;
        filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
*/

.ra-name {
    max-width: 25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.breadcrumb li:nth-child(3) {
    max-width: 25%;
    white-space: nowrap;
    /*overflow: hidden; DISABLED - html wrapped title */
    text-overflow: ellipsis;
    display: inline-block;
}




.bread-caret {
    padding: 0 6px;
}



.breadcrumb {
    padding: 0;
    background-color: inherit;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    width: 100%;
}

.breadcrumb li {
    line-height: 50px;
    text-shadow: none;
    padding: 0 14px 0 0;
    background-image: url(/assets/images/breadcrumb1.gif);
    background-position: right center;
    background-repeat: no-repeat;
    margin-right: 10px;
    display: block; 
    float: left;
}

.breadcrumb li:last-child {

    background-image: none;

}

.breadcrumb a,
.breadcrumb a:visited {
    color: #333;
    text-decoration: none;

}













.select-col {
    width: 20px;
    text-align: center;
}


table.items {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    /* overflow: hidden; */
    background-color: transparent;
    box-shadow: 0px 1px 2px rgb(15 43 100 / 30%);

}

.risk-object-section table.items {
    box-shadow: none;
}


table.items.risk-assessments {
    table-layout: fixed;
}

.col1-right table.items,
.col1-left table.items {
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
    width: 90%;
    margin: 0;
}

table.items th {
    /* cursor: pointer; */
}


.sortDir {
    margin-left: 10px;
    width: 10px;
    height: 10px;
}

.headerSortUp .sortDir {
    background: url(/assets/images/descending.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.headerSortDown .sortDir {
    background: url(/assets/images/acending.png);
    background-position: center right;
    background-repeat: no-repeat;
}

table.items td,
table.items th {
    border-bottom: 1px solid #ebebeb; /* Rebrand */
    padding: 14px 9px;
    text-align: left;
    background-color: #FFF;
    vertical-align:middle;
}
table.items tr:last-of-type td {
    border-bottom: 0;
}
table.items tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 5px;
}
table.items tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 5px;
}






table.items th,
.narrative table.items th:hover,
.narrative .reportsContain table.items th,
.narrative table.items th:hover {
    background-color: rgb(241 243 245); /* Rebrand */
    border-bottom: 1px solid #ebebeb; /* Rebrand */
    padding-top: 9px;
    padding-bottom: 9px;
}

table.items tr:hover td,
.risk-object-section:hover
{
    background-color: rgb(221 249 240 / 30%);
}





table.items th img {
    margin-left: 5px;
}

table.items .lob-entity-container {
    width: 100%;
    line-height: 0px;
}

table.items .lob-entity-container span.lob-entity-content {
    width: 100%;
    line-height: 20px;
    display: block;
}

form {
    margin-bottom: 0 !important;
}


.form-area {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgb(15 43 100 / 30%);
    padding: 19px 38px;
    width: auto;
}

.form-area .labelrow {
    font-size: 16px;
}

.form-area .labelrow input {
    width: auto;
    display: inline-block;
}


.form-inside {
    border-top: 2px solid #dadada;
    padding-top: 2em;

}

.form-area .col1-left div,
.form-area .col1-right div {
    margin-bottom: 19px;
    float: none;
}

.controlTitleColor {
    color: #cc0000;
}

.input-append .add-on,
.input-prepend .add-on {
    background-color: #FFF;
}

.form-area .col1-left,
.form-area .col1-right {
    float: left;
    width: 50%;
}

.form-area div .input-append {
    float: left;
    margin-bottom: 0;
}




/* Format user invited details on Edit User page */
.form-area div:nth-of-type(12) {
    margin-top: 19px;
    width: 390px;
}
.form-area div:nth-of-type(12) label {
    font-size: 14px;
    line-height: 32px;
    padding: 4px 0 0 0;
/*    background-color: red;  */
}
.form-area div:nth-of-type(12) .btn-small {float: right;}







.form-area div .status {
    display: block;
}


.form-area label,
.form-area label {
    display: block;
    padding-bottom: 4px;
    font-size: 14px;
}


.form-area td label,
.form-area td label {
    display: inline;
    padding: 0px;
    font-size: 100%;
}



.form-area input,
.form-area select {
    display: block;
    width: 80%;
}

.form-area input.emailPrefix {
    display: inline;
    width: 40%;
}

.form-area select.emailDomain {
    display: inline;
    width: 40%;
}

.form-area input.radiocheck {
    display: inline;
    width: 13px;
    margin-right: 4px;
}





.fileupload-preview {
    float: left !important;
    margin-left: 6px !important;
    margin-right: 9px !important;
}



table#lobList{
    max-height: 150px;
    overflow-y: scroll;
    display: block;
    clear: both;
}



/* START List of RAs */
#empty-admin {
    background-image: url(/assets/images/paper-airplane.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 115px auto;
    margin: 100px auto;
    padding: 1.5em 0 1.5em 135px;
    width: 350px;
    /* background-color: gray; */
}

#empty-admin h2,
#empty-other h2
{
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 0.75em;
}

#empty-admin p,
#empty-other p
{
    margin: 0;
}

#empty-other {
    background-image: url(/assets/images/watch.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 115px auto;
    margin: 100px auto;
    padding: 1.5em 0 1.5em 135px;
    width: 450px;
    /* background-color: gray; */
}

#zeroitems {
    background-image: url(/assets/images/0items.png);
    background-repeat: no-repeat;
    width: 438px;
    margin: 100px auto;
    padding-left: 100px;
    min-height: 101px;
    background-position: 19px 50%;
    border-radius: 4px;
}

#peerchart {
    background-image: url(/assets/images/charticon.png);
    background-repeat: no-repeat;
    width: 400px;
    margin: 100px auto;
    padding-left: 100px;
}

#zeroitems h2,
#peerchart h2 {
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: .75em;
    font-weight: normal;
}

#zeroitems li,
#peerchart li {
    margin-bottom: .5em;
}


/* END List of RAs */

/* strange rule name needed because extra double quote included in html */
p[class^='proxyText'], div[class*=' proxyText']
{
     float: left;
    margin-bottom: 19px;
 /*   background-color: red; */
    font-size: 16px;
}

/* position enabled and disabled checkbox the same way */
label.proxyBox, .form-area .col1-right div.smallCheckTooltip {
    position: relative;
    /* width: 30px; */
    float: left;
    margin-top: 4px;
    width: 13px;
    height: 13px;
    display: block;
    padding-bottom: 0px;
    margin-bottom: 19px;
    margin-right: 4px;
}
label.proxyBox input[disabled] {
    position: absolute;
    top: -3px;
    left: 0;
    width: 13px !important;
    height: 13px;
    margin: 0;
}


#suspiciousActivity {
    clear: left;
    font-size: 16px;
}





/* START New RA */

.form-area .reminder select {
    display: inline;
    width: auto;
    line-height: 30px;
    margin-right: 3px;
}


input.deadline {
    width: 100px;
    text-align: center;
    color: #444;
}

.reminder input {
    width: 40px;
    display: inline;
    margin-right: 3px;
}


/* END New RA */

/* START Arrows for View links */

#dashboard .accordian-heading {
    padding-left: 12px;
    background-image: url(/assets/images/details.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    cursor: pointer;
}

#dashboard .edit-col a {
    padding-right: 18px;
    background-image: url(/assets/images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    cursor: pointer;
}

#dashboard .edit-col a,
.view-col a {
    padding-right: 18px;
    font-weight:  600;
    background-image: url(/assets/images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 60%;
    cursor: pointer;
}

/* END Arrows for View links */

/* START Reports */

a.report {
    /* font-size: 16px; */
    display: block;
    padding-left: 24px;
    background-image: url(/assets/images/pdf.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
}

a.report-xls {
    display: block;
    padding-left: 24px;
    background-image: url(/assets/images/xls.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
}

a.doc {
    display: block;
    padding-left: 24px;
    background-image: url(/assets/images/doc.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
}

a.generic {
    display: block;
    padding-left: 24px;
    background-image: url(/assets/images/attachment.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
}




.no-items {
    color: #666;

    padding: 7px 9px 7px 18px;
    line-height: 20px;

    background-color: #f3f3f3;
    border: 1px solid #dcdcdc;

    border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;

    margin-bottom: 6px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);

}

table .alert {
    margin-bottom: 0px;
}

.nameCol {
    max-width: 210px;
}

.reportsContain .risk-object-row,
.reportsContain .risk-object-section,
.reportsContain .collapse {
    border-radius: 8px;
}

.reportsContain .collapse {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.reportsContain table.items th {
    background-color: transparent;

}

#storage .reportSurveyName {
   font-weight: bold;
   display: block;
   line-height: 1em;
   margin-bottom:  16px;
}

.reportsContain .dropdown-menu a {
    text-align: left;
}




.reportsContain table {
    box-shadow: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.reportsContain .progress-col {
    width: 267px !important;
    float: left !important;
    /* margin-left: 146px !important; */
}

.accordian-heading.storagePage {
    float: left;
}

.viewSpan {
    padding-right: 4px;
}

.viewSpan:hover {
    color: #00736b;
}

.reportsContain {
    overflow: visible !important;
    margin-bottom: 12px !important;
}

.reportsContain.last {
    margin-bottom: 0 !important;
}

.reportsContain .selectCol {
    width: 38px;
    text-align: center !important;
}

.reportsContain .fileCol {
    width: auto;
    column-width: auto;
    padding-left: 0px;
}

.reportsContain .dateCol {
     width: 184px;
     overflow: visible;
     /* -webkit-line-clamp: 1; */
     /* -webkit-box-orient: vertical; */
     width: 18ch;
     /* margin:  0; */
}

/* overrides for Narratives page */
.narrative .items tr:first-of-type th:first-of-type {
    width: 32px!important;
}
.narrative .items th:first-of-type,
.narrative .items td:first-of-type {
    padding-left: 14px;
}

.narrative .reportsContain .dateCol {
    width: auto;
}


.reportsContain .typeCol {
    /* font-size: 16px; */
    width: 125px;
    padding-left: 5px;
}

.reportsContain .creatorCol {
    width: 180px;
}

.reportsContain .risk-object-row {
    display: block;
    border: none !important;
}

.reportsContain:nth-child(odd) {
    background-color: #fafafa;
}

.reportsContain:nth-child(even) {
    background-color: #f3f3f3;
}

.reportsContain .risk-object-section {
    /* background-color: transparent !important; */
}

/* END Reports */

/* START Peers */

.chart-col {
    width: 175px;
}

.results-col {
    width: 95px;
}


/* END Peers */

.risk-category-row {
    padding-top: 1em;
    border-bottom: 0px solid #ccc;
}

.risk-category-row .risk-category {
    font-size: 16px;
    font-weight: 600;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
    text-overflow: ellipsis;
    color: hsl(220deg 60% 31%);
}


.featTop {
    padding-top: 0px !important;

}

.risk-object-row div,
.risk-category-row div,
.risk-feature-row div {
    padding: 0 3px 0 3px;
    /* line-height: 32px; */
    position: relative;
}


#dashboard .risk-object-row div {
    line-height: 50px;
}

#dashboard .risk-category-row div {
    padding: 6px 3px;
}

.risk-feature-row div {
    padding: 6px;
}




.riskRowTitle {
    font-size: 16px;
    line-height: 24px;
    width: 50%;
    margin-bottom: 30px;
    padding-left: 3px;
}

.row-fluid p.riskRowTitle:last-of-type {
    margin-bottom: 20px;
}

.ControlLabel {
    text-transform: uppercase;
    font-size: .7em;
    color: #777;
    font-weight: bold;
    display: block;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

.CustomControlButtonArea {
    display: block;
    text-align: center;
    padding: 1em 0;
}



/* START Upload Data Page */

.uploaded-col {
    width: 150px;
}

.active-col {
    width: 250px;
}

/* END Upload Data Page */

/* START Progress Bars */

.progressbar .startbar {
    -moz-border-radius: 2px;
    border-radius: 6px;
    height: 6px;
    background-color: #dcdcdc;
    border: 0px solid #ccc;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin: 0;
    z-index: 4;
    position: absolute;
    top: -0px;
    left: -0px;
    padding: 0;
}

.progressbar .completebar {
    -moz-border-radius: 3px;
    border-radius: 6px;
    /* border: 1px solid #84be4c; */
    color: #efefef;
    height: 6px;
    /* background-color: #3fa528;  */
    background-color: #5ae9c3;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    z-index: 10;
    position: absolute;
    /* display: none; */
    top: -0px;
    left: -0px;
    padding: 0;
    margin: 0;
    /* background: #f2f2f2 url(/assets/images/stripe4_green.gif) repeat-x 0 0; */
}

.modal-body {
    height: 100% !important;
}

.modal-open {
    min-height: 100% !important;
    float: left !important;
    width: 100% !important;
}

.reportoption-div {
    width: 700px;
    display: inline-block;
    top: 0px !important;
    margin-top: 8px !important;
    padding-bottom: 73px !important;
    height: auto !important;
}

.container .progressbar {
    padding: 0px;
    margin: 0 0 2px 0;
    float: none;
    width: 95%;
    display: inline-block;
    position: relative;
    border: 0px solid #d0d0d0;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1) inset;
    background-color: #FFF;
    
    height: 6px;
    -moz-border-radius: 3px;
    border-radius: 6px;

    background-image: none;
}

.progress-col .progressbar {
    width: 70%;
    position: relative;
}


/* END Progress Bars */

/* START Peer Page */

table.items td.indent1 {
    padding-left: 20px;
}

table.items td.indent2 {
    padding-left: 40px;
}

.child {
    padding-left: 19px;
    display: block;
    background-image: url(/assets/images/?.png);
    background-repeat: no-repeat;
    margin: 0;

}

.parent-open-state {
    padding-left: 19px;
    display: block;
    background-image: url(/assets/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: -2px 3px;
    margin: 0;
    cursor: pointer;

}

.parent-closed-state {
    padding-left: 19px;
    display: block;
    background-image: url(/assets/images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: -2px 3px;
    margin: 0;
    cursor: pointer;

}




/* END Peer Page */

/*  START Modal Popup   */

/* START centers pop-up dialogs */

#text_dlg
{
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
}

#ra_alert
{
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
}

#risk_comparison_option
{
    position: fixed;
    top: 80%;
    transform: translateY(-50%);
}

#progress_dlg
{
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
}

#error_dlg
{
    position: fixed;
    top: 80%;
    transform: translateY(-50%);
}

#legacy_dlg
{
    position: fixed;
    top: 80%;
    transform: translateY(-50%);
}

.thick-red
{
    padding-top: 10px;
    color: red;
    font-weight: bold;
}

#missingSections
{
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
}
  
#report-section-option-div 
{

  /* Duple */
  left: 44%;
  top: 0px;
  float: left;
  position: relative;

  /* Triple */
  display: block;
  overflow: auto;
  max-height: 80%;
  display: none;
  margin-top: 0%;

}

#session_expire
{
  position: fixed;
  top: 80%;
  transform: translateY(-50%);
}

#vista-dialog
{
    position: fixed;
    top: 80%;
    transform: translateY(-50%) translateX(50%);
    width: 250px;
}

#defer-report-modal
{
    position: fixed;
    top: 80%;
    transform: translateY(-50%);
}

#lobs
{
    position: fixed;
    top: 85%;
    transform: translateY(-50%);
}

#audit_report_option
{
    position: fixed;
    top: 80%;
    transform: translateY(-50%);
}

#chooseNarrative
{
    position: fixed;
    top: 80%;
    transform: translateY(-50%);
}


#multiRAReportLimit
{
    position: fixed;
    top: 80%;
    transform: translateY(-50%);
}

/* Note: ID #reportoption-div controls most of the report t option dialogs but each has different heights which makes them more difficult to position. */

/* END centers pop-up dialogs */

.modal-open .modal,
.btn:focus {
    outline: none;
}

.modal-open .modal.in {
    display: block !important;
    border:  none;
}

.modal-header h3 {
    font-size: 18px;
    color: #082766; 
}

.modal td {
    padding: 2px;
    vertical-align: Top;
    border-top: 1px dotted #dadada;
}

.modal th {
    padding: 2px;
    text-align: left;
    background-color: #dadada;

}

.modal .subtotal {
    text-align: right;
    width: 5%;
    white-space: nowrap;
}

.modal .control {
    padding-left: 30px;
}

.modal .total td {
    font-weight: bold;
    border-top: 1px solid #666;

}

.modal .riskiest td {
    background-color: #F2F2BF;
}


/*  END Modal Popup   */

#progress_dlg.hide {
    display: none !important;
}

#progress_dlg.reportsPage {
    top: 390px;

}

#progress_dlg.dashboardPage {
    display: inline-block;
}


/* START Quant Data Entry Country */

.risk-feature-row table.country-data {
    margin: 8px 14px 24px 14px;
    width: 932px;
}

#country-area table.country-data {
    margin: 0 0 0 8px;
    width: 932px;
}




table.country-data tr:nth-child(odd) td {
    background-color: #fafafa;
}

table.country-data tr:nth-child(even) td {
    background-color: #f3f3f3;
}



table.country-data td {
    padding: 6px;
    position: relative;
    border: 1px solid #dcdcdc;
}

.middleTop {
    /*width: 482px !important; */
}

.rightTop {
    /*width: 150px !important; */
}


table.country-data .countryhighlight {
    background-color: #f5f5a3;
}


td.country-name {
    max-width: 90px;
    width: 90px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 20px;

    margin-top: 4px;
}

.fieldcol {
    /*	width: 250px; */
}


table.country-data input {
    margin: 0 0px 0 0;
    text-align: right;
    padding: 0 6px;
    font-size: 90%;
    color: #333;
}

table.country-data input.number {
    width: 80px;
}

table.country-data select {
    margin: 0 0px 0 0;
    padding: 0;
    height: 21px;
    font-size: 90%;
    width: 100px;
}

table.country-data th {
    background-color: #ebebeb;
    border: 1px solid #dcdcdc;
    padding: 6px;
    line-height: 14px;
}


table.country-data td label {
    position: relative;
    bottom: -2px;
    font-size: 90%;
}

.risk-feature-row .add-country {
    padding: 8px 0 4px 0;
    text-align: center;
    background-color: #dcdcdc;
    margin: 0 14px;
    font-weight: bold;
    position: relative;
    line-height: 14px;
}

.add-country input {
    margin: 0 0 0 0;
    position: relative;
    bottom: 2px;
}

.country-panel {
    text-align: center;
    background-color: #dcdcdc;
    margin: 0 8px;
    font-weight: bold;
    position: relative;
}

.country-toggle-label {
    padding: 2px 12px 2px 16px;
    line-height: 30px;
}

.country-toggle-label input {
    position: relative;
    bottom: 1px;
    margin-right: 3px;
}


/* END Quant Data Entry Country */

.saved-indicator {
    color: #777;
    padding-right: 2em;
}

.confirmation {
    color: green;
}


.invalid-entry {
    color: red;
}

.valid-entry {
    color: black;
}

.passed-entry {
    color: green;
}


.uploadForm {
    margin-bottom: 0px;
}

.modal-footer .btn {
    min-width: 72px;
    margin-left: -25px;
}

/* START Report Options FULL WIDTH */

.selector {
    clear: left;
    float: none;
}

.control-row h1 {

    line-height: 34px;
    padding: 0;
    margin: 0;
    color: #FFF;
    float: none;
}

.control-row h1 span {
    margin: 0 2px;
    color: #FFF;
}


.selector .available {
    width: 48%;
    display: block;
    float: left;
}

.selector .selected {
    width: 48%;
    display: block;
    float: right;
}


ul.selector-controls {
    list-style: none;
    clear: both;
    display: block;
    margin: 0;
}

ul.selector-controls li {
    float: left;
    margin: 0;
}

ul.selector-controls li.select-all {
    float: right;
    background-image: url(/assets/images/select-all.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 16px;
}

ul.selector-controls li.remove-all {
    float: right;
    background-image: url(/assets/images/remove-all.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
}

.selector .nav {
    position: static;
}

.selector .available .nav-tabs > li > a,
.selector .available .nav-tabs > li.selector-label {
    background-color: #f5f5f5;
    line-height: inherit;
    padding: 4px 8px;
    margin: 0;

}

.selector .nav-tabs > li.selector-label {
    font-weight: bold;
}

.selector .selector-box {
    background-color: #FFF;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    height: 150px;
    overflow-y: scroll;
}

.selector .selector-box li {
    padding: 0;
    margin: 0;
    display: block;
    line-height: inherit;
}

.selector .selector-box a {
    display: block;
    font-size: 12px;
    padding: 1px 4px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}

.selector .selector-box a:hover {
    background-color: #e2e8ef;
    text-decoration: none;
}

.select-none-all .selected {
    float: left;
}

.select-none-all .floatright {
    display: inline;
}

.selector .undertab {
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 12px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.highlight {
    background-color: #fafaa1;
}

label.labelrow {
    display: inline-block;
    margin-right: 1em;
    font-size: 13px;
    position: relative;
}

label.labelrow input {
    margin-right: 2px;
    position: relative;
    margin-top: -4px;
}

/* END Report Options FULL WIDTH */

/* score change error fix */

.modal td input {
    width: 25px;
    font-size: 11px;
    text-align: right;
    padding: 2px 4px;
}

.modal th strong {
    color: #007562;
}


.modal label {
    font-size: 13px;
}

.modal label input {
    margin-right: .25em;
}

.overmax,
.modal th strong.overmax,
.modal td input.overmax {
    color: red;
}



.modal .subtotal {
    text-align: right;
    /* width: 5%; */
    white-space: nowrap;
}


.modal .total td {
    font-weight: bold;
    border-top: 1px solid #666;

}

.modal .riskiest td {
    background-color: #F2F2BF;
}


/*  END Modal Popup   */

/* tooltip mods */

.closeHolder {
    width: 36%;
    height: 35px;
    position: relative;
    top: -35px;
    margin: auto;
    margin-bottom: -35px;
}

/* error text */

.setDate {
    color: red;
}

.homebox {
    width: 454px;
    position: absolute;
    top: 41px;
    right: 70px;
}

.fileupload {
    overflow: hidden !important;
}

.modal-header {
    background-color: #FFF;
    border-bottom:  0;
    /*  color: #FFF; */
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    background-color: #FFF;
    bottom: -10px;
    border:  0;
}

#session_expire .modal-footer { 
    margin-right: -19px; 
    margin-bottom: -19px; 
    margin-left: -19px;
}



/* .countryhighlight {background-color: #f5f5a3; }  */

#report-section-option-div .modal-body {
    background-color: #fafafa;
    padding: 20px;
}

#report-section-option-div form {
    margin: 0;
}

#report-section-option-div form table td {
    border-top: 0;
    padding: 6px 0 8px 0;
}

#report-section-option-div form table td input,
#report-section-option-div form table td input:hover {
    font-size: 10px;
    font-weight: bold;
    padding: 3px 10px;
    width: auto;
    text-align: center;
}

#report-section-option-div form table td:first-of-type,
#report-section-option-div form table td:last-of-type {
    width: 308px;
}

#report-section-option-div form table td:nth-of-type(2) {
    vertical-align: middle;
    padding-top: 0px;
}

.midAlign {
    vertical-align: middle !important;
    padding: 0 !important;
}

#report-section-option-div form table td a {
    float: right;
    font-size: 10px;
}

#report-section-option-div form table td:first-of-type a::after {
    content: " »";
}

#report-section-option-div form table td:last-of-type a::before {
    content: "« ";
}

#report-section-option-div td select,
#report-section-option-div td select:focus {
    font-size: 12px;
    padding: 0;
    height: 125px;
    outline: 0;
    outline-offset: 0;
}

#sectionOptionControl {
    margin-bottom: 10px;
}

.selected-sections {
    width: 308px !important;
    float: right !important;
}

.available-sections {
    width: 308px !important;
}

.reportsContain th input {
    margin-left: -3px;
}

#reportoption-div form table td input,
#reportoption-div form table td input:hover {
    font-size: 10px;
    font-weight: bold;
    padding: 3px 10px;
    width: auto;
    text-align: center;
}

#heatmapOption {
    margin-top: 10px;
}


.floatingHeader .breadcrumb {
    width: 985px;
    margin: auto !important;
}

.persist-header {
    /* height:80px !important; */
}

.required {
    color: red
}

/* END JT changes Sep 15, 2014 */

.no-reports {
    padding: 8px;
    border: 1px solid lightgray;
    text-align: center;
    background-color: lightyellow;
    float: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: -7px;
}



.proxy-user {
    color: #FF0000;
}

.all1 {
    margin-right: 11px;
}

.all2 {
    margin-right: 10px;
}

.all3 {
    margin-right: 9px;
}

.setbox {
    padding: 2px 0 0 190px !important;
    font-size: 11px !important;
    clear: both;
    /* background-color: #ece038; */
    position: relative;
    top: -10px;
}

.setbox a {
    font-size: 12px;
}

.setbox label {
    float: left;
}

.industry-form span {
    width: 100px;
    display: inline-block;
}

.industry-form input {
    width: initial;
    display: inline;
}

#nonproduct-question .row-fluid {

    padding-top: 0px !important;
}

form[name="downloadZipForm"] {
    margin: 0 !important;
}

.report-section-omit {
    display: none;
}

.report-section-include {
    display: block;
}

.spinner {
    background: url(/assets/images/spinner.gif) no-repeat center;
}

/* checkbox mods for JQ override oftooltip behavior in disabled input state  */

.overCheck {
    float: left;
    max-width: 69px;
    max-height: 28px;
    width: 100%;
    height: 100%;
}

.overCheckDash {
    position: absolute !important;
    width: 13px !important; /* needed to override local html width */
    height: 13px !important;
    margin-right: 4px;
    top: 0px;
    left: 0px;
/*    border: 1px solid orange; */
    z-index: 21;
}

.tooltipContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 69px;
    max-height: 28px;
    z-index: 10;
    /* display: none; */
}

#nonproduct-question .tooltipContainer {
    right: 0;
    left: auto;
}

.checkTooltip {
    position: relative;
    margin-right: 0px;
    float: left;
    margin-left: 100px;
}

/*
.smallCheckTooltip {
     display: block;
    width: 13px; 
     height: 13px; 
    cursor: pointer;
    float:  left;
    margin-bottom: 0px;
    border: 1px dotted red;
}
*/

.definition.editname {
    border-bottom: none;
    margin-left: 2px;
}









/* START  PDF References CSS Rules  */

.select-pdf .table-fixed thead {
    width: 100%;
}

.select-pdf .table-fixed tbody {
    height: 150px;
    overflow-y: auto;
    width: 100%;
}

.select-pdf .table-fixed thead,
.select-pdf .table-fixed tbody,
.select-pdf .table-fixed tr,
.select-pdf .table-fixed td,
.select-pdf .table-fixed th {
    display: block;
}

.select-pdf .table-fixed tbody td,
.select-pdf .table-fixed thead > tr > th {
    float: left;
    border-bottom-width: 0;
}

.select-pdf table td[class*=col-],
.select-pdf table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.select-pdf table {
    margin: 0;
    border: 1px solid #CCC;
    background-color: #dadada;
}

.modal .select-pdf table td,
.modal .select-pdf table tbody {
    background-color: #fff;
}

.modal .select-pdf td,
.modal .select-pdf th {
    padding-left: 0;
    padding-right: 0;
}

.select-pdf .col-check {
    width: 28px;
    text-align: center;
}

.select-pdf .col-filename {
    width: 236px;
    text-align: left;
}

.select-pdf .col-filename {
    display: block; 
    overflow-wrap: break-word; 
    word-wrap: break-word; 
    -ms-word-break: break-all; 
    word-break: break-all; 
    word-break: break-word; 
    -ms-hyphens: auto; 
    -moz-hyphens: auto; 
    -webkit-hyphens: auto; 
    hyphens: auto;
}

.modal .select-pdf .col-owner
{   
    width: 138px; 
    text-align: left; 
    padding-left: 10px;
}

.select-pdf .col-editpdf
{   
    width: 24px; 
    text-align: center; 
}

.modal .select-pdf .col-owner span
{   
    width: 130px; 
    display: inline-block; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.select-pdf .col-size
{ 
    width: 55px; 
    text-align: right; 
}

p.upload-new-pdf {
    margin-top: .4em;
    margin-bottom: 0;
}

a.edit-pdf-icon {
    float: right;
    margin-right: 6px;
}

/* END PDF References CSS Rules  */

/* START  PDF References Popup-Modal Rules  */
#survey_change_score.modal.fade.in, #controlVarianceModal.modal.fade.in,
	.CreateEditPDF.modal.fade.in, .ChoosePDF.modal.fade.in, .EditPDF.modal.fade.in, .WelcomeDialog.modal.fade.in
	{
	top: 80px;
	position: fixed;
    margin-top: 0;
    z-index: 9990;
}

#survey_score_change_warning.modal.fade.in
{
	top: 80px;
	position: fixed;
    margin-top: 0;
    z-index: 9990;
}

.selectedPDF,
.processingPDF {
    border: 1px dashed #CCC;
    background-color: #f7f7f7;
    padding: 8px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.selectedPDF span {
    float: left;
    width: 80%;
    display: block;
    padding-right: 35px;
    padding-left: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    background-image: url(/assets/images/pdf.png);
    /* RICH HELTON, you will need to change name of img folder to images */
    background-position: left center;
    background-repeat: no-repeat;
    vertical-align: middle;

    font-weight: bold;

}

.selectedPDF img.removepdf {
    float: right;
    cursor: pointer;
}

.modal-body .alert {
    margin: 0;
}


/* END  PDF References Popup-Modal Rules  */

/* general purposes rules added December 2017 */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.select-pdf {
    height: 176px;
    border: 1px solid #CCC;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
    width: 98%;
}

.select-pdf p {
    width: 45%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 54px;
    background-image: url(/assets/images/upload.png);
    background-position: left 4px;
    background-repeat: no-repeat;
}

footer .container {
    padding-top: 0;
}

footer .container hr {
    border-top: 1px solid hsl(212deg 21% 80%);
    border-bottom: none;
    margin: 38px 0px 0px 0px;
}

footer .container .footer-text {
    min-height: 76px;
    line-height: 38px;
    text-align: center;
    color: #666;
    font-size: 13px;
}

.btn.save-tz {
    margin-top: 15px;
}

.dropdown-menu a, .dropdown-menu .dropdown-menu-item, .step-label {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    
    clear: both;
    line-height: 24px;
    color: #082766;
    white-space: nowrap;
}
.dropdown-menu .dropdown-menu-item, .step-label {
    font-weight: bold;
}



.dropdown-menu .dropdown-submenu-link .dropdown-menu-item {
    background-image: url(/assets/images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 97.5% 50%;
    cursor: pointer;
}

.dropdown-submenu-link {
    cursor: pointer;
}

td.locked-user-col {
    text-align: center !important;
}

td.locked-user-col > img {
    width: 14px;
}

.ra-sanctions-quantity-score {
    background-color: #fff;
    border: 1px solid #dadada;
    color: #333;
    cursor: default;
    text-decoration: none;
    display: inline-block;
    float: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 17px;
    padding: 2px 6px;
    position: relative;
}
.prevdiv.ra-sanctions-quantity-score {
    pointer-events: none;
}

.ra-sanctions-quantity-score strong {
    float: right;
}

.ra-sanctions-quantity-score .controlTitle {
    width: 100% !important;
    height: 100% !important;
    z-index: 1000 !important;
}
.ra-sanctions-quantity-score.lowscore,
.ra-sanctions-quantity-score.lowscore strong {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: line-through;
}

.progress-col .ra-sanctions-quantity-score {
    min-width: 100px;
    float: left;
    margin: 3px 0;
}

.progress-col .ra-sanctions-quantity-score:first-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.risk-mitigation-area .ra-sanctions-quantity-score {
    -moz-opacity: .30;
    filter: alpha(opacity=30);
    opacity: .30;
}


#action-plan .span7 {
    width: 70%;
}
/* Action plan page only. Add space between radios and narrative */
#action-plan .span7 span:nth-of-type(3) {
    display: inline-block;
	margin-bottom: 1em;
}



/* Home Create RA menu */
.ra-type-title {
    font-size: 14px;
    line-height: 1.3em;
    padding-top: 4px;
}
.ra-type-description {
    line-height: 1.3em;
    font-size: 14px;
    padding-bottom: 4px;
}


.modal-backdrop, .modal-backdrop.fade.in, body .appriseOverlay {
    background-image: none;
    background-color: rgb(204 215 225 / 90%);
    opacity: .94;
    z-index: 1040;

 /*   filter: blur(20px); */
}
.modal, .introjs-tooltip, body .appriseOuter
{
    box-shadow: 0px 80px 80px rgb(204 215 225 / 1);
    background-color: #FFF;
}


#ignoreWarning {display: none;}
#loginVerify { width: 150px; border-radius: 4px;}