﻿#globalLoadingDisplayWrapper
{
    z-index: 9000;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    opacity:0.8;
    filter:alpha(opacity=80);
}

#globalLoadingDisplay
{
    position:fixed;
    text-align: center;
    top:50%;
    left:50%;
    z-index:9001;
    overflow:auto;
    width:100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background-color:#FFFFFF;
    border:2px solid #999;
    border:2px solid rgba(0, 0, 0, 0.3);
    *border:2px solid #999;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding-box;
    background-clip:padding-box;
}

.search-filters {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 20px;
}

.search-filters .control-label {
    text-align: left;
    width: auto;
}

.search-filters .controls {
    float: none;
    display: inline-block;
    margin-left: 10px;
}

.pointer {
    cursor: pointer;
}

.details {
    margin-bottom: 1em;
}

.details .detail {
    margin-bottom: .3em;
}

.details .detail .detail-name {
    font-weight: bold;
}

.details .detail .detail-name,
.details .detail .detail-value {
    font-size: 14px;
    line-height: 20px;
}

.saveCompleteBox {
    padding:10px 45px;
    margin-bottom:0px;
    display:inline
}

.cgpager-sort-asc {
    background: transparent url('/img/asc.gif') no-repeat right;
}

.cgpager-sort-desc {
    background: transparent url('/img/desc.gif') no-repeat right;
}

textarea.description {
    min-height: 150px;
}

.portableData-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.portableData-actions:before,
.portableData-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.portableData-actions:after {
  clear: both;
}

.form-horizontal .portableData-actions {
  padding-left: 180px;
}

.jquery-msgbox h2 {
    font-size: 20px;
}

.jquery-msgbox h3 {
    font-size: 14px;
}

.dropdown-subheader {
	color: #333333;
	display: block;
	line-height: 20px;
	white-space: nowrap;
	border-radius: 4px;
	margin: 0 6px;
	padding: 5px 3px;
	font-weight: 600;
	text-decoration: underline;
}

.disbursed-financial-transaction
{
	color: rgb(166, 166, 166);
}


.audit-modified-financial-transaction-dispute .financial-transaction-net
{
    color: #b94a48;
}

div#financialTransactionTotals
{
    margin-bottom: 12px;
    text-align: center;
}

div#financialTransactionTotals .label
{
    padding: 10px;
    margin: 4px;
}

div#financialTransactionTotals #totalsTotal
{
    background-color: darkgreen;
}

div#financialTransactionTotals #totalsFee
{
    background-color: darkred;
}

div#financialTransactionTotals .label span.badge
{
    background-color: white;
    color: black;
    margin-left: 5px;
    font-weight: 600;
}

.audit-modified-financial-transaction,
.audit-modified-financial-transaction-dispute,
.audit-modified-financial-transaction td,
.audit-modified-financial-transaction-dispute td
{
    background-color: #FFFFCC !important;
}

.inline-label {
	text-align: left !important;
	width: 100% !important;
}

#CertifyingBoardsTable .boarduserid {
    width: 80%;
}

#CertifyingBoardsTable .certifyingboard {
    width: 100%;
}

#CertifyingBoardsTable td.boardcell {
    width: 60%;
    text-align: left;
}

#CertifyingBoardsTable td.idcell {
    width: 30%;
    text-align: left;
}

#CertifyingBoardsTable td.buttoncell {
    width: 10%;
}

#stateProvincesListWrapper {
    margin-left: 75px;
    margin-bottom: 10px;
}
#stateProvincesListWrapper h4 {
    margin-top: 5px;
}
#stateProvincesListWrapper div.row {
    margin-top: 0;
}
#stateProvincesListWrapper div.country-header {
    font-weight: bold;
    
}
#frmActivityRegistration legend {
    margin-bottom: 0;
}

#sharedCertifyingBoardsTable {
    margin-top: 5px;
    width: 99%;
}

#organizationsWrapper #txtAddOrganization {
    width: 99%;
}

.modal.modal-large {
    width: 80%; /* respsonsive width */
    margin-left:-40%; /* width/2) */
    margin-top: -40vh;
}

.modal.modal-large .modal-body {
    min-height: 70vh;    
}

#frmActivityRegistrationBulkEdit legend {
    
}