﻿[data-toggle=tooltip] {
    cursor: pointer;
}

.box {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.rounded-10 {
    border-radius: 10px!important;
}

/* list styles */
.bottomborder > li {
    border-bottom: 1px solid #ccc;
}
.ajax__calendar .ajax__calendar_container{
    z-index:500;
}
div.card-img-top {
    height: 110px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}



.pipeline > li:after {
    content: '|';
    margin-left: 5px;
    color: #ccc;
}

.pipeline > li:last-child:after {
    content: none;
}

.pipeline > li {
    display: inline-block;
}
.form-check {
    padding-left:1.25rem;
}
.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;
}*/
.form-check li input[type=radio] {
    margin-right: 5px;
}
ul.list-unstyled.checkbox input {
    margin-right: 5px;
}

/* background colors */
.bg-yellow {
    background-color: #fcf8e3;
}

.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) {
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/*Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}