﻿/* #region site.css*/
html {
    background: none repeat scroll 0 0 transparent; /*     height: 100%; causes other issues in IE7, shows horizontal scroll bars if screen resolution is low*/ /*overflow:auto; -- removed to avoid double scrollbars in IE7 - PSR */
    font-size: 0.88rem; /* Changed 14px to 88% to fix 508 issue in "Use relative rather than absolute units in CSS property values"*/
    font-size: 14px;
    /* height: 100%; */
}

body {
    /*font-size: 100%; /* Changed 14px to 100% to fix 508 issue in "Use relative rather than absolute units in CSS property values" */
    font-family: Verdana, Geneva, sans-serif !important;
    font-size: 1rem;
    margin: 0px;
    line-height: 120%; /* position: relative; /*         height: 100%;     overflow:auto; causes IE7 to show double scrollbars */
    min-height: 100%;
}

a:focus, a image:focus, input:focus, .RadDropDownList:focus, .form-control:focus, .btn:focus, select:focus, radio:focus, .rcbFocused, .rtbItemFocused {
    outline: 1px solid #f4b042;
}

table {
    height: 100%;
}

a:link, a:visited {
    /*color: #0f60cd;*/ /* Remove color for 508 fix for issue "If you set any of the colors on the BODY or A elements you must set all of them" */
    text-decoration: underline;
}

a:active {
    /*color: #034af3;*/ /* Remove color for 508 fix for issue "If you set any of the colors on the BODY or A elements you must set all of them" */
    text-decoration: underline;
}

label {
    margin: 0 4px 0 0;
    font-weight: normal; /* un commented since it is causin labels to appaers in bold in several places*/
}


