﻿* {
    margin: 0;
}

html, body {
	height: 100%;
	overflow: hidden;
	font-weight: normal;
}

label {
	font-weight: normal;
}

td {
	font-weight: normal;
}

a:hover{
	color:#29a1c4;
}

.page-wrap {
	min-height: 100%;
	margin-bottom: -81px;
}

.page-wrap:after {
	content: "";
	display: block;
}


/* bootstrap overrides */
.row {
	margin-right: 0 !important;
}

td .k-button, .k-toolbar .k-button {
	padding: 5px 10px !important;
	line-height: 1 !important;
	border-radius: 3px !important;
}

input {
	border-radius: 0 !important;
}

.k-tooltip-validation.k-widget {
	color: red !important;
}

.k-window-titlebar {
    font-weight: bold !important;
}

.k-grid-header .k-header, .ocog-tbl-header {
	font-weight: bold !important;
	font-size: 0.9em;
}

.k-grid tr td {
	border-top: none !important;
	border-bottom: none !important;
}

.k-grid, .k-scheduler, .k-menu, .k-editor, .k-textbox, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.k-window-content iframe {
}

/* TRACE Splitter */
#vertical .k-splitbar.k-state-default.k-splitbar-vertical.k-splitbar-static-vertical {
	height: 0;
	border-color: #e6e6e6;
}

.field-validation-error {
	color: red;
}

.validation-summary-errors {
	margin-top: 1em;
}

.validation-summary-errors > ul {
	color: red;
	list-style: none;
}

.validation-summary-errors > ul > li {
	margin-left: -30px;
	padding: 0;
}

/* header */
.title-panel {
	margin-top: 6px;
	margin-left: 2px;
	color: whitesmoke;
}

.title-header {
	font-size: 2em;
	color: #414042;
	font-weight: bolder;
}

.group-title-header {
	font-size: 1.2em;
	color: #414042;
	margin-top: 5px;
}

.app-version {
	color: #414042;
}

/* Site header */
.app-top-header {
	z-index: 200;
	background-color: #f5f5f5;
}

/* Site footer */
.site-footer {
	background-color: #e6e6e6;
	font-size: 0.8em;    
}

.title-user-name {
	color: #7A003C;
	margin-right: 1em;
	margin-top: 10px;
}

.title-study-caption {
	margin-right: 1.2em;
	color: #414042;
}

/* menu */
.app-navbar {
	position: relative;
	z-index: 1000;
	background: #096190;
}

.app-navbar ul {
	list-style: none;
	height: 40px;
	margin: 0;
	padding-left: 0;
}

.app-navbar ul li {
	float: left;
	display: block;
	padding: 10px 15px;
}

.app-navbar ul li a {
	color: white !important;
	text-decoration: none;
}

.app-navbar ul li:hover {
	background: #063d5b; /*TRACE #00464E;*/
}

.ocog-link, .ocog-link a:link, .ocog-link a:active, .ocog-link a:visited {
	color: #008ee8 !important;
	text-decoration: none !important;
	outline: none !important;
}

.ocog-search-btn {
	background-image: url("images/buttonSearch.png");
	background-repeat: no-repeat;
	width: 29px !important;
	height: 24px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
}

.ocog-page-content {
	min-height: 100px;
	padding: 1em 1em 1em 0;
	background-color: white;
	border-top: 1px solid #D2D3D4;
}

.ocog-page-content h2 {
	border-bottom: 4px solid #30add1 !important;
	margin: 0;
	font-family: "PT Sans", Arial, Helvetica, sans-serif !Important;
	font-size: 20px;
}

.ocog-panel-search {
	z-index: 10000;
	background-color: white;
}

.ocog-panel {
	border-color: grey !important;
	border-radius: 0 !important;
}

.ocog-panel .panel-body {
	padding: 5px 10px 10px 10px;
}

.ocog-panel .panel-heading {
	border-color: #096190; /*TRACE #005F78;*/
	background-color: #096190; /*TRACE #005F78;*/
	border-radius: 0;
	color: #ffffff;
	margin: 5px;
	padding: 5px 5px 5px 10px;
	cursor: pointer;
}

