

/* -------------------- Global Styles ----------------------- */

body {
  font-family: 'Ubuntu', Helverica, Sans-Serif, Arial;
  background: #f9f9f9;
}

.page-wrapper {
  position: relative;
}

h1 {
  margin: 0;
  font-weight: 400;
  font-size:1.3em;
  padding:20px 0;
  float:left;
}
@media (min-width: 770px) {
  h1 {
    padding: 40px 0;
    font-weight: 400;
    font-size: 2.2em;
    letter-spacing: 1px;
  }
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}

h2 {
  padding-left:20px;
  font-size:1.8em;
}

.legal-text-box ,
.approval-text-box {
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    margin-top: -10px;
    margin-bottom: 30px;
    padding: 15px;
}

.version-navigation {
    margin-top: -20px;
    margin-bottom: 50px;
}

.version-navigation > .btn-prev {
    float: left;
}

.version-navigation > .btn-next {
    float: right;
}

.table-responsive {
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 auto 30px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    clear: both;
}
.table-responsive > table {
    margin-bottom:0;
}

.table>thead>tr>th {
    padding: 15px 8px;
    border-width: 0 0 1px 0;
}

.table > thead > tr > th[data-order-by] {
    cursor: pointer;
}

.table .paging-control {
    height: 31px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}
.table > tbody > tr.table-row-expandable > td,
.table > tbody > tr.table-row-expandable > th,
.table > tfoot > tr.table-row-expandable > td,
.table > tfoot > tr.table-row-expandable > th,
.table > thead > tr.table-row-expandable > td,
.table > thead > tr.table-row-expandable > th {
    vertical-align: top;
}

#wrapper {
    min-height: calc(100vh - 60px);
}

.footer {
    background: #005EB8;
    color: #fff;
    padding: 20px 0;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
}

.footer a {
    color: #fff;
    font-size: larger;
    padding: 0 5px;
}

.page-title {
  margin-top:0;
  margin-bottom: 20px;
  background: #005EB8;
  color: #fff;
}

@media (min-width: 400px) {
  .page-title {
    margin-top:80px;
    margin-bottom: 40px;
  }
}

.page-title .row {
    margin-right: 0;
}

.page-title h1.centered-title {
    padding-top: 70px;
}

.renewals-overview > p {
    margin-bottom: 25px;
}
.support-detail__header-padding-off {
    padding: 0;
}
.support-detail__header-totals {
    padding-top: 35px;
    font-size: larger;
}

.support-detail__header-totals-value {
    text-align: right;
}

.dashboard-blocks a:focus,
.dashboard-blocks a:hover {
    color: white;
}

a.action,
button.action,
input[type=submit].action {
    margin: 5px;
    border-radius: 4px;
    background: #4ec143;
    color: #fff;
    padding: 2px 6px;
    font-size: 0.9em;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    text-decoration: none;
    display: inline-block;
}
a.action.default,
button.action.default,
input[type=submit].default {
  background:#005EB8;
}
a.action:last-child,
button.action:last-child {
    margin: 5px;
}
a.action.danger,
button.action.danger,
input[type=submit].danger {
    background: #d83b3b;
}
.action-wrap form input.action,
.action-wrap button.action {
    margin: 5px;
    display: block;
    padding: 11px 0px 11px 0px;
    font-size: 17px;
    font-family: FontAwesome, Ubuntu;
    border: 1px solid #fff;
    border-radius: 4px;
}

.action-wrap form,
.action-wrap button {
    float: left;
    margin: 5px 20px 15px 5px;
}

.contract-actions {
    width:110px;
}
.details .contract-actions {
    width:150px;
}

.action-wrap {
    padding: 15px 0;
    float: right;
}

.action-wrap .action {
    margin: 5px 20px 15px 5px;
    font-size: 1.2em;
    padding: 11px 20px 11px 15px;
    border: 0;
}

.action-wrap .action.default {
    border: 1px solid #fff;
}

.action-wrap .action:last-child {
    margin-right:0;
}

.action-wrap .action i {
    margin-right: 10px;
}

.activation-warning {
    clear: both;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px 0 0 -10px;
}

.activation-validation {
    color: lightcoral
}

.activation-input {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
}

