/* =============================================================
	CSS RESET
	Meyer's CSS Reset, Normalized.css, and custom code.
 * ============================================================= */
/*  Mobile Screen Resizing */
@-webkit-viewport {
  width: device-width;
  zoom: 1.0;
}

@-moz-viewport {
  width: device-width;
  zoom: 1.0;
}

@-ms-viewport {
  width: device-width;
  zoom: 1.0;
}

@-o-viewport {
  width: device-width;
  zoom: 1.0;
}

@viewport {
  width: device-width;
  zoom: 1.0;
}

/*  Remove browser defaults */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
button, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/*  Set display type for HTML5 semantic elements */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*  Force scrollbar display to prevent jumping on pages.
 *  Fix text resize bug on mobile devices. */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*  Display audio, canvas, and video elements as inline block elements. */
audio,
canvas,
video {
  display: inline-block;
}

/*  Prevent modern browsers from displaying audio without controls. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*  Prevent img and video elements from spilling
 *  outside of the page on smaller screens. */
img,
video {
  max-width: 100%;
  height: auto;
}

/*  Prevent iframe, object, and embed elements from
 *  spilling outside of the page on smaller screens. */
iframe,
object,
embed {
  max-width: 100%;
}

/* Address [hidden] styling not present in IE 8/9.
 * Hide the template element in IE, Safari, and Firefox < 22. */
[hidden],
template {
  display: none;
  visibility: hidden;
}

/*  Prevents IE from making scaled images look like crap */
img {
  -ms-interpolation-mode: bicubic;
}

/*  Address outline inconsistency between Chrome and other browsers. */
a:focus,
button:focus {
  outline: thin dotted;
  outline: 0.3125em auto -webkit-focus-ring-color;
  outline-offset: -0.15625em;
}

/*  Improve readability when focused and also mouse hovered in all browsers. */
a:hover,
a:active {
  outline: 0;
}

.footer a,
.footer a:visited,
.footer a:hover
 {
    color:#006699;
    }


/* menu */
ul#menu {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 5px;
    margin-top: 0;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 10px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #f2f31f;
            text-decoration: none;
        }



/* =============================================================
	THE GRID
	Structure and layout.
 * ============================================================= */
/*  Mobile-first. Single-column layout by default
 *  Container sets the maximum page width. Adjust as needed. */
.container {
  width:100%;
}

/*  Still mostly single-column.
 *  Option to activate grid on small screens.
 *  Two-column layout for .grid-img. */
@media (min-width: 20em) {
  .row {
    margin-left: -1.515151515152%;
    margin-right: -1.515151515152%;
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
  width: 98%;	
  }

  .grid-fourth,
  .grid-third,
  .grid-half,
  .grid-two-thirds,
  .grid-three-fourths,
  .grid-full,
  .grid-img {
    float: left;
    width: 96.969696969697%;
    margin-left: 1.515151515152%;
    margin-right: 1.515151515152%;
  }

  /*  Reverses order of grid for content choreography */
  .grid-flip {
    float: right;
  }

  /*  Optionally show grid for small screens */
  .row-start-xsmall .grid-fourth {
    width: 21.96969696969%;
  }

  .row-start-xsmall .grid-third {
    width: 30.30303030303%;
  }

  .row-start-xsmall .grid-half,
  .grid-img {
    width: 46.969696969697%;
  }

  .row-start-xsmall .grid-two-thirds {
    width: 63.636363636364%;
  }

  .row-start-xsmall .grid-three-fourths {
    width: 71.969696969697%;
  }

  .row-start-xsmall .grid-full {
    width: 96.969696969697%;
  }

  .bg-home-img {
    height:100px;
  }

  img.hmd-logo {
        width:150px;
    }

  .hmdbadge {
    width:90px;
    height:90px;
    }

    ul#menu {
        margin-top: -60px;
        font-size: 1.0em;
    }

}

/*  Still mostly single-column.
 *  Option to activate grid on medium screens.
 *  Three-column layout for .grid-img. */
@media (min-width: 30em) {
  /*  Show grid for small screens */
  .row-start-small .grid-fourth {
    width: 21.96969696969%;
  }

  .row-start-small .grid-third,
  .grid-img {
    width: 30.30303030303%;
  }

  .row-start-small .grid-half {
    width: 46.969696969697%;
  }

  .row-start-small .grid-two-thirds {
    width: 63.636363636364%;
  }

  .row-start-small .grid-three-fourths {
    width: 71.969696969697%;
  }

  .row-start-small .grid-full {
    width: 96.969696969697%;
  }

  .bg-home-img {
    height:200px;
    }
    img.hmd-logo {
        width:auto;
    }

  .hmdbadge {
    width:180px;
    height:180px;
    }

    ul#menu {
        font-size: 1.0em;
        margin-top: -60px;
    }
}


/*  Full 6-column grid.
 *  Four-column layout for .grid-img. */
