
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

:root{
--color-service-palete:#0033a0 #2c8fc9 #808080 #f5bb00 #9cb703 #45a597 #b56ce2 #e45239;
}

body, .normal {
  font-family: 'Montserrat', sans-serif !important;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}

.navbar-userinfo {
    height: 28px;
}

.panel-default, .panel {
    border-color: transparent !important;
    background-color: transparent !important;
}

.panel-body{
    border:1px solid  #ddd !important;
    background-color: #fff!important;
    
}

.panel-title {
    font-weight: bold;
    font-size: 120%;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: transparent;
    border-color: #5674b3;
    border-bottom-width:1px;
}

.main-panel > * > * > .panel-title {
    font-size:150%;
    position: absolute;
    top: 20px;
}


.card-top-image{
  overflow:hidden; 
  text-align:center; 
  height:150px; 
  margin-left: -15px; margin-right:-15px;
  position:relative;
  background-color: #efefef;
}
.card-top-image img{
  transition: all 0.2s linear;
  position:relative;
  top:0px; left:0px;
      margin-left: 50%;
    transform: translateX(-50%);
}
.card:hover .card-top-image img{
transform: rotate(5deg) scale(1.3) translateX(-39%);
    top: 10%;
}



.card .card-popup {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: white;
    background-color: rgba(0,0,0,.5);
    left: 100%;
    transition: all .2s linear;
}
.card:hover .card-popup {
    left: 0px;
}


.flex-col { display: flex; margin: 0px -15px; }
.flex-col > * { flex: 1; padding:0px 15px; }

.border-right{ border-right:3px solid #000;}
.border-right-success {border-right-color: #65bb65;}
.border-right-danger {border-right-color: #d9534f; }

h1, h2, h3, .panel-title, 
a, a:visited 
{
    color: #0033a0;
}


.btn {
    border-radius:5px;
    transition: all 0.1s linear;
}

.btn-primary {
    border-color: #023dba;
    background-color: #004df2;
    border-radius:5px;
    
}


.btn-primary:hover {
    border-color: #023dba;
    color: #0033a0;
    background-color:#fff;
}

.inputPlaceholder input, .form-control {
    min-height:32px;
    margin:0px !important;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search,
.inputPlaceholder input, .form-control {
    background-color:#F4F4F4;
}

.modal-body .inputPlaceholder input, .form-control {
    background-color:#FCFCFC;
}
.inputPlaceholder .btn {
    border-radius:0px;
}

[ui-field-table] {
    background-color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #004df2;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #0033a0;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    background-color: #0033a0;
}


small td, .small td {
    padding: 5px !important;
}

.table .sub-table {
    margin:0px;
}

.table .sub-table td {
    font-size: 85%;
    min-height: 20px;
    padding: 8px 8px 2px 8px;
    height: 27px;
}
.table .sub-table .totals td{
    background-color:#DDD;
    color:#888;
}

.date-range-dropdown  {position:absolute;}
.date-range-addon { margin-top:25px; margin-left:-20px;}
.date-range-addon .button-text { display:none;}
.date-range-addon .dropdown-menu {
    left: auto;
    right: 0;
}

[aria-expanded="true"] + div .fas {
    transform: rotate(180deg);
}

.positive-value {color: #3c763d;}

.negative-value {color: #d9534f}


.positive-value.arrow:after,
.negative-value.arrow:after{
font-family: "Font Awesome 5 Free";   
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-left:3px
}

.positive-value.arrow:after {
    content: "\f077";
}

.negative-value.arrow:after {
    content: "\f078";
}

.tab-content {
    margin-top: -1px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: white;
    z-index: 2;
    border-bottom: 2px solid white;
    position: relative;
    margin-bottom: -1px;
}

.entities-map .list-group-item {
    border-left: 2px solid #0033a0;
}

.form-inline .ui-field {display:table;}
.form-inline .ui-field label {display:table-cell;}
.form-inline .ui-field .inputPlaceholder {display:table-cell;padding-left:15px;}
.form-label-separator .ui-field label:after {content:":"}

.card-VC, .card-RE{ border-left: 2px solid #CCC !important;}
.card-VC{border-left-color:#0033a0 !important;}
.card-PE{border-left-color:#2c8fc9 !important;}
.card-RE{border-left-color:#4cae4c !important;}


.invested-company .org-chart .box {
    max-width: 300px;
    width: 200px;
    height: 200px;
}
.invested-company .org-chart li.bottom a:hover, .org-chart li.bottom a:hover + ul.bottom li.bottom a, .org-chart label:hover:before {
    background: #003143 !important;
    color: white;
}

.entity-type{display:none;}



.milestones-table .track td:before {
    content:"";
    position:absolute;
    width:15px; height:15px;
    background-color:#CCC;
    transform:translateY(-6px);
    border-radius:50%;
}


.progress-bar {
    background-color: #281f9c;
}

.inquiry-response [ui-field-choice-radio-buttons] label {
    width:100%;
    padding: 10px 30px !important;
    position:relative;
    text-align: left !important;
    margin-bottom: 5px;
border: 1px solid #435b8d;
    cursor: pointer;
}

.inquiry-response [ui-field-choice-radio-buttons] label > input {
    position:absolute;
    left:10px;
    top:3px;
}

.inquiry-response [ui-field-choice-radio-buttons] label:hover {
    background-color:#281f9c0d;
}

