﻿body {
}

.my-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

/*.tooltip {
    position: relative;
    opacity: 0;
    padding: 10px;
    background: white;
    border:solid;
    color: black;
    border-block-color:black;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

i:hover span {
    opacity: 1;
}*/

/*.tooltip {
    position: relative;
    opacity: 1;
    padding: 10px;
    background: gray;
    color: red;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: none;
}*/

/* i:hover span {
        opacity: 1;
    }*/

/*i:hover tooltip {
    display: block;
}*/

.fabp-caret-down:after {
    content: "\f0d7";
    text-transform: none;   
    cursor: pointer;
}

.fabp-caret-up::after {
    content: "\f0d8";
    text-transform: none;   
    cursor: pointer;
}

.fabp-toggel {
    font-size: 13px;
    color: #767676;
    padding-bottom: 5px;
    padding-right: 2px
}

.fabp-MoreLessInfo {
    display: inline-block;
    font: normal normal normal 14px/1 Arial,FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;   
    cursor: pointer;
    color: blue;
}

.bp-section {
    padding-bottom: 8px;
}
.bpText {
    padding-bottom: 12px;
    font-size: 12px;
    color: grey;
}
