/*@import "Custom/smartform.css";*/

@import "Custom/fonts/fonts.0.0.1.css";

/*@font-face {
	font-family: "Verlag-Black";
 	src: url('Custom/fonts/Verlag-Black.woff2') format('woff2'),
       	 url('Custom/fonts/Verlag-Black.woff') format('woff');
}

@font-face {
	font-family: "Verlag-Light";
	src: url('Custom/fonts/Verlag-Light.woff2') format('woff2'),
    	 url('Custom/fonts/Verlag-Light.woff') format('woff');
}
*/

/* Portal 10 top menu */
.SmartFormViewHeaderButtons .DropLayoutButton, #btnIconLegend {
	display: none;
}

.SmartFormViewHeaderTitle {
    font-family: Arial;
    font-size: 14pt;
}

.SmartFormView {
	padding-top: 20px;
}

/* makes this only readable by screen reader */
#jumpToNavigation {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.SmartFormView {
	border-top: none;
}

.SmartFormViewHeader {
	display: none;
}

.BreadcrumbArea {
	display: none;
}

.DataTable > tbody > tr.DynamicDataTable_Row_Odd {
	background-color: initial;
}

.DataTable > tbody tr.DynamicDataTable_Row:not(:first-child) {
    border-top: solid 1px #ccc;
}

/* Used in removing "..." from the chooser select buttons */
button[id$="_selectBtn"] span[class$="-Ellipsis"] {
display: none;
}

/* Used in changing text in the chooser select buttons */
button[id$="_selectBtn"]:before {
                content: "Select";
                width: 200px;
                font-weight: bold;
}

/* Used in removing "..." from the chooser add buttons */
button[id$="_addBtn"] span[class$="-Ellipsis"]{
display: none;
}

button.input-chooser-popup-freestanding, button.input-chooser-popup-ellipse {
	width: 4em;
}

/* Used in changing text in the chooser add buttons */
button[id$="_addBtn"].input-chooser-popup-ellipse:before, button[id$="_addBtn"].input-chooser-popup-freestanding:before {
                content: "Add";
    font-weight: bold;
}



.rev-table{
    color: #333; 
    /*font-family: Helvetica, Arial, sans-serif; */
    border-collapse: 
    collapse; border-spacing: 0; 
    width: 670px;
    table-layout: fixed;    
}

.rev-td{
   background: #FAFAFA; /* Lighter grey background */
 	border: 1px solid #999;
 	padding: 0.5rem;
 	text-align: left;
 	white-space: nowrap;
}

.rev-tdwr{
   background: #FAFAFA; /* Lighter grey background */
 	border: 1px solid #999;
 	padding: 0.5rem;
 	text-align: left;
 	/*white-space: nowrap;*/
}

.rev-th{
   background: #FAFAFA; /* Lighter grey background */
 	border: 1px solid #999;
 	padding: 0.5rem;
 	text-align: center;
}

.grant-table {
 	border-collapse: collapse;
    collapse; border-spacing: 0; 
    width: 1010px;
    table-layout: fixed;     	
}

.grant-td, .grant-th {
 	border: 1px solid #999;
 	padding: 0.5rem;
 	text-align: left;
 	white-space: nowrap;
}

.grant-tdwr {
 	border: 1px solid #999;
 	padding: 0.5rem;
 	text-align: left;
}

.Icon-Plane:before {
	font-family: FontAwesome;
	content: "\f072";
}

div.NavigationTabArea {
	margin-left: 20px;
    margin-right: 20px;
}

main {
	border-left: none !important;
	border-right: none !important;
}

/* ==========================================================================
   Top Header Section
   ========================================================================== */
#ClickTopBar {
	width: 100% !important;
}

.HeaderMajorTabRow .HeaderTabContents A.BreadCrumbOpener {
	display:none;
}

.TopNavAreaLeft {
	pointer-events: none; /* Disable link that spans across entire left nav area */
}

.TopNavAreaLeft img {
	display: block;
    height: 97px;
    padding-left:25px;
}

.TobBarUpperBorder {
	display: none;
}

.TopNavAreaLeft,
.TopNavAreaRight {
	background: url(/coi/common/f91a7351125247bb9aa4acdd9fe272ff/Custom/Images/logobg.png);
    color: #fff;
	padding: 0px;
	background-size: 73px;
}

.TopNavAreaRight a {
    color: #fff;
}

.TopNavTabArea {
    background: #fff;
}

.GlobalNavigation {
	border-bottom: 1px solid #aaa;
	box-shadow: none;
}

.HeaderMajorTabRow div.HeaderTabContents A,
.HeaderMajorTabRow .HeaderTabContents .Filler {
    font-size: 12pt;
    color: #405767 !important;
}

.HeaderMajorTabRow .HeaderTabContents A.Selected {
    background: #fff;
    color: #494949 !important;
    border-bottom: 2px solid #c5050c;
}

.HeaderMajorTabRow .HeaderTabContents A:hover,
.HeaderMajorTabRow .HeaderTabContents A:focus {
    color: #7d7d7d !important;
}

