﻿html {
  background-color: #585f69;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-size: 13px;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
}

p, li, li a {
  color: #555;
}

a {
  color: #333;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline;
}

  a:link, a:visited,
  a:active, a:hover {
    color: #333;
  }

  a:hover {
    background-color: #c7d1d6;
  }

header, footer, hgroup,
nav, section {
  display: block;
}

strong.colour555 {
  color: #555;
}

mark {
  background-color: #a6dbed;
  padding-left: 5px;
  padding-right: 5px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.position-relative {
  position: relative;
}

.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}


.alert-margin-top-10 .alert {
  margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
  color: #585f69;
  font-family: "Open Sans",sans-serif;
  font-weight: normal;
  margin-top: 5px;
  padding-bottom: 5px;
}

  h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
  }


/* main layout
----------------------------------------------------------*/
#body {
  clear: both;
}

.main-content {
  padding-bottom: 40px;
  padding-top: 40px;
}

  .main-content.accent {
    background: url("../Images/accent.png") no-repeat;
  }

.featured + .main-content {
  background: url("../Images/heroAccent.png") no-repeat;
}

header {
  height: 80px;
  padding-top: 24px;
  background-color: #428bca;
}

.Logo {
  top: -24px;
  right: 0px;
  position: absolute;
  height: 80px;
  color: transparent;
}

footer {
  background-color: #585f69;
  clear: both;
  color: #dadada;
  padding: 10px 0;
}

  footer p {
    color: #dadada;
  }


/* site title
----------------------------------------------------------*/
.site-title {
  color: #fff;
  font-size: 22px;
  font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
  margin: 0;
}

  .site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
  }

/* Load Mask */
.loadmask-msg {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #4887b1;
  box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.75);
  padding: 10px;
}

  .loadmask-msg div {
    border: 0 none;
  }



/* login
----------------------------------------------------------*/
#login {
  display: block;
  margin: 0 0 10px;
  text-align: right;
}

  #login a {
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
  }

    #login a.username {
      background: none;
      margin: 0;
      padding: 0;
      text-decoration: underline;
    }

  #login ul {
    margin: 0;
  }

  #login li {
    display: inline;
    list-style: none;
  }


/* menu
----------------------------------------------------------*/
ul#menu {
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
  text-align: right;
}

  ul#menu li {
    display: inline;
    list-style: none;
    padding-left: 15px;
  }

    ul#menu li a {
      background: none;
      color: #999;
      text-decoration: none;
    }

      ul#menu li a:hover {
        color: #333;
        text-decoration: none;
      }


/* page elements
----------------------------------------------------------*/
span[id^="btnDelOffer"] {
  color: rgba(255, 0, 0, 0.5);
  display: none;
  cursor: pointer;
}

  span[id^="btnDelOffer"]:hover {
    color: rgba(255, 0, 0, 1);
  }

/* page titles */
hgroup.title {
  margin-bottom: 10px;
}

  hgroup.title h1, hgroup.title h2 {
    display: inline;
  }

  hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
  }

/* features */
section.feature {
  width: 300px;
  float: left;
  padding: 10px;
}

.bs-template {
  margin-bottom: 36px;
  background-color: #fff;
  border-radius: 4px;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  padding: 45px 15px 15px;
  position: relative;
}

  .bs-template::after {
    color: #959595;
    content: attr(data-label);
    font-weight: 700;
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
  }

.heading-gray {
  color: #959595;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 0;
}

/* ordered list */
ol.round {
  list-style-type: none;
  padding-left: 0;
}

ol.round li {
  margin: 25px 0;
  padding-left: 45px;
}    

/* Checked list group */
.state-icon {
  left: -5px;
}

/* content */
article {
  float: left;
  width: 70%;
}

aside {
  float: right;
  width: 25%;
}

  aside ul {
    list-style: none;
    padding: 0;
  }

    aside ul li {
      background: url("../Images/bullet.png") no-repeat 0 50%;
      padding: 2px 0 2px 20px;
    }

/* login page */
#loginForm {
  border-right: solid 2px #c8c8c8;
  float: left;
  width: 55%;
}

  #loginForm .validation-error {
    display: block;
    margin-left: 15px;
  }

  #loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
  }

  #loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
  }

  #loginForm input {
    width: 250px;
  }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
      width: auto;
    }