.activation-button {
    margin: 5px 20px 15px 15px;
    display: block;
    padding: 10px;
    font-size: 17px;
    font-family: FontAwesome, Ubuntu;
    border: 1px solid #fff;
    border-radius: 4px;
}

.validationMessage {
    color: maroon;
}

table > tbody > tr > td.nested-product {
    padding-left: 40px;
}

.btn {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.btn-inline {
    margin-left: 20px;
}

.btn-primary {
    background-color: #005eb8;
}

.btn-white {
    background-color: white;
    border: none;
    color: #333;
}

.expander {
    cursor: pointer;
    font-size: smaller;
}

.site-expander {
    margin-left: 10px;
}

.product-expander {
    margin-left: 20px;
}

.amended-product {
    font-style: italic;
    font-weight: bold;
}

.removed-products {
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 10px;
}

/* -------------------- Menu Navigation ----------------------- */

header {
  position:relative;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  z-index:999;
  text-align:center;
}
@media (min-width: 400px) {
  header {
    position:fixed;
    top:0;
    left:0;
    right:0;
  }
}

header .logo {
    max-width: 600px;
    max-height:55px;
    float: left;
}
@media (min-width: 400px) {
    header .logo {
        max-width: 600px;
        max-height: 55px;
    }
}

.navigation {
    display: flex;
    margin-right: 10px;
}

.header-logo-container {
    margin-left: 10px;
}

@media (max-width: 1177px) {
    .customer-header {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    header .navigation {
        width: 100%;
        justify-content: space-around;
        margin-right: 0px;
    }

    header .header-logo-container {
        margin-left: 0px;
    }

    .page-title {
        margin-top: 115px;
    }
}

@media (max-width: 600px) {
    header .logo {
        width: 100%;
        height: auto;
    }

    header .navigation {
        font-size: 0.8em;
        margin-right: 5px;
    }
}

@media (max-width: 490px) {
    header .navigation {
        font-size: 0.6em;
        justify-content: center;
    }

/*    .page-title {
        margin-top: 80px;
        margin-bottom: 40px;
    }*/
}

.burger-menu {
  float:right;
  width:40px;
  height:40px;
  cursor:pointer;
}
.burger-menu .line {
  margin:8px auto 0;
  width:25px;
  height:2px;
  background:#111;
}
@media (min-width: 400px) {
  .burger-menu {
    display:none;
  }
}

nav {
  position:absolute;
  top:55px;
  left:0;
  right:0;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,0.3);
  transform:translate3d(0,-280px,0);
  opacity:0;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
nav.active {
  transform:translate3d(0,0,0);
  opacity:1;
}
@media (min-width: 400px) {
  nav {
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    float: right;
    line-height: 50px;
    box-shadow:0 0 0;
    transform:translate3d(0,0,0);
    opacity:1;
    display:block;
  }
}

nav a {
  text-align:left;
  border-top:1px solid rgba(0,0,0,0.1);
  color: #111;
  line-height:50px;
  padding:0 20px;
  text-decoration: none;
  box-sizing: border-box;
  display: block;
}
@media (min-width: 400px) {
  nav a {
    margin-left: 20px;
    font-size: 0.8em;
    padding:0;
    border-top:0;
    float: left;
  }
}
nav a.active {
  color: #0076bd;
}

nav a:last-child {
  border-left:1px solid rgba(0,0,0,0.1);
  padding-left:20px;
}

/* -------------------- Menu Navigation ----------------------- */

#graph {
  margin-bottom:15px;
  width:100%!important;
  padding:20px;
  border: 1px solid #eee;
  background: #fafafa;
  box-sizing:border-box;
}
.legends {
  text-align:center;
  padding-bottom:20px;
}
.legends span {
  margin:0 10px;
  border:1px solid rgba(0,0,0,0.1);
  background:#f9f9f9;
  padding:3px 6px;
}
.legends span:before {
  margin-right:10px;
  width:20px;
  height:11px;
  background:#0e91c9;
  display:inline-block;
  content:'';
}
.legends span:first-child:before {
  background:#005EB8;
}

.tab-container {
  border-top:1px solid rgba(255,255,255,0.1);
  clear: both;
}
.tab-container .tab {
  margin:8px 15px 0 0;
  padding:10px 20px;
  color:#fff;
  float:left;
  font-size:17px;
  text-decoration:none;
  border-bottom: 8px solid transparent;
  display:block;
    cursor: pointer;
}
.tab-container .tab.active {
  border-bottom-color:#f9f9f9;
}


.light-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(17, 36, 54, 0.5);
  z-index:999;
  display:none;
}