@media (min-width: 40em) {
  .grid-fourth,
  .grid-img {
    width: 21.96969696969%;
  }

  .grid-third {
    width: 30.30303030303%;
  }

  .grid-half {
    width: 46.969696969697%;
  }

  .grid-two-thirds {
    width: 63.636363636364%;
  }

  .grid-three-fourths {
    width: 71.969696969697%;
  }

  .grid-full {
    width: 96.969696969697%;
  }

  /*  Offets let you shift grid elements to the right
   *  but stay aligned to the grid. */
  .offset-fourth {
    margin-left: 26.484848484848%;
  }

  .offset-third {
    margin-left: 34.848484848485%;
  }

  .offset-half {
    margin-left: 51.515151515152%;
  }

  .offset-two-thirds {
    margin-left: 68.181818181818%;
  }

  .offset-three-fourths {
    margin-left: 76.484848484848%;
  }

  .bg-home-img {
    height:300px;
    }

  .hmdbadge {
    width:280px;
    height:280px;
    }
    ul#menu {
        font-size: 1.0em;
        margin-top: 0;
    }
}

/* Add clearfix */
/* =============================================================
	TYPOGRAPHY
	Sets font styles for entire site.
 * ============================================================= */
body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: .85em;
    line-height: 1.5;
    color: #333333;
    background: white;
}
@media (min-width: 40em) {
  body {
    line-height: 1.5625;
  }
}
/*  Sizes
 *  For smaller and larger text */
.text-small {
  font-size: 0.9375em;
}

.text-tall {
  font-size: 1.1875em;
  line-height: 1.4;
}

@media (min-width: 40em) {
  .text-tall {
    font-size: 1.3125em;
  }
}
/*  Colors
 *  For alternate text colors */
.text-muted {
  color: gray;
}

/*  Links
 *  Hyperlink styling */
a {
  color: #0088cc;
  text-decoration: none;
  word-wrap: break-word;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}

a img {
  border: none;
  background: none;
}

/*  Prevents border/background on linked image hover.
 *  Adds slight opacity. */
a:hover img {
  border: none;
  background: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*  Lists
 *  Styling for lists */
ul,
ol,
dl {
  margin-bottom: 1.5625em;
  margin-left: 2em;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin-left: 0;
}

dt {
  font-weight: bold;
}

/*  Removes list styling.
 *  For semantic reasons, should only
 *  be used on unordered lists. */
.list-unstyled {
  margin-left: 0;
  list-style: none;
}

/*  Headings
 *  h1 through h6 styling
 *  Heading class lets you use one heading type for semantics
 *  but style it as another heading type. */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: .4em;
  padding-top: .4em;
    }
h1, .h1 {
  font-size: 1.8em;
  padding-top: .5em;
  text-shadow: 0 1px 1px #fff;
    }
h2, .h2 {
    color: #6AB133;
    font-size: 1.55em;
    text-transform: uppercase;
    }
h3, .h3 {
    color: #2C9300;
    font-size: 1.15em;
    font-weight: bold;
    text-transform: uppercase;
    }
.footer h3, .footer .h3 {
    color: #3c3c3c;
    }
h4, h5, h6, .h4, .h5, .h6 {
  font-size: 0.9375em;
    }
h4, .h4 {
  text-transform: uppercase;
    }

@media (min-width: 40em) {
  h1,
  .h1 {
    font-size: 1.75em;
  }
}
/*  Lines, Quotes and Emphasis */
/*  Lines */
hr {
  margin: 0.5em auto;
  border: 0;
  border-top: 0.0725em solid #e5e5e5;
  border-bottom: 0 solid white;
}

/*  Bold */
strong {
  font-weight: bold;
}

/*  Italics */
em {
  font-style: italic;
}

/*  Subscript & Superscript */
sub,
sup {
  position: relative;
  font-size: 85%;
  font-weight: bold;
  line-height: 0;
  vertical-align: baseline;
  margin-left: 0.25em;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*  Highlighting colors */
::selection {
  color: white;
  background: #0088cc;
}

::-moz-selection {
  color: white;
  background: #0088cc;
}

/*  Blockquotes */
blockquote {
  padding-left: 0.2em;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}


#azindex {
    border:solid 1px #ddd;
    float: left;
    margin: 0 0 18px 0;
    padding: 0;
    width: 100%;
}

#index {
	font: bold 100% Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
    display:-webkit-flex;
    display:flex;
}	
	
#index div {
	flex-grow: 1;
}

#index div a {
	width:100%;
    display:inherit;
}

#index a:link, #index a:visited {
	background: #fff;
	padding: 4px 0;
	text-align: center;
}

#index a:hover {
	background: #93D1E4;
	color: #fff;
	text-decoration: underline;
}

/* =============================================================
	ALIGNMENT, SPACING & VISIBILITY
	Override default alignment, spacing and visibilty.
 * ============================================================= */
/*  Text alignment */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/*  Floats */
.float-left {
  float: left;
}

.float-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.float-right {
  float: right;
}

/*  Spacing */
.no-space {
  margin: 0;
  padding: 0;
}

.no-space-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.no-space-top {
  margin-top: 0;
  padding-top: 0;
}

.space-bottom {
  margin-bottom: 2em;
}