.ocog-panel .nav > li > a {
	padding-bottom: 6px;
	padding-top: 6px;
	border-radius: 4px;
}

/*Dialog window */

.ocog-toolbar {
	min-height: 20px;
	padding: 5px;
}

.ocog-toolbar .btn.btn-primary {
	background: #005F78;
}

.ocog-toolbar .btn.btn-primary:hover {
	background: #00464E;
	color: white;
	
}


.ocog-active-tab {
	font-weight: bold;
	color: #1574c1 !important;
}

.form-control {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
}

.ocog-form-section {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	position: relative;
	zoom: 1;
	clear: both;
	font-weight: normal;
}

.ocog-form-line {
	margin: 6px 0;
	width: 100%;
	clear: both;
	position: relative;
	font-weight: normal;
}


.ocog-form-label-left, .ocog-form-label-left200, .ocog-form-label-left300,  .ocog-form-label-left350 {
	width: 120px;
	padding: 6px;
	float: left;
	display: inline-block;
	text-align: left;
	white-space: normal;
}

.ocog-form-label-left200 {
	width: 200px;
}

.ocog-form-label-left300 {
	width: 300px;
}

.ocog-form-label-left350 {
	width: 350px;
}

.ocog-form-label-left-required {
	width: 200px;
	font-weight: bold;
	padding: 6px;
	float: left;
	display: inline-block;
	text-align: left;
	white-space: normal;
}

.ocog-form-input {
	display: inline-block;
}

.ocog-form-input input[type='checkbox'] {
	margin-top: 9px;
}

.ocog-actions button, .ocog-actions a {
	text-align: left;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ui-pnotify.stack-bar-bottom {
	margin-left: 15%;
	right: 0;
	bottom: 0;
	top: auto;
	left: auto;
}

#frmField .ocog-form-input {
	width: 80%;
}

tr.k-state-selected {
	background-color: #87d0f7 !important; /*TRACE */
	color: black !important;
}

.data-field {
	cursor: move;
	padding: 10px;
}

.alt-row {
	background-color: whitesmoke;
}

.data-field-hint {
	background-color: #d4ff84;
}

.ocog-field-descr {
	margin-left: 2em;
}

.ocog-bold {
	font-weight: bold;
}

/*crf builder*/

.ocog-crf-field-row {
	margin: 0 0 5px 0;
	padding: 7px 5px;
}

.ocog-crf-field-altrow {
	background-color: whitesmoke;
	margin: 0 0 5px 0;
	padding: 7px 5px;
}

.crf-field {
	table-layout: fixed;
}

.cf-text-label {
	width: 100%;
}

/*-------------------------------------------*/

/* temp */
.Text11 {
	font-size: 12px;
	font-weight: normal;
}

.Text11b {
	font-size: 12px;
	font-weight: bold;
}

a, a:after {
    content: normal !important;
}

.ocog-info-panel {
	background-color: #fcf8f2;
	border-left: solid 3px #f0ad4e;
	padding: 10px;
	margin: 10px 0;
}


.ocog-field-list {
	width: 100%;
	float: left;
	margin: 0;
	padding: 10px 0 30px 0;
}

.ocog-field-list li {
	list-style: none;
	padding: 5px 0;
}

.ocog-field-list label {
	display: inline-block;
	width: 120px;
	text-align: left;
}

.form-Html-TextBox {
	border-top: solid 1px #8e8e8e;
	border-right: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
	border-bottom: solid 1px #e4e4e4;
	height: 25px;
	width: 200px;
}


.form-Html-Label_RedBold {
	color: red;
	font-weight: bold;
}

.form-Html-Label_GreenBold {
	color: green;
	font-weight: bold;
}

.AR-Left-Lable {
	width: 100px;
	height: 25px;
}

