﻿.help-icon {
    cursor: pointer;
    font-size: 14px;
    color: gray;
    margin-left: -5px;
}

.tooltip-text {
    display: none;
    position: absolute;
    background: #222;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    z-index: 9999;
    white-space: nowrap;
}

@media only screen and (max-width: 1250px) {
    .img_fitscreenwidth {
        display:none;
    }
}
@media only screen and (min-width: 1251px) {
    .img_fitscreenwidth {
        display: inline;
    }
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

/* handy ones */
@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .do-print, do-print * {
        display: block !important;
    }
}