p {
    margin: 2px 20px 0 20px;
    padding: 0 0 7px 0;
    font-size: 93%;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

ul {
    /*margin: 10px 50px 10px 45px;
  padding: 0;*/
    font-size: 93%;
}

li {
    margin: 0;
    padding: 0 0 5px 0;
}

    li span {
        color: #000;
    }




/* HEADINGS
----------------------------------------------------------*/
/*
h1, h2, h3, h4, h5, h6
{
    color: #666666;
  font-variant: small-caps;
  text-transform: none;
  font-weight: 200;
  margin-bottom: 0px;
}
*/
h1 {
    font-size: 110%;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 100%;
}

h3 {
    font-size: 95%;
}

h4 {
    font-size: 80%;
}

h5, h6 {
    font-size: 75%;
}

/* h1 used as page title */

.h1_title {
    display: block;
    /* background-color: #ffe7c6;
  border: 1px solid #444444; */
    margin: 2px 0px 0px 0px;
    padding: 7px 2px 8px 15px;
    color: #000;
    color: #0A669E; /* CTSU blue */
    font-size: 110%; /* 93%; */
    font-weight: bold;
}

.h1_title_gray {
    display: block;
    background-color: #e0e0e0;
    border: 1px solid #444444;
    margin: 2px 0px 0px 0px;
    padding: 7px 2px 8px 15px;
    color: #000;
    font-size: 93%;
}




/* this rule styles <h1> and <h2> tags that are the
first child of the left and right table columns
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
  margin-top: 0px;
}
 */

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
/*
.page
{
  width: 100%;
  background-color: #ffffff;
  margin: 0px auto 0px auto;
}

.header
{
  position: relative;
  margin: 0px;
  padding: 0px;
  background: #4b6c9e;
  width: 100%;
}

.header h1
{
  position: relative;
  margin: 0px;
  padding: 0px;
  background-color: #f2f7fa;
  width: 100%;
  border-bottom: 1px solid #004886;
}

.main
{
  padding: 0px 12px;
  margin: 12px 8px 8px 8px;
  min-height: 420px;
}

.leftCol
{
  padding: 6px 0px;
  margin: 12px 8px 8px 8px;
  width: 200px;
  min-height: 200px;
}

*/

/* TAB MENU
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #405568; /* #465c71 */ /* 508 fix: changed color to increase contrast*/
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS
----------------------------------------------------------*/



legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC
----------------------------------------------------------*/

.clear {
    clear: both;
}

/*.title {
  display: block;
  float: left;
  text-align: left;
  width: auto;
}*/

.failureNotification {
    font-size: 90%;
    color: Red;
}

.mainContent {
    clear: both;
    padding: 10px 20px 0px 20px;
    width: 100%;
}

.publicMainContent {
    clear: both;
    padding: 0px 20px 0px 20px;
}

.mainText {
    font-size: 0.9rem;
    line-height: 100%;
}

.mainTitle {
    color: white;
    background-color: #074065;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 120%;
    padding: 5px;
}

.EMessage {
    color: Green;
    font-weight: 600;
}

/*-----End --copied from site.css --AMN -- 07022014---------------------------------------------------*/

/* #endregion site.css*/

/* #region base.css*/
/*** Should be removed after removing all references to this css file..*/

img {
    border: medium none;
}

div.ctsuwrapper {
    position: relative;
    width: 100%;
}

div.ctsucontainer {
    background-color: #F9F9F9;
    border: medium none;
    overflow-x: hidden;
    overflow-y: auto;
    position: inherit;
}

div.displaysave {
    width: 520px;
    height: 50px;
    background-color: #F9F9F9;
    border: medium none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}

.fbFieldSet {
    border: medium none;
    display: block;
    margin: 0;
    padding: 0;
}

div.field {
    margin-bottom: 10px;
}

div.first-field {
    margin-top: -10px;
}

.feedbacksubmit {
    margin-bottom: 0;
    margin-top: 10px;
}

div.field label {
    clear: both;
    display: block;
    line-height: 16px;
    margin: 0;
    padding-top: 5px;
}

    div.field label.question-label {
        font-weight: bold;
        line-height: 17px;
        margin-bottom: 3px;
    }

    div.field label.choice {
        cursor: pointer;
        margin-left: 17px;
        margin-top: -20px;
    }

    div.field label.rtl {
        margin-right: 15px;
    }

span.vertical {
    display: block;
}

span.horizontal {
    display: inline-block;
    margin-right: 20px;
}

span.choice-container-first {
}

span.choice-container-last {
}

.mandatory {
    color: #CC0000;
}

div.error {
    color: #CC0000;
    display: block;
    font-size: 85%;
    font-weight: bold;
    width: 95%;
}

.text-question-input-container {
    margin-bottom: 10px;
}

.text-question-input-container-first {
}

.text-question-input-container-last {
    margin-bottom: 0;
}

input.text, textarea.textarea, select.select {
    color: #333333;
    display: block;
    font-size: 90%;
    margin: 0;
    padding: 2px;
    width: 95%;
}

input.text, textarea.textarea, select.select {
    border-color: #777777 #CCCCCC #DDDDDD;
    border-style: solid;
    border-width: 1px;
}

select.select {
    padding: 1px 0 0;
}

textarea.textarea {
    height: 70px;
}

input.checkbox, input.radio {
    display: block;
    height: 13px;
    margin: 4px 0 0;
    padding: 2px;
    position: relative;
    vertical-align: bottom;
    width: 13px;
}

input.small, select.small, textarea.small {
    width: 25%;
}

input.medium, select.medium, textarea.medium {
    width: 70%;
}

input.large, select.large, textarea.large {
    width: 95%;
}

table.matrix-question {
    border-collapse: collapse !important;
    display: block;
    max-width: 96%;
    overflow: auto;
}

    table.matrix-question th, table.matrix-question td {
        border: 1px solid #DEDEDE;
        padding: 5px;
    }

    table.matrix-question th {
        background-color: #EEEEEE;
        border: 1px solid #CCCCCC;
        font-weight: normal;
    }

div.survey-comment-response {
    margin-top: 10px;
}

.feedbacksubmit {
    height: 30px;
}

    .feedbacksubmit button {
        display: inline-block;
        float: left;
        margin-left: 1px;
        width: auto;
    }

    .feedbacksubmit button {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #EEEEEE;
        background-image: -moz-linear-gradient(center top, #EEEEEE, #CCCCCC);
        border-color: #CCCCCC #CCCCCC #BBBBBB;
        border-image: none;
        border-radius: 3px 3px 3px 3px;
        border-style: solid;
        border-width: 1px;
        color: #333333;
        font: bold 11px/1 Arial,sans-serif;
        padding: 8px 0;
        text-align: center;
        text-shadow: 0 1px 0 #EEEEEE;
        width: 100px;
    }

        .feedbacksubmit button:hover {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            background-color: #DDDDDD;
            background-image: -moz-linear-gradient(center top, #DDDDDD, #BBBBBB);
            border-color: #BBBBBB #BBBBBB #999999;
            border-image: none;
            border-style: solid;
            border-width: 1px;
            cursor: pointer;
            text-shadow: 0 1px 0 #DDDDDD;
        }

        .feedbacksubmit button:active {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: #AAAAAA #AAAAAA #888888;
            border-image: none;
            border-style: solid;
            border-width: 1px;
            box-shadow: 0 0 5px 2px #AAAAAA inset, 0 1px 0 0 #EEEEEE;
        }

div.attchementProgressBar {
    border: 2px solid #CCCCCC;
    color: #666666;
    display: none;
    font-size: 85%;
    margin-left: 17px;
    padding: 2px;
    width: 120px;
}

div.powered-by {
    float: right;
    margin-right: 5%;
    margin-top: 8px;
}

/* Lightbox background */
/*
#lightbox
{
  display: none;
  background: #000000;
  opacity: 0.40;
  filter: alpha(opacity=0.40);
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index: 1001;
}
*/
/* Lightbox panel with content */
/*
#lightbox-show
{
  display: none;
  background: #000000;
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index: 900;
}
#panAnim
{
  -moz-font-feature-settings: inherit;
  -moz-font-language-override: inherit;
  background-color: #FFFFFF;
  border: none;
  border-radius: 2px 2px 2px 2px;
  font-family: inherit;
  font-size: 90%;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit; /*height: 123px;*/
/*line-height: inherit;
  padding: 5px; /*width: 0px;*/ /*top:30%;*/ /*left:0%;*/
/*position: inherit; 
  bottom: 0;
  z-index: 1002;
}*/

/*
#panAnim div.fieldset
{
  display: block;
}
#panAnim div.fieldset.div
{
  display: block;
}
.feedbacklabel
{
  color: #009872;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
*/


#overlaybox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/* #endregion base.css*/

/* #region ctsu.css*/
A.mbar:link {
    color: #050e15; /*#003860; 508 fix for color contrast */
    text-decoration: underline;
    background-color: transparent; /* 508 fix for issue "If you set any of the colors on the BODY or A elements you must set all of them" */
}

A.mbar:visited {
    color: #050e15; /*#003860; 508 fix for color contrast */
    text-decoration: underline;
    background-color: transparent; /* 508 fix for issue "If you set any of the colors on the BODY or A elements you must set all of them" */
}

A.mbar:hover {
    color: #050e15; /*#003860; 508 fix for color contrast */
    text-decoration: underline;
    background-color: transparent; /* 508 fix for issue "If you set any of the colors on the BODY or A elements you must set all of them" */
}

A.mbar:active {
    color: #050e15; /*darkred; 508 fix for color contrast */
    text-decoration: underline;
    background-color: transparent; /* 508 fix for issue "If you set any of the colors on the BODY or A elements you must set all of them" */
}

/* etbar is not being referenced in code or in eContents as of 10/24/2016. Comment it out to avoid 508 issue in "If you set any of the colors on the BODY or A elements you must set all of them" */
/*A.etbar:link {
  color: #000000;
  text-decoration: underline;
}

A.etbar:visited {
  color: #000000;
  text-decoration: underline;
}

A.etbar:hover {
  color: darkred;
  text-decoration: underline;
}

A.etbar:active {
  color: darkred;
  text-decoration: underline;
}*/

A.title:link {
    font-size: 90%;
    color: #ffffff;
    text-align: center;
    vertical-align: bottom;
    background-color: transparent; /* JJ 508 fix for issue "If you set any of the colors on the BODY or A elements you must set all of them */
}

.regularT {
    font-size: 90%;
}

.reg {
    font-size: 90%;
    color: #000000;
    font-weight: normal;
}

.regA {
    font-size: 93%;
    color: #000000;
    font-weight: normal;
}

.regB {
    font-size: 90%;
    color: #000000;
    font-weight: bold;
}

.tablelinkcell {
    vertical-align: middle;
}

/* Styles copied from pp_protocolinfo.aspx */
/*.prot_num_font
{
  font: normal 10pt sans-serif;
}
.prot_font
{
  font: normal 8pt Tahoma;
}
*/

.tbd {
    border-collapse: collapse;
    border: 1px solid #808080;
}

.thinb {
    border: 1px solid #808080;
}

.tmenu {
    padding: 2px;
    display: none;
}

/* toplnk is not being referenced in code or in eContents as of 10/24/2016. Comment it out to avoid 508 issue in "If you set any of the colors on the BODY or A elements you must set all of them" */
/*.toplnk {
  padding: 2px;
  text-decoration: none;
  font: normal 8pt sans_serif;
  color: blue;
}

A.toplnk:link {
  color: blue;
  text-decoration: underline;
}

A.toplnk:visited {
  color: blue;
  text-decoration: underline;
}

A.toplnk:hover {
  color: blue;
  text-decoration: underline;
}*/

/* toplnk_bigger is not being referenced in code or in eContents as of 10/24/2016. Comment it out to avoid 508 issue in "If you set any of the colors on the BODY or A elements you must set all of them" */
/*.toplnk_bigger {
  padding: 2px;
  text-decoration: none;
  font: normal 10pt sans_serif;
  color: blue;
}

A.toplnk_bigger:link {
  color: blue;
  text-decoration: underline;
}

A.toplnk_bigger:visited {
  color: blue;
  text-decoration: underline;
}

A.toplnk_bigger:hover {
  color: blue;
  text-decoration: underline;
}*/

.selmenu {
    margin-left: 50px;
    text-decoration: none;
    color: blue;
    cursor: pointer;
    color: black;
}

.defaultTableText {
    vertical-align: top;
    background-color: #ffffff;
    text-align: left;
    font-size: 90%;
}

.defaultTableHeading {
    vertical-align: top;
    background-color: #d4dde6;
    text-align: left;
    font-size: 90%;
}

.annoucementText {
    vertical-align: top;
    background-color: #ffffff;
}

.button {
    font-size: 90%;
    background-color: #F4F4F5; /* constant: light gray */
    text-align: center;
    border: 1px solid #000;
    color: #000000;
    cursor: pointer;
}

.warning {
    background: darkred;
    color: white;
    border: 1px solid #d0d0d0;
    text-align: left;
    vertical-align: middle;
}

/* skipRepetitiveLink is not being referenced in code or in eContents as of 10/24/2016. Comment it out to avoid 508 issue in "If you set any of the colors on the BODY or A elements you must set all of them" */
/*a.skipRepetitiveLink:link {
  color: #b4c3d4;
  text-decoration: underline;
}

a.skipRepetitiveLink:visited {
  color: #b4c3d4;
  text-decoration: underline;
}

a.skipRepetitiveLink:hover {
  color: #b4c3d4;
  text-decoration: underline;
}

a.skipRepetitiveLink:active {
  color: #b4c3d4;
  text-decoration: underline;
}*/

.nomargin /*need to have a better name*/ {
    margin: 0px 0px 0px 0px;
    !important;
}


table.formfield {
    width: 90%;
    text-align: right;
    border: 10px;
}

    table.formfield td {
        padding: 5px;
        border: solid #000 10px;
        font-size: 90%;
    }

    table.formfield fieldset {
        font-size: 120%;
        color: Black;
    }

table.ctsuHeader {
    margin-bottom: 4px;
    font-size: 93%;
    font-weight: lighter;
    width: 100%;
}

    table.ctsuHeader tr {
        background-color: #b4c3d4;
    }

    table.ctsuHeader th {
    }

    table.ctsuHeader td {
        padding-right: 20px;
        vertical-align: middle;
        vertical-align: middle;
        font-weight: normal;
        font-size: 8pt;
        white-space: nowrap;
        line-height: 18px;
    }

#regularcontent p {
    margin-bottom: 7px;
    margin-top: 0px;
}

.regularcontent p {
    margin-bottom: 7px;
    margin-top: 0px;
}


/* Styles for freeText class*/
.freeText {
}

    .freeText * {
    }

    .freeText p {
        font-size: 90%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .freeText ul {
        font-size: 90%;
    }

    .freeText li {
        font-size: 90%;
    }

    .freeText table {
        border: none #000 0px;
        border-width: 0px;
        border-style: dotted;
        border-color: #DDDDDD; /* #ffe7c6; */
    }

    .freeText th {
        border: none #000 0px;
        background-color: #D8D8D8;
    }

    .freeText td {
        border-width: 1px;
        border-style: dotted;
        border-color: #DDDDDD; /* #ffe7c6; */
    }

    .freeText table td {
        border-width: 0px;
    }

    .freeText div table tr,
    .freeText div,
    div.freeText {
        background-color: #F0F0F0;
    }

    .freeText h4 {
        display: inline;
        color: Black; /*below override the inherit h4 style from site.css*/
        font-variant: normal;
        font-weight: bold;
    }

    .freeText h3 {
        display: inline;
        color: Black; /*below override the inherit h3 style from site.css*/
        font-variant: normal;
        font-weight: bold;
    }

    .freeText h2 {
        display: inline;
        color: Black; /*below override the inherit h2 style from site.css*/
        font-variant: normal;
        font-weight: bold;
    }

    .freeText h1 {
        display: inline;
        color: Black; /*below override the inherit h1 style from site.css*/
        font-variant: normal;
        font-weight: bold;
    }

    .freeText A:link {
        color: blue;
        text-decoration: underline;
    }

    .freeText A:visited {
        color: blue;
        text-decoration: underline;
    }

    .freeText A:hover {
        color: blue;
        text-decoration: underline;
    }

/* Styles for Open and Rave Tabs*/

.content {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

    .content table {
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-top-width: 0px;
        border-left-width: 0px;
        border-style: solid;
        border-color: #707070;
        border-spacing: 0px;
        border-collapse: collapse;
        padding: 10px;
        width: 80%;
    }

    .content td, .content th {
        border-style: solid;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-top-width: 1px;
        border-left-width: 1px;
        border-color: #707070;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    .content th {
        background-color: #D4DDE6;
        font-weight: bold;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    .content caption {
        font-size: 100%;
        font-weight: bold;
        margin-bottom: 0.7em;
        margin-top: 1.0em;
    }

    .content dt {
        font-weight: bold;
    }

    .content a:link {
        text-decoration: none;
        color: #4863A0;
    }

    .content a:visited {
        text-decoration: underline;
        color: #003860;
    }

    .content a:active {
        text-decoration: underline;
        color: #333399;
    }

    .content a:hover {
        text-decoration: underline;
        color: #0f60cd;
    }

    .content tr.Shaded {
        background-color: #eeeeee;
    }

    .content p {
        font-size: 90%;
    }

        .content p.Bolder {
            font-size: 90%;
            font-weight: bold;
        }

        .content p.Error {
            color: Red;
            font-size: 90%;
        }

        .content p.Left {
            font-size: 90%;
            text-align: left;
        }
    /* FORMS */

    .content fieldset {
        border: dotted 1px #999;
        padding: 1px;
        margin: 1px auto;
        width: 80%;
    }

    .content legend {
        font-size: 90%;
        font-weight: bold;
        background-color: white;
    }

    .content label {
        font-weight: bold;
    }

    .content textarea {
        border: solid 1px #999;
    }

    .content .required {
        color: red;
    }

    .content caption {
        font-size: 90%;
        font-weight: bold;
        margin-bottom: 1px;
        margin-top: 1px;
    }


/******************************************/

/* ACCESSIBILITY */

a#skipnav:link, a#skipnav:visited {
    position: absolute;
    width: 100%;
    left: -999em !important;
    margin: 1em auto;
    text-align: center;
    background-color: white;
    z-index: 100;
}

a#skipnav:focus, a#skipnav:active {
    left: 0 !important;
}

/* Make the SkipNav508 link off screen to hide it from regular browser users but still be visible to the screen reader */

a.skipNav508:link, a.skipNav508:hover, a.skipNav508:visited, .hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

a.skipNav508:focus, a.skipNav508:active {
    position: static;
    width: auto;
    height: auto;
}

/*Themed CSS Class for Westat.Controls.GridViewEx*/
table select {
    font-size: 80%;
    color: Black;
}

table.information {
    background-color: #ffffff;
    color: #013470;
}

.formFieldSet input, select {
    font-size: 90%;
    font-weight: normal;
    vertical-align: top;
}

    .formFieldSet input:textbox {
        height: 20px;
    }

li.listItemHeader {
    list-style-type: disc;
    list-style-position: outside;
}

li.listItemDetail {
    list-style-type: none;
    padding: 0px;
    margin-left: 20px;
}

ul.noIndentList {
    padding: 0px;
    margin-left: 15px;
    font: normal 10pt Tahoma;
}

ul.main {
    list-style-type: disc;
}

    ul.main > li {
        font-size: 100%;
    }

ul.sub {
    list-style-type: circle;
}

.repeaterrow {
    border: 2px solid;
    border-color: #DDDDDD;
    padding: 10px;
}

.repeaterquestion {
    font: bold;
    padding-bottom: 5px;
}

.repeateranswer {
    padding-left: 20px;
}

.SearchHighlight {
    background-color: yellow;
}

.noborder {
    border: 0px solid #DDDDDD;
}

.pageTitle {
    width: 100%;
    /* background-color: #ffe7c6; */
    font: normal normal 14px verdana;
    font-weight: bold;
    padding: 2px;
    border: 1px solid #444444;
}

.title {
    font: normal normal 14pt;
    padding: 2px;
}

div.block {
    padding-left: 15px;
    padding-right: 15px;
}

div.block {
    padding-left: 15px;
    padding-right: 15px;
}

.p_title {
    display: block;
    /* background-color: #ffe7c6;
    border: 1px solid #444444; */
    margin: 2px 0px 0px 0px;
    padding: 5px 2px 7px 15px;
    color: #000;
    color: #0A669E; /* CTSU blue */
    font-size: 110%;
    font-weight: bold;
}

.p_body {
    padding: 4px;
}


.PageTextContent {
    padding-left: 2px;
    padding-right: 2px;
}

.RadioLabelFix input[type="radio"] {
    vertical-align: middle;
    margin: 0px;
}

.RadioLabelFix label {
    vertical-align: middle;
    margin: 0px;
    margin-right: 20px;
}

.RadioLabelFix a {
    vertical-align: middle;
    margin: 0px;
    margin-left: 5px !important;
}

.EllipsisBtn {
    height: 15px;
    width: 15px;
    font-size: 8pt;
    padding: 0px;
    border-radius: 0.3em;
    border: .05em solid black;
    margin-left: -20px;
    margin-right: 20px;
    vertical-align: middle;
}

.btnRightAlign {
    float: right;
}

.info {
    vertical-align: middle;
    color: darkgreen;
}

.error {
    vertical-align: middle;
    color: darkred;
}

.tdVmiddle {
}

    .tdVmiddle a {
        vertical-align: middle;
        margin: 0px;
    }

SPAN.rpText {
    color: white;
}

.gdShadow {
    background: rgba(143, 162, 182, 1);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0YTViNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2IxYmZjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2M5ZDJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2Q0ZGRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2Q4ZGZlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2UzZThlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iI2Y0ZjVmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #94a5b7 0%, #b1bfcc 15%, #c9d2db 30%, #d4dde4 40%, #d8dfe5 45%, #e3e8ec 55%, #f4f5f7 69%, #ffffff 95%, #ffffff 95%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94a5b7), color-stop(15%,#b1bfcc), color-stop(30%,#c9d2db), color-stop(40%,#d4dde4), color-stop(45%,#d8dfe5), color-stop(55%,#e3e8ec), color-stop(69%,#f4f5f7), color-stop(95%,#ffffff), color-stop(95%,#ffffff));
    background: -webkit-linear-gradient(top, #94a5b7 0%,#b1bfcc 15%,#c9d2db 30%,#d4dde4 40%,#d8dfe5 45%,#e3e8ec 55%,#f4f5f7 69%,#ffffff 95%,#ffffff 95%);
    background: -o-linear-gradient(top, #94a5b7 0%,#b1bfcc 15%,#c9d2db 30%,#d4dde4 40%,#d8dfe5 45%,#e3e8ec 55%,#f4f5f7 69%,#ffffff 95%,#ffffff 95%);
    background: -ms-linear-gradient(top, #94a5b7 0%,#b1bfcc 15%,#c9d2db 30%,#d4dde4 40%,#d8dfe5 45%,#e3e8ec 55%,#f4f5f7 69%,#ffffff 95%,#ffffff 95%);
    background: linear-gradient(to bottom, #94a5b7 0%,#b1bfcc 15%,#c9d2db 30%,#d4dde4 40%,#d8dfe5 45%,#e3e8ec 55%,#f4f5f7 69%,#ffffff 95%,#ffffff 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94a5b7', endColorstr='#ffffff',GradientType=0 );
}

.RumsStepIcons {
    width: 16px;
    height: 22px;
    float: left;
    margin: 0px 5px 0px 0px;
    padding: 0px;
    border: 0px;
}

    .RumsStepIcons img {
        border: 0px;
        vertical-align: middle;
    }

.RumsRequest {
    background-color: lightgoldenrodyellow;
}

DIV.popLogin {
  display: none;
  z-index: 99999;
  background: white;
  box-shadow: 0 0 0.5rem 0.25rem rgb(0 0 0 / 50%) !important; /* 5px 5px 20px 2px #1a1a1a; */
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 1rem;
}

label.disclaimer {
    font-size: 50%;
}

.searchBox {
    border-style: outset;
    margin-bottom: 2px;
    margin-top: 2px;
    /*height: 25px;*/
}

.winbtn {
    border-style: outset;
    border-width: 1px 1px 1px 2px;
    border-color: #CCCCCC #CCCCCC #CCCCCC #FFFFFF;
    background-color: #d0d0d0;
    margin-bottom: 5px;
    height: 25px;
}

    .winbtn input[type] {
        vertical-align: middle;
    }

    .winbtn input[type="textbox"] {
        height: 23px;
        width: 200px;
    }

    .winbtn input[type="button"] {
        height: 23px;
        width: 40px;
    }

.reportFields {
    background-color: #DCDCDC;
    padding: 5px;
    border-style: outset;
    border-color: #DCDCDC;
    border-width: .05em;
    margin-bottom: 5px;
}

.leftAlign {
    text-align: left;
}

.rightAlign {
    text-align: right;
}

.bold {
    font-weight: bold;
}
/* #endregion ctsu.css*/

/* #region portlets.css*/

/* JLW: Will move these later */
.EGridNoRecords {
    font-size: 85%;
    font-weight: bold;
    padding: 5px;
    background-color: #F7F6ED;
}

ul.tree-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 55px;
    float: right;
    width: 220px;
}

li.tree-item {
    float: left;
    width: 260px;
    padding: 0 10px;
    border-left: solid 1px #b1d8eb;
    height: 55px;
}

div.text {
    color: #4888a2;
    padding: 6px 18px;
    display: block;
}

/*----------------------------------------------------------------------------------- 
 | Generalize?
 +-----------------------------------------------------------------------------------*/
div.gap {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.gap-sm {
    margin-top: 2px;
    margin-bottom: 2px;
}

label:lgap {
    margin-left: 10px;
}

A.lgap {
    margin-left: 40px;
}

.tableStyle {
    border-collapse: collapse !important;
    border-top: 0px solid black !important;
    border-right: 0px solid black !important;
    border-bottom-color: #d0d7e5;
    border-left-color: #d0d7e5;
    border-right-color: #d0d7e5;
    border-top-color: #d0d7e5;
    border-bottom-style: none;
    border-left-style: none;
    border-color: #163f64;
}

    .tableStyle td > * {
        padding-left: 0px;
    }

.cellStyle {
    border-left: 1px solid #d0d7e5;
    border-bottom: 1px solid #d0d7e5;
    border-right: 1px solid #d0d7e5;
    border-top: 1px solid #d0d7e5;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.rdCommands li {
    padding: 0px;
}

.divTitles {
    margin: 0 10px 0px 0;
    padding: 5px 0 5px 12px; /*width: 100%;*/
    height: auto;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: white;
    background-color: #074065;
}
/* #endregion portlets.css*/

/*----------------------------------------------------------------------------------- 
 | EDK Overrides
 +-----------------------------------------------------------------------------------*/
.portlet-dock-title {
    font-size: 95%;
}

.centerTitles {
    margin: 0 0px 10px 0;
    padding: 5px 0 5px 12px;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: white;
    background-color: #074065;
}

.eReqDocMsg {
    color: #ff0000;
    font-weight: bold;
    text-align: center;
}

.eReqAttrTxt {
    color: #ff0000;
    font-weight: bold;
}

table.rumsReview {
    font-size: 93%;
    width: 100%;
}

    table.rumsReview tr {
        background-color: #f0f0f0;
        border: 1px solid #DEDEDE;
        padding: 0px 10px 0px 10px;
    }

    table.rumsReview th {
        background-color: #074065;
        width: 100%;
        color: White;
        font-weight: bold;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0px 10px 0px 10px;
    }

    table.rumsReview td {
        vertical-align: middle;
        vertical-align: middle;
        font-weight: normal;
        font-size: 8pt;
        white-space: nowrap;
        line-height: 18px;
        padding: 0px 10px 0px 10px;
    }
/*----------------------------------------------------------------------------------- 
 | RUMS Review and confirm
 +-----------------------------------------------------------------------------------*/

#subject {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 34px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    color: #163f64;
    background: url(../images/tan_subject_bar.jpg) repeat-x;
}

.subject_info {
    float: left;
    margin: 0;
    padding: 0 0 0 9px;
    width: auto;
    height: 25px;
    font-size: 12px; /*line-height: 40px;*/
    color: #163f64;
}

/* ______________________________________ BACK & NEXT BUTTONS ________________________________ */

#backNextBtns {
    float: right;
    margin: 5px 0 0 0;
    padding: 0;
    width: 187px;
    height: auto;
}

.backNext a {
    float: left;
    margin: 0 7px 0 0;
    padding: 0;
    width: 86px;
    height: 17px;
    font-size: 90%;
    line-height: 120%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: url(../images/button_off.jpg) repeat-x;
    border-radius: 4px;
    display: block;
}

    .backNext a:hover {
        text-decoration: underline;
        background: url(../images/button_ovr.jpg) repeat-x;
        display: block;
    }

    .backNext a.current {
        width: 86px;
        height: 17px;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        text-decoration: none;
        background: url(../images/button_ovr.jpg) repeat-x;
        display: block;
    }

/* ::::::::::::::::::::::::::::::::::: DOCUMENTS CONTROL ::::::::::::::::::::::::::::::::::: */

.requestBox {
    float: left;
    margin: 10px;
    padding: 10px 10px 0 10px;
    /*width: 100%;*/
    min-width: 800px;
    height: auto;
    background-color: #e6ecec;
    border: 2px solid #074065;
}

.divTblWrapper {
    float: left;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    width: 100%;
    border: 1px solid #074065;
}

    .divTblWrapper:after {
        content: "";
        display: table;
        clear: both;
    }

/* _______________________________ ADD INVESTIGATOR SECTOIN ________________________________ */

.titleBox {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 800px;
  height: 35px;
  background-color: #074065;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  color: #fff;
}

.number {
    float: left;
    margin: 9px 0 0 10px;
    width: 10%;
    max-width: 40px;
    height: 17px;
    float: left;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #074065;
    background-color: #ffffff;
    border: 1px solid #c5cfd8;
    border-radius: 2px;
}

.title {
    margin-left: 17px;
    padding-left: 8px;
    width: 50%;
    /*float: left;*/
    text-align: center;
}

.readyToSubmit {
    float: left;
    margin: 9px 0 0 0;
    width: auto;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    height: 18px;
    line-height: 16px; /*background-color: #006747; 	border: 1px solid #ffffff; 	color:#074065; 	background-color: #ffffff; 	border: 1px solid #c5cfd8; 	border-radius: 2px;*/
}

.titleBox:after {
    content: "";
    display: table;
    clear: both;
}

.idTable {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #074065;
    background-color: #ffffff;
}

.idColBold {
    padding: 0 0 0 10px;
    height: 24px;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    text-align: left;
    border-bottom: 1px solid #c5cfd8;
}

.idColBold_noBtm {
    padding: 0 0 0 10px;
    height: 24px;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    text-align: left;
}

.idCol {
    padding: 0 0 0 10px;
    height: 24px;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    text-align: left;
    border-bottom: 1px solid #c5cfd8;
}

.idCol_noBtm {
    padding: 0 0 0 10px;
    height: 24px;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    text-align: left;
}

/* _______________________________ END ADD INVESTIGATOR SECTOIN ________________________________ */

/* ______________________________ PERSON ATTRIBUTES & DOCUMENTS ________________________________ */


.titleBoxTan {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 586px;
    height: 35px;
    /* background-color: #ffe7c6; */
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
    text-align: left;
    text-indent: 10px;
    color: #074065;
    border-bottom: 1px solid #074065;
}

    .titleBoxTan:after {
        content: "";
        display: table;
        clear: both;
    }

.gradientBar {
    float: left;
    margin: 0;
    padding: 5px 0 0 0;
    width: 100%;
    min-width: 576px;
    text-indent: 10px;
    height: 21px;
    background: url(../images/gradientBar.jpg) repeat-x;
}

.idTable {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #074065;
    background-color: #ffffff;
}

.idColOne {
    padding: 0 0 0 10px;
    height: 24px;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    text-align: left;
    border-bottom: 1px solid #c5cfd8;
}

.idColOne_noBtm {
    padding: 0 0 0 10px;
    height: 24px;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    text-align: left;
}

.ColBorderBtmRight {
    padding: 0 10px 0 10px;
    height: 24px;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    text-align: left;
    border-bottom: 1px solid #c5cfd8;
    border-right: 1px solid #c5cfd8;
}

.ColBorderRight {
    padding: 0 10px 0 10px;
    height: 24px;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    text-align: left;
    border-right: 1px solid #c5cfd8;
}



.secondTh {
    margin: 0;
    padding: 0;
    height: 24px;
    font-weight: bold;
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    background-color: #506f8b;
}

.rowGrey {
    background-color: #f1f1f1;
}

.rowBlu {
    background-color: #e4eff5;
}

.selectBtn {
    margin: 4px 0 3px 0;
}

.lblGrnMsg {
    color: Green;
    font-weight: bold;
    text-align: center;
}

.hand {
    cursor: pointer;
}

.actionicon {
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    line-height: inherit;
    text-decoration: none;
    margin-right: 4px;
}
.iconPaddingRight {
  padding-right: 8px;  
}

.noactionicon {
    padding: 0px 0px 0px 0px;
    margin-left: 8px;
    cursor: default;
}

.removeRoleIcon {
    background-image: url(/images/removerole.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    margin-left: 5px;
    cursor: pointer;
}

.icon {
}

.countryFlag {
    line-height: normal;
    text-decoration: none;
    /*margin: 0em .15em 0em .15em;*/
    height: 24px;
    width: 32px;
}

.label-ctsu {
    color: #333;
    background-color: #F3F3F3;
    border: 1px solid #D8D8D8;
    border-radius: .25em;
    font-size: 95%;
    line-height: normal;
    font-weight: normal;
    padding: .15em .4em .15em;
    margin-right: 5px;
    margin-bottom: 2px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.fl-left {
    margin-left: 5px;
    margin-right: 5px;
}

.rus-sum /*rums steps summary*/ {
    margin: 2px;
    background-color: white;
    border-radius: 3px;
    cursor: default;
}

.rus-panel { /*rums steps select multi rolese*/
  max-height: 200px;
  overflow-y: auto;
}
    .rus-sum table {
        width: 100%;
        line-height: normal;
        margin-bottom: 3px;
    }

        .rus-sum table td:nth-child(2) {
            width: 100%;
            /*font-weight: bold;*/
            margin-left: 5px;
            color: Black;
        }
/* adapted from http://maxwells.github.io/bootstrap-tags.html */
.tag {
    border: 0.01em solid #C0C0C0;
    font-size: 95%;
    line-height: normal;
    padding: .15em .4em .15em;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    background-color: rgba(220, 220, 220, .7);
    color: #1E1E1E;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    white-space: pre-wrap;
    text-align: left;
}

    .tag > .icon {
        margin-left: 0px;
    }

    .tag a {
        color: #bbb;
        cursor: pointer;
        opacity: 0.9;
    }

        .tag a:hover > .remove {
            color: Red;
        }

    .tag .remove {
    }

    .tag a:hover > .add {
        color: green;
    }

    .tag .add {
    }


    .tag a {
        margin: 0 0 0 .3em;
    }

        .tag a .glyphicon-white {
            color: #606060;
            font-size: 120%;
        }

.tag-in-tag {
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 2px;
    padding: .10em .2em .10em;
}

.blue-tag {
    color: #FFFFFF;
    border-color: #0033CC;
    background-color: #204d74; /*(42,117,191, 0.7);*/
}

.grey-tag {
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: #05416B;
}

.red-tag {
    color: #AB0731;
    border-color: #fedfe7;
    background-color: #fedfe7;
}

.green-tag {
    background-color: #2e8b57; /*#92BEA2;*/
    color: #FFFFFF;
    border-color: #009933;
}

.green-tag-DTL {
    background-color: #e7fbee;
    color: #11612D;
    border-color: #e7fbee;
}

.white-tag {
    background-color: #FFFFFF; /*(42,117,191, 0.7);*/
    border-color: #FFFFFF;
    margin-top: 0px;
}

.outline-tag {
    background: #FFFFFF;
    border-color: #000000;
}

.EWizRoutineMsg {
    color: Red;
    font-weight: bold;
}

.special {
    padding-right: 0px;
    padding-left: 0px;
}

/*overriding APPEDK.css classes*/

.themeRowOdd * {
    font-size: 0.9rem;
}

.themeRowEven * {
    background-color: #f0f0f0;
    font-size: 0.9rem;
}

.ctsuBorderBox {
    color: #074065;
    border: 1px solid #074065;
}

.ctsuFilterPanel {
    background-color: #e0e0e0;
}

.form-control-ctsu {
    font-size: 95%;
    padding: 0px 3px 0px 3px;
    height: 25px;
    line-height: normal;
}

.btn-default-ctsu {
    line-height: normal;
    padding: 0px 3px 0px 3px;
    height: 25px;
}

.panelHeader {
    border-bottom: 1px solid #677;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    background-color: #d0d0d0;
}

.layoutPin-pin {
    cursor: pointer;
    float: right;
    margin: 2px;
    color: #074065;
    opacity: .8;
}

.layoutPin-pin-down:before {
    content: "\f08d";
    margin: 2px;
}

.layoutPin-pin-down:hover {
    content: "\f08d";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 2px;
}

.layoutPin-pin-up:before {
    content: "\f08d";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 2px;
}

.layoutPin-pin-up:hover {
    content: "\f08d";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin: 2px;
}

.ui-layout-toggler {
    background-color: transparent;
    border: 0px;
    border-color: transparent;
}

    .ui-layout-toggler .content {
        text-align: center;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        background-color: transparent;
        padding-left: 0px;
        background-color: rgb(255, 231, 198);
        color: #003366;
        -moz-border-radius: 8px 0px 8px 0px;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 0px;
        border-top-right-radius: 8px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 0;
        border: 1px outset rgb(229, 208, 178);
    }

    .ui-layout-toggler:hover .content:hover {
        background-color: #074065;
        color: rgb(255, 231, 198);
        -moz-border-radius: 8px 0px 8px 0px;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 0px;
        border-top-right-radius: 8px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 0;
        border: 1px outset rgb(229, 208, 178);
    }

.layoutSlider {
    line-height: normal;
}

.layoutSlider-closed {
    border: 0px;
}

.layoutSlider-open {
    line-height: normal;
    background-color: #d0d0d0;
}

.ui-layout-resizer-west-closed {
    border: 0px;
}

.ui-layout-pane-north {
    border: 0px;
    overflow: visible;
    z-index: 99 !important;
}

.hiddenLabel {
    position: absolute !important;
    left: -999em !important;
    width: 1em !important;
    overflow: hidden !important;
}

.previous {
    padding-right: 30px;
}

.page {
    padding-right: 3px;
}

.background {
    background-color: #e5ecf9;
}

.searchHeaderPadding {
    padding-left: 5px;
}

.gridDiv {
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 15px;
    padding-top: 10px;
    margin: 2px 20px 0px;
}

.gridParagraph {
    margin: 2px 0 0 0;
}

.url {
    color: Green;
}

.pageDiv {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 20px;
}

.dropdown-menu > li > a > span {
    font-size: 90%;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #003366;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        margin-top: 3px;
        margin-right: -15px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.nav-ctsu > li > a {
    padding: 5px 8px;
}


/* OLD Secondary Navigation */
/* .btn-group-ctsu-level2 {
  margin-right: .25rem;
}

  .btn-group-ctsu-level2 a {
    color: #286090;
    / *font-weight: bold;* /
  }

  .btn-group-ctsu-level2 > .btn + .dropdown-toggle {
    padding-right: 3px;
    padding-left: 3px;
  }


.btn-ctsu-l2 {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  / *background-color: rgb(255, 231, 198);* /
  background-color: #F2F2F2;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.dropdown-menu-ctsu-l2 {
  background-color: rgb(255, 231, 198);
  font-size: 12px;
  border-color: #286090;
  border-width: 1px;
  background-clip: border-box;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  margin-top: 1px;
  z-index: 3600;
}

.caret-main-menu-l2 {
  color: #286090;
}

.dropdown-toggle:hover span {
  color: #fff;
  -webkit-transition: border-radius 2s;
}

.dropdown-menu-ctsu-l2 > li > a:hover {
  background-color: #286090;
  color: white; / *font-color* /
}

.dropdown-menu-ctsu-l2 > li > a {
  color: #163f64;
  cursor: pointer;
  / *font-weight: bold;* /
} */

/* NEW Secondary Navigation */
.btn-group-ctsu-level2 {
    box-shadow: 0 -0.05rem 0.3rem 0.05rem rgb(0 0 0 / 5%) !important; /* 0 0.05rem 0.3rem 0.2rem rgb(0 0 0 / 15%) !important; */
    color: #05416B;
    margin-right: .25rem;
}

    .btn-group-ctsu-level2 a {
        color: inherit;
        background: #FFFFFF;
        border: 1px solid #DDD !important;
        border-bottom: none !important;
        border-radius: 0;
        box-shadow: inset 0 -0.1rem 0.5rem 0 rgb(0 0 0 / 15%);
        padding: .5rem;
        transition: .25s;
        font-weight: 700;
    }

        .btn-group-ctsu-level2 a.active ~ a {
            box-shadow: none;
        }

        .btn-group-ctsu-level2 a.active {
            color: inherit;
            background: #D1E1E9;
            box-shadow: 0 -0.1rem 0.5rem 0.1rem rgb(0 0 0 / 10%) !important;
            font-weight: 700;
            padding-left: 1rem;
            padding-right: 1rem;
        }

            .btn-group-ctsu-level2 a.active ~ a {
                background: #FFFFFF;
            }

        .btn-group-ctsu-level2 a:hover,
        .btn-group-ctsu-level2 a:focus {
            background: #FFFFFF !important;
            color: inherit !important;
            font-weight: 700;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            text-decoration: underline !important;
        }

        .btn-group-ctsu-level2 a.active:hover,
        .btn-group-ctsu-level2 a.active:focus {
            background: #D1E1E9 !important;
        }

        .btn-group-ctsu-level2 a.active ~ a:hover,
        .btn-group-ctsu-level2 a.active ~ a:focus,
        .btn-group-ctsu-level2 a.active ~ a:active {
            background: #FFFFFF !important;
        }

        .btn-group-ctsu-level2 a .caret {
            color: #05416B;
            transition: .25s;
        }

        .btn-group-ctsu-level2 a:hover .caret,
        .btn-group-ctsu-level2 a:focus .caret {
            border-width: 6px;
        }

    .btn-group-ctsu-level2 .dropdown-menu-ctsu-l2 {
        background: #FFFFFF;
        border: none;
        border-radius: 0;
        box-shadow: 0 0.05rem 0.3rem 0.2rem rgb(0 0 0 / 15%) !important;
        left: auto;
        right: 0;
    }

        .btn-group-ctsu-level2 .dropdown-menu-ctsu-l2 li a {
            background: transparent;
            box-shadow: none;
            color: inherit;
            font-weight: 400 !important;
            padding: .25rem 1rem !important;
            border: none !important;
        }

        .btn-group-ctsu-level2 .dropdown-menu-ctsu-l2 li:last-child {
            padding-bottom: 0;
        }

        .btn-group-ctsu-level2 .dropdown-menu-ctsu-l2 .dropdown-submenu {
        }

            .btn-group-ctsu-level2 .dropdown-menu-ctsu-l2 .dropdown-submenu a:after {
                border-left-color: #05416B !important;
                margin-right: 0;
                right: 1rem;
            }

            .btn-group-ctsu-level2 .dropdown-menu-ctsu-l2 .dropdown-submenu .dropdown-menu {
                background: #FFFFFF;
                border: none;
                border-radius: 0;
                box-shadow: 0 0.05rem 0.3rem 0.2rem rgb(0 0 0 / 15%) !important;
            }
/* end */


.btn-group-ctsu {
    margin-right: 0px;
}

    .btn-group-ctsu a {
        color: #003366;
        /*font-weight: bold;*/
    }

    .btn-group-ctsu > .btn + .dropdown-toggle {
        padding-right: 3px;
        padding-left: 3px;
    }

.input-group-ctsu {
    margin-right: 2px;
}

    .input-group-ctsu a {
        color: #003366;
        /*font-weight: bold;*/
    }

    .input-group-ctsu > .btn + .dropdown-toggle {
        padding-right: 3px;
        padding-left: 3px;
    }

.input-group-ctsu-btn {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: rgb(180, 195, 212);
    border-bottom-style: none;
    border-bottom-width: 0px;
}

.btn-ctsu {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: rgb(180, 195, 212);
    border-width: 0px;
}

.btn-ctsu-caret {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: rgb(180, 195, 212);
    border-width: 0px;
}


.dropdown-menu-ctsu {
    background-color: rgb(180, 195, 212);
    font-size: 12px;
    border-color: #003366;
    border-width: 1px;
    background-clip: border-box;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-top: 0px;
    z-index: 3600;
}

    .dropdown-menu-ctsu > li {
        padding: 0px;
        /*font-weight: bold;*/
    }

        .dropdown-menu-ctsu > li > a {
            color: #003366;
            padding: 5px 20px;
            /*font-weight: bold;*/
        }

.dropdown-menu > li > a {
    font-size: 12px;
}

.divTable {
    display: table;
    border-collapse: collapse;
}

    .divTable .divRow {
        display: table-row;
    }

    .divTable .divCell {
        display: table-cell;
        column-span: all;
        -webkit-column-span: all;
    }

    .divTable .ctsuHeader .divRow {
        background-color: #b4c3d4;
    }

.ctsuSpinnerIE8 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(170, 170, 170);
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    z-index: 4000;
}

.ctsuSpinner {
    background-position: 50% 50%;
    display: none;
    position: fixed;
    z-index: 4001;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('/images/loading.gif');
    background-repeat: no-repeat;
    background-color: rgba(170, 170, 170, .5);
}

.ui-dialog-ctsu {
    z-index: 4003;
}

    .ui-dialog-ctsu .ui-dialog-titlebar-close {
        display: none;
    }

.ui-dialog-titlebar-close {
    padding: 0 !important;
}

    .ui-dialog-titlebar-close:after {
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        /* Change path to image*/
        background-image: url(/styles/images/ui-icons_888888_256x240.png);
        background-position: -96px -128px;
        background-repeat: no-repeat;
    }

.panel > .dashPanel {
    margin-bottom: 3px;
}

.panel-info-custom > .panel-heading-custom {
    color: #fff;
    background: #ff0000;
}

.panel-default > .panel-heading-custom {
    background: #074065;
    /* color: #ffe7c6; */
    margin-bottom: 3px;
}

.panel-default > .panel-heading-top {
    background: #00c5ff;
    /* color: #ffe7c6; */
    margin-bottom: 3px;
}

a.dashAnchor:link {
    color: white;
    font-family: Verdana, Geneva, sans-serif;
}

a.dashAnchor:visited {
    color: white;
    text-decoration: none;
}

a.dashAnchor:hover {
    color: white;
}

a.dashAnchor:focus {
    color: white;
}

a.dashAnchor:active {
    color: white;
}

.panel-title > .panel-title-ctsu {
    margin-bottom: 3px;
}

._Telerik_IE9 .RadGrid > table.rgMasterTable {
    width: 100%;
}

    ._Telerik_IE9 .RadGrid > table.rgMasterTable > thead tr th:nth-child(1) {
        max-width: 50px;
    }

        ._Telerik_IE9 .RadGrid > table.rgMasterTable > thead tr th:nth-child(1).rumsPRB_Name {
            width: 220px;
        }


.ctsuLandSet {
    /*css class for tab set as landing page*/
    color: #0DAC15;
    font-size: 120%;
}

.ctsuLandCanSet {
    /*css class for tab that can be set as landing page*/
    color: White;
    font-size: 120%;
}

.RadGrid .rgMasterTable, .RadGrid .rgDetailTable, .RadGrid .rgEditForm table {
    width: 100%;
}

.container-fluid-ctsu {
    padding: 0px 0px 0px 0px;
}

/*eWiz classes below were moved from AppCustom*/

.eWizNavButton {
    margin-left: 8px;
    margin-right: 8px;
    border: 0px; /* solid #96d1f8;*/
    background: #003154;
    /*
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzE1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzAwMzE1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzAwMzE1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iIzAwMzU1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iIzAwMDIxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #003154 0%, #003154 26%, #003154 47%, #00355b 54%, #00021c 91%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003154), color-stop(26%,#003154), color-stop(47%,#003154), color-stop(54%,#00355b), color-stop(91%,#00021c));
  background: -webkit-linear-gradient(top,  #003154 0%,#003154 26%,#003154 47%,#00355b 54%,#00021c 91%);
  background: -o-linear-gradient(top,  #003154 0%,#003154 26%,#003154 47%,#00355b 54%,#00021c 91%);
  background: -ms-linear-gradient(top,  #003154 0%,#003154 26%,#003154 47%,#00355b 54%,#00021c 91%);
  background: linear-gradient(to bottom,  #003154 0%,#003154 26%,#003154 47%,#00355b 54%,#00021c 91%);
*/
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 90%;
    font-family: Arial, sans-serif;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
}

    .eWizNavButton:hover {
        border-top-color: #003366;
        background: #0070ba;
        cursor: pointer;
    }

    .eWizNavButton:active {
        border-top-color: #1b435e;
        background: #0070ba;
    }

    .eWizNavButton:disabled {
        border-top-color: #1b435e;
        background: #535E71;
        color: #B4B4B4;
        cursor: default;
    }

.eWizLeftColCell {
    width: 250px;
}

.eWizSummaryTitle {
    margin: 0;
    padding: 0;
    height: 43px;
    background: url(../images/left_nav_top_title.jpg) repeat-x;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    /* Added from changes found in TabStrip.CTSUDefault.css */
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 0;
}

.eWizard {
    width: 100%;
}

html .t-container-fluid,
html .t-row-wrap > .t-row {
    max-width: none;
}

    html .t-container-fluid,
    html .t-row-wrap > .t-row > .t-col {
        padding-left: 0px;
    }
/*override bootstrap's columns*/
.no-padding {
    padding: 0px !important;
    margin: 0px !important;
}

/*Custom Support pages for RAVE*/
#Rave_CustomSupport {
    margin: 20px 50px 20px 50px;
    padding: 5px 0px 5px 12px;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif !important;
}

    #Rave_CustomSupport H1 {
        background: #e0e0e0;
        padding: 4px 4px 4px 4px;
        font-weight: bold;
    }

#Rave_LPOcontent {
    background: #fdeada;
    border: thin solid currentColor;
    padding: 0px 5px 5px 5px;
    width: 100%;
}

    #Rave_LPOcontent td {
        padding: 0px 10px 10px 10px;
        vertical-align: top;
        width: 100%;
    }

.Rave_Valigntop {
    vertical-align: top;
}

/* DQP grid column alignment */

.eRadGrid tbody td.ecDQP-LEVEL2-LINK,
td.ecDQP-DLEVEL2-LINK,
td.ecDQP-SUMMARYDLQ-LINK,
td.ecDQP-SUMMARYQRY-LINK,
td.ecDQP-SPPROTOCOLQAVG,
td.ecDQP-SPPROTOCOLDAVG,
td.ecDQP-SPAVGQUERIES,
td.ecDQP-SPAVGDELQS {
    text-align: right;
}

.eRadGrid tbody td.ecDQP-REPARSE,
td.ecDQP-AUDITRECORDS {
    text-align: center;
}

.eRadGrid tbody td.ecACTION-COLUMN-CENTER {
    text-align: center;
    padding-left: 10px;
}

.eRadGrid tbody td.ecDQP-LEVEL3-LINK,
td.ecDQP-DLEVEL3-LINK {
    text-align: right;
    white-space: nowrap;
}

/* Common style for DQP Query text, in case it has embedded style info */

.eRadGrid tbody td.ecField, td.ecQuery {
    color: #000 !important;
    font-size: .9rem !important; /* Changed 90% to .9rem to maintain the same font size due to the 508 fixes on font sizes in other css classes */
    font-family: Verdana,Geneva,sans-serif !important;
    text-decoration: none !important;
}

.tab-vert {
    border-top-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0px;
    background-color: rgb(180, 195, 212);
    border: 1px solid #00406d;
    border-left: 0px;
    cursor: pointer;
    width: 10px;
    height: 30px;
    position: fixed;
}

.tab-vert-caret {
    font-size: 85%;
    color: #00406d;
    margin: 2px;
    margin-right: 3px;
    margin-top: 8px;
}

.ctsuFakeLink {
    text-decoration: none !important;
}

.ctsuFakeLabel {
    text-decoration: underline !important;
}

.t-container .t-row .t-col {
    padding-right: 0px;
}

.t-container .t-row .layout-col-left {
    padding-right: 15px;
}

.divider {
    width: 0.2%;
    background-color: rgb(136, 136, 136);
    height: 100%;
    float: left;
}

.tbInfoContainer {
    width: 100%;
    background-color: white; /* CTSU dock color */
    border-style: solid;
    border-color: #00406d; /* CTSU dark blue */
    border-width: 1px;
}

.tbInfoHeader {
    width: 100%;
    vertical-align: middle;
    background-color: #b4c3d4; /* CTSU light blue */
    border-bottom-style: solid;
    border-bottom-color: #00406d; /* CTSU dark blue */
    border-bottom-width: 1px;
}

.tbInfoContainerTd {
    border: 1px solid #798CB5;
}

.announceDiv {
    padding: 5px;
}

.caret-main-menu {
    margin-left: 2px !important;
    margin-bottom: 2px;
}



.RadGrid_CTSUDefault .rgRow td .announcementTitle,
.RadGrid_CTSUDefault .rgAltRow td .announcementTitle,
.RadGrid_CTSUDefault .rgEditRow td .announcementTitle,
.RadGrid_CTSUDefault .rgFooter td .announcementTitle,
.announcementTitle {
    font-weight: bold;
    font-size: 125%;
    padding-bottom: 5px;
}

.announcementText {
    font-size: 108%;
    padding-bottom: 5px !important; /* add extra line/white space after the MessageText */
}

@charset "UTF-8";
/* CSS Document */

#main {
    float: left;
    margin: 0px;
    padding: 0px;
}

#footer {
    text-align: center;
    background-image: linear-gradient(30deg, #04273e, #074065, #286090, #074065); /* url(/images/footer_bckgrnd.jpg) */
    background-color: #074065;
    color: #FFFFFF;
    padding: 1rem;
    font-size: .8rem;
}

    /* ____________________________________ TOP NAV ____________________________________ */
    #footer .footer_nav,
    #footer .footerBtmNav {
        margin-bottom: 1rem;
    }

        #footer .footer_nav .footul div,
        #footer .footerBtmNav .footul div {
            display: inline-block;
        }

            #footer .footer_nav .footul div a,
            #footer .footerBtmNav .footul div a {
                margin: 0 1em;
                color: #FFFFFF;
            }


