﻿
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* FullWidth or fullHeight */
.fullWidth {
    max-width: none;
    width: 100%;
}

.fullHeight {
    min-height: 100%;
    height: 100%;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.card-sumary {
    background-color: #eff1f3;
}

/* Drag n Drop Styles*/
.dropzone {
}

.DragTragetBorder {
    border: 5px dashed red;
}

/* JP Card adding */
div.jp-card-paymentname {
    font-size: 24px;
    text-align: center;
}

/* a with no decoration */
a.no-decoration {
    text-decoration: none;
}

#TableDesEmails tbody tr.selected {
    background-color: silver !important;
}

td.overflowElipsis {
    text-overflow: ellipsis;
}

td.tdLeft {
    overflow-x: hidden !important;
    align-content: flex-start;
    text-align: left;
    cursor: pointer;
}

td.tdLeftPL {
    overflow-x: hidden !important;
    align-content: flex-start;
    text-align: left;
    padding-left: 6px;
    cursor: pointer;
}

td.tdRightML {
    overflow-x: hidden !important;
    align-content: flex-end;
    text-align: right;
    margin-left: 3px;
    cursor: pointer;
}

li.activeunderline {
    background-color: skyblue;
}

/* Scroll bar tunning */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    margin: 10px 0 10px
}

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.15);
    border-radius: 10px;
    box-shadow: rgba(255,255,255,0.3) 0 0 0 1px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,0.55)
    }

div.loading {
    background: none;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 1001;
}

div.loading span {
    margin: auto;
}

.select2-result-label {
    white-space: nowrap;
}

.bp_checking {
    display: none;
}

@media only screen and (max-width:767px) {
    #bp_mobile {
        display: block;
    }

    .carousel-caption {
        display: none;
    }

    li.nav-item a.nav-link label {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1279px) {
    #bp_tablet {
        display: block;
    }

    .carousel-caption {
        display: none;
    }

    li.nav-item a.nav-link label {
        display: none;
    }
}

@media only screen and (min-width:1280px) {
    #bp_desktop {
        display: block;
    }
}
