.card-header {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px) !important;
}

.card-header:hover {
    cursor: pointer;
}

.card-header.collapsed.stepComplete .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f058";
    float: right;
    /*color: #76af43;*/
    color: #4d8b7f;
    font-size: 14pt;
}

div#planDescCardBody:hover {
    overflow-y: scroll !important;
}

/*::-webkit-scrollbar {
    width: 10px;
}*/

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: lightgray;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#spinner {
    color: #4d8b7f !important;
    font-size: 20px;
}

/*.btn-default {
    color: #fff;
    background-color: #4d8b7f; //#6c757d;
    border-color: #ccc; //#6c757d;
}*/

/*.btn-default{
    background-color: rgb(2, 118, 159) !important;
    color: white;
}*/
/*
h5, a {
    color: rgb(2, 118, 159) !important;
}*/

/*
.card .card-header, .cwa-pageheading1  {
    background: #f3f4f5 !important;
}
*/


div.tooltip-inner {
    min-width: 400px !important;
}

.textStyle {
    color: #4d8b7f !important;
}