/* Hide the second and third practice area fields. */
.js-form-item-field-vp-practice-area-2-target-id, .js-form-item-field-vp-practice-area-3-target-id  {
  display:none;
}

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#loaderDiv {
  display: none;
  text-align: center;
}

/* Hide the nid column from lpm search view */
.view-lpm-legal-fees-search .views-field-nid {
  display: none;
}

.view-lpm-legal-fees-search .views-field-nid-1 {
  display: none;
}

.estimated-rates {
  font-size: 12px;
  margin-top: -2em;
  font-style: italic;
}

.view-search-lpm-fees-summary .view-grouping {
  margin-bottom: 60px;
}

.view-manage-users .views-field-uid {
  display: none;
}

.view-display-id-lpm_fees_summary .view-grouping-header {
  display: none;
}

.firm-head {
  margin: 10px 0;
  font-size: 22px;
  font-weight: bold;
}

.views-field-field-lpm-hours,
.views-field-field-lpm-amount,
.views-field-field-lpm-average-rate,
.views-field-field-dp-hours,
.views-field-field-dp-fees,
.views-field-field-dc-hours,
.views-field-field-dc-fees,
.views-field-field-da-hours,
.views-field-field-da-fees,
.views-field-field-dss-hours,
.views-field-field-fees-percentage-from-total,
.views-field-field-dss-fees {
  text-align: right;
}

.parent-container {
  margin: 20px 0;
}

.text-right td {
  text-align: right;
}

.text-center {
  text-align: center;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 15px;
  position: absolute;
  z-index: 1;
  width: 650px;
  text-align: left;
  font-size: 14px;
  left: 170px;
}

.node-vp-type-visual-representation-edit-form .tooltiptext {
  top: -10px;
}

.node-vp-type-visual-representation-form .tooltiptext {
  top: -55px;
}

.field--name-field-vp-compare-type:active .tooltiptext {
  visibility: visible;
}

.field--name-field-vp-compare-type label { 
  background-image: url(../help.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15px;
  height: 15px;
  padding-right: 15px;
}

.field--name-field-vp-compare-type label:after{ 
   /*content: '\f0da';*/
   content: '';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   line-height: 0px;
}

.field--name-field-vp-compare-type:after{
   content: '\f0da';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;
   display: none;
}

.tooltiptext ul {
  padding-bottom: 0px;
}

.grr-tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 15px;
  position: absolute;
  z-index: 1;
  width: 650px;
  text-align: left;
  font-size: 14px;
  left: 170px;
}

.node-vp-type-graphical-rate-reports-edit-form .grr-tooltiptext {
  top: -10px;
}

.node-vp-type-graphical-rate-reports-form .grr-tooltiptext {
  top: -55px;
}

.field--name-field-vp-grr-graphical-rt-report:active .grr-tooltiptext {
  visibility: visible;
}

.field--name-field-vp-grr-graphical-rt-report label { 
  background-image: url(../help.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15px;
  height: 15px;
  padding-right: 15px;
}

.field--name-field-vp-grr-graphical-rt-report label:after{ 
   /*content: '\f0da';*/
   content: '';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
   line-height: 0px;
}

.field--name-field-vp-grr-graphical-rt-report:after{
   content: '\f0da';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;
   display: none;
}

.grr-tooltiptext ul {
  padding-bottom: 0px;
}

#edit_field_vp_rate_firm_target_id_verf_chosen {
  width: 709px !important;
}
