﻿/* override button style */
.btn {
  border: none; 
  background-color: #9f9f9f;
  background-image: none;  
  color: #ffffff;
  background-repeat: no-repeat;
  font-weight: bold;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:8px;
  padding-right:8px;
  text-shadow: none;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #9f9f9f;
  color: #ffffff;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
  color: #ffffff;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {  
  text-decoration: none;
  background-color: #939393;
  color: #ffffff; 
  background-position: center;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  /*
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    */
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #0074cc;
  background-image: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: none;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: none;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b; 
  background-image: none;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #5bb75b;
}
.btn-info {
  background-color: #49afcd;
  background-image: none;  
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: none;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn-group .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}


/******************** Comments ***********************/
.comment-item
{
    vertical-align: top;    
}

.comment-user-icon 
{       
    margin: 0 auto;
    padding: 8px;   
    clear: both;
    height: auto;
    width: 8%;   
}

.comment-info {
    color: black;
    background-color: #EEEEEE;    
    margin: 0px;
    padding: 8px;   
    clear: both;
    height: auto;
    width: 18%;
    border-right: 1px dotted #C4C4C4;
}
.comment-content {
    color: black;
    background-color: #EEEEEE;
    margin: 0px;
    padding: 8px;   
    clear: both;
    height: auto;
    width: 72%;
}

.comment-item-control, .comment-control
{
    float: right;
}

.comment-content
{
    margin-top: 10px;
}

.comment-textarea
{
    width: 98%; 
    height: 55px;
}

.user-comment-info 
{
    float: left; 
    margin-left: 10px; 
    margin-right: 10px;
}

.comment-item-info
{
    width: 100%;
}

/****************** Document Edit View *******************/
#document .document-container
{
    position: relative;
    background-color: white;    
}

#document .top-content 
{
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #577EBF;
    color: #ffffff;
}
#document ul.nav.nav-tabs
{
    padding: 0px;
}
#document .controls
{    
    padding: 10px 0px 10px 0;
}

#document #document-content
{
    overflow-y: auto;
    overflow-x: hidden;
    height: 750px;
    padding: 10px;
    /*border: 1px solid #DDD;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
    width: 63%;
    float: left;
    max-width: 63%;
    min-width: 35%;
}

#document #document-content-view
{
    overflow-y: auto;
    overflow-x: hidden;
    height: 750px;
    padding: 10px;
    /*border: 1px solid #DDD;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
}

.document-title-group h2
{
    color: #ffffff;
    margin: 5px 0px 5px 0px;
}

#document-controls
{
    float: right;
    margin-right: 10px;
    width: 140px;
}

#document-controls .btn 
{
    width: auto;
    min-width: 110px;
    text-align: left;
}

#checklist-tools 
{
    float: right;   
}

.icon-linkages
{
    background-image: url("img/icon-linkages.png");
    background-position: center;
}

.icon-linkages-break
{
    background-image: url("img/icon-linkages-break.png");
     background-position: center;
}

.icon-share-public
{
    background-image: url("img/icon-share.png");
    background-position: center;
}
.container-fluid {
    padding: 0px;
    margin-top: -10px;
}
.text-left {
    text-align:left;
}
.text-right {
    text-align: right;
}
.documentEditActionBtn {
    width:100%;
    text-shadow: none;
    padding: 3px 0px;
}
.documentEditActionWrapper {
    width: 300px;
    margin-right: 5px;
}
/****************** Document Upload *******************/
.upload-form 
{
    background-color: #f2f2f2;
    border-radius : 15px;
    -webkit-border-radius: 15px; 
    -moz-border-radius: 15px;
    padding: 15px 0px 15px 0px;
}
    .upload-form label {
        font-weight:bold;
        color:GrayText;
    }
.browse-btn 
{
    text-shadow: none;
}

.btn-extend {
    padding-left : 80px;
    padding-right: 80px;
    text-shadow:none;
        
}
.btn-upload {
    margin-top: 15px;
    /*background-color: #86a150;*/
}
    /*.btn-upload:hover {
        background-color: #4a6316;
    }*/
.bindChecklistsLabel {
    margin-top: 5px;
    float:left;
    width: 140px;
}
.removeBindChecklist {
    cursor:pointer;
    margin-left: 33%;
}
/****************** Document Upload Table *******************/
.row-fluid > [class*="ext3"] {
    float: left;
}
.row-fluid > .ext3
 {
    margin-left: 0.3%;
    width : 24.5%;
}
.documentTableWrapper {
    border-radius: 15px 15px 0px 0px;
    border : 1.5px solid #bfbfbf;
}
.header {
    padding: 10px;
    text-align:center;
    font-weight:bold;
    border-bottom: 1px solid #bfbfbf;
}
.body{
    border-collapse: separate;
    border-spacing: 0px 5px; 
    width: 100.15%;
}
    .body tbody td {
        padding: .5em;
        text-align: justify;
    }
.documentStatus_InProcess {
    background-color: #31859C;
    border-right: 1px solid #bfbfbf;
    border-bottom:1px solid #bfbfbf;
}
.documentStatus_ActionRequired {
    background-color: #e86c0e;
    border-right: 1px solid #bfbfbf;
    border-bottom:1px solid #bfbfbf;
}

.stateInfo-InProcess {
    height: 10px;
    width: 10px;
    background-color: #31859C;
    border: 1px solid #bfbfbf;
    float: right;
}

.stateInfo-ActionRequired {
    height: 10px;
    width: 10px;
    background-color: #e86c0e;
    border: 1px solid #bfbfbf;
    float: right;
}

.documentBody {    
    width:99%;
    border-top:1px solid #bfbfbf;
    border-bottom:1px solid #bfbfbf;
}
.documentAction {
    text-align:center;
}
.documentActionBtn {
    width:76%;
    text-shadow: none;
}
.actionGreen {
    background-color: #86a150;
    text-shadow:none;
}
    .actionGreen:hover {
        background-color: #4a6316;
    }
.actionBlue {
    background-color: #31859C;
    text-shadow:none;
}
    .actionBlue:hover {
        background-color: #2f96b4;
    }
.actionOrange {
    background-color: #e86c0e;
    text-shadow:none;
}
    .actionOrange:hover {
    background-color: #d65302;

    }
.documentExpandIcon {
    margin-top: -22px;
    cursor: pointer;
    margin-right: -2px;
}
.documentCollapseIcon {
    margin-top: -22px;
    cursor: pointer;
    margin-right: -2px;
}

.documentBody:hover > img.documentExpandIcon.activeIcon {
    display:block;
}

img.documentExpandIcon.activeIcon:hover {
    display:block;
}

.documentBody:hover > img.documentCollapseIcon.activeIcon {
    display:block;
}
.documentBody img.documentCollapseIcon.activeIcon:hover {
    display:block;
}

/*********Highlighting***********/
.marker-disabled
{    
    cursor: inherit;
    background-color: transparent !important; 
}

.confirm-box 
{
    display: none;
    position: absolute;
}

.marker-options-box
{    
    display: none;
    position: absolute;
}

.btn-enabled 
{
    border: 2px inset;
}

/* Increase size of dialog */
.modal-big
{
    width:940px; 
    margin: -300px 0 0 -470px;
}
.modal-big .editor-field {
    height: 446px; 
    width: 930px;
}

.user-comment  {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #D4D4D4 #D4D4D4 #BCBCBC;
    padding: 6px;
    margin: 0;
    cursor: move;
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    overflow: auto;
}

.btn-icon {
  width: 18px;
  height: 18px;  
  padding-left: 5px;
  padding-right: 5px;
} 

.compliance-icon 
{
    width: 15px;
    height: 15px;
    border: 4px solid white;
    display: inline-block;
}
.nav-buttons {display: none;}
/*
* Loading Splash
*******************/
#loadingSplash {display: none;}
#loadingSplash .splash-content  
{
    display: table-cell;
    position: fixed;
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
    vertical-align:middle;
    text-align:center;
}
#loadingSplash .splash-content-with-frame
{
    top: 10px; 
    width: 100%; 
    height: 100%;
    left: 0;
    display: table-cell;
    position: fixed;
    vertical-align:middle;
    text-align:center;
}
#loadingSplash .splash-frame-container
{
    margin: 20px 5% 0 5%;
    height: 100%;
}
#loadSplash .splash-frame
{
    width: 100%;
    height: 100%; 
    margin: 0 20px 0 20px;
}
#loadingSplash .message 
{
    color: White;
    font-size: 24px;
    padding: 12px;
}

.mce-listbox button {
    height: 28px;
}

#jquery-lightbox {
    z-index: 2000 !important;
}