#socialLoginForm {
  margin-left: 40px;
  float: left;
  width: 40%;
}

  #socialLoginForm h2 {
    margin-bottom: 5px;
  }

#socialLoginList button {
  margin-bottom: 12px;
}

#logoutForm {
  display: inline;
}

/* Order List Page*/
.orderlinks:link {
  color: #0000EE;
}

.orderlinks:visited {
  color: #800080;
}

/* Order Summary Page*/
#uploadedfilestable tr {
  height: 56px;
}

#uploadedfilestable td {
  padding-left: 20px;
  vertical-align: middle;
}

.nohorizontalpaddingmargin {
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
}

.erroralertbackgroundcolour {
  background-color: #f2dede !important;
}

/* panel headings */
.app-v1 .panel-heading {
  padding: 0 15px;
}

  .app-v1 .panel-heading h4 {
    display: block;
    padding: 14px 0;
  }

.panel, .panel-heading {
  border-radius: 0;
}

.panel-grey {
  border-color: #95a5a6;
}

.panel-title {
  color: #fff;
}

.panel-grey > .panel-heading {
  background: #95a5a6 none repeat scroll 0 0;
}

.panel-primary-ui {
  border-color: #333;
}

  .panel-primary-ui > .panel-heading {
    background: #333 none repeat scroll 0 0;
  }

.headline {
  border-bottom: 1px dotted #e4e9f0;
  display: block;
  margin: 10px 0 25px;
}

  .headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid #72c02c;
    display: inline-block;
    margin: 0 0 -2px;
    padding-bottom: 5px;
  }

/* general margins */
.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.vertical-padding-15 {
  padding: 15px 0;
}

/* tabs */
.tab-v1 .nav-tabs {
  border-bottom: 2px solid #72c02c;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-image: none;
}

  .tab-v1 .nav-tabs a {
    font-size: 14px;
    padding: 5px 15px;
    text-decoration: none;
  }

  .tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
    background: #72c02c none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
  }

  .tab-v1 .nav-tabs > li > a:hover {
    background: #72c02c none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
  }

  .tab-v1 .nav-tabs > li.sidebarCollapse > a {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #72c02c;
    color: #b3b3b3;
  }

    .tab-v1 .nav-tabs > li.sidebarCollapse > a:hover {
      background: #e7e7e7 none repeat scroll 0 0;
    }

.tab-v1 .nav-tabs-primary-ui > .active > a, .tab-v1 .nav-tabs-primary-ui > .active > a:hover, .tab-v1 .nav-tabs-primary-ui > .active > a:focus {
  background: #333 none repeat scroll 0 0;
}

.tab-v1 .nav-tabs-primary-ui > li > a:hover {
  background: #333 none repeat scroll 0 0;
}

.tab-v1 .nav-tabs-primary-ui {
  border-bottom: none;
}

/* contact */
.contact h3 {
  font-size: 1.2em;
}

.contact p {
  margin: 5px 0 0 10px;
}

.contact iframe {
  border: 1px solid #333;
  margin: 5px 0 0 10px;
}

/* colours */
.grey-lighten-1 {
  color: #bdbdbd !important;
}

/* forms */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

  fieldset legend {
    display: none;
  }

  fieldset ol {
    padding: 0;
    list-style: none;
  }

    fieldset ol li {
      padding-bottom: 5px;
    }

input, textarea {
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  margin: 5px 0 6px 0;
  padding: 5px;
  width: 300px;
}

  input[type="radio"] {
    width: auto;
  }

.table-input {
  width: 100%;
}

textarea {
  font-family: inherit;
  width: 500px;
}

  input:focus, textarea:focus, select:focus {
    border-bottom: 3px solid #428bca !important;
  }

input[type="checkbox"] {
  background: transparent;
  border: inherit;
  width: auto;
}

input[type="submit"],
input[type="button"],
button {
  background-color: #d3dce0;
  border: 1px solid #787878;
  cursor: pointer;
  font-weight: 600;
  padding: 7px;
  margin-right: 8px;
  width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
  padding: 4px;
  margin-right: 4px;
}