.columns {
  margin-bottom: 50px;
  padding: 25px 25px 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
  border:1px solid rgba(0,0,0,0.1);
  box-sizing:border-box;
}

.columns .title {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 15px;
}
.custom5 {
  background: #005EB8;
  border: 0;
  padding: 5px 15px 10px;
  color: #fff;
  font-size:0.9em;
  float:left;
  height: 100px;
}
.smaller-text {
    max-width: 120px;
}

@media (max-width: 991px) {
    .smaller-text {
        min-height: 60px;
    }
}
@media (min-width: 340px) {
  .custom5 {
    margin-bottom:15px;
    margin-left:2%;
    width: 48.9%;
  }
  .custom5:nth-child(2n+1) {
    margin-left:0;
  }
  .custom5 .larger-text {
    font-size:1.3em;
  }
}
@media (min-width: 700px) {
  .custom5,
  .custom5:nth-child(2n+1),
  .custom5:last-child{
      margin-left:2%;
      width: 23.5%;
  }
  .custom5:first-child {
    margin-left:0;
  }
  .custom5 .larger-text {
    font-size:1.3em;
  }
}
@media (min-width: 700px) {
  .custom5 {
      width: 23.5%;
  }
  .custom5 .larger-text {
    font-size:1.3em;
  }
}
@media (min-width: 1124px) {
    .custom5 {
      font-size:1em;
      margin-bottom:50px;
    }
    .custom5 .larger-text {
      font-size:1.8em;
    }
}

form.search {
  position:relative;
  margin:auto;
  width:90%;
  max-width:500px;
}
form.search input {
  width:100%;
}
form.search button {
  position:absolute;
  top:0;
  right:0;
  padding:0 20px;
  font-size:1.1em;
  color:#fff;
  background: #005EB8;
  border:0;
  border-radius:0 4px 4px 0;
}

.support-agreements {
  list-style: none;
}

.support-agreements li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 6px;
}

.agreement-approved,
.agreement-waiting,
.agreement-live {
  margin-left: 5px;
  background: #2fae2f;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
}

.agreement-approved:before {
  content: 'Approved';
}

.agreement-waiting {
  background: #d2d2d2;
  background: rgba(0, 0, 0, 0.4);
}

.agreement-waiting:before {
  content: 'Waiting';
}

.agreement-live {
  background: #005EB8;
}

.agreement-live:before {
  content: 'Live';
}

.product-table tr th {
  font-weight: 700;
  font-size: 1.1em;
}

.product-table tr th:first-child,
.product-table tr td:first-child {
  border-right: 1px solid rgb(225, 225, 225);
}
.agreements .columns {
  padding: 15px;
  overflow:auto;
}
.agreements table {
  margin-bottom:0;
}
.agreements table th,
.agreements table td {
  padding:8px;
}
.agreements tr th:first-child,
.agreements tr td:first-child {
  border-right: 0;
}
.agreements tr:last-child td {
    border-bottom: 0;
}
.agreements tr td:last-child {
  width:245px;
}
.tags .product {
  margin: 2.5px 5px 2.5px 0;
  color: #fff;
  font-size:13px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #005EB8;
}
.tags .product span {
  padding: 1px 4px;
  display: inline-block;
}
.tags .product span:last-child {
    background: rgba(0,0,0,0.1);
}

.password-reset {
  margin:50px auto;
  width:300px;
  padding:40px;
  background:#fff;
  border-radius: 5px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
  border:1px solid rgba(0,0,0,0.1);
  box-sizing:border-box;
}
.password-reset_title {
  font-size:1.2em;
  padding-bottom:20px;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.password-reset form {
  margin:0;
}
.password-reset input {
    width: 100%;
    margin: 20px 0;
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.2);
    display: block;
}

