﻿/* Responsive listview icons */
.list-group img.listImage {
    width: 15%;
    max-width: 7em;
    margin-right: 10px;
}

/* ">" icon on listview items with links */
.list-group a.list-group-item[href] {
    background-image: url("images/listviewlink.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px 24px;
    background-origin: content-box;
    padding-right: 5px;
}

.expClickable
{
    cursor: pointer;
}

.expSignatureCanvas
{
   width: 100%; 
   height: 100%; 
   background-color: #ffffd0; 
   cursor: crosshair;
   border: solid 1px #808080;

   touch-action: none;
   -ms-touch-action: none; 
   -webkit-user-select: none; 
   -moz-user-select: none; 
   -ms-user-select: none; 
   -o-user-select: none; 
   user-select: none; 
}

.expBlurred
{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
#homeScreenCompanyLogo {
    padding-top: 20px;
    min-height: 84px;
    max-height: 124px;
}

.alert-compact {
    margin-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.mini-text {
    font-size: .7em;
    font-weight: normal !important;
}