/* ____________________________________ END TOP NAV ____________________________________ */

/* ____________________________________ BOTTOM NAV _____________________________________ */


.minBrowser {
    text-align: center;
    font-style: italic;
    clear: both;
}

.ctsuBlueHeader {
    border: 0;
    border-left: 1px solid #163f64;
    border-bottom: 1px solid #163f64;
    background-color: #163f64;
    color: white;
    font-weight: bold;
    width: 100% !important;
    line-height: 24px;
    text-align: center;
}

.FourBorders, .FourBorders tr {
    box-shadow: 1px 0 0 0 #888, 0 1px 0 0 #888, 1px 1px 0 0 #888, /* Just to fix the corner */
    1px 0 0 0 #888 inset, 0 1px 0 0 #888 inset;
}

.GrayPanel {
    margin: auto;
    border: 1px solid black;
    width: 100%;
    background-color: lightgrey;
}

.ctsuLayout {
}

.ghostText {
    color: #505050 !important; /*light gray*/
    font-size: 0.95rem;
}

.tableColumnHeader {
    font-size: small; /* replace absolute font size 2 */
    color: #ffffff;
}

div.autoTable table {
    height: auto !important;
    font-size: 90%;
    padding: 0px 0px 0px 0px !important; /* overwrite table padding in .content class*/
}

