body {
    font-family: Arial;
    font-size: 14px;
}

@media print {
    .no-print, .no-print *
    {
        display: none !important;
    }
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="url"],
input[type="password"],
textarea,
select {
  width:90%;
}
input:disabled, input[type=submit]:disabled, input[type=submit]:disabled:hover {
    background:#ccc;
    border:none;
}

table.with-borders {
  width:100%;
}
table.with-borders td {
  border: 1px solid #666;
}
table.with-borders th {
  border-bottom: 1px solid #666;
}
table.with-borders th:first-child,
table.with-borders td:first-child,
table.with-borders th:last-child,
table.with-borders td:last-child {
  padding: 12px 15px;
}

.alignright {
  text-align: right;
}
.hidden {
    display:none;
}
.underline {
  text-decoration: underline;
}
.logo {
    font-size: 100px;
    font-weight: bolder;
    letter-spacing: -6px;
    color: #222;
    margin: 20px 30px;
}
.logo .number {
    color: #222;
    opacity: 0.1;
}
.navigation {
    margin-left: 33px;
}
.navigation a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #222;
    background: #222;
    color: #fff;
}
.navigation a:hover {
    color: #222;
    background: transparent;
}
.container {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 33px;
}
.container a {
    color: #222;
}
.container table {
    font-size: 11px;
    margin-top: 20px;
}
.container table thead td {
    background-color: #f5f5f5;
    padding: 4px 10px;
}
.container table tbody td {
    padding: 4px 10px;
}
.container .box {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 30px;
}
.single_window {
    background: #e0e0e0;
    padding:20px;
    margin:10px 0;
}

.deleteWindow {
  float:right;
}

/* Bootstrap alerts */
.alert {
  padding: 8px 35px 8px 14px;
  margin: 20px 0 20px 30px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  max-width:70%;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

/* End alerts */

.print {
  max-width:900px;
  margin:0 0 20px 0;
}

.print_head {
  border-bottom:4px double #000;
  margin:0 0 10px 0;
  padding: 0 0 10px 0;
}

.window {
  margin: 0 0 15px 0;
}
.window>.row:first-child {
  border-bottom:1px solid #ccc;
}

/* Job form */
.statusBox {
  display:inline-block;
  float:right;
  width:10%;
}

/* Customer Suggestions */
.suggestion-container {
  position:relative;
}
.suggestions {
  position: absolute;
  top:0;
  background: white;
  width: 400px;
  max-height: 300px;
  overflow-y: scroll;
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  box-shadow: 1px 2px 4px 1px rgba(0,0,0,0.35);
}
.suggestions a {
  text-decoration: none;
  display: block;
  padding:0 0 2px 4px;
}
.suggestions a:hover {
  background: rgba(0,0,0,.1);
}