﻿.main hr {
    height: 2px; 
    background-color:#dbdbdb; 
    margin-top: 20px;
    margin-bottom: 20px;
    width: 85%;
}

.outerPanel {
    background:#eee;
}
.panel {
    margin-left:15px;
	border: none !important;
}
.panel-heading {
    color: #ffffff !important;
	background-color: #2a244f !important;
	border: 2px solid #464070 !important;
    padding: .2em .2em .2em .8em;
    margin-bottom: 0;
    position: relative;
}
.panel-colHeading {
    color: #ffffff !important;
	background-color: #ef8215 !important;
	border: 2px solid #f29b44 !important;
    padding: .2em .2em .5em 1.5em;
    margin-bottom: 0;
    position: relative;
}
.panel-heading h4 {
    font-weight: bold;
}
.panel-body {
	border: 2px solid #e0e0e0 !important;
}
.panel-body_padLeft {
    padding-left:25px;
}
.panel-body table {
    margin: 0;
}
.panel-borderless {
    border: none !important;
    box-shadow: none;
    margin-bottom: 0;
}
.panel-noLeftMargin {
    margin-left:0;
}

#navButtonsPanel {
    z-index:9999;
}
.btn-navigation {
    display:none;
    font-weight:bold;
    margin:0 5px; 
    padding:5px 20px; 
}
.btn-dim {
    color:#c0c0c0;
}

label {
    cursor: pointer;
}
td.money {
    text-align: right;
    white-space: nowrap;
}
.money-current {
    border:0px;
    background-color:#f5f5f5;
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

.smlBottomMargin {
    margin-bottom: 8px !important;
}
.noBottomMargin {
    margin-bottom: 0;
}

.noBold-text {
    font-weight:normal;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.input-icon {
    position: relative;
}
.input-icon > i {
    display: block;
    font-style: normal;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    width: 25px;
}
.input-icon > input {
    padding-left: 20px;
    padding-right: 10px;
    text-align:right;
}


.ui-datepicker { 
    position: relative; 
    z-index: 100000 !important; 
}
.ui-datepicker select {
    color:#1e1b1d !important;
}

.checkbox {
    margin-left: 2.25em;
}
.radio {
    margin-left: 1.5em;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    margin-left: -2em;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.checkbox label {
    padding:0;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    margin:0;
}

input.number {
    text-align: right;
}

.lawyerImage {
    max-height:180px;
    max-width:140px;
}
.companyLogo {
    max-height:80px;
    max-width:200px;
}

.vertical-middle {
     vertical-align: middle !important;
}

.summaryFootnote {
    font-size:.85em;
    font-style:italic;
}
.checkboxFootnote {
    font-size:.6em;
    font-style:italic;
    margin:0 4px 4px 40px;
}
/*.btn{
    white-space:normal !important;
    word-wrap: break-word; 
}

.dropdown-menu > li > a {
    /*display: inline !important;*/
}
 .bootstrap-select.btn-group .dropdown-menu li a:hover {
     color: #262626 !important;
     background: #eeeeee !important;
 }

 .top-alert {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 100000;
  left: 0;
  padding: 20px;
  display: inline-block;
  text-align: center;
  opacity: .8;
}
.top-alert .alert {
  width: auto !important;
  height: 100%;
  display: inline;
  position: relative;
  margin: 0;
}
.top-alert .alert .close {
  position: absolute;
  top: 11px;
  right: 10px;
  color: inherit;
}*/