.SiteMapStyleLink {
    text-decoration: none !important;
}

.ctsuInitOverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    z-index: 3999;
    padding: 10px;
}

.IRTFAddr {
    font-size: 80%;
    opacity: 0.70;
}

.IRTFRole {
    font-size: 85%;
    opacity: 0.80;
}

.IRTFName {
    font-weight: bold;
}

table.onlyRows {
    height: 100%;
    width: 100%;
    border: hidden;
    padding: 4px 0px 3px 0px;
    margin-left: 0px;
    margin-right: 0px;
}

    table.onlyRows tr, table.onlyRows td {
        height: 100%;
        width: 100%;
        padding: 4px 0px 3px 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

.right {
    float: right;
    padding-right: 4px;
}

.left {
    float: left;
}

.center {
    float: none;
}

table.onlyRowsNoBorders, table.onlyRowsNoBorders tr {
    height: 100%;
    width: 100%;
    border: hidden;
    padding: 4px 0px 3px 0px;
}

    table.onlyRowsNoBorders td {
        height: 100%;
        width: 100%;
        border: hidden;
        padding: 4px 0px 3px 0px;
    }

._Telerik_IE9 .RadGrid > table.rgMasterTable > .SiteAudit {
    padding: 4px 0px 3px 0px;
}

.strikedFont {
    padding: 0px 5px 0px 10px;
    color: red;
    font-weight: bold;
    text-decoration: line-through;
}

.blueboldFont {
    padding: 0px 5px 0px 10px;
    color: blue;
    font-weight: bold;
}

div.verticalGap {
    padding-top: 10px;
}

.not-active {
    pointer-events: visiblePainted;
    cursor: default;
}

/*This overrides EDK css styles in EDK OR in PORTAL*/
.eButtonCmd {
    font-size: 0.86rem; /* Changed 12px to 112% to fix 508 issue in "Use relative rather than absolute units in CSS property values" */
}

.eMessage {
    font-size: 0.93rem;
}

.ELabelValue, .ELabelValueButton {
    font-size: .78rem; /* Changed 11px to 78% to fix 508 issue in "Use relative rather than absolute units in CSS property values" */
}

.ELabelHeader {
    font-size: .78rem; /* Changed 11px to 78% to fix 508 issue in "Use relative rather than absolute units in CSS property values" */
}

.EActionControl {
    font-size: .78rem; /* Changed 11px to 78% to fix 508 issue in "Use relative rather than absolute units in CSS property values" */
}

.EActionControlDim {
    font-size: .78rem; /* Changed 11px to 78% to fix 508 issue in "Use relative rather than absolute units in CSS property values" */
}

.ETextCell {
    font-size: .78rem; /* Changed 11px to 78% to fix 508 issue in "Use relative rather than absolute units in CSS property values" */
}

.EStatusBarValue, .EStatusBarStatus {
    font-size: .78rem; /* Changed 11px to 78% to fix 508 issue in "Use relative rather than absolute units in CSS property values" */
}

.D3NodeLabel {
    font-size: .85rem; /* Changed 12px to 85% to fix 508 issue in "Use relative rather than absolute units in CSS property values" */
}

.RadToolBar_CTSUCustom_Windows7 .rtbWrap,
.RadToolBar_CTSUCustom_Windows7 .rtbTemplate {
    font: normal .85rem/20px "Segoe UI", Arial, sans-serif; /* Changed font-size 12px to 85% to fix 508 issue in "Use relative rather than absolute units in CSS property values" */
}

.RadToolBarDropDown_Windows7 .rtbWrap,
.RadToolBarDropDown_Windows7 .rtbTemplate {
    font-size: .85rem; /* Changed 12px to 85% to fix 508 issue in "Use relative rather than absolute units in CSS property values" */
}

.ctsuRG11pt {
    /*this is used in places where EDK was using FontUnit(11) which translates to font-size: 11pt;*/
    font-size: 1.04rem;
}

.ctsuRGPagerList,
.RadDropDownList_Default {
    /*this is used in places where EDK was using FontUnit(8) which translates to font-size: 8pt;*/
    font-size: 0.76rem !important;
}

.helplegend legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.helplegend fieldset {
    border: 2px groove threedface #444;
    padding: 1px;
    margin-bottom: 2px;
    margin-top: 2px;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}



.helplegend div {
    background-color: #eeeeee;
}

.ecDQP-LEVEL3-PATIENTLINK td,
.ecDQP-DLEVEL3-PATIENTLINK td,
.ecDQP-LEVEL3-FORMLINK td,
.ecDQP-DLEVEL3-FORMLINK td {
    border-style: none !important;
}

.color-red {
    color: red !important;
}

.color-green {
    color: green !important;
}

.color-orange {
    color: orange !important;
}

/*   Giving space between checkbox and label for portal,
     Giving space between radio button and label for portal   */

input[type="checkbox"] + label,
input[type="radio"] + label {
    margin-left: 5px;
}

}
/*.btn-group,.btn-group-vertical >.btn-group-legend {
  padding:5px;
}*/
.btn-group.morePadding {
    padding: 5px;
}