.AR-Lable-Heading {
	display: inline-block;
	width: 200px;
	height: 25px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

.AR-Lable-Heading1 {
	display: inline-block;
	width: 200px;
	height: 15px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
}

.ocog-AR-completed {
	background-image: url("images/validate.png");
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	background-color: Transparent;
	height: 12px;
	width: 12px;
}

.ocog-AR-ignored {
	background-image: url("images/ignore_small.png");
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	background-color: Transparent;
	height: 12px;
	width: 12px;
}

.ocog-AR-warning {
	background-image: url("images/warning.png");
	height: 18px;
	width: 18px;
	border: none;
	background-color: Transparent;
	background-repeat: no-repeat;
	vertical-align: middle;
	border-style: none;
	cursor: pointer;
}

.ocog-actions .red {
	color: red !important;
}

.ocog-actions span .fa-spinner {
	color: #018BAF !important;
}

.ocog-box-info, .ocog-box-warn, .ocog-box-danger, .ocog-box-success, .ocog-box-msg, .ocog-box-info-highlight {
	padding: 10px;
	margin-bottom: 5px;
}

.ocog-box-info {
	background-color: #D9EDF7;
	border-left: solid 3px #5cb7d1;
}

.ocog-box-info-highlight {
	background-color: #ffdab9;
	border-left: solid 3px #ff9933;
}

.ocog-box-success {
	background-color: #dff0d8;
	border-left: solid 3px #a4fc7e;
}

.ocog-box-warn {
	background-color: #fcf8f2;
	border-left: solid 3px #f0ad4e;
}

.ocog-box-warn h4 {
	color: #f0ad4e;
}

.ocog-box-danger {
	background-color: #F2DEDE;
	border-left: solid 3px #D9534F;
	color: #843534;
}

.ocog-box-msg {
	background-color: #FBFBFB;
	border-left: solid 3px #D8D8D8;
}

.ocog-bs, .ocog-bs > div {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
}

.ocog-attached-file {
	color: #005F78;
}


.ocog-legend-table {
	table-layout: fixed;
	font-size: 13px;
}

.ocog-legend-table td i {
	margin: 2px 5px 2px 0;
}

.app-study-select {
	width: 220px;
	padding: 4px;
	line-height: 1;
	border: solid 1px #e6e6e6;
	border-radius: 0;
	-webkit-appearance: none;
}


.ocog-box-fix {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
}


a {
	outline: 0;
}

.ocog-legend-font, .ocog-legend-font a:link, .ocog-legend-font a:active, .ocog-legend-font a:visited {
	font-family: "Tahoma";
	font-size: 14px;
	font-weight: bold;
}

.ocog-legend-disc {
	color: #CC3300;
}

.ocog-legend-waiver {
	color: #FF9933;
}

.ocog-legend-oe {
	color: #000066;
}

.ocog-legend-ae-ongoing {
	color: green;
}

.ocog-legend-ae-ongoingmissed {
	color: red;
}

.ocog-link {
	background:none!important;
	border:none; 
	padding:0!important;
	font: inherit;
	cursor: pointer;
}

.ocog-document-inactive {
	color: #D9534F !important;
	margin-left:1em;
}

.ocog-crf-changed {
	color: #D9534F !important;
	font-weight: bold;
	font-size: 18px !important;
	margin-right: 4px !important;
}
.tabSubjInfo {
	background-color: white; 
	vertical-align:top;     
	margin-top:-5px;    
}

.sd-req-red {
	background-color:#FFCCCC
}

.sd-req-green {
	background-color:#CCFF99

}

.sd-req-na{
	background-color:#E8E8E8
}

.login-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	padding: 2rem;
	width: 100%;
	max-width: 400px;
}

.login-caption {
	text-align: center;
	font-weight: 600;
	font-size: 1.3em;
	color: #7A003B;
	padding-top: 30px;
}

.login-panel {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-top: 10px;
}


.login-button-pane {
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 8px;
}

.btn.btn-primary-login{
	color: white;
	background:#7A003C !important;  
	border:10px;
	border-radius: 15px;
}

.btn.btn-primary-login:hover{
	color: white;
	background:#4d0026 !important;
	border:0px;
}

.btn.btn-logout{
	color: white;
	background:#7A003C !important;  
	border:0px;
}

.btn.btn-logout:hover{
	color: white;
	background:#4d0026 !important;
	border:0px;
}