.space-bottom-small {
  margin-bottom: 0.5em;
  padding-bottom: 0;
}

.space-top {
  padding-top: 0.8125em;
}

/*  Screen Reader Text */
.screen-reader {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

/*  Clearfix */
.group:before, .container:before,
.row:before,
.group:after,
.container:after,
.row:after {
  display: table;
  content: "";
}

.group:after, .container:after,
.row:after, .clearboth  {
  clear: both;
}







/* =============================================================
	PRINT STYLES
	Styling for printed content. Adapted from HTML5BP.
	http://html5boilerplate.com
 * ============================================================= */
@media print {
  /*  Universal selector.
   *  Reset all content to transparent background,
   *  black color, and remove box and text shadows. */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /*  Specifies page margin */
  @page {
    margin: 0.5cm;
}

  /*  Underline all links */
  a, a:visited {
    text-decoration: underline;
  }

  /*  Show URL after links */
  a[href]:after {
    content: " (" attr(href) ")";
  }


  /*  Show URL after links */
  .badge a[href]:after {
    content: "";
  }

  /*  Don't show URL for internal links */
  a[href^="#"]:after {
    content: "";
  }

  /*  Specifies the minimum number of lines to print at the top and bottom of a page. */
  p, h1, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /*  Avoid inserting a page break after headers */
  h1, h2, h3 {
    page-break-after: avoid;
  }

  
  /*  Change border color on blockquotes and preformatted text.
   *  Avoid page breaks inside the content */
  pre, blockquote {
    border-color: #999;
    page-break-inside: avoid;
  }

  /*  Displayed as a table header row group */
  thead {
    display: table-header-group;
  }

  /*  Avoid inserting a page break inside table rows and images */
  tr, img {
    page-break-inside: avoid;
  }
  
}

/* -------------------------------------------------------------------------- */

header, footer, hgroup,
nav, section {
    display: block;
}

#passwordForm {
    font-size: 12px;
}

.user-area {
    background-color:#fff;
    padding:1em;
    border:solid 1px #ddd;
}

.sideBarBg {
    background-color: #ddd;
    padding: 6px;
}
.sideBarButtonBlock {
    margin-bottom:2em;
}
/* Beta */
.sidebar-beta {
    background-color:#fff;
    border:solid 1px #e8e8e8;
    margin: 0 0 1em 0;
    padding:12px;
}
.task {
    background-color: #a8a8a8;
    border: solid 1px #e8e8e8;
    color: #fff;
    float: left;
    height: 62px;
    line-height: 21px;
    margin-bottom: 6px;
    padding: 8px 10px 0px 10px;
    position: relative;
    transition: all ease .2s;
    width: 13.5%;
}
.taskHome {
    width:5%;
}
.task:hover {
    background-color:#769926;
}
.task .task-spa{
    padding-left: .9rem;
}
#client-menu-beta {
    display: inline-block;
    margin-top:12px;
    width: 100%;
}
.task .messages {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 4px 0 0;
    margin: 0;
}

.flash {
    animation: blinker 1s infinite alternate;
}

@keyframes blinker {
    0% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

/* login
----------------------------------------------------------*/
    #login {
    display: block;
    font-size: .85em;
    text-align: right;
    margin-top: 12px;
}
    #login p {
        color:#ccc;
        font-weight:bold;
    }

    #login a {
        margin-left: 10px;
        padding: 6px 10px;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


.header-phone {
    color: #f9e338;
    font-size: 26px;
    line-height: 1.4em;
    float: right;
    margin: 0px 8px 0 0;
}

/* login page */
#loginForm {
    background: url("../Images/bg-road-lorry-behind.jpg") no-repeat 0 0;
    border-radius:4px;
    float: left;
    width: 100%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

.bg-home {
  background: url(../Images/bg-road-lorry.jpg) no-repeat right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-height: 300px;
  }


.hint {
    color:#7d923a;
    font-size:12px;
}


/* styles for alert boxes 
----------------------------------------------------------*/
.alert-box {
    color:#555;
    border-radius:4px;
    font-family:Tahoma,Geneva,Arial,sans-serif;
    font-size:1em;
    padding:8px;
    margin:16px 0;
    }
    .alert-box span
    {
        display: block;
        font-weight: bold;
        text-transform: uppercase;
    }
     .error {
        background-color:#ffecec;
        border:1px solid #f5aca6;
        }
    .success {
        background-color:#e9ffd9;
        border:1px solid #a6ca8a;
        }
    .warning {
        background-color:#fff8c4;
        border:1px solid #f2c779;
        }
    .notice {
        background-color:#e3f7fc;
        border:1px solid #8ed9f6;
        }


/* styles for sections 
----------------------------------------------------------*/
.header {
    background-color: #000;
    padding-top:.5em;
    }

.featured {
    background-color: #e8e8e8;
    }


.content {
    background-color: #fcfcfc;
    }

.footer {
    background-color: #EBEBEB;
    border-top: 1px solid #DADADA;
    min-height: 12em;
    padding: 1em 0 0 0;
    }




.bg-home h2 {
    color: #774466;
    font-size: 2.2em;
    margin-bottom: 0.2em;
}