.ecLAPS_PACKAGE {
    width: 100px;
}

.rddlItemDisabled {
    color: lightgrey;
}

.act-black {
    color: black !important;
    font-size: 130% !important;
}

.act-red {
    color: crimson !important;
    font-size: 130% !important;
}

.text-icon-pill {
    display: inline-block;
    padding: .1rem .25rem;
    font-size: .7rem;
    font-weight: bold;
    color: #93062A;
    border-radius: 4px;
    border: 1px solid #93062A;
    font-family: Verdana, Geneva, sans-serif !important;
}

.act-blue {
    color: #1266d2 !important;
    font-size: 130% !important;
}

.act-medgreen {
    color: #336600 !important;
    font-size: 130% !important;
}

/*WEBSITE-3345, 'fa' prefix is conflicting with FontAwesome JS rendering (used to be fa-hidden), replace the prefix with 'act' instead*/
.act-hidden {
    color: transparent !important;
    background-color: transparent !important;
}

/*WEBSITE-3345, 'fa' prefix is conflicting with FontAwesome JS rendering (used to be fa-disabled), replace the prefix with 'act' instead*/
.act-disabled {
    color: lightgray;
    opacity: 0.6;
    cursor: not-allowed;
    font-size: 130%;
}

.act-info {
    color: darkolivegreen !important;
    font-size: 130% !important;
}