.reject-agreement-form {
  position:absolute;
  margin:auto;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:540px;
  height:310px;
  padding:20px 40px;
  background:#fff;
  text-align:center;
  border-radius:6px;
  box-shadow:0 20px 50px -5px rgba(0,0,0,0.4);
  box-sizing:border-box;
  display:none;
}
.reject-agreement-form_title {
  font-size:1.3em;
  padding-bottom:20px;
  border-bottom:1px solid rgba(0,0,0,0.2);
}
.reject-agreement-form_title span {
  font-weight:700;
}
 .reject-agreement-form form textarea {
  margin:20px 0;
  width:100%;
  height:120px;
  max-width:100%;
  max-height:120px;
}
.reject-agreement-form form button {
  margin:0 10px;
  display:inline-block;
}

.product-viewer {
  position:absolute;
  margin:auto;
  top:0;
  right:0;
  left:0;
  bottom:0;
  width:90%;
  max-width:1050px;
  height:600px;
  padding:40px;
  border-radius:6px;
  box-shadow:0 20px 50px -5px rgba(0,0,0,0.4);
  background:#fff;
  box-sizing:border-box;
}
.product-viewer_close {
  position:absolute;
  top:0;
  right:0;
  width:60px;
  height:60px;
  cursor:pointer;
}
.product-viewer_close:before,
.product-viewer_close:after {
  position:absolute;
  margin:auto;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:20px;
  height:2px;
  background:#111;
  content:'';
  transform:rotate(45deg);
}
.product-viewer_close:after {
  transform:rotate(-45deg);
}
.product-viewer_title {
  margin:0 0 20px;
  padding-bottom:20px;
  font-size:1.3em;
  text-align:center;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.product-viewer_table-wrap {
  height:450px;
  overflow-y:auto;
}
.product-viewer_table {
  margin:0 0 40px;
  width:100%;
}

.login {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#f1f1f1;
}
.login h3 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 1.46em;
}
.login form {
    margin: 0 auto 100px;
    width: 95%;
    max-width: 320px;
    padding: 40px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.login form img {
  margin:0 auto 40px;
  display:block;
}
.login form input {
  width: 100%;
  margin: 0 0 10px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.2);
  display: block;
}
#password {
  margin-bottom:0;
}
.login form a {
  font-size:0.8em;
  color:gray;
  text-align:center;
  text-decoration:none;
  display:block;
}
.login form button {
  margin:20px auto;
  display:block;
}

/* -------------------- Claim Submission ------------------------- */