tr:nth-child(odd) {
}

tr {
    background: #fff;
}

.margin-L-collapse {
    margin-left:0 !important;
}

table {
    border:solid 1px #e2e2e2;
    border-bottom:solid 2px #e2e2e2;
  border-collapse: collapse;
  width:100%;
}

thead tr {
   border-bottom:solid 1px #e6e6e6;
   background-color:#ddd;
}

tbody tr {
   display: table-row;
   border-bottom:solid 1px #e6e6e6;
}

tbody td {
   display: table-cell;
   padding:4px 6px;
}

.buttonRow {
    padding:1em 0;
    }
.hmdbadge {
    position:relative;
    top:10px;
    background: url('../images/hmd-badge.png') no-repeat 0 0;
    background-size:cover;    
    }
.iAddBlock {
    background: #f2f2f2;
    border-radius: 5px;
    margin: .8em 0;
    padding: .8em;
    }
#blockHasBadge{
    display:none;
    }
.ui-multiselect-menu {
    width:70% !important;
    height:auto;
    }
p.staffNote {
    background-color:yellow;
    color:black;
    letter-spacing:1px;
    padding:2px 4px;
    }
#setToday {
    display:inline;
    padding-left:1em;
    text-decoration:underline;
    }
.adminBack {
    background-color: #eee;
    padding: 1em;
    border-top: solid 2px#ccc;
    }
p.Error {
    padding:.5em;
    color:#f00;
    font-weight:bold;
    border:solid 1px #f55;
    }
p.small {
    font-size:0.8em;
    }
.right {
    text-align:right;
    }
.left {
    text-align:left;
    }
.callout {
    background-color: #f2f2f2;
    border: 1px solid #E0E0E0;
    padding: 8px 16px;
    }
    .callout ul {
        margin: 0;
        padding:0;
    }
    .callout ul li {
        padding-bottom:8px;
    }
    .callout h3 {
        padding-top:0;
    }
.topShadow {
    border-top:0;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4);
    box-shadow: inset 0 20px 20px -20px #999999;
    }
blockquote p {
    font-weight:bold;
    }
blockquote em {
    display: block;
    font-style: italic;
    text-align: right;
    width: 100%;
    }
.quovolve-nav:before, .quovolve-nav:after {
    content: "\0020"; display: block; height: 0; visibility: hidden;  
    } 
.quovolve-nav:after { clear: both; }
.quovolve-nav {
    margin: 12px 0;
    line-height: 0px;
    zoom: 1;
    }
.quovolve-nav-below {
    margin-top: 1em;
    }
.quovolve-nav span {
    float: left;
    margin-right: 10px;
    }
.quovolve-nav a {
    background: #dcdcdc;
    color: #fff;
    border: 0 none;
    display: block;
    line-height: 0px;
    padding: 5px 15px;
    text-align: center;
    text-indent:-2000px;
    font-size:2px;
    }
.quovolve-nav a:hover {
  background: #4d4d4d;
}
.nav-numbers {
    list-style: none; 
    margin: 0;
    padding-left:0;
    float: left;
    }
.nav-numbers li {
    float: left;
    margin: 0 0 0 5px;
    }
.nav-numbers li a {
    padding-left: 0; 
    padding-right: 0;
    width: 20px;
    }
.nav-numbers li.active a, .nav-numbers li a:hover {
    background: #5d5d5d;
    }
.nav-text {
    margin-left: 30px;
    color: #aaa;
    display:none;
    }

.ui-multiselect span {
    font-size:.9em;
    }
div.options {
    border:solid 1px #d8d8d8;
    padding:0.5em;
    background-color:#f2f2f2;
    }





@media print {
   body {
      color: #000;
      background: #fff;
   }
    header, #feedbackDetails, footer, .buttonBar, a.button {
        display:none;
    }
    p.twoCol {
        width:100% !important;
    }
    fieldset p.twoCol label{
        font-weight:bold;
        margin-left:0;
        padding:0;
        float: left;
        font-size: 1em;
        text-align: left;
        width: 130px;
    }
    table tr {
        border-bottom:solid 1px #ddd;
    }
    table.plain tbody tr{
        background:inherit;
    }
    table.incidentSummary {
        font-size:0.7em;
    }
    table.incidentSummary tr th {
        font-weight:normal;
    }
	.detailText { height:220px; }
	.no-print, .alert-box, .fa-truck, .fa-leaf { display:none !important; }
  
	#tabs li { display:none !important; }
	#tabs li.active { display:inline !important; }
	.reg { padding:0 !important; width:120px !important; }

    textarea.detailText {
        width:100% !important;
        height: 320px;
        overflow-y: hidden;
        border:solid 1px #444;
    }
}

fieldset.lastMonths {
    padding-bottom:1.4em;
}
.bar-chart {
    background-color: #fff;
    border:solid 1px #e6e6e6;
    display: table;
    width: 100%;
}

