body,
html {
    background-color:#FFF;
}
img {
    max-width:100%;
    height:auto;
}
a {
    color:#324A5F;
}
.nowrap {
    white-space:nowrap;
}
.noselect {
    user-select:none;
}
.cursor-pointer{
    cursor:pointer;
}

/* layout */

#header {
    background-color:#1B2A41;
}

#page-title {
    background-color:#4A5361;
}

#footer {
    background-color:#1B2A41;
}
#footer,
#footer a {
    color:#FFF;
}
#footer a {
    text-decoration:none;
}
#footer a:hover {
    text-decoration:underline;
}

/* classes */
.hover-opacity:hover {
    opacity:0.75;
}

/* bootstrap stuff */
.btn {
    text-transform:uppercase;
}
.btn.btn-md {
    min-width:100px;
}
.bg-primary,
.btn.btn-primary {
    background-color:#324A5F;
}
.border-primary,
.btn.btn-primary {
    border-color:#324A5F;
}
.btn.btn-primary:hover,
.btn.btn-outline-primary:hover {
    background-color:#1B2A41;
}
.btn.btn-outline-primary,
.btn.btn-primary:hover {
    border-color:#1B2A41;
}
.btn.btn-outline-primary {
    color:#324A5F;
}
.btn.btn-outline-primary:hover {
    color:#FFF;
}

@media only screen 
and (max-device-width : 767px) {
    .tooltip {
        display: none !important;
    }
 }

.alert-white {
    background-color:#FFF;
    border:1px solid #E6E6E6;
}
.alert-pink {
    background-color:#fff0f6;
}
.alert-pink,
.border-pink {
    border-color:#ffcfe2 !important;
}
.bg-pink {
    background-color:#ffcfe2;
}
.bg-dark-orange {
	background-color:#E47500;
}


.smaller {
    font-size:.785em;
}

/* ticket lists */
#tickets-list .ticket {
    border-left:none !important;
}
#tickets-list a.ticket {
    text-decoration:none;
}
#tickets-list .ticket .ticket-label {
    min-width:74px;
}