/* Left pane buttons */
.btn.btn-disabled {
	color: #FFFFFF;
	background-color: #0c81c0; 
	border: solid 1px #096190;
}

.btn.btn-disabled:hover {
	color: #FFFFFF;
	background-color: #053048;
}


/* Left pane group buttons */
.btn.btn-disabled-toggle {
	color: #FFFFFF;
	background-color: #0c81c0;
	border: solid 1px #096190;
	cursor: default;
}

.btn.btn-disabled-toggle:hover	{
	color: #FFFFFF;	border: solid 1px #096190;
	background-color: #053048;
}


.ctms-partial-table {
	border: 1px solid lightgrey;
	margin: 8px;
	width: 90%;
}

.ctms-partial-table-header {
	border: 1px solid lightgrey;
	text-align: center; 
	font-weight: bold;
	padding: 6px;
	background-color: whitesmoke;
}

.ctms-partial-table-row {
	border: 1px solid lightgrey;
	vertical-align:middle;
	padding: 6px;
}

.ctms-form-input {
	display: inline-block;
	width: 80%;
}


.ctms-form-input-radio {
	display: inline-block;
	padding-top: 8px;
	width: 80%;
}


.ctms-form-input-cbk {
	display: inline-block;
	width: 5%;
	padding: 8px;
	float: left;
	text-align: left;
	white-space: normal;
}

.ctms-form-input-cbk-left {
	display: inline-block;
	width: 30px;
	padding: 8px;
	float: left;
	text-align: right;
	white-space: normal;
}

.ctms-form-input-20 {
	display: inline-block;
	width: 20%;
	padding: 8px;
	float: left;
	text-align: left;
	white-space: normal;
}

.ctms-form-input-80 {
	display: inline-block;
	width: 80%;
	padding: 8px;
	float: left;
	text-align: left;
	white-space: normal;
}

.ctms-dialog-input {
	display: inline-block;
}


.ctms-form-label-left{
	width: 16%;
	padding: 8px;
	float: left;
	display: inline-block;
	text-align: left;
	white-space: normal;
	font-weight: normal;
}


.ctms-form-label-right{
	width: 16%;
	padding: 8px;
	float: left;
	display: inline-block;
	text-align: right;
	white-space: normal;
	font-weight: normal;
}

.ctms-template-area {
	float: left;
	padding: 8px;
}
.ctms-form-label-short{
	width: 10%;
	padding: 8px;
	float: left;
	display: inline-block;
	text-align: left;
	white-space: normal;
	font-weight: normal;
}

.ctms-template-table {
	border:1px solid black;
}
.ctms-template-th {
	padding: 8px;
	text-align: left;
}

.ctms-template-td {
	color:	#212121;
}



.ctms-dialog-label, .ctms-dialog-label-200, .ctms-dialog-label-150, .ctms-dialog-label-100, .ctms-dialog-label-offset{
	padding: 8px;
	float: left;
	display: inline-block;
	text-align: left;
	white-space: normal;
	font-weight: normal;
}


.ctms-template-line {
	width: 100%;
	clear: both;
	position: relative;
	margin-left: 50px;
	font-weight: normal;
}

.ctms-template-label, .ctms-template-label-100, .ctms-template-label-160, .ctms-template-label-200, .ctms-template-label-300, .ctms-template-label-400, .ctms-template-field{
	padding: 2px;
	float: left;
	display: inline-block;
	text-align: left;
	white-space: normal;
	color: GrayText;
	font-weight: normal;
}

.ctms-template-field {
	color: #212121;
}
.ctms-template-label-100 {
	width: 100px;	
}

.ctms-template-label-160 {
	width: 160px;	
}

.ctms-template-label-200 {
	width: 200px;	
}

.ctms-template-label-300 {
	width: 300px;	
}

.ctms-template-label-400 {
	width: 400px;	
}

.ctms-dialog-label-200{
	width: 200px;
}
.ctms-dialog-label-150{
	width: 150px;
}

.ctms-dialog-label-100{
	width: 100px;
}

.ctms-dialog-label-offset{
	margin-left: 16px;
}