.NavigationTabSpacer {
    background-color: #f6f6f6;
}

.NavigationTabControl a, td.TabOn, td.TabOff {
    background: #eee;
    color: #000 !important;
}

.NavigationTabControl a:hover, td.TabOff:hover, .NavigationTabControl a:focus, td.TabOff:focus {
    background: #808080;
}

#uwLink {
	display: block;
    position: absolute;
    color: white;
    left: 100px;
    top: 2px;
    font-family: 'Red Hat Display';
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 1px;
}

#uwLink:hover {
	text-decoration: underline;
}

#headerText {
    display: block;
    position: absolute;
    color: white;
    left: 100px;
    top: 28px;
    font-size: 27px;
    font-family: 'Red Hat Display';
    white-space: nowrap;
    overflow: hidden;
}

#researchLink {
    display: block;
    position: absolute;
    color: white;
    left: 103px;
    top: 65px;
    font-family: 'Red Hat Display';
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 0.5px;
}

#researchLink:hover {
	text-decoration: underline;
}

/* ==========================================================================
   Discloser Role Template Section
   ========================================================================== */

#discloserHeader {
	display: table;
}

#discloserHeader .inner {
	display: table-cell;
	vertical-align: middle;
	font-family: arial;
	text-align: center;
}

#discloserName {
	padding-right:30px;
	font-size: 25px;
    font-family: RobotoSlab, serif !important;
    color: #494949;
}

#discloserBox {
	background: #f6f6f6;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
    display: table;
    border: solid 3px #e7e7e7;
}

#discloserBox .inner {
	display: table-cell;
    vertical-align: middle;
}

#criteriaIcons {
	display: inline;
	padding-left:30px;
	border-left: solid 1px #e7e7e7;
}

#criteriaIcons img {
    display: inline-block;
    margin: 7px;
}

#iconText {
	font-size: 11px;
    color: #aaa;
    text-align: center;
}

.iconTitle {
	font-weight: bold;
    padding-bottom: 5px;
}

.discloseBtn {
	padding-right: 20px;
	margin-left: 30px;
	/*border-right: solid 1px #ddd;*/
}

.btn-wizard {
	height: 60px;
	width: 275px; 
	background: #b70101;
	border-bottom: #853333 4px solid;
	color: white !important;
	display: table;
	border-radius: 6px;
	position: relative;
	overflow:hidden;
}

.btn-wizard:hover {
	border-bottom: #853333 3px solid;
	margin-top:1px;
    cursor: pointer;
    color: white !important;
}

.btn-wizard:active {
	border-bottom: #853333 1px solid;
	margin-top: 3px;
	color: white !important;
}

.btn-wizard-left {
	font-size: 14px; 
	vertical-align: middle; 
	background: #d36363; 
	padding-bottom: 10px; 
	padding-top: 10px; 
	padding-left: 20px;
    padding-right: 20px;
	display: table-cell; 
	/*border-top-left-radius: 6px*/
}

.btn-wizard-right {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	width: 100%
}

.btn-wizard-noaction-left {
	font-size: 14px; 
	vertical-align: middle; 
	background: limegreen; 
	padding-bottom: 10px; 
	padding-top: 10px; 
	padding-left: 20px;
    padding-right: 20px;
	display: table-cell; 
	/*border-top-left-radius: 6px*/
}

.btn-wizard-noaction-right {
	vertical-align: middle;
	text-align: center;
	background: green; 
	display: table-cell;
	width: 100%
}

.btn-wizard-noaction {
	height: 60px;
	width: 275px; 
	background: #b70101;
	/* border-bottom: #853333 4px solid; */
	border-bottom: #0f593f 4px solid;
	color: white !important;
	display: table;
	border-radius: 6px;
	position: relative;
	overflow:hidden;
}

.btn-wizard-noaction:hover {
	/*border-bottom: #853333 3px solid;*/
	border-bottom: #0f593f 3px solid;
	margin-top:1px;
    cursor: pointer;
    color: white !important;
}

.btn-wizard-noaction:active {
	border-bottom: #853333 1px solid;
	margin-top: 3px;
	color: white !important;
}

.CurrentState_ActionRequiredIcon {
	display: table-cell;
	font-weight: bold;
    font-size: 25px;
    color: #b70101;
    vertical-align: middle;
    padding:10px;
}

.CurrentState_ActionRequiredSmallIcon {
	display: table-cell;
	font-weight: bold;
    font-size: 13px;
    color: #b70101;
    vertical-align: bottom;
}

.CurrentState_AlmostDoneIcon {
	display: table-cell;
	font-weight: bold;
    font-size: 25px;
    color: #04a704;
    vertical-align: middle;
    padding:10px;
}

.CurrentState_NoActionRequiredIcon {
	display: table-cell;
	font-weight: bold;
    font-size: 25px;
    color: #04a704;
    vertical-align: top;
    padding:10px;
}


.CurrentState_NoActionRequiredSmallIcon {
	display: table-cell;
	font-weight: bold;
    font-size: 13px;
    color: #04a704;
    vertical-align: top;
}