.icon-pipe-right, .icon-pipe-right-1, .icon-pipe-right-2 {
    border-right: 1px solid black;
    padding-right: .25rem;
}

.act-primary {
    color: #286090 !important;
    font-size: 130% !important;
}

.act-warning {
    color: #f0ad4e !important;
    font-size: 130% !important;
}

.act-success {
    color: #449d44 !important;
    font-size: 130% !important;
}

/* This set is for font awesome icons used for actios; similar colors as above, but no size adjustment */

.act-black-normal {
    color: black !important;
}

.act-red-normal {
    color: crimson !important;
}

.act-medgreen-normal {
    color: #336600 !important;
}

.act-info-normal {
    color: darkolivegreen !important;
}

.act-primary-normal {
    color: #286090 !important;
}

.act-warning-normal {
    color: #f0ad4e !important;
}

.act-success-normal {
    color: #449d44 !important;
}

.primTask {
    content: url(../images/primary_task.png);
    background-size: 8px 8px;
    margin-left: 5px;
}

.panel-heading {
    padding: 6px 15px; /*10px 15px*/
    border-top-left-radius: 0px; /*3px*/
    border-top-right-radius: 0px; /*3px*/
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #163f64;
    border-color: #163f64;
}

.panel {
    margin-bottom: 4px; /*20px*/
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px; /*4px*/
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
}

.panel-body {
    padding: 2px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px; /*4px; */
}

.list-group-item {
    padding: 4px 8px; /*10px 15px*/
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px; /*4px*/
    border-top-right-radius: 0px; /*4px*/
}

.panel-default {
    border-color: #163f64;
}