.bar-chart .item, .bar-chart .itemW{
    display:table-cell;
    font-size:12px;
    text-align:center;
    width:8.333%;
}
.bar-chart .itemW{
    font-size:11px;
    width:1.92307%;
}
    .bar-chart .item div, .bar-chart .itemW div {
        background-color: #f6f6f8;
        transition:background-color ease-out .2s;
    }
    .bar-chart .item div:hover, .bar-chart .itemW div:hover{
        background-color:#f0f0fd;
        cursor:pointer;
        font-weight:bold;
    }
    .bar-chart .item span {
        position: relative;
        display: block;
        top: 98px;
        font-size: 12px;
        color: #284875;
        font-weight: bold;
        transition: all ease-in-out .2s;
    }
    .bar-chart .item.selected div span {
        background-color: #416ead;
        border-left: solid 2px #416ead;
        border-right: solid 2px #416ead;
        border-top:solid 1px #416ead;
        color:#fff;
        font-size:12px;
        font-weight:bold;
        height: 44px;
    }
    .bar-chart .itemW span {
        position: relative;
        display: block;
        top: 66px;
        font-size: 9px;
        color:#0088cc;
    }

#feedbackBreakdown {
    transition: all ease-in-out .4s;
    overflow-y: auto;
    max-height: 260px;
}

#feedback label{
    width:120px;
}

.table-concise {
}
.table-concise tr {
    font-size:11px;
}
.table-concise tr th {
    font-size:11px;
    font-weight:bold;
    display: table-cell;
    padding: 4px 6px;
}
.table-concise .ref{width:50px;}
.table-concise .date{width:75px;}
.table-concise .btnview{width:50px;}
.table-concise .depot{width:100px;}
.table-concise .type{width:120px;}
.table-concise .age{width:30px;text-align:right;}

.table-concise .last-inc-hdr {
    background-color:#416ead;
    color:#fff;
}

#blog {
}
    h2.blog {
        font-size:2.1em;
        padding-top: 0;
    }

    #blog h3 {
        padding:1em 0 0 0;
    }


p.hour24 {
    border: 1px solid #CFCFCF;
    color: #936362;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}

.cta {
    background-color: #72ab31;
    border: 2px solid #659612;
    font-size: 14px;
    margin: 2em auto;
    opacity: 0.95;
    padding: 1em;
    width: 100%;
}

img.tmhs {
    float:right;    
    border-radius:50%;
    }

h2.emp {
    border-bottom:solid 1px #4A9113;
    font-weight:bold;
    margin-top:.8em;
}

/* Depot changer */
.dFix {
    display:inline;
    }
.dWrap {
    position:absolute;
    }
.dc {
    background-color: #fff;
    border: solid 2px #999;
    display:none;
    height: auto;  /* 200 */
    left: 16px;
    padding: 6px;
    position: relative;
    top: -20px;
    width: 250px;
    z-index:9999;
    }
.dc div {
    height:auto;
    left: 16px;
    overflow:auto;
    width: 100%;
    z-index:9999;
    }

.depSw {
}
.depSw label {
    display: inline;
    padding-left:6px;
}

ul.b-r {
    margin:0 0 2em 0;
    }
        ul.b-r:after {
        content:'';
        display:block;
        clear: both;
    }

    ul.b-r li {
        background-color:#f5f5f5;
        border:solid 1px #fff;
        padding:6px;
        width: 100%;
        float: left;
        transition:background-color ease-out .2s;
    }
        ul.b-r li.Cancelled {
          opacity:.4; 
        }

        ul.b-r li:hover {
            background-color:#ebebeb;
            cursor:pointer;
        }

        ul.b-r li div {
            float:left;
        }

    div.rg, div.na, div.bn, div.st{
        display:inline;
        font-size:14px;
        font-weight:bold;
        padding: 6px 0;
        width:210px;
    }

    div.rg {
        margin-left:20px;
        width:170px;
     }

    div.bn{
        margin-left:40px;
        width:150px;
    }
    div.bn a {
                font-size: 20px;
                letter-spacing:1px;
            }
    div.st{
        width:110px;
    }


.b-l-head {
    background-color:#ececec;
    display: inline-block;
    width: 100%;
}
.b-l-head div{
    float:left;
}

.st.Active, .st.Cancelled {
    color: #000; 
    border: solid 1px #aaca45;
    padding: 8px 10px;
    background-color: #bada55;
    border-radius: 7px;
    font-size: 11px;
    text-align:center;
    text-transform:uppercase;
}

.st.Cancelled {
    background-color: #e8e8e8;
    border: solid 1px #ccc;
    color: #aaa; 
}

.modal-title {
    color:#006699;
    font-size:16px;
    font-weight:bold;
}

.divBdbadge_id {
    position: absolute;
    top: 4px;
    color: #eee;
}

.report-client {
    font-weight:bold !important;
    font-size:22px !important;
}
.report-branch {
    font-weight:normal !important;
    font-size:32px !important;
}

#btotal {
    color:#e2e2e2;
}