.CurrentState_ActionRequiredDetails {
	display: table-cell;
	padding: 10px;
	max-width: 350px;
	color: #b70101;
	border-right: solid 1px #ddd;
}

.CurrentState_ActionRequiredDetailsNoButton {
	display: table-cell;
	padding-right: 10px;
	padding-left: 10px;
	max-width: 490px;
	color: #b70101;
}

.CurrentState_NoActionRequiredDetails {
	display: table-cell;
	padding-right: 10px;
	padding-left: 10px;
	max-width: 350px;
	border-right: solid 1px #ddd;
}

.CurrentState_StatusDetails {
	display: table-cell;
	padding: 10px;
		padding-left: 10px;
	/*padding-right: 10px;*/
	max-width: 350px;
	border-right: solid 1px #ddd;
}

.CurrentState_MpStatusDetails {
	display: table-cell;
	padding-bottom: 10px;
	padding-top: 10px;
		padding-left: 10px;
	padding-right: 10px;*/
	max-width: 450px;
	border-right: solid 1px #ddd;
}

.CurrentState_ActionRequiredTitle {
	font-weight: bold;
    font-size: 16px;
}

.CurrentState_NoActionRequiredSmallTitle{
	font-weight: normal;
    font-size: 13.3px;
    color: #000000;
    padding-left: 8px;
    vertical-align: bottom;
}

.CurrentState_ActionRequiredSmallTitle{
    font-size: 13.3px;
    color: #000000;
    padding-left: 8px;
    vertical-align: bottom;
}

.rediconcolor {
	color: red !important;
}

.CurrentState_ActionRequiredDescription {
	font-size: 12pt;
}

.cmp-Hidden {
	display: none;
}

#oarSubmitted {
	padding: 6px;
    background: #e9ffe9;
    width: fit-content;
    border: solid 1px #589758;
    color: #589758;
    border-radius: 5px;
    margin-top: 15px;
}

/** Study Team Home Page
---------------------------------------------------------*/
.cmp-STHPBtn {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}

.cmp-MyInbox {
	padding: 25px;
}

.cmp-MyInbox .RoomComponentTitle {
	padding-bottom: 5px !important;
}

.cmp-MyResearch {
	padding-left: 25px;
}

.cmp-MyResearch .RoomComponentTitle {
	padding-bottom: 5px !important;
}

#in_progress {
	border-collapse: collapse;
	font-family: arial;
	width: 100%;
}

#in_progress a:hover{
	text-decoration: underline !important;
}

.prog-row {
    border-bottom: solid 1px #e8e8e8;
}

.prog-col {
	padding-top:20px;
	padding-bottom: 20px;
}

.prog-area-col {
	vertical-align: top;
	width: 70px;
	padding-top: 8px;
	padding-left: 8px;
}

.prog-area {
	display: inline-block;
    height: 20px;
    background: #405767;
    color: white;
    line-height: 22px;
    padding-left: 5px;
    width: 45px;
    text-align: center;
    margin-left: -1px;
}

.prog-triangle {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #405767;
	vertical-align: top;
	display:inline-block;
}

.prog-info-col {
	vertical-align: top;
	min-height: 74px;
	display: table-cell;
}

.prog-info-title {
	color: #405767;
    font-weight: bold;
    font-size:12pt;
}

.prog-info-pi {
	font-style: italic;
	padding-top: 5px;
}

.prog-info-content {
	padding-top: 5px;
}

.prog-info-data-grp {
	display: inline-block;
}

.prog-info-data {
	display: inline-block;
	padding-right: 20px;
	width: 150px;
	vertical-align: top;
}

.prog-info-data div {
	display: table-cell;
}

.prog-info-label {
	color: #405767;
	font-size: 8pt;
	padding-right: 5px !important;
}

.prog-action-col{
	vertical-align: middle;
	width: 300px;
	border-left: solid 1px #ebebeb;
}

.prog-page-btn {
	height: 25px;
    width: 30px;
    background: #405767;
    color: white;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    margin: 8px;
    cursor: pointer;
    padding: 0px;
    border: none;
}

.prog-page-btn:hover {
	background: #2b3b46;
}

.prog-page-btn:disabled {
	background: #ccc;
	cursor: default;
}

.prog-col-page {
	text-align: center;
}

#prog-page-info {
	display: inline-block;
}

#search_container {
	margin-top: 10px;
    background: #fdfdfd;
    padding: 5px;
    border: solid 1px #e8e8e8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    color: #858383;
    width: 100%;
    box-sizing: border-box;
}

#search_input_icon {
	background: #eee; 
	color: #bbb; 
	border-bottom-right-radius: 5px; 
	border-top-right-radius: 5px; 
	border: solid 1px; 
	border-left: 0px;
	font-size: 15px;
	display: table-cell;
	padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

#inbox_num_select {
	background-color: white;
    width: 70px;
}

#inboxSearch {
	border-bottom-right-radius: 0px;
	border-top-right-radius:0px;
	margin: 0px;
	width: 250px;
	display: table-cell;
}

#pagination {
	border: solid 1px #e8e8e8;
	border-top: none;
	background: #fdfdfd;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