.ctsuwell {
    min-height: 20px;
    padding: 4px;
    margin-bottom: 4px;
    margin-top: 2px;
    background-color: #f5f5f5;
    /* border: 1px solid #e3e3e3; */
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.DTLwell {
    min-height: 20px;
    padding: 4px;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #05416B;
    /*Background: #F2F2F2;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.list-group {
    margin: 2px;
}

.grayImage {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.dummy {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.filtersTab {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

    .filtersTab fieldset {
        border: 2px groove threedface #444;
        padding: 1px;
        -webkit-box-shadow: 0px 0px 0px 0px #000;
        box-shadow: 0px 0px 0px 0px #000;
        margin: 0px;
    }

a.noUndPointer {
    text-decoration: none;
    cursor: pointer;
}


.modal-header {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    /*background:#163f64 ;*/
    background-color: #e9edf1;
}

.modal-body {
    font-size: inherit;
}

.modal-title {
    /*color:#ffffff;*/
    color: #163f64;
    font-size: 115%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.btn-success {
    /*background:#163f64;*/
    background: buttonface;
    color: #163f64;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

    .btn-success:active:hover, .btn-success:focus, .focus.btn-success, .btn-success:hover {
        /*background:#163f64;*/
        background: buttonface;
        color: #163f64;
        border-width: 2px;
        border-style: outset;
        border-color: buttonface;
        border-image: initial;
    }

.modal-footer {
    border-color: #163f64;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

.close {
    /*color:#ffffff;*/
    opacity: inherit;
}

DIV.aag {
}

    DIV.aag TABLE {
        FONT-SIZE: 90%;
        BORDER-COLLAPSE: COLLAPSE;
        WIDTH: 100%;
    }

        DIV.aag TABLE CAPTION {
            TEXT-ALIGN: CENTER;
            BACKGROUND-COLOR: #00406D;
            COLOR: #FFFFFF;
            FONT-WEIGHT: BOLD;
            WIDTH: 100%;
            PADDING-TOP: 2PX;
            PADDING-BOTTOM: 2PX;
        }

        DIV.aag TABLE THEAD TR TH {
            FONT-WEIGHT: BOLD;
            TEXT-ALIGN: LEFT;
            BORDER: 1PX SOLID BLACK;
            BACKGROUND-COLOR: rgb(212, 221, 230);
            FONT-WEIGHT: BOLD;
        }

    DIV.aag TH {
        FONT-WEIGHT: BOLD;
        TEXT-ALIGN: LEFT;
        padding-right: 10px;
    }

    DIV.aag TD {
        TEXT-ALIGN: LEFT;
        padding-right: 10px;
    }

.releaseMessage {
    font-weight: bold;
    margin: auto;
    margin-top: -10px;
    margin-bottom: 5px;
    color: red;
    text-align: center;
    width: 100%;
}



/*Bootstrap tooltil styling: cccc00 FFE7C6 B4C3D4 6699ff 73AD21*/
.tooltip > .tooltip-inner {
    background-color: #286090;
    color: #FFFFFF;
    border: 1px solid green;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}


/* Style to "hide" text from display by moving if way off-screen. This is for 508 compliance when using a screenreader */
/* From webaim.org. Usage: <span class="forscreenreader">Some text</span>                                              */

.forscreenreader {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.csMyNote {
    position: fixed;
    top: 120px;
    left: 2px;
    z-index: 1000;
}

.subMenuHelpIcon {
    display: inline-block;
    margin-right: 20px;
}

.CTSUinfoAlert {
    padding: 4px 12px;
    background-color: rgb(255, 231, 198);
    border: 1px solid #f28c00;
    border-radius: 4px;
}

.nolink {
    text-decoration: none !important;
    margin-top: 2px;
}


.ddLabel {
    font-size: 1.2em;
    font-weight: bold;
    width: 10%;
    word-wrap: normal;
}


.RightSideSmallMargin {
    float: right;
    margin-right: 4px;
}


.pull-right {
    float: right !important;
    margin-right: 10px;
}


.modal {
    z-index: 3050;
}

/*WEBSITE-3345, 'fa' prefix is conflicting with FontAwesome JS rendering.  This class does not seem to be used, so it is removed.*/
/*.fa-action-xlg {
  font-size: 130%;
  vertical-align:middle;
  margin-bottom:2px;
  margin-right:5px;
  margin-left: -2px;
}*/

.btn-primary-ctsu {
    background-color: #b4c3d4;
    color: #003366;
    text-decoration: none !important;
    padding: 8px 10px;
}

/*new help, additionals*/
.ctsu-help-topics {
    position: fixed;
    z-index: 1;
    right: -1px;
    /* top: 11rem; */
    top: 150px;
    text-align: right;
    display: block;
    background: #127987;
    border: none;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .5);
    line-height: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ctsu-help-topics {
        padding-right: 1.25rem;
    }

        .ctsu-help-topics .dropdown-menu > li > a {
            padding-right: 2.5rem;
        }
}

.ctsu-help-topics .btn-primary-ctsu-ht {
    width: auto !important;
    float: none;
    background: none !important;
    border: none !important;
    color: #FFFFFF !important;
    padding: 0;
    box-shadow: none !important;
    margin-top: -.15rem;
    font-size: 1rem;
    font-weight: 400;
    transition: .25s;
}

.ctsu-help-topics .fa-question-circle {
    vertical-align: auto;
    position: absolute;
    right: 0;
    top: 0;
    margin: .5rem .75rem;
    height: 2rem !important;
    width: 2rem !important;
    transition: .25s;
}

.ctsu-help-topics .fa-external-link {
    vertical-align: auto;
}

.ctsu-help-topics .btn-primary-ctsu-ht .ctsu-ht-text {
    display: block;
    color: inherit;
    padding: 2.5rem .5rem .1rem;
    transition: .25s;
}

.ctsu-help-topics a.btn-primary-ctsu-ht {
    display: none;
}

.ctsu-help-topics .btn-primary-ctsu-ht:hover,
.ctsu-help-topics .btn-primary-ctsu-ht:focus,
.ctsu-help-topics.open .btn-primary-ctsu-ht {
    padding: 1rem !important;
    font-weight: 700;
}

    .ctsu-help-topics .btn-primary-ctsu-ht:hover svg,
    .ctsu-help-topics .btn-primary-ctsu-ht:focus svg,
    .ctsu-help-topics.open .btn-primary-ctsu-ht svg {
        height: 3rem !important;
        width: 3rem !important;
        margin: 1rem 1.25rem;
        -webkit-filter: drop-shadow( 0 0 .2rem rgba(0, 0, 0, .5));
        filter: drop-shadow( 0 0 .2rem rgba(0, 0, 0, .5));
    }

    .ctsu-help-topics .btn-primary-ctsu-ht:hover .ctsu-ht-text,
    .ctsu-help-topics .btn-primary-ctsu-ht:focus .ctsu-ht-text,
    .ctsu-help-topics.open .btn-primary-ctsu-ht .ctsu-ht-text {
        padding-top: 3rem;
    }

.ctsu-help-topics .dropdown-menu {
    box-shadow: 0 0 1rem .2rem rgba(0, 0, 0, .5);
}

    .ctsu-help-topics .dropdown-menu > li > a:hover,
    .ctsu-help-topics .dropdown-menu > li > a:focus {
        background: #0A669E !important;
    }

.btn-primary-ctsu-ht {
    background-color: #b4c3d4;
    color: #003366;
    border-color: #127987;
    text-decoration: none !important;
    font-weight: bolder;
}

.btn-primary-ctsu-fav {
    background-color: #b4c3d4;
    color: #003366;
    text-decoration: none !important;
    padding: 8px 5px 8px 10px;
}

.btn-dropdown-ctsu {
    width: 18px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}
/*shows button as a hyperlink*/
.btn-to-link {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    /*border is optional*/
    border-bottom: 1px solid #444;
    cursor: pointer;
}

/*bootstrap panel clickable styles*/
.clickable {
    cursor: pointer;
}

    .clickable .glyphicon {
        background: rgba(0, 0, 0, 0.15);
        display: inline-block;
        padding: 6px 12px;
        border-radius: 4px
    }

.panel-heading span {
    margin-top: -23px;
    font-size: 15px;
    margin-right: -9px;
}

/*bootstrap panel clickable styles*/
.clickable {
    cursor: pointer;
}

    .clickable .glyphicon {
        background: rgba(0, 0, 0, 0.15);
        display: inline-block;
        padding: 6px 12px;
        border-radius: 4px
    }

.panel-heading span {
    margin-top: -23px;
    font-size: 15px;
    margin-right: -9px;
}

@font-face {
    font-family: 'DLTestFont';
    src: url('/public/FontDLTest.aspx?type=eot');
    src: url('/public/FontDLTest.aspx?type=woff2') format('woff2'), url('/public/FontDLTest.aspx?type=woff') format('woff'), url('/public/FontDLTest.aspx?type=ttf') format('truetype'), url('/public/FontDLTest.aspx?type=svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.action-attr-value {
    display: inline-block;
}

.actionAttrVal {
    margin-right: 8px;
}

.act-sm {
    font-size: 90% !important;
}

/*WEBSITE-3345, 'fa' prefix is conflicting with FontAwesome JS rendering (used to be fa-action-lg), replace the prefix with 'act' instead.  Also change the font-size to 130%, to match the rest of act-* class*/
.act-lg {
    font-size: 130%;
}

.act-download {
    margin-right: 5px;
}

.ctsu-tab-content {
    background-color: #fff;
    border: 2px;
    border-style: solid;
    border-color: #2e6da4;
    padding: 0px;
    width: auto;
    display: block;
}

/* OLD CTSU-TABS
.ctsu-tabs {
  left: -5px;
  position: relative;
}

  .ctsu-tabs li {
    font-size: 85%;
    padding: 2px 0px 3px 6px;
    margin: 0px 3px 0px 3px;
    overflow: visible !important;
    border-left-style: solid;
    border-left-width: 1px;
    font-weight: bold;
  }

    .ctsu-tabs li a {
      text-decoration: none;
      padding: 2px 8px;
      border-radius: 0px;
      margin: 0px;
    }

    .ctsu-tabs li:first-child {
      border-left-style: none;
      border-left-width: 0px;
    }

  .ctsu-tabs > li.active > a, .ctsu-tabs > li.active > a:hover, .ctsu-tabs > li.active > a:focus {
    background-color: rgba(39, 95, 144, 0.84) !important;
    cursor: default;
    color: #fff;
    border-bottom-color: transparent;
  } */

/* NEW .CTSU-TABS? */
.ctsu-tabs {
    display: flex;
    /* flex-wrap: wrap; */
    background: #FFFFFF;
    padding: .25rem .25rem 0 .25rem;
    border: none;
    border-bottom: 1px solid #000000;
}

    .ctsu-tabs .rtsLink,
    .ctsu-tabs .rtsOut,
    .ctsu-tabs .rtsIn,
    .ctsu-tabs .rtsTxt {
        padding: 0 !important;
    }

    .ctsu-tabs li {
        float: none;
        display: inline-flex;
        margin: 0;
        padding: 0;
    }

        .ctsu-tabs li a,
        .ctsu-tabs li button,
        .ctsu-tabs li .rtsLink {
            position: relative;
            padding: 0.5rem !important;
            margin: 0 0 0 -1px;
            text-align: center;
            transition: 0.25s;
            color: #05416B !important;
            background: #FFFFFF;
            border: 1px solid #DDD !important;
            border-bottom: none !important;
            border-radius: 0;
            box-shadow: inset 0 -0.1rem 0.5rem 0 rgb(0 0 0 / 15%);
            text-decoration: none;
            font-weight: 700;
            font-size: 12px;
        }

            .ctsu-tabs li a *,
            .ctsu-tabs li button *,
            .ctsu-tabs li .rtsLink * {
                color: inherit;
            }

        .ctsu-tabs li:first-child a,
        .ctsu-tabs li:first-child button {
            margin: 0;
        }

        .ctsu-tabs li:hover a,
        .ctsu-tabs li:focus button,
        .ctsu-tabs li a:hover,
        .ctsu-tabs li a:focus,
        .ctsu-tabs li button:hover,
        .ctsu-tabs li button:focus
        .ctsu-tabs li a.rtsLink:hover,
        .ctsu-tabs li a.rtsLink:focus,
        .ctsu-tabs li button.rtsLink:hover,
        .ctsu-tabs li button.rtsLink:focus,
        .ctsu-tabs li a.rtsLink.active:hover,
        .ctsu-tabs li a.rtsLink.active:focus,
        .ctsu-tabs li button.rtsLink.active:hover,
        .ctsu-tabs li button.rtsLink.active:focus {
            font-weight: 700 !important;
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important;
            background: #FFFFFF;
            text-decoration: underline;
        }

        .ctsu-tabs li.active a,
        .ctsu-tabs li.active button,
        .ctsu-tabs li a.rtsLink.active,
        .ctsu-tabs li button.rtsLink.active {
            background: #D1E1E9 !important;
            box-shadow: 0 -0.1rem 0.5rem 0.1rem rgb(0 0 0 / 10%) !important;
            border-width: 2px;
            font-weight: 700 !important;
            padding-left: .75rem !important;
            padding-right: .75rem !important;
            z-index: 1;
        }

    /*.ctsu-tabs li.active:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -0.5rem;
            display: block;
            width: 100%;
            height: 1rem;
            background: linear-gradient(#D1E1E9, #FFFFFF 75%);
        } */

    .ctsu-tabs + .ctsu-tab-content {
        padding: 0 .25rem .25rem .25rem;
        background: #FFFFFF;
        border: none;
    }

        .ctsu-tabs + .ctsu-tab-content .tab-pane {
            padding: 1rem;
            /* box-shadow: 0 0.05rem 0.3rem 0.2rem rgb(0 0 0 / 15%) !important */
        }

.qtip-bootstrap {
    font-size: 85%;
    background-color: rgba(245, 245, 245, 1);
}

    .qtip-bootstrap .qtip-content {
        /** Taken from Bootstrap .popover-content */
        padding: 5px 10px;
    }

.qtip-shadow {
    -webkit-box-shadow: 4px 4px 8px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 4px 8px -1px rgba(0,0,0,0.5);
    box-shadow: 4px 4px 8px -1px rgba(0,0,0,0.5);
}

.action-container {
    white-space: nowrap;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

.sub-study-ec {
    background-color: transparent !important;
}

.eReqMarker {
    margin-left: 0px;
}

td.ob_t3 A {
    border: none !important;
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

td.ob_t3 {
    border: none !important;
    background-color: #FFFFFF !important;
    font-size: 85% !important;
}

.chosen-container-single .chosen-default {
    color: #484848;
}

.ctsu-notif {
    font-size: 150% !important;
}

.notif-success {
    color: rgba(77, 180, 70, 1) !important;
}

.notif-notice {
    color: #286090 !important;
}

.notif-warning {
    color: #f0ad4e !important;
}

.notif-error {
    color: rgba(240, 71, 71, 1) !important;
}

.ctsuMainMenu {
    background-color: rgb(180, 195, 212);
}

.ctsu-menu-container {
    border-bottom: 0px;
}

.ctsu-submenu-container {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 55px;
}

/*.btn-group-ctsu:hover > .dropdown-menu-ctsu,
.btn-primary-ctsu:focus + .dropdown-menu-ctsu,
.dropdown-menu > li > a:focus + .dropdown-menu-ctsu
{
  display: block;
}
.dropdown-menu-ctsu:focus{
  display:block;
}*/

.DBCallsList tr:nth-child(even) {
    background-color: #d0d7e5;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #003366;
}

/* Styles for Protocol Info, Supported By table */

.radGridLookLike {
    color: white !important;
    text-align: center !important;
    font-weight: bold !important;
    border-left: 1px solid Black !important;
    border-bottom: 1px solid Black !important;
    border-right: 1px solid Black !important;
}

.cellBorderSolid {
    border-right: 1px solid Black !important;
    text-align: center;
    border-left: 1px solid Black !important;
    border-bottom: 1px solid Black !important;
}


.border-left-center {
    border: 1px solid #888888 !important;
    border-width: 0 0 0 1px !important;
    padding-top: 5px !important;
    text-align: center !important;
    font-size: 80% !important;
}

.noborder-center {
    padding-top: 5px !important;
    text-align: center !important;
    font-size: 80% !important;
}

.ecInterventionAccrualTotal,
.ecScreeningAccrualTotal,
.ecOtherAccrualTotal,
.ecSTEP_CSV {
    text-align: right;
}

.breadCrumb {
    font-size: 85%;
}

    .breadCrumb > a > i {
        margin: 0 10px 0 0;
    }

    .breadCrumb > i {
        margin: 0 4px 0 4px;
    }

.marginRow {
    margin-bottom: 4px;
}

.textColor {
    color: #074065 !important;
}


/* OVERRIDES */
.ctsu-btn {
    vertical-align: top;
    font-size: .9em;
    line-height: 1.4em;
    border-radius: 100rem;
    background: #286090;
    color: #FFFFFF !important;
    border: none;
    padding: .25rem 1rem;
    margin-bottom: .25rem;
    transition: box-shadow .25s;
    text-decoration: none !important;
    box-shadow: none;
    text-shadow: none;
}

.ctsu-btn-DTL {
    vertical-align: top;
    font-size: .9em;
    line-height: 1.4em;
    border-radius: 4px;
    background: #163F64;
    color: white;
    border: none;
    padding: .25rem 1rem;
    margin-bottom: .25rem;
    transition: box-shadow .25s;
    float: right !important;
    margin-right: 10px;
}

.ctsu-btn:hover, .ctsu-btn:focus {
    box-shadow: 0 0 .5rem rgba(0,0,0,.5);
    text-decoration: underline !important;
    background: #05416B !important;
}

.ctsu-btn.disabled,
.ctsu-btn[disabled] {
    color: #666666 !important;
    background: #EDEDED !important;
    text-decoration: none !important;
}

    .ctsu-btn.disabled:hover,
    .ctsu-btn.disabled:focus,
    .ctsu-btn[disabled]:hover,
    .ctsu-btn[disabled]:focus {
        box-shadow: none;
        text-decoration: none;
        color: #666666 !important;
        background: #EDEDED !important;
    }

.ctsu-btn.eSign-btn {
    background: #0A669E;
    font-size: 1.25rem;
}

.ctsu-btn.ctsu-turquoise {
    background: #127987;
}

.ctsu-btn.ctsu-close {
    background: #666666;
}

.ctsu-btn.ctsu-header-btn {
    margin-bottom: 0rem;
}

.ctsu-icon {
    text-decoration: none !important;
}


.ctsu-lnk {
    font-weight: 600;
    color: #05416B; /* color: #074065; */
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

    .ctsu-lnk:hover,
    .ctsu-lnk:focus {
        text-decoration: underline;
    }

    .ctsu-lnk.turquoise {
        color: #127987;
    }

    .ctsu-lnk.disabled,
    .ctsu-lnk[disabled] {
        color: #666666;
    }

        .ctsu-lnk.disabled:hover,
        .ctsu-lnk.disabled:focus,
        .ctsu-lnk[disabled]:hover,
        .ctsu-lnk[disabled]:focus {
        }

.summary-bar-wrapper {
    display: block;
}

    .summary-bar-wrapper .summary-bar {
        background: #fff;
        display: inline-block;
        padding: .5rem 1.25rem;
        margin: .5rem;
        border-radius: 2rem;
        list-style: none;
        box-shadow: 0 .05rem .3rem .2rem rgba(0,0,0,.15) !important;
    }

        .summary-bar-wrapper .summary-bar i {
            margin-left: 1rem;
        }

            .summary-bar-wrapper .summary-bar i:first-child {
                margin-left: 0;
            }

.content-page-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: #0a669e; /*react colors*/
    color: #163f64; /*ctsu website colors*/
    margin-bottom: 1rem;
    /* text-align: left; react */
    display: block; /*ctsu website*/
}

.table-form-section-title {
    font-weight: 700;
    font-size: 1.4rem; /*react size*/
    font-size: 1.25rem;
    color: #05416b; /*react colors*/
    /* color: #000000; */
    text-align: left;
    display: block; /*ctsu website*/
    margin-bottom: .5rem; /*ctsu website*/
}

.label-protocol-number {
    font-size: 2rem;
    font-weight: 400;
    color: #05416B;
    margin-left: .5rem;
}

.div-vertical-gap {
    padding-top: 0.5rem;
}

.div-protocol-notes-wrapper {
    margin: 1rem;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    border-radius: 4px;
    background: #D1E1E9;
}

.popup-sub-heading {
    color: green;
}

.textPlainControlStd {
    border: 1px solid #A0A0A0;
    border-radius: 6px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    color: #484848;
    background: #FAFAFA;
    padding: .25rem .5rem;
    vertical-align: middle;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    height: 25px !important
}

.ddlPlainControlStd {
    height: 27px;
}

.spine-wrapper * {
    font-family: 'Cairo', 'Lato', sans-serif;
    font-family: 'Tahoma', sans-serif;
    font-weight: 400 !important;
}

.spine-wrapper .spine-group-item * {
    color: #FFFFFF;
    transition: .25s;
}

.spine-wrapper .spine-group-item:hover *,
.spine-wrapper .spine-group-item:focus * {
    color: #05416B;
}

/*############# Telerik Dropdown control CSS override #####################*/
.RadComboBox_Default .rcbInner {
    border-color: #b3b3b3;
    color: #333;
    background-color: #fff;
    border-radius: 3px;
    height: 1.7em !important;
    margin: 0;
    padding-top: 0 !important;
    vertical-align: middle;
}

.RadComboBox_Default .rcbActionButton {
    border-color: #b3b3b3;
    color: #333;
    background-color: #e6e6e6;
    background-image: linear-gradient(white,#e6e6e6);
    border-radius: 0 3px 3px 0;
    height: 1em !important;
}

/* Left Tree Navigation additional styles */
.ob_t2c .ob_t6v > img {
    cursor: pointer;
}

.ob_t2c td a,
.ob_t2c td span[tabindex="0"] {
    text-decoration: none !important;
    color: #000000;
}

    .ob_t2c td a:hover,
    .ob_t2c td a:focus,
    .ob_t2c td span[tabindex="0"]:hover,
    .ob_t2c td span[tabindex="0"]:focus {
        text-decoration: underline !important;
    }
body > .ui-dialog[aria-describedby="session-dialog-confirm"] { /* Timeout alert */
  width: 30vw;
  max-width: 400px;
  min-width: 250px;
  background: #FFFFFF;
  color: #000000;
  margin: 0 0 5vh;
  padding: 1.5rem 2rem 1rem;
  border-radius: 4px;
  box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.5) !important;
  border: none;
}

  body > .ui-dialog[aria-describedby="session-dialog-confirm"] * {
    float: none !important;
  }

  body > .ui-dialog[aria-describedby="session-dialog-confirm"] .ui-dialog-titlebar {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem; /* 0.5rem; */
    border-radius: 0;
    background: transparent;
    border: none;
    padding: 0;
  }

  body > .ui-dialog[aria-describedby="session-dialog-confirm"] .ui-dialog-content {
    padding: 0;
    font-size: 1rem;
  }

    body > .ui-dialog[aria-describedby="session-dialog-confirm"] .ui-dialog-content * {
      display: inline;
    }

    body > .ui-dialog[aria-describedby="session-dialog-confirm"] .ui-dialog-content > *:first-child svg,
    body > .ui-dialog[aria-describedby="session-dialog-confirm"] .ui-dialog-content .fas {
      color: #AB0731;
    }

  body > .ui-dialog[aria-describedby="session-dialog-confirm"] .ui-dialog-buttonpane {
    padding: 1rem 0 0.5rem;
    margin: 0;
    text-align: center;
    background: transparent;
    border: none;
  }

    body > .ui-dialog[aria-describedby="session-dialog-confirm"] .ui-dialog-buttonpane button:not([disabled]) {
      box-sizing: border-box;
      font-family: inherit;
      font-size: 1rem; /* 1.1rem; */
      font-weight: 600;
      line-height: inherit;
      border: 1px solid #127987;
      background-color: #127987;
      display: inline-block;
      margin: 0 .1rem;
      padding: 0.25rem 1rem;
      text-decoration: none;
      cursor: pointer;
      position: relative;
      color: #FFFFFF;
      text-align: center;
      border-radius: 100rem;
      transition: .25s;
    }

      body > .ui-dialog[aria-describedby="session-dialog-confirm"] .ui-dialog-buttonpane button:not([disabled]):last-child {
        background-color: #666666;
        border-color: #666666;
      }

      body > .ui-dialog[aria-describedby="session-dialog-confirm"] .ui-dialog-buttonpane button:not([disabled]):hover,
      body > .ui-dialog[aria-describedby="session-dialog-confirm"] .ui-dialog-buttonpane button:not([disabled]):focus {
        background-color: #05416B;
        border-color: #05416B;
        color: #FFFFFF;
      }
/* END Timeout alert */
.eWizStep .riSingle .riTextBox.eAttrDate {
  width: calc(100% + .25rem) !important;
}
/* react-ctsu-ui/notification, base styles */
.portal-section.app-body-main.row,
.portal-section.app-body-main .row {
  margin: 0;
  width: 100%;
  flex: 1 1;
}

.portal-section.app-body-main .col-12 {
  max-width: 100%;
  flex: 1 1;
}

.portal-section.app-body-main .col-10 {
  max-width: 83.333333%;
  flex: 1 1;
}

.portal-section.app-body-main .col-2 {
  max-width: 16.666667%;
  flex: 1 1;
}

.portal-section.app-body-main {
  position: relative;
  display: block;
  padding: 1.5rem 1rem;
  background: #FFF;
  overflow: hidden;
  border-radius: 4px;
  height: auto;
  margin-bottom: 1rem !important; /* 2rem */
  box-shadow: 0 .05rem .3rem .2rem rgba(0,0,0,.15) !important;
  font-family: Arial, Tahoma, Verdana, sans-serif; /* Cairo */
}

.portal-section-header {
  display: flex;
  flex: 1 1;
  width: 100%;
}

  .portal-section-header .content-section-title {
    font-weight: 700;
    font-size: 1.4rem;
    color: #05416B;
    text-align: left;
    margin-bottom: .25rem;
    padding: 0 0 0 .5rem;
    max-width: 100%;
  }

  .portal-section-header .filter-section .color-dark-blue {
        color: #05416B;
  }

    .portal-section-header .filter-section svg {
        margin-right: 0.25rem;
    }

    .portal-section-header .filter-section .input-toggle-width5 .input-toggle-switch,
    .portal-section-header .filter-section .input-toggle-width5 .input-toggle-switch input,
    .portal-section-header .filter-section .input-toggle-width5 .input-toggle-switch .input-toggle-checkbox {
        width: 5.5rem; /* 5rem */
    }

  .portal-section-header .portal-section-toolbar {
    margin-right: .5rem;
  }

    .portal-section-header .portal-section-toolbar .fn-btn {
      box-sizing: border-box;
      font-family: inherit;
      font-size: 1.1rem;
      font-weight: 600;
      line-height: inherit;
      border: none;
      background: transparent;
      display: inline-block;
      margin: 0;
      padding: 0;
      text-decoration: none;
      cursor: pointer;
      position: relative;
      color: #13808F;
      text-align: center;
      transition: .25s;
    }

      .portal-section-header .portal-section-toolbar .fn-btn:hover:not([disabled]),
      .portal-section-header .portal-section-toolbar .fn-btn:focus:not([disabled]) {
        text-decoration: underline;
        color: #05416B;
      }

        .portal-section-header .portal-section-toolbar .fn-btn:hover:not([disabled]) svg,
        .portal-section-header .portal-section-toolbar .fn-btn:focus:not([disabled]) svg {
          filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.15));
        }

.portal-section-body.portal-notifications {
  padding: .5rem; /* .5rem 1rem */
}

  .portal-section-body.portal-notifications .portal-notification {
    width: 100% !important;
    font-weight: 400;
  }

    .portal-section-body.portal-notifications .portal-notification p {
      margin: 0;
      padding: 0;
      font-size: 1rem;
    }

  .portal-section-body.portal-notifications .notification-header-wrapper .btn {
    border-radius: 100rem;
    display: inline-flex;
    align-items: center;
    transition: .25s;
  }

    .portal-section-body.portal-notifications .notification-header-wrapper .btn:hover:not([disabled]),
    .portal-section-body.portal-notifications .notification-header-wrapper .btn:focus:not([disabled]) {
      /* font-weight: 600; */
      text-decoration: underline;
      box-shadow: 0 .05rem .3rem .2rem rgba(0,0,0,.15) !important;
    }

.portal-section.app-body-main:not(.portal-section-open)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: linear-gradient(0deg,#fff 25%,transparent);
}

.portal-section.app-body-main.false .portal-section-body.portal-notifications {
  min-height: 10vh;
  max-height: 30vh;
}

.portal-section.app-body-main.portal-section-open .portal-section-body.portal-notifications {
  max-height: 65vh;
  overflow-y: auto;
}

#divPublicReactNotification,
#divDefaultPublicReactNotification {
    margin-top: -1rem;
    margin-bottom: 1rem;
}

  #divPublicReactNotification #PublicReactNotification .row,
  #divDefaultPublicReactNotification #DefaultPublicReactNotification .row {
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }

  #divPublicReactNotification #PublicReactNotification > .row .col-3,
  #divDefaultPublicReactNotification #DefaultPublicReactNotification > .row .col-3 {
    position: relative;
    flex: 1 !important;
    max-width: 12%;
  }

  #divPublicReactNotification #PublicReactNotification > .row .col-6,
  #divDefaultPublicReactNotification #DefaultPublicReactNotification > .row .col-6 {
    position: relative;
    flex: 1 !important;
    max-width: 76%;
  }

  #divPublicReactNotification #PublicReactNotification .portal-notification-content-wrapper,
  #divDefaultPublicReactNotification #DefaultPublicReactNotification .portal-notification-content-wrapper {
    font-weight: 400;
    font-size: 1rem;
  }

  #divPublicReactNotification #PublicReactNotification .portal-notification-timestamp,
  #divDefaultPublicReactNotification #DefaultPublicReactNotification .portal-notification-timestamp {
    font-style: italic;
    font-size: .9rem;
  }