.tickercontainer { 
  width: 1000px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:#fff;
  color:#444;
  font-family:sans-serif;
}
.tickerfade{
  background: url(../images/ticker-fade.png) no-repeat top center;
  height:38px;
  z-index:999;
  top:-38px;
  position:relative;
  pointer-events:none;
}
.tickercontainer .mask {
  position: relative;
  width: 100%;
  overflow: hidden;
}
ul.newsticker { 
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.newsticker li {
  float: left;
  margin: 10px;
  padding: 0;
}

ul.insta {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.insta li {
  float: left;
  margin: 10px;
  padding: 0;
}



.ev-section {
    border-bottom:solid 1px #ccc;
    width:100%;
}
.ev-section:after {
    content:'';
    display:block;
    clear: both;
}
.ev-date {
    font-size: 20px;
    width: 120px;
    float: left;
    text-align:center;
}
.ev-events {
    border-left: solid 1px #ccc;
    font-size: 12px;
    float: right;
    width: 80%;
    min-height: 66px;
    padding-left: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.basicList,
ul.basicListNoMargin {
    list-style: none;
    margin-left: 1.2em;
    margin-bottom:0;
}

ul.basicList li, 
ul.basicListNoMargin li {
    position: relative;
    margin-bottom:1em;
    padding-bottom:0em;
}

ul.basicListNoMargin li {
    margin-bottom:0em;
}

ul.basicList li:before,
ul.basicListNoMargin li:before {    
font-family: 'FontAwesome';
content: '\f054';
margin:0 5px 0 -15px;
color: #666;
}


.small-list {
    font-size: 85%;
}

.large-list {
    font-size: 150%;
}

.quote {
    border:solid 1px #f2f2f2;
    background-color:#fff;
    padding:1em;
    margin-bottom:2em;
}
.quote-name {
    font-size:1.4em;
    font-weight:normal;
    display:inline;
    padding-right:1em;
    text-transform:uppercase;
}
.quote-role {
    font-size:1.2em;
    font-weight:bold;
    color:#0088cc;
}
.quote-company {
    font-size:1.2em;
    display:block;
    font-weight:bold;
}

li {
    padding-bottom:.6em;
}

.list-blog-item {
    background-color:#fff;
    border:solid 1px #e6e6e6;
    min-height: 392px;
    float:left;
    margin:0 2em 2em 0;
    padding:.8em;
    width:45%;
}

.list-blog-item-title a {
    font-size:22px;
    font-weight:normal;
    line-height:28px;
}

.list-blog-item-attrib {
    color:#ccc;
    font-size:11px;
    font-weight:normal;
    margin:8px 0;
}
 
.list-blog-item-img{
}

.list-blog-item-slug{
}

#accordion {
     margin-top:1em;
}

#accordion div {
    background:white;
    display:none;
    border-bottom:thin solid #cecece;
    padding:1em;
    margin-bottom:1em;
}

a.trig i.fa {
    vertical-align: sub;
    padding-right:2px;
}

#accordion a.trig {
    display:block;
    background:#f4f4f4;
    color:#959696;
    padding-left:8px;
    height:40px;
    line-height:40px;
    text-decoration:none;
    border:solid 1px #d6d6d6;
    font-size:14px;
    font-weight:bold;
    margin-top:1em;
}

#accordion a.first {
    border-top:thin solid #cecece;    
}

