﻿.inspection-visit-header {
    background-color: #efefef;
    padding: 10px;
    clear: left;
}

.inspection-visit-header.no-padding {
    padding: 10px 0px;
}

.inspection-visit-header .button-group {
    margin: 5px 0px 0px 0px;
}

div.inspections-header {
    background-color: #efefef;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin: 0px 0px 5px 0px;
    padding: 10px;
}

div.inspections-header span {
    display: block;
    font-weight: bold;
}

.inspection-container {
    background: #fff;
    padding: 10px 10px 20px;
    -webkit-box-shadow: 1px 1px 1px 2px rgba(211,211,211,.5);
    -moz-box-shadow: 1px 1px 1px 2px rgba(211,211,211,.5);
    box-shadow: 1px 1px 1px 2px rgba(211,211,211,.5);
}

.inspection-btn-group {
    position:fixed;
    top:0;
    left: 50%;
    z-index:100;
    margin-left: -225px;
}

.inspection-btn {
    background-color: #b2b2b2;
    width: 150px;
    height: 50px;    
    border-radius: 0px 0px 4px 4px;
    border: 1px solid transparent;
    margin-left: -3px;
}

.inspection-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.inspection-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.inspection-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
}

.inspection-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
}

.inspection-btn:first-child {
    margin-left: 0px;
}

.inspection-btn:active, .inspection-btn:focus {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.inspection-btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #add8e6;
    border-color: #adadad;
}

.inspection-middle {
    margin: 10px 0;
    width: 100%;
}

.inspection-middle-header {
    background-color: #efefef;
    padding: 10px;
    font-size: 12px;
}

.inspection-info {
    background-color: #51575D;
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
}

.inspection-middle-header span {
    font-weight: bold;
}

.inspection-middle {
    margin: 10px 0px 10px 0;
    width: 100%;
}

.inspection-middle:before, .pull-right:after {
    clear: both;
}

.inspection-actions {
    border: none;
    padding: 5px;
    margin: 5px 10px 5px 10px;
}

.layout-header {
    background-color: #516980;
    color: white;
    font-size: medium;
    width: 100%;
    margin: 10px 0px;
    padding: 3px 5px 3px 10px;
    border-radius: 3px 3px 0px 0px;
}

.signature {
    float: left;
    width: 500px;
    margin: 20px;
    padding: 0px;
}

.signature span {
    font-size: 12px;
}

.signature-details {
    padding-top: 30px;
    float: left;
    font-size: 16px;
    line-height: 28px;
}

.sigNav {
    height: 1.45em;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}
.sigNav .clearButton {
    bottom: .2em;
    position: absolute;
    right: 0;
    font-size: .75em;
    line-height: 1.375;
}

.sigNav li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.sigNav a, .sigNav a:link, .sigNav a:visited {
    display: block;
    margin: 0;
    padding: 0 .6em;
    border: 0;
    color: #333;
    font-weight: 700;
    line-height: 2.25em;
    text-decoration: underline;
}

.sigWrapper.current {
    border-color: #CCC;
}

.sigWrapper {
    clear: both;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.pad {
    position: relative;
    cursor: crosshair;
    max-width: 498px;
    height: 150px;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.required {
    color: #990011;
}

.sigNav.required::before {
    content: "* ";
    color: red;
}

.inspection-validation-success {
    margin: 10px;
    padding: 10px;
    background: rgba(20,150,0,0.3);
    border: 2px solid rgba(20, 150, 0, 0.7);
    border-radius: 2px;
}

.inspection-validation-failure {
    margin: 10px;
    padding: 10px;
    background: rgba(200,0,0,0.3);
    border: 2px solid rgba(150,0,0,0.7);
    border-radius: 2px;
}

.inspection-saved-message {
    display: block;
    text-align: center;
}

.inspection-saved-message .icon {
    font-size: 12px !important;
}

.inspection-list-empty {
    border: 1px solid #ddd;
    padding: 5px;
    margin: -10px 0px 20px 0px;
    text-align: center;
}

.progress-bar { 
  transition: width 1s ease-in-out; 
}