#ReactNotificationBellIcon {
  font-family: Arial, Tahoma, Verdana, sans-serif; /* Cairo */
}

  #ReactNotificationBellIcon .fn-btn {
    box-sizing: border-box;
    font-family: inherit;
    font-size: 1rem; /* 1.1rem */
    font-weight: 600;
    line-height: inherit;
    border: none;
    background: transparent;
    display: inline-block;
    margin: 0;
    padding: .25rem; /* 0 */
    text-decoration: none;
    cursor: pointer;
    position: relative;
    color: #FFFFFF;
    text-align: center;
    transition: .25s;
    opacity: .9;
  }

    #ReactNotificationBellIcon .fn-btn:hover:not([disabled]),
    #ReactNotificationBellIcon .fn-btn:focus:not([disabled]) {
      opacity: 1;
      text-decoration: underline;
    }

      #ReactNotificationBellIcon .fn-btn:hover:not([disabled]) svg,
      #ReactNotificationBellIcon .fn-btn:focus:not([disabled]) svg {
        filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.15));
      }

  #ReactNotificationBellIcon .bg-red {
    background: #AB0731 !important;
  }


/* react-ctsu-ui/modal, base styles */
.Modal-wrapper .row {
  margin: 0;
}

.Modal-wrapper .col-12 {
  max-width: 100%;
  flex: 1 1;
}

.Modal-wrapper .col-10 {
  max-width: 83.333333%;
  flex: 1 1;
}

.Modal-wrapper .col-6 {
    max-width: 50%;
    flex: 1 1;
}

.Modal-wrapper .col-2 {
  max-width: 16.666667%;
  flex: 1 1;
}

.Modal-wrapper {
  font-family: Arial, Tahoma, Verdana, sans-serif !important; /* Cairo */
}

  .Modal-wrapper .Modal-container {
  }

    .Modal-wrapper .Modal-container .Modal-header {
    }

      .Modal-wrapper .Modal-container .Modal-header .Modal-fn-btn {
        opacity: 1;
      }

    .Modal-wrapper .Modal-container .Modal-content-wrapper {
    }

      .Modal-wrapper .Modal-container .Modal-content-wrapper .Modal-body {
      }

      .Modal-wrapper .Modal-container .Modal-content-wrapper .Modal-footer {
      }

        .Modal-wrapper .Modal-container .Modal-content-wrapper .Modal-footer .Modal-btn {
          float: none;
          opacity: 1;
        }