.menu_container { 
    display: block;padding: 0;height: 36px; 
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.075);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.075);
    box-shadow: 0 2px 2px rgba(0,0,0,0.075);
}
.menu_container a {text-decoration: none; color: #7B9D37; font-size: 15px; display: block; height: 20px; line-height: 26px; padding: 0 18px; }
.menu_container ul {padding: 0;margin: 0 0 0 -14px;list-style: none;z-index:99;}
.menu_container ul li.current-menu-item { background-color: #ddd;}
.menu_container > ul > li { display: block;float: left;position: relative; }
.menu_container ul li:hover {background: #565656;}
.menu_container > ul > li > ul { background-color: #fff;position: absolute;display: none;border: 1px solid #eee;top: 100%;width: 200px; }
.menu_container > ul > li:hover > ul { display: block; }
.menu_container > ul > li > ul > li { position: relative; text-align:left;}
.menu_container > ul > li > ul > li > ul { display:none;position: absolute;left: 100%;top: 0;border: 1px solid #eee;width: 140px; }
.menu_container > ul > li > ul > li:hover > ul { display:block;background-color: #fff; }
.menu_container > ul > li > ul > li > ul > li {  }
.content { clear: both; }
.title {font-weight: 800;font-size: 12px;text-transform: uppercase;}
h1 img{max-width:160px;margin-right:2rem;margin-bottom:1rem;float:left;}

.menu_container select {
	display: block;
	padding: 4px 8px;
	font-size: 16px;
	color: rgb(85, 85, 85);
	vertical-align: middle;
	background-color: rgb(255, 255, 255);
	background-image: none;
	border: none;
}
.nofull select {width: auto;}

.mUserRow {
    border-bottom:solid 1px #ccc;
    padding:6px 0;
}
.mUserRow .mUserDel {
    display: inline;
    float: right;
    border-radius: 2px;
    padding: 0px 6px;
    background-color: #c66;
    color: #fff;
}
    .mUserRow .mUserDel:hover {
        background-color: #a44;
    }


.multi-client-menu {
    background-color: #ffffff;
    border: solid 1px #ddd;
    margin-bottom: 2em;
    padding: 12px 12px 24px 12px;
}
.multi-client-menu a{
    background-color: #eeeeee;
    border: solid 1px #ddd;
    display: inline-block;
    padding: 12px;
    margin: 3px;
    width: 142px;
}
    .multi-client-menu a:hover {
        background-color: #999;
        color:#fff;
    }
.inc-status {
    font-weight:bold;
    margin: 0 0 0 -4px;
}
.pager div {
    float:left;
    margin:0 2px;
    padding:2px;
    text-align:center;
}
.pager div:hover {
    background-color:#999;
    border-radius:2px;
    color:#fff;
    cursor:pointer;
}

a.jsel, a.jsel:visited  {
   color:#0088cc; 
}
a.jsel:hover {
   color:#0066aa; 
}
.irNum {
    font-size: 10px;
    width: 32px;
    text-align: center;
    border-radius: 8px;
    background-color: #e0efe0;
    border: solid 1px #d0dfd0;
}
#irTable tbody td {
    font-size:11px;
}

#irLoadingEmail {
    display:none;
}

.irDuplicate {
    position: absolute;
    top: 30%;
    left: 30%;
    width: 40%;
    height: auto;
    background-color: rgba(50,50,50,0.85);
    color: #ffffff;
    padding: 2em;
}

p.rRaw {
    font-size:9px;
    font-family:Arial !important;
    display:none;
}
p.rRaw div, div.gmail_quote{
    font-size: 10px;
    background-color: #f5f5f5;
 }

.col-ref {
    width:30px !important;
}
.col-date {
    width:40px !important;
}
.col-depot {
    width:50px !important;
}
.col-type {
    width:50px !important;
}
.col-details {
    width:140px !important;
}
.col-age {
    width:20px !important;
}
.col-rmd {
    width:20px !important;
}
.col-view {
    width:20px !important;
}

.dt-buttons {
    float: right;
    margin-bottom: 6px;
    margin-top: -6px;
}
.dt-button {
    border:solid 1px #c5c5c5;
    padding:3px 6px;
    background-color:#e5e5e5;
    color:#222222;
    font-weight:normal;
    font-size:13px;
    margin-left: 6px;
}
    .dt-button:hover {
        background-color:#c5c5c5;
        color:#222222;
    }

.blink {
  animation: blink 1s step-start 1s infinite;
  -webkit-animation: blink 1s step-start 1s infinite;
}
@keyframes blink {
  50% {
    background-color:rgba(217, 50, 50, 0.15);
    border:solid 1px red;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color:rgba(217, 50, 50, 0.15);
    border:solid 1px red;
  }
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: .5rem;
  width: 320px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: left;
  font-size: .8rem;
  font-weight:normal;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#auto-import {
    background-color: #d2d2d2;
    padding: 1em 0;
    border-bottom: solid 1px #c2c2c2;
    margin-top: -1em;
}

ul.options {
    margin-bottom:0;
}
ul.options li a{
    font-weight:normal;
}
ul.options li a:hover{
    color:#006;
}


::placeholder {
    color: #c8c8c8;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c8c8c8;
}

::-ms-input-placeholder {
    color: #c8c8c8;
}

.in-touch {
    background-color: #fff;
    border: solid 1px #bbb;
    padding: 2em;
    margin: 0;
}

    .in-touch .btn {
        border: none;
        font-weight: bold;
        background-color: #019EEB;
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px;
        color: #fff;
    }

    .in-touch h2 {
        margin-bottom: 1em;
        font-size:28px;
    }
    .in-touch h2 span {
        color: #d2d2d2;
        font-size: .9rem;
        font-weight:600;
        text-transform: uppercase;
    }
    .in-touch input, .in-touch textarea, .in-touch select {
        border: none;
        border-bottom: solid 2px #999;
        box-shadow: none;
        font-size: 14px;
        margin-bottom: 1rem;
        outline-style: none;
        padding: 6px 0 6px 2px;
        transition: all 0.3s ease;
        width: 100%;
    }

    .in-touch select {
        padding-left: 0px;
    }
        .in-touch textarea.textarea {
            border: solid 2px #999;
            height: 80px;
        }

            .in-touch input:focus, .in-touch textarea.textarea:focus {
                border-color: #769926;
                box-shadow: none;
                padding-left: 10px !important;
                transition: all 0.3s ease;
            }

#divRequestCallerMedia {
    background-color: #fff;
    border: 2px solid rgb(221, 221, 221);
    box-shadow: 0 0 24px rgba(0,0,0,.5);
    left: 30%;
    padding: 1rem;
    position: absolute;
    top: 20%;
    width: 40%;
    z-index: 99;
}

.closeUpload {
    float: right;
    font-weight: bold;
}
.closeUpload:hover {
    cursor:pointer;
}

.xuploaded-media {
    float: right;
    padding:4px 2px;
    width: 33%;
}

ul.uploaded-media {
    list-style-type: none;
}
    ul.uploaded-media li {
        float: left;
        padding: 2px;
        width: 50%;
    }
    ul.uploaded-media img {
        max-height: 180px;
    }
    ul.uploaded-media span {
        color: #999;
        font-size: 12px;
        text-transform: uppercase;
    }

#divRequestCallerMediaButtons {
    border-top: solid 1px #999;
    padding: 1em 0 0 0;
    margin-top: 1em;
}

#divRequestCallerMediaButtons div {
    display: inline;
    padding: 4px 12px;
}

#divRequestCallerMediaButtons div:hover {
    cursor:pointer;
    font-weight:bold;
}

