/* Minification failed. Returning unminified contents.
(154,1): run-time error CSS1019: Unexpected token, found '@charset'
(154,10): run-time error CSS1019: Unexpected token, found '"CP850"'
(154,17): run-time error CSS1019: Unexpected token, found ';'
 */
html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, table, tr, td,
div, p, img, pre, iframe {
  margin: 0;
  padding: 0;
  border: 0; }

input, textarea, button, select {
  margin: 0; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0; }

* {
  outline: none; }


html {
  background-color: #e2e2e2; }

body {
  background-color: #fff;
  color: #000;
  font-size: .95em;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif; }

header, footer, hgroup, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.1em; }

h5, h6 {
  font-size: 1em; }

a {
  color: #333;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline; }

a:link, a:visited, a:active, a:hover {
  color: #00F; }

a:hover {
  background-color: #c7d1d6; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden; }

.width100 {
  width: 100%; }

/* info and errors */
.message-info {
  clear: both;
  padding: 10px 20px; }

.message-loading {
  color: #168BA8;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0; }

.message-success {
  color: #3C9600;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0; }

.error {
  color: #e80c4d; }


nav > ul.menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

nav > ul.menu.submenu {
    font-size: 1.0em;
    margin-left: 30px;
}

nav > ul.menu li {
    list-style: none;
    float: left;
    text-align: center;
    margin: 5px 5px 5px 0px;
}

nav > ul.menu li a {
    display: block;
    background: none;
    color: #999;
    text-decoration: none;
    border-radius: 5px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}

nav > ul.menu li a:hover {
    color: #333;
    text-decoration: none;
    background-color: #CCC;
}

nav > ul.menu li a.selected {
    color: #333;
    text-decoration: none;
    background-color: #CCC;
}


@charset "CP850";
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.75em;
  border: 0 none; }

th {
  font-size: 1.2em;
  text-align: left;
  border: none 0px;
  padding-left: 0; }

th a:link, th a:visited, th a:active, th a:hover {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 0; }

th a:hover {
  color: #000; }

th.asc a, th.desc a {
  margin-right: .75em; }

th.asc a:after, th.desc a:after {
  display: block;
  position: absolute;
  right: 0em;
  top: 0;
  font-size: 0.75em; }

th.asc a:after {
  content: '�'; }

th.desc a:after {
  content: '�'; }

td {
  padding: 0.25em 2em 0.25em 0em;
  border: 0 none; }

table.dataTable tr {
  height: 35px; }

table td.table-commands {
    white-space: nowrap;
}

table.revman, table.revman th {
    font-size: 11px !important;
}

table.revman input {
    width: 50px;
    height: 15px;
    padding: 2px !important;
}

table.revman td input.double-size {
    width: 150px;
}

#tblDetails_wrapper .dataTables_paginate {
    margin-left: 10px;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

fieldset legend {
  display: none; }

fieldset ol {
  padding: 0;
  list-style: none; }

fieldset ol li {
  padding-bottom: 5px; }

.form-commands {
  margin: 10px 0 5px 5px; }

label {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
    max-width: 350px;}

label.checkbox {
  display: inline; }

.display-field {
  font-weight: bold; }

.editor-field input, .editor-field textarea, .editor-field select {
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  font-size: 1.1em;
    font-family: inherit;
  margin: 5px 0;
  padding: 5px;
  width: 300px;
  box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.editor-field label.radio {
  display: inline;
  margin-right: 20px; }
  .editor-field label.radio > input {
    width: auto;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; }

.editor-field select {
  width: 302px;
  padding: 4px; }

.editor-field.small input {
  width: 50px; }

.editor-field.small select {
  width: 236px; }
  
.editor-field .editor-help-field {
    font-size: 0.90em;
    font-style: italic;
    color: #cc0000;
}

.sub-fields .editor-label {
    max-width: 200px !important;
}

.sub-fields .editor-field input {
  width: 150px !important; }

.sub-fields .editor-field select {
  width: 150px !important; }

.editor-field input:focus, .editor-field textarea:focus {
  border: 1px solid #86E2F7; }

.editor-field label {
  font-weight: normal; }

input[type="checkbox"] {
  background: transparent;
  border: inherit;
  width: auto; }

/* styles for validation helpers */
.field-validation-error {
  color: #e80c4d;
  font-weight: bold; }

.field-validation-valid {
  display: none; }

input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
  border: 1px solid #e80c4d;
  background: #FFF !important;
  color: #333 !important; }

input[type="checkbox"].input-validation-error {
  border: 0 none; }

.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em; }

.validation-summary-errors ul {
  list-style: none; }

.validation-summary-valid {
  display: none; }

input.disabled {
    background-color: rgb(235, 235, 228);
    color: rgb(84, 84, 84);
    cursor: not-allowed;
}

.editor-field span.required {
    vertical-align: top;
    font-size: 1.4em;
    font-weight: bold;
    color: #dd0000;
}
.linkButton, .linkButton:link, .linkButton:visited,
input[type='submit'], input[type='button'] {
  text-decoration: none;
  text-align: center;
  background-color: #4AACC5;
  border: 1px solid #4A77C4;
  cursor: pointer;
  color: #FFF;
  padding: 3px 6px;
  margin: 0px 0px 2px 0px;
  width: auto;
  height: 26px;
  font-family: inherit;
  font-weight: normal;
  font-size: 0.9em; }

.linkButton:active, .linkButton:hover,
input[type='submit']:active, input[type='submit']:hover,
input[type='button']:active, input[type='button']:hover {
  color: #FFF;
  background-color: #168BA8;
  border: 1px solid #104669;
  box-shadow: 1px 1px 3px #999;
  text-shadow: 0 2px 2px #666; }

#tblDetails .linkButton, #tblDetails .linkButton:link, #tblDetails .linkButton:visited,
.linkButton.existing, .linkButton.existing:link, .linkButton.existing:visited {
  /*display: block;
  width: 50px;
  height: auto;
  margin-left: auto;
  margin-right: auto; 
  border-radius: 5px;*/
  margin: 2px;
  padding: 1px 3px;
  border-radius: 5px;}

.linkButton.non-existing, .linkButton.non-existing:link, .linkButton.non-existing:visited {
  background-color: #E8F7FA;
  border: 1px solid #ACC9FA;
  color: #4AACC5; }

.linkButton.non-existing:active, .linkButton.non-existing:hover {
  background-color: #DAF9FF;
  border: 1px solid #669EFC;
  box-shadow: 1px 1px 3px #BBB;
  text-shadow: 0 2px 2px #DDD; }

.linkButton.inactive,.linkButton.inactive:hover, .linkButton.inactive:active {
    color: #585858;
    background-color: #979797;
    border: 1px solid #777777;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.6;
    cursor: default;
}

#login {
  font-size: .85em;
  margin: 0 0 10px;
  text-align: right; }

#login a {
  background-color: #d3dce0;
  margin-left: 10px;
  margin-right: 3px;
  padding: 2px 3px;
  text-decoration: none; }

#login a.username {
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: underline; }

#login ul {
  margin: 0; }

#login li {
  display: inline;
  list-style: none; }


form {
    display: inline;
}

.select {
    height: 21.5px;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 1260px; 
}

header .content-wrapper {
    padding-top: 0px; 
}

#header 
{ 	
    margin-top: 0px;
    width: 1260px; 
    height: 130px; 	
    text-align: right; 
    color: #fff;	
}

#headerimageRight
{
    float:left;
    height:120px;
    width:450px;       
    background-image: url(../images/DIHS_logo.jpg); 
    background-repeat:no-repeat;
    background-position:bottom right;
    
}

#body {
    clear: both;
    padding-bottom: 15px;
}

.main-content {
    padding-left: 0px;
    padding-top: 2px; 
    background-color: #D3D4E3;
    border-radius: 0 0 20px 20px;
}

.featured + .main-content {
    display: none;
}

.mainbodypadding
{
    padding: 5px 10px 10px 20px;
}
.mainbodypadding > h2 {
    margin-bottom: 10px;
}
.mainbodypadding > .dataTables_wrapper {
    margin-top: 10px;
}

.featured {
    background-color: #fff;
}

.featured .content-wrapper {
    background-color: #173A8C; 
    background-image: -ms-linear-gradient(left, #173A8C 0%, #999DCD 100%);
    background-image: -o-linear-gradient(left, #173A8C 0%, #999DCD 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #173A8C), color-stop(1, #999DCD));
    background-image: -webkit-linear-gradient(left, #173A8C 0%, #999DCD 100%);
    background-image: linear-gradient(left, #173A8C 0%, #999DCD 100%);
    color: #3e5667;
    border-radius: 0 0 20px 20px;
    padding: 20px 0px 30px 0px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
}

hgroup.title {
    margin: 0 10px 10px 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}

footer .hidden {
    color: #e2e2e2;
}

#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

#loginForm input {
    width: 250px;
}

#loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], UNUSED#loginForm button {
    width: auto;
}

#logoutForm {
    display: inline;
}


ol.references li {
    margin-bottom: 10px;
    margin-left: 10px;
}

#tblDetails td.trial_title {
    min-width: 200px;
    max-width: 350px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1em;
}

p {
    margin-top: .5em;
}

ul, ol {
    padding-left: 20px;
}

ol.reportList {
    font-size: 1.2em;
    font-weight: bold;
}

.readMessages, .readMessages td {
    background-color: #dddddd !important;
    color: #666666 !important;
}

img#precislogo {
    float: right;
    width: 190px;
    margin: 25px 20px 5px 5px;
    margin-right: 20px;
}

.ajaxRoller 
{
    display: none;
    background: url("../Images/spinner_squares_circle.gif") no-repeat 70px center white;
    width: 100px;
    height: 30px;
    /* border: 1px solid red; */
    padding-top: 7px;
    padding-left: 10px;
    float: right;
    margin: -75px 0px 0 0;
}

.ajaxRoller.success 
{
    background: LightGreen;
    color: darkgreen;
}

.ajaxRoller.error 
{
    background: lightpink;
}

.borderradius .ajaxRoller {
    border-radius: 5px;
}

.boxshadow .ajaxRoller {
    box-shadow: 1px 1px 3px gray;
}

tfoot .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0 !important;
}

.dropdown {
    height: 25px;
    font: 13.3333px Arial;
}

.chosen-select {
    min-width: 450px;
}

.email-body {
    max-width: 100% !important;
    width: 90% !important;
}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  
  nav {
        display: none;   
    }
    
    #login { display: none; }
    
    #header {
        display: none;
    }
    
    .main-content, .content-wrapper {
        max-width: 100% !important;
        background-color: transparent !important;
    }
    
    .showRisk {
        display: none !important;
    }
    .riskDiv {
        display: block !important;
    }
    .form-commands {
        display: none;
    }
}