/* Kendo */
.k-tabstrip > .k-content {
  padding: 0.92em 0.92em;
}

.autocomplete_adjust > .k-input {
  padding-left: 0px !important;
}

/* Icon colours */
.icon-colour-primary {
  color: #428bca !important;
}

/* Icon shapes */
i.icon-custom {
  border: 1px solid #555;
  color: #555;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
}

i.icon-sm {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  width: 35px;
}

i.icon-bg-u {
  background: #428bca none repeat scroll 0 0;
  border-color: transparent;
  color: #fff;
}

/* info and errors */
.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}

.message-error {
  clear: both;
  color: #e80c4d;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.message-success {
  color: #7ac0da;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

span.label {
  font-weight: 400;
  font-size: 12px;
  padding: 4px 7px;
}

.error {
  color: #e80c4d;
}

.k-button[disabled], .k-button.k-state-disabled, .k-state-disabled .k-button, .k-state-disabled .k-button:hover,
.k-button.k-state-disabled:hover, .k-state-disabled .k-button:active,
.k-button.k-state-disabled:active, .k-button.k-state-disabled:active:hover {
  background-color: #95a5a6;
  background-image: none;
  border-color: #959595;
  color: #fff;
}

.k-item:nth-child(even) {
  background-color: #f9f9f9; /* Unified with Bootstrap nth-of-type */
}

.k-item.k-state-selected {
  background-color: #428bca;
}

.k-item:hover {
  background-color: #fff6b0;
}

.toast {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  background-color: rgba(38, 39, 36, 0.92);
  color: #F0F0F0;
  font-size: 1.2em;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
  -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
  box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
/* buttons */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.loading-img:after {
  content: "";
  padding: 1px 0px 5px 20px;
  background: url('./jquery-loadmask/images/loading.gif') no-repeat 4px 5px;
}

/* modal popups */
.modal-dialog.modal-sm {
  width: 400px;
}

.modal-body, .modal-footer {
  padding: 20px;
}

.service .service-icon {
  color: #e2e2e2;
  float: left;
  font-size: 35px;
  padding: 10px;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
}

.service .desc {
  overflow: hidden;
  padding: 0 15px;
}

  .service .desc h4 {
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    color: #585f69;
    font-family: "Open Sans",sans-serif;
    margin-bottom: 10px;
  }

/* styles for validation helpers */

input.input-validation-error {
  border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}

.validation-summary-valid {
  display: none;
}


/* tables
----------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0 none;
}

  table.mid-align td, table.mid-align th {
    vertical-align: middle !important;
  }

.table thead > tr > th {
  border-bottom: medium none;
}

th {
  text-align: left;
  border: none 0px;
  padding-left: 0;
}

  th a {
    display: block;
    position: relative;
  }

    th a:link, th a:visited, th a:active, th a:hover {
      color: #333;
      font-weight: 600;
      text-decoration: none;
      padding: 0;
    }

    th a:hover {
      color: #000;
    }

  th.asc a, th.desc a {
    margin-right: .75em;
  }

    th.asc a:after, th.desc a:after {
      display: block;
      position: absolute;
      right: 0em;
      top: 0;
    }

    th.asc a:after {
      content: '▲';
    }

    th.desc a:after {
      content: '▼';
    }

td {
  padding: 0.25em 2em 0.25em 0em;
  border: 0 none;
}

tr.pager td {
  padding: 0 0.25em 0 0;
}

td > .alert {
  margin-bottom: 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
}

#content {
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background-color: #f8f8f8;
  transition: all 0.3s;
  padding-bottom: 40px;
  z-index: 100;
  border-right: 1px solid #ccc;
  font-size: 14px;
  top: 0;
  bottom: 0;
}

@media (min-width: 1680px) {
  #sidebar {
    position: absolute;
  }
}

@media (max-width: 500px) {
  #sidebar {
    position: absolute;
  }
}

@media screen and ( max-width: 500px ) {
  .main-content:not(.no-nav-bar), .site-title, .site-footer {
    margin-left: 50px;
  }
}

@media screen and ( max-width: 325px ) {
  header {
    height: 130px;
  }
}

#sidebar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

#sidebar ul li {
  border-bottom: 1px solid #ccc;
}

  #sidebar ul li:first-child {
    border-top: 1px solid #ccc;
  }

  #sidebar ul li a, #sidebar ul ul a {
    text-decoration: none;
    color: #31708f;
    padding: 10px 15px;
    position: relative;
    display: block;
  }

#sidebar ul ul a {
  padding-left: 30px;
}

#sidebar ul li a:hover {
  background-color: #eee;
}

#sidebar ul ul li:last-child {
  border-bottom: 0;
}

#sidebar.active {
  margin-left: -200px;
}

  #sidebar.active .main-content {
    margin-left: 50px;
  }

#sidebar a[aria-expanded="false"], #sidebar a[aria-expanded="true"] {
  background-color: #eee;
}

  #sidebar a[aria-expanded="false"]:hover, #sidebar a[aria-expanded="true"]:hover {
    background-color: #e5e5e5;
  }

  #sidebar a[aria-expanded="false"]::before, #sidebar a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    top: 12px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
  }

  #sidebar a[aria-expanded="true"]::before {
    content: '\e260';
  }

/* Exprian Address Styles
----------------------------------------------------------*/

.address-picklist-container {
  font-weight: normal;
}

.address-picklist > div {
  padding: 4px;
  border-top: 1px solid #ddd;
}

  .address-picklist > div:nth-of-type(2n+1) {
    background-color: #f9f9f9;
  }

  .address-picklist > div:hover {
    background-color: rgb(140, 168, 193);
    color: white;
  }

.search-again-link {
  font-weight: normal;
  display: none;
}


/* Credit Check Styles
----------------------------------------------------------*/

.result-text {
  font-size: 16px !important;
  display: inline-block !important;
}

/* Payment Styles
----------------------------------------------------------*/

.expired {
  background-color: #FFB6C1;    
}

/*Two Factor Authentication
    ----------------------------------------------------------*/
.digit-input {
  width: 30px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 3px;
  padding: 5px;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

  /* header
    ----------------------------------------------------------*/
  header .float-left,
  header .float-right {
    float: none;
  }

  /* logo */
  header .site-title {
    margin: 10px;
    text-align: center;
  }

  .Logo {
    position: relative;
    margin: 0 auto 0 auto;
  }

  /* login */
  #login {
    font-size: .85em;
    margin: 0 0 12px;
    text-align: center;
  }

    #login ul {
      margin: 5px 0;
      padding: 0;
    }

    #login li {
      display: inline;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    #login a {
      background: none;
      color: #999;
      font-weight: 600;
      margin: 2px;
      padding: 0;
    }

      #login a:hover {
        color: #333;
      }

  /* menu */
  nav {
    margin-bottom: 5px;
  }

  ul#menu {
    margin: 0;
    padding: 0;
    text-align: center;
  }

    ul#menu li {
      margin: 0;
      padding: 0;
    }

  /* main layout
    ----------------------------------------------------------*/
  .main-content,
  .featured + .main-content {
    background-position: 10px 0;
  }

  /* page content */
  article, aside {
    float: none;
    width: 100%;
  }

  /* ordered list */
  ol.round {
    list-style-type: none;
    padding-left: 0;
  }

    ol.round li {
      padding-left: 10px;
      margin: 25px 0;
    }

      ol.round li.zero,
      ol.round li.one,
      ol.round li.two,
      ol.round li.three,
      ol.round li.four,
      ol.round li.five,
      ol.round li.six,
      ol.round li.seven,
      ol.round li.eight,
      ol.round li.nine {
        background: none;
      }

  /* features */
  section.feature {
    float: none;
    padding: 10px;
    width: auto;
  }

    section.feature img {
      color: #999;
      content: attr(alt);
      font-size: 1.5em;
      font-weight: 600;
    }

  /* forms */
  input {
    width: 90%;
  }

  /* login page */
  #loginForm {
    border-right: none;
    float: none;
    width: auto;
  }

    #loginForm .validation-error {
      display: block;
      margin-left: 15px;
    }

  #socialLoginForm {
    margin-left: 0;
    float: none;
    width: auto;
  }

  /* footer
    ----------------------------------------------------------*/
  footer .float-left,
  footer .float-right {
    float: none;
  }
}