.caller-message-head {
    padding: 1em;
    text-align: center;
    margin-bottom: 1rem;
    background-color: #EFE2E2;
    font-weight: bold;
}

.b-Cancelled {
    font-weight:bold;
    color:#f00;
}

.message-area{

}

#msg-list {
    margin-left: -10px;
    border:solid 1px #e2e2e2;
}

.msg-wrap {
    background-color: #fff;
    border-radius: 1rem;
    color: #000;
    margin-bottom: .5rem;
    padding: .5rem;
    position: relative;
    width: 100%;
}
#msg-thread .msg-wrap {
    background-color: #d3f5ff;
    float: right;
    width: 90%;
}
    #msg-thread .msg-wrap span {
        font-size: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
        padding-right: .5rem;
    }

    #msg-thread .msg-wrap:first-of-type {
        float: left;
        background-color: #b3efff;
    }

    .msg-wrap > .msg-wrap {
        border: solid 1px #ddd;
        background-color: #e8e8e8;
        float: right;
        margin-bottom: 1rem;
        margin-left: 2rem;
    }
.msg-wrap h3 {
    font-size: .8rem;
    max-width: 96%;
    margin: -5px 32px 0 7px;
}
#msg-list .msg-wrap .msg-wrap:first-of-type {
    margin-left: 0;
}
.msg-hide {
    position: absolute;
    top: 0;
    right: 0;
    padding: .5rem .5rem 0 .5rem;
    font-size: .8rem;
    color: #002;
}
.msg-hide:hover {
    color:#900;
    cursor:pointer;
}

.msg-btn {
    background-color: #91AD52;
    border-radius: 3px;
    color: #fff;
    display: inline;
    font-size: 12px;
    padding: 5px 12px 7px;
    font-weight: bold;
}
    .msg-btn:hover {
        background-color: #769926;
        cursor:pointer;
    }
textarea.msg-reply {
    width: 100%;
    height: auto;
    min-height: 38px;
}

#toast {
    height: 288px;
    background-color: #323232;
    color: #fff;
    border-radius: 2px;
    padding: 0 .5rem;
    position: fixed;
    z-index: 1;
    left: 66%;
    bottom: -264px;
    width: 150px;
    transition: all ease-in-out .4s;
    xxbottom:-2000px;
    display:none;
}
    #toast h2 {
        font-size: .8rem;
        font-weight: bold;
        color: #fff;
    }
    #toast.show {
        bottom: 0;
        width: 33%;
        bottom: 0px;
    }

.arrow-up {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    display: inline-block;
    height: 0;
    margin: 0 6px 2px 0;
    position: relative;
    transition:  all ease-in-out .4s;
}
#toast.show .arrow-up{
    transform: rotate(180deg);
}

.accordion-toggle {
    border-bottom: solid 1px #290;
    cursor: pointer;
    margin-bottom: 1rem;
    padding-bottom: .2rem;
}
.accordion-content {
    display: none;
}
    .accordion-content.default {
        display: block;
    }
.accordian-click {
    color: #777;
    float: right;
    font-size: .7rem;
    
}

.form-radio,
.form-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #666;
    top: 10px;
    height: 40px;
    width: 40px !important;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: .5rem;
    outline: none;
}
.form-checkbox {
    border-radius: 3px;
}

    .form-radio:checked::before, .form-checkbox:checked::before {
        position: absolute;
        font: 1.2rem/1 'Open Sans', sans-serif;
        font-weight: bold;
        left: 16px;
        top: 8px;
        content: '\02143';
        transform: rotate(40deg);
    }

    .form-radio:hover,
    .form-checkbox:hover {
        background-color: #f7f7f7;
    }

    .form-radio:checked,
    .form-checkbox:checked {
        background-color: #bada55;
    }

.radio-labels label,
.radio-labels-reg label,
.radio-checkbox label {
    font: 300 .9rem/1.5rem 'Open Sans', sans-serif;
    color: #444;
    cursor: pointer;
    margin: -12px 0 0 .5rem;
    top: -8px;
    position: relative;
    float: none;
    width: auto;
}
.radio-labels-reg label {
    top: -22px;
}
fieldset.public label.chk-label {
    padding: 0 !important;
    position: relative;
    top: -.5rem;
    width: 60px;
}

.signature {
    color: #000;
    font: 400 130px/0.8 'Great Vibes', Helvetica, sans-serif;
    font-size: 3rem !important;
}