﻿[data-toggle=tooltip] {
    cursor: pointer;
}

.box {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

/* list styles */
.bottomborder > li {
    border-bottom: 1px solid #ccc;
}

.socialicons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

    .socialicons a {
        font-size: 45px;
    }

.facebook {
    color: #3B5998;
}

.twitter {
    color: #1DA1F2;
}

.card a {
    display: block;
}

.list-inline {
    display: inline-block;
}

.pipeline > li:after {
    content: '|';
    margin-left: 5px;
    color: #ccc;
}

.pipeline > li:last-child:after {
    content: none;
}

.pipeline > li {
    display: inline-block;
}

.form-check label {
    margin-bottom: 0px;
}

/*.form-check li {
    padding-left: 1.25rem;
}*/

.form-check input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}



/* background colors */
.bg-lightBlue {
    background-color: #d9e6f6;
}

.bg-blueGloss {
    background-image: url(/apps/Images/bluegloss.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: contain;
}

.btn-yellow {
    background-color: yellow;
}
/* Extra Small devices (landscape phones, 575px and smaller) */
@media (max-width: 575px) {
    .hscroll-xs {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        display: block;
    }

        .hscroll-xs > div.card {
            white-space: initial;
            display: inline-block;
            max-width: 350px;
        }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hscroll-md {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .hscroll-md > div.card {
            flex: 2 0 46%;
        }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/*Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
