﻿.reporting {
    color: #971a42 !important;
}

.visualization {
    color: #df7221 !important;
}

.tracking {
    color: #0176c7 !important;
}

.investor {
    color: #d64701 !important;
}

.mri {
    color: #74604c !important;
}

.orange {
    color: #FF7006 !important;
}

.loantracking {
    color: #017042 !important;
}

.retail {
    color:#336666 !important;
}

.retail-bg {
    background-color: #336666 !important;
}

.red {
    color: red;
}

.white {
    color: white;
}

.black {
    color: black;
}

.success {
    color: #5cb85c;
}

.grey {
    color: #A7A7A7;
}


.slideDown.ng-hide {
  height:0;
  transition:height 0.35s ease;
  overflow:hidden;
  position:relative;
}

.slideDown {
  height:141px;
  transition:height 0.35s ease;
  overflow:hidden;
  position:relative;
}

.slideDown.ng-hide-remove,
.slideDown.ng-hide-add {
  /* remember, the .hg-hide class is added to element
  when the active class is added causing it to appear
  as hidden. Therefore set the styling to display=block
  so that the hide animation is visible */
  display:block!important;
}


.slideDown.ng-hide-add {
  animation-name: hide;
  -webkit-animation-name: hide;  

  animation-duration: .5s; 
  -webkit-animation-duration: .5s;

  animation-timing-function: ease-in;  
  -webkit-animation-timing-function: ease-in;  
}



.slideDown.ng-hide-remove {
  animation-name: show;
  -webkit-animation-name: show;  

  animation-duration: .5s; 
  -webkit-animation-duration: .5s;

  animation-timing-function: ease-out;  
  -webkit-animation-timing-function: ease-out;  
}





.content-wrap{
  position: absolute;
  top: 213px;
  left: 15px;
  right: 15px;
  bottom: 10px;
}

.no-padding-left{
  padding-left: 0px;
}

.clickable{
  cursor: pointer;
}

blockquote{
  text-align: justify;
}

.full-height{
  height: 100%;
}

.scrollable{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drop-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
}

.drop-icon-wrapper i{
  transition: 0.3s transform;
  transform: rotate(0deg);
}

.active-header .drop-icon-wrapper i{
  transform: rotate(180deg); 
}


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #00000069 !important;
}

html {
overflow: auto !important;
}

.modal.fade{
  opacity:1;
}
.modal.fade .modal-dialog {
   -webkit-transform: translate(0);
   -moz-transform: translate(0);
   transform: translate(0);
}

.text-muted {
    color:#a2a2a2 
}