body {
  height: 100vh;
}

.vh-100 {
  height: 100vh;  
}

.zf-green {
    color: #68b604;
}

.text-white-2 {
    color: #c0c0c0;
}


.base-color {
    background-color: #1b75bc;
}

.fa-margin-right { margin: 0 15px 0 0; }
.fa-margin-left { margin: 0 0 0 15px; }
.fa-margin-right-5 { margin: 0 5px 0 0; }
.fa-margin-left-5 { margin: 0 0 0 5px; }

.btn-success {
    background-color: #152a5d;
    background-image: -moz-linear-gradient(top, #70d900, #152a5d);
    background-image: -ms-linear-gradient(top, #70d900, #152a5d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#152a5d));
    background-image: -webkit-linear-gradient(top, #70d900, #152a5d);
    background-image: -o-linear-gradient(top, #70d900, #152a5d);
    background-image: linear-gradient(top, #70d900, #152a5d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#152a5d', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
} 
/* bootstrap hack end */