html {
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important;
  }
  
  my-app .main-panel .main-content .card{
    animation-duration: 750ms;
    opacity: 0;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
  }
  
  p {
    color: #ccc;
  }
  
  .tableInfo {
    width: 400px !important;
  }
  
  
  
  .tableInfo > table > tbody > th {
    color: #ccc !important;
  }
  
  .tableInfo > table > tbody > td {
    background-color: red;
  }
  
  .setWidth {
    width: 85px !important;
    font-size: .9em;
    padding-left: 2px;
    padding-right: 2px;
  }
  
  .pushAway {
    margin-left: 2%;
    margin-bottom: 40px;
  }
  
  #cover-chart {
    margin: 0 0 20px 0 !important;
  }
  
  .no-left-margin {
    margin-left: 0 !important;
  }
  
  .companyInfoRight {
    width: 65%;
  }
  
  .sectionCI {
    width: 100%;
    text-align: justify;
  }
  
  .sectionCI h5 {
    color: #39aea1;
  }
  
  .sectionCI i {
    vertical-align: middle;
    line-height: 1;
  }
  
  .smallTablesExtra table th {
    width: 110px !important;
    text-align: left;
    padding-left: 10px;
    font-weight: 400;
  }
  
  .tableInfo th {
    text-align: left;
    font-weight: 600 !important;
  }
  
  .rightFilters {
    list-style: none;
    display: inline-flex;
  }
  
  .rightFilters li {
    margin-left: 5px;
  }
  
  .search {
    margin: 0 !important;
  }
  
  
  #mainTitle {
    background-color: var(--CVbackground) !important;
    line-height: 40px;
    width: 203px;
    padding-left: 5px;
    color: #39aea1;
  }
  
  .amountAndMargin {
    background-color: #4e6574 !important;
    line-height: 40px;
    width: 184px;
    border-right: 2px solid var(--CVbackground);
    text-align: center;
    color: #ddd;
    text-transform: uppercase;
    font-size: .75em !important;
    border-radius: 0px;
  }
  
  #maturityTitle {
    background-color: #4e6574 !important;
    border-left: 2px solid red !important;
    width: 88px;
    text-align: center;
    color: #ddd;
    text-transform: uppercase;
    font-size: .75em !important;
    border-radius: 0px;
  }
  
  #maturityBox {
    width: 120px !important;
  }
  
  
  .spinner {
  display: inline-block;
  opacity: 0;
  max-width: 0;
  -webkit-transition: opacity 0.25s, max-width 0.45s;
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s;
  /* Duration fixed since we animate additional hidden width */
  }
  
  .has-spinner.active {
  cursor: progress;
  }
  
  .has-spinner.active .spinner {
  opacity: 1;
  max-width: 50px;
  /* More than it will ever come, notice that this affects on animation duration */
  }
  
  form #submitData {
  margin-left: 25%;
  }
  
  #thanks h4 {
  color: #4e6574;
  }
  
  #thanks p {
  color: #6f7274;
  }
  
  .modal-title {
  color: #4e6574;
  }
  
  .dataroomLinks {
  width: 100%;
  }
  
  #dRoom .dataRoomLinks {
  width: 200px;
  margin-left: 0px !important;
  padding-left: 0px !important;
  }
  
  
  .searchButton i {
  padding-bottom: 5px;
  }
  
  #goButton {
    margin-top: 10px;
  }
  
  .leftFilters {
  display: inline-flex;
  }
  
  .filterTabs {
    list-style: none;
    display: inline-flex !important;
  }
  
  .tab-container {
    width: 36% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-left: none;
  }
  .summary-container {
    width: 100% !important;
  }
  
  
  .headers {
    display: inline-flex;
    width: 668px !important;
  }
  
  #ebitdaTrendTable {
  width: 281px;
  }
  
  /*#myTab3 li a {
  width: 70px !important;
  }*/
  
  
  .shortTable {
    width: 260px !important;
  }
  
  #cashFL-tab th {
    width: 200px !important;
    font-size: .8em !important;
  }
  
  .firstHeading {
    margin-right: 130px !important;
    margin-left: 0px;
  }
  
  .secondHeading {
    margin-right: 95px;
  }
  
  .thirdHeading {
    margin-right: 50px;
  }
  
  #lastHeading {
    margin-right: 0px !important;
  }
  
  .headers {
    display: inline-flex;
  }
  
  /*#metrics .headers .smallHeading {
  margin-right: 60px;
  }*/
  
  .templateTable>table>tbody>tr>.title {
    width: 250px !important;
    text-align: left;
    padding: 0px 10px !important;
  }
  
  #financingTabTable .tab-content table th {
    width: 100px;
  }
  
  #chart-DebtShare {
    max-height: 180px !important;
    margin-top: 14px;
  }
  
  
  /* Custom notifications, Snapshot - Portfolio Monitor */
  
  .flashing {
    background-color: #4e6574;
    -webkit-animation-name: example;
    -webkit-animation-duration: 6s;
    animation-name: example;
    animation-duration: 6s;
  }
  
  /* Safari 4.0 - 8.0 */ 
  /*@-webkit-keyframes example {
    0%   {background-color: #52555f;}
    10%  {background-color: #4e6574;}
    20%  {background-color: #52555f;}
    30%  {background-color: #4e6574;}
    40%  {background-color: #52555f;}
    50%  {background-color: #4e6574;}
    60%  {background-color: #52555f;}
    70%  {background-color: #4e6574;}
    80%  {background-color: #52555f;}
    90%  {background-color: #4e6574;}
    100% {background-color: #4e6574;}
  }
  
  /* Standard syntax */
  @keyframes example {
    0%   {background-color: #81848d;}
    10%  {background-color: #2e4251;}
    20%  {background-color: #81848d;}
    30%  {background-color: #2e4251;}
    40%  {background-color: #81848d;}
    50%  {background-color: #2e4251;}
    60%  {background-color: #81848d;}
    70%  {background-color: #2e4251;}
    80%  {background-color: #81848d;}
    90%  {background-color: #2e4251;}
    100% {background-color: #4e6574;}
  }   
  
  .bd-example-modal-lg .modal-content {
    height: 660px !important;
    background-color: #ccc;
    color: #ccc;
    margin: 0 auto;
    width: 640px;
  }
  
  .screenshot {
    color: #92a0a8;
    float: right;
    font-size: 1.1em;
  }
  
  .logo-other img {
    max-width: 120px;
  }
  
  .deal-info {
    width: 500px;
    padding: 10px 0 !important;
    margin: 0 !important;
  }

  /* Modal light colors */
  /* .snapshotModal {background-color: #fff;}
  .modal-header > h4.panel-title {color: #39aea1; font-size: 1.5em; font-weight: 700;}
  span.snap-close {line-height: .3;}
  .table-snap .table {background-color: #ddd !important;}
  .light-table > p {color:var(--CVbackground);}
  
  .table-snap {
    width: 100% !important;
    color: #ccc;
    border: 3px solid #ccc;
    border-radius: 6px;
  } */
  /* Modal light colors */
  
  /* Modal Dark colors */
  .snapshotModal {background-color: #fff;}
  
  span.snap-close {line-height: .3;}
  .table-snap .table {background-color: #262937 !important;}
  .light-table > p {color:#e8e8e8;}
  
  
  .table-snap > table > tbody > tr.margins {font-size: inherit !important;}
  .table-snap > table > tbody > tr.margins > td.margins {font-size: 0.8em !important;}
  /* Modal Dark colors */
  
  .mainRowTitles {
    background-color: var(--darkTitlesBackground);
    color: var(--CVcolor);
    border: none;
    line-height: 1 !important;
    padding: 10px 0 !important;
  }
  
  
  .theFirstTitle {
    width: 300px;
  }
  
  .logo-other {
    width: 150px !important;
  }
  
  .dataTitles {
    width: 120px !important;
  }
  
  .titles-left {
    padding-left: 30px;
    width: 180px;
  }
  
  /* Notification dropdown */
  
  h6.pf-update-header {
    margin-bottom: 0;
    margin-top: 14px;
    margin-right: 10px;
    color: #90e2e1;
  }
  
  .notification-msg {
    margin-right: 2em;
  }
  .notification-info {
    margin-right: 1em;
  }
  
  li.notification-dropdown  {padding-left: 0 !important;}
  
  /* Custom notifications, Snapshot - Portfolio Monitor END */
  
  @keyframes fadeIn {
    from {
        opacity: 0;
    }
  
    to {
        opacity: 1;
    }
  }
  @media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }
  
    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
  }
  
  #map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
    margin-top: 70px;
  }
  
  .places-buttons .btn{
    margin-bottom: 30px
  }
  
  .space-70{
    height: 70px;
    display: block;
  }
  
  .sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
  @media (max-width: 991px) {
    .sidebar .nav > li.active-pro{
        position: relative;
        width: 100%;
        bottom: 10px;
    }
    .sidebar .nav > li.active-pro > a{
        margin-top: 20px;
  
    }
  }
  
  .tim-row{
    margin-bottom: 20px;
  }
  
  .tim-typo{
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
  }
  .tim-typo .tim-note{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
  }
  .tim-row{
    padding-top: 50px;
  }
  .tim-row h3{
    margin-top: 0;
  }
  
  .date, .smallExtra {
    background-color: #92a0a8;
    font-size: 0.62em;
    padding: 4px;
    color: #1c2c36;
    border-radius: 2px;
  }
  .muted-text > .summaryTitles > td {
    background-color: #4e6574 !important;
    border: 1px solid transparent !important;
    color: #fff;
    font-size: 1em;
  }
  .smallExtra {
    margin-right: 10px
  }
  .good {
    background-color: #69996999;
    color: #ccc;
  }
  .bad {
    background-color: #e14c4c99;
    color: #ccc;
  }
  .medium {
    background-color: #e6912299;
    color: #ccc;
  }
  
  .loginSection {
    width: 100%;
    margin: 0 auto;
  }
  
  .companyName a {
    color: #cdcfd2;
  }
  
  .gray {
    background-color: gray;
    color: #ccc;
  }
  
  .navbar-collapse ul {
    padding: 0;
    margin: 0;
    overflow: visible;
  }
  
  .companyTitle {
    width: 200px;
  }
  
  .companyDescription th {
    text-align: left !important;
    font-size: .9em !important;
    padding-left: 20px !important;
    width: 100px !important;
  }
  
  .companyDescription td {
    font-size: .9em !important;
  }
  
  .row {
    margin: 0 !important;
  }
  
  
  .date, .smallExtra {
    background-color: #92a0a8;
    font-size: 0.78em;
    padding: 0 4px !important;
    color: #1c2c36;
    border-radius: 2px;
  }
  
  .notificationIcon {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .nav li ul {
    position: absolute;
    z-index: 100;
  }
  
  footer a {
    color: #ccc !important;
  }
  
  .filterList {
    line-height: 1.15 !important;
    color: #ccc !important;
  }
  
  
  .spaceAbove {
    margin-top: 30px !important;
  }
  
  .lineOnTop {
    border-top: 3px solid #383f51 !important;
  }
  
  .italicRow {
    font-style: italic !important;
    font-size: .85em;
    color: #ccc !important;
  }
  
  /* 20_06_2018*/
  
  .tableInfo th {
   text-align: left !important;
   padding-left: 20px !important;
   width: 100px !important;
  }
  
  /* 23_07_2018 */
  
  .changeColor {
    color: #39aea1;
  }
  .importantText {
    text-transform: uppercase;
    background-color: #39aea1;
    color: #222836;
    padding: 5px;
  }
  .underlineRow {
    text-decoration: underline;
    color: #39aea1;
  }
  .italicText {
    font-style: italic;
    color: #39aea1;
  }
  
  
  .margins {
    font-style: italic;
    font-size: .90em;
    color: #ccc;
    padding-left: 10px !important;
  }
  
  .green {color: var(--green);}
  .red {color: var(--red);}
  
  /* Messages page */
  .panel-message {
    padding-left: 3em;
    padding-right: 3em;
  }
  
  .title-messages {
    padding-left: 42px;
  }
  
  /** 02_08_2017 **/
  
  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
  
  /* unset bs3 setting */
  .modal-open {
    overflow: auto;
  }
  
  /********** update 10_09_2018 ***********************/
  
  
  .con{
    height: 300px;
    width: 300px;
    margin: auto;
    margin-top: 100px;
    position: relative;
  }
  .test{
    height: 100%;
    width: 100%;
    position: relative;
    background-color: #999;
    border-radius: 100%;
    z-index: -1;
    animation: rotat360 3s infinite 0s linear;
  }
  .test:after{
    content: '';
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: var(--CVbackground);
    border-radius: 100%;
    z-index: 1;
  }
  .test:before{
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    top: -10px;
    left: calc(50% - 15px);
    background-color: #999;
    border-radius: 100%;
    z-index: 2;
  }
  
  .test2{
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #39aea1;
    border-radius: 100%;
    z-index: 3;
    transform: rotate(30deg);
    animation: rotat360 2s infinite 0s linear;
  }
  .test2:after{
    content: '';
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: var(--CVbackground);
    border-radius: 100%;
    z-index: 4;
  }
  .test2:before{
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    top: -7px;
    left: calc(50% - 10px);
    background-color: #39aea1;
    border-radius: 100%;
    z-index: 5;
  }
  .test3{
    height: calc(100% - 120px);
    width: calc(100% - 120px);
    position: absolute;
    top: 60px;
    left: 60px;
    background-color: #4e6574;
    border-radius: 100%;
    z-index: 6;
    transform: rotate(60deg);
    animation: rotat360 1.5s infinite 0s linear;
  }
  .test3:after{
    content: '';
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: var(--CVbackground);
    border-radius: 100%;
    z-index: 7;
  }
  .test3:before{
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    top: -5px;
    left: calc(50% - 5px);
    background-color: #4e6574;
    border-radius: 100%;
    z-index: 8;
  }
  .center{
    /* height: 40px;
    width: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 100%;
    z-index: 9;
    font-size: .8em;*/
    height: 80px;
    width: 120px;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 58px);
    border-radius: 100%;
    z-index: 9;
    font-size: .9em;
  }
  .loadingTextCircles {
    font-size: 1.1em !important;
  }
  .waitTextCircles {
    color: #39aea1;
  }
  @keyframes rotat360{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
  }
  .testSpaceTop {
    height: 100px !important;
  }
  .testSpaceBottom {
    height: 250px !important;
  }
  /*======================================*/
  .loader{
    width: 100px;
    height: 70px;
    margin: 50px auto;
    position: relative;
  }
  .loader span{
    display: block;
    width: 5px;
    height: 10px;
    background: #39aea1;
    position: absolute;
    bottom: 0;
    animation: loading-1 2.25s  infinite ease-in-out;
  }
  .loader span:nth-child(2){
    left: 11px;
    animation-delay: .2s;
  }
  .loader span:nth-child(3){
    left: 22px;
    animation-delay: .4s;
  }
  .loader span:nth-child(4){
    left: 33px;
    animation-delay: .6s;
  }
  .loader span:nth-child(5){
    left: 44px;
    animation-delay: .8s;
  }
  .loader span:nth-child(6){
    left: 55px;
    animation-delay: 1s;
  }
  .loader span:nth-child(7){
    left: 66px;
    animation-delay: 1.2s;
  }
  .loader span:nth-child(8){
    left: 77px;
    animation-delay: 1.4s;
  }
  .loader span:nth-child(9){
    left: 88px;
    animation-delay: 1.6s;
  }
  @-webkit-keyframes loading-1{
    0%{
        height: 10px;
        transform: translateY(0px);
        background: #28375c;
    }
    25%{
        height: 60px;
        transform: translateY(15px);
        background: #4d7274;
    }
    50%{
        height: 10px;
        transform: translateY(-10px);
        background: #a9aaad;
    }
    100%{
        height: 10px;
        transform: translateY(0px);
        background: #39aea1;
    }
  }
  @keyframes loading-1{
    0%{
        height: 10px;
        transform: translateY(0px);
        background: #28375c;
    }
    25%{
        height: 60px;
        transform: translateY(15px);
        background: #4d7274;
    }
    50%{
        height: 10px;
        transform: translateY(-10px);
        background: #a9aaad;
    }
    100%{
        height: 10px;
        transform: translateY(0px);
        background: #39aea1;
    }
  }
  .secondTestLoader {
    padding-top: 80px;
    padding-left: 40px;
  }
  
  /* Company page updates */
  
  ul#myTab2 > li > a {
    width: 127px;
  }
  
  ul#myTab2 > li:first-child > a {
    width: 113px;
  }
  
  /* Error page */
  .jumbotron {
    height: 85vh;
    color: inherit;
    background-color: rgb(45, 48, 65) !important;
  }
  .jumbotron h1 {margin-top: 3em; font-size: 3em;}
  .CVblue {color: var(--CVADcolor)}