#nav-resize
{
    float: right;
    margin: 5px;
}

.avatar-default 
{
    font-family: Ubuntu, sans-serif;
    color: White;
     border-radius : 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    vertical-align:middle;
    font-size:35px;
    padding: 1px 11px 3px 11px;
    margin-top:2px;
}

.reference-title {
    text-decoration: underline;
}

#checklist-item-content h1 {
    font-size: 32px;    
    margin-top: 0px;
    margin-bottom:12px;
}

#checklist-item-content h3 {
    font-size: 22px;
    margin-top:6px;
    margin-bottom:15px;
   
}
table.referencesTbl tr td {
    padding: 20px 20px 11px 20px;
}
table.referencesTbl tr:nth-child(2n+1) {
    background-color: #f2f2f2;
}
.referenceWrapper {
    margin-top: 30px;
    padding-top: 20px;
    margin-right: 20px;       
    overflow-x: hidden;
    border-top: 5px solid #ECECEC;
    display: none;
}
.referenceWrapper li{
    line-height: 20px;
}
.contactInput {
    width: 300px;
    padding: 10px;
}
.twitter-timeline
{
    /*float: right;*/
    width: 100%;
}

table.consort {
  border:1px solid #577ebf;
  background-color:#ffffff;  
}

table.consort-striped {
  border:1px solid #577ebf;    
}

table.consort td {
  text-align:left; 
  vertical-align:top;
  padding:10px;
  border:1px solid #577ebf;  
}

table.consort-striped td {
  text-align:left; 
  vertical-align:top;
  padding:10px;
  border:1px solid #577ebf;  
}

table.consort tr {
  background-color:#ffffff;
}

table.consort th {
  padding:10px;
  background-color:#f2f2f2;
}

table.consort-striped tr:nth-child(odd) {
  background-color:#f2f2f2;
}

table.consort-striped tr:nth-child(even) {
  background-color:#ffffff;
}
.tags {
    margin-bottom: 0px;
}
#powerTip {
    color: #999999;
}

/** SEARCH PAGE **/
.search-results h2
{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 16px;
    line-height: 16px;
    color: #577ebf;
    font-weight: normal !important;
}
.pager span {
    font-weight: bold;
}