form.dropzone.dz-clickable {
    font-size: 1.2em;
    padding: 70px 0;
    border-radius: 6px;
    border: 2px dashed rgba(0,0,0,0.3);
    text-align: center;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

form.dropzone.dz-clickable .fa {
    width: 100%;
    padding-bottom: 10px;
    font-size: 1.8em;
    color: #005EB8;
}

form.dropzone.dz-clickable .t-small {
    font-size: 0.8em;
}

.dz-success-mark, .dz-error-mark {
    padding: 10px;
    display: none;
}

.dz-success-mark svg, .dz-error-mark svg {
    width: 40px;
}

.dz-success-mark svg path, .dz-error-mark svg path {
    fill: #005eb8;
}

.upload-warning {
    margin-top:20px;
    padding: 0 0 20px;
}

.col-heading {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.claim-history {
    padding: 0 0 20px;
    font-size:1.2em;
    overflow: hidden;
}

.claim-history td:nth-child(1) .fa {
    margin-right: 10px;
}

.claim-history td:nth-child(2) {
    width: 300px;
}

.claim-history td:last-child {
    width: 90px;
    text-align: left;
}

.claim-history div.download-icon {
    cursor: pointer;
    color: #005eb8;
}

.claim-history a.download-icon {
    width: 150px;
    margin-bottom: 15px;
}

/* Validation */

.validation-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  font-size:1.4em;
  font-weight:700;
  text-align:center;
  background:#fff;
  background:rgba(255,255,255,0.95);
  z-index:99999;
}
.validation-overlay_center {
  position:absolute;
  margin :auto;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:90%;
  max-width:520px;
  height:120px;
  -webkit-transition:height 0.35s ease-in-out;
  transition:height 0.35s ease-in-out;
}
.validation-overlay_center--errorListView {
  height:50vh;
}
.validation-overlay_loader {
  margin:0 auto 30px;
  width:40px;
  height:40px;
  border:5px solid #005EB8;
  border-left-color:transparent;
  border-radius:100%;
  box-sizing:border-box;
  -webkit-animation:1s spinLoader infinite linear;
          animation:1s spinLoader infinite linear
}
@-webkit-keyframes spinLoader {
  100%{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes spinLoader {
  100%{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
.validation-overlay_complete {
  margin-top:20px;
}
.validation-overlay_complete .validation-overlay_valid {
  color:#21ac21;
}
.validation-overlay_complete .validation-overlay_error {
  color:#e63434;
}
.validation-overlay_complete button {
  margin:10px;
  padding:5px 10px;
  color:#fff;
  border:0;
  font-size:0.7em;
  font-weight:400;
  background:#005EB8;
  border-radius:4px;
  text-decoration:none;
  display:inline-block;
}
.validation-overlay_complete button.cancel {
  padding:5px 15px;
  border:2px solid #005EB8;
  background:none;
  color:#005EB8;
}

.validation-overlay_errorListView {
  margin:30px auto 0;
  width:100%;
  height:45vh;
  border:2px solid #005EB8;
  border-radius:4px;
  padding:20px 20px 0;
  text-align:left;
  font-size:0.7em;
  font-weight:300;
  box-sizing:border-box;
  overflow:auto;
  -webkit-animation:0.45s easeIntoView ease-in-out;
          animation:0.45s easeIntoView ease-in-out;
}
.validation-overlay_center--errorListView .validation-overlay_errorListView{
  display:block;
}
@-webkit-keyframes easeIntoView {
  0%{
    opacity:0;
    -webkit-transform:translate3d(0,60px,0);
            transform:translate3d(0,60px,0);
  }
}
@keyframes easeIntoView {
  0%{
    opacity:0;
    -webkit-transform:translate3d(0,60px,0);
            transform:translate3d(0,60px,0);
  }
}

/* -------------------- NOT FOR PRODUCTION ----------------------- */

.development-sign {
    position: fixed;
    left: -80px;
    bottom: 50px;
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: rotate(45deg);
    background: #c61818;
    color: #fff;
    z-index: 100;
}
/* -------------------- NOT FOR PRODUCTION END -------------------- */

.captcha-error {
    color: red;
    margin-top: 8px;
}

.captcha-container input{
    margin-bottom: 0 !important;
}

.captcha-btn-container{
    vertical-align: bottom;
    padding-left: 4px;
}

.form-inline{
    display: inline-block;
}

.btn-container{
    padding: 4px;
}

.password-invalid {
    font-size: 80%;
    color: #5c5cb8;
}

/* Download Section Start */

.download-section-spacer {
    margin-top: 2em;
}

.download-label {
    margin-bottom: 1em;
}

.download-container {
    width: 100%;
    display: flex;
}

.search-button-spacer {
    margin-top: 1.75em;
}
/* Download Section End */

/* Live agreements table - subcontractor reference section start */

.subcontractor-reference-container {
    width: 100%;
    display: flex;
}
/* Live agreements table - subcontractor reference section end */

/* Select2 custom styles */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-color: #e7eaec;
}

/* Form Control custom styles */
.form-control,
.single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}

/* Select2 overrides Start */

.select2-container--default {
    border: 1px solid #e5e6e7;
}

    .select2-container--default .select2-selection--single,
    .select2-container--default .select2-selection--multiple {
        border: none;
        height: 34px;
    }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #676a6c;
            font-size: 14px;
            line-height: 34px;
        }

    .select2-container--default.select2-container--disabled .select2-selection--single,
    .select2-container--default.select2-container--disabled .select2-selection--multiple {
        cursor: not-allowed;
    }

/* Select2 overrides End */

.brand-badge {
    cursor: auto;
}

.flex-container-center {
    display: flex;
    justify-content: center;
}

.flex-container-space-evenly {
    display: flex;
    justify-content: space-evenly;
}

.login-logo-container {
    margin-top: 80px;
}

.login-logo {
    max-width: 700px;
    margin-bottom: 40px;
}