/*!
 * Start Bootstrap - Clean Blog v3.3.7+1 (http://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family:  sans-serif;
  font-size: 20px;
  color: #3a3d41;
  position: relative;
  max-width: 1068px;
  margin: 0 auto;
}
p {
  line-height: 1.5;
  margin: 30px 0;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  font-weight: 800;
}
a {
  color: #3a3d41;
}
a:hover,
a:focus {
  color: #0085A1;
  outline: none;
}
blockquote {
  color: #3a3d41;
  font-style: italic;
}

hr {
    border-color: #3a3d41;
    margin-top: 10px;
}
hr.small {
  max-width: 100px;
  margin: 5px auto;
  border-width: 4px;
  border-color: white;
}

.alert {
    font-size: 14px;
}

/* top navbar */
.navbar-default {
    background-color: #ffffff;
}
.navbar-fixed-top {
    border-bottom: none;
    min-height: 50px;
}
.navbar-fixed-top > .container-fluid {
    max-width: 1068px;
    margin: 0 auto;
    padding: 0;
}

/* logo */
.navbar-brand {
    width: 225px;
    height: 80px;
}
.navbar-brand img {
    float: left;
    margin-left: 3px;
    height: 55px;
    width: auto;
}

.navbar-brand-cart {
    float: right;
    margin-right: -3px;
    height: 55px;
    width: auto;
}

.navbar-brand span {
    display: block;
    color: #001069;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
}

@media screen and (max-width:400px) {
    .navbar-brand {
        width: 225px;
    }
    .navbar-brand img {
        width: 135px;
        padding-top: 9px;
    }
}
@media screen and (max-width:320px) {
    .navbar-brand {
        width: 225px;
        padding-right: 0;
    }
}


/* main navigation */
.navbar-nav {
    margin-top: 25px;
    margin-right: 0px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3a3d41;
    /** top menu space**/
    padding: 4px;
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        line-height: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #3a3d41;
        /** top menu space**/
        padding: 4px;
        padding-left: 20px;
    }
}

.navbar-default .navbar-nav > li.selected > a,
.navbar-default .navbar-nav > li > a:hover {
    color: #00aef0;
}

.navbar-default .navbar-nav > li > ul,li {
    list-style: none;
    font-size: 13px;
    padding-right: 3px;
    line-height: 15px;
}

.navbar-default .navbar-nav > li > ul> li > a {
    list-style: none;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3a3d41;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > ul> li.selected > a,
.navbar-default .navbar-nav > li > ul> li > a:hover {
    color: #00aef0;

}

.navbar-default .navbar-collapse {
    border: none;
}

/* header search */
#top-search {
    background: rgba(255, 255, 255, 0.1);
    float: left;
    padding-left: 10px;
}
#top-search label {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
}
#top-search input {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}
#top-search input::-webkit-input-placeholder {
    color: #ffffff;
    font-style: italic;
}
#top-search input::-moz-placeholder {
    color: #ffffff;
    font-style: italic;
    opacity: 1;
}
#top-search input:-ms-input-placeholder {
    color: #ffffff;
    font-style: italic;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

#top-search input:focus::-webkit-input-placeholder { color:transparent; }
#top-search input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
#top-search input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
#top-search input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

#top-search button {
    background: transparent none;
    border: none;
    color: #ffffff;
    font-size: 16px;
}
#top-search button:hover {
    color: #00aef0;
}

/* subpage header */
#subpage-header {
    background: #3A3D41 url("/static/img/header.jpg") no-repeat left bottom;
    background-size: cover;
    width: 100%;
    height: 110px;
    position: relative;
    top: 85px;
    margin-bottom: 35px;
}
.title-wrapper {
    max-width: 1068px;
    margin: 0 auto;
    height: 95px;
    position: relative;
}
.section-title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    position: absolute;
    bottom: 0;
}
.section-title .subtitle {
    font-size: 18px;
    line-height: 25px;
    text-transform: none;
    font-weight: 300;
}

.main-content.container-fluid {
    padding: 0;
}

.home-page.container-fluid {
    padding: 0
}

.slider.Home {
    margin-top: 0px;
    margin-bottom: -30px;
}
.flex-direction-nav {
    display: none;
}
.intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 622px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 36px;
  line-height: 40px;
  width: 55%;
  color: #ffffff;
}
.slideshow-slide a:hover {
    text-decoration: none;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.page-content .intro-header p {
    color: #ffffff;
    font-size: 28px;
    line-height: 34px;
    width: 45%;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-size: 24px;
  margin: 10px 0 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
.post-preview > a {
  color: #3a3d41;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085A1;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #3a3d41;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #3a3d41;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085A1;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer {
    padding: 20px;
    font-size: 13px;
    background-color: #00aef0;
    color: #ffffff;
}
.footer-wrapper {
    max-width: 1044px;
    margin: 0 auto;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer a {
    color: #ffffff;
    text-decoration: underline;
}
footer a:hover {
    color: #3a3d41;
}
footer h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}
footer ul {
    list-style: none none;
    font-weight: 300;
    padding-left: 0;
}
footer li::before {
    content: '•';
    position: relative;
    left: -2px;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
footer .copyright p {
    margin-top: 10px;
    margin-bottom: 2px;
}

@media only screen and (min-width: 991px) {
  footer .copyright {
    text-align: right;
  }
}
.password-change {
    text-align: right;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085A1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  font-family: sans-serif;
  font-size: 12px;
  padding: 10px;
  box-shadow: 3px 3px 8px rgba(153,153,153,0.75);
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #0085A1;
  border: 1px solid #0085A1;
  color: white;
}
.btn-kpn {
  background-color: #00aef0;
  border: none;
  border-radius: 15px;
  color: #fff;
    height: 34px;
}
.btn-kpn:hover,
.btn-kpn:focus {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.pager {
  margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: #0085A1;
  border: 1px solid #0085A1;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #3a3d41;
  background-color: #333333;
  cursor: not-allowed;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #0085A1;
}

/* general page styles
Top HR
*/
.page-content {
    margin-top: 105px;
    margin-bottom: 40px;
}
.fullwidth {
    margin-left: 153px;
}
@media (max-width: 768px) {
  .fullwidth {
      margin-left: 0;
  }
}
.page-content h1 {
    color: black;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-top: 0;
}
.page-content h3 {
    color: #00aef0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}
.page-content p,
.page-content li {
    color: #3a3d41;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 15px;
}
.page-content li {
    margin-bottom: 0;
}
.page-content p strong {
    color: #000000;
    font-weight: 700;
}
.page-content .pullquote {
    color: #00aef0;
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 1em auto;
}

.table-striped {
    width: 100%;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #e7eff9;
}

/* article listing */
#article-listing h1 {
    color: #00aef0;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}
#article-listing p {
    color: black;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
#article-listing h3 {
    color: #00aef0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    margin-top: 60px;
}
#article-listing ul {
    list-style: none none;
    padding-left: 0;
    width: 100%;
    float: left;
    margin-right: 2%;
}
#article-listing li {
    font-size: 14px;
}

#article-listing li::before {
    content: '•';
    color: black;
    margin-right: 10px;
    position: absolute;
}
#article-listing li a {
    color: #3a3d41;
    padding-left: 15px;
    display: inline-block;
    min-height: 30px;
}

.article-sidebar {
    padding-left: 94px;
}

.library-carousel {
    margin-top: 10px;
}
.library-carousel hr {
    margin-bottom: 10px;
}
.library-carousel .owl-dots {
    margin-bottom: 10px;
}

/* article detail */
#article-detail .color-block {
    width: 100%;
    height: 212px;
    background-color: #00aef0;
}
.breadcrumb > li + li:before {
    content: ">";
}
.breadcrumb {
    color: #00aef0;
    font-size: 14px;
    margin: 20px 0;
    background-color: transparent;
    padding-left: 0;
}
.breadcrumb a:hover {
    color: #00aef0;
    text-decoration: underline;
}
.breadcrumb a {
    color: #00aef0;
}
#article-detail h2 {
    color: #3a3d41;
    font-size: 20px;
    line-height: 30px;
}
#article-detail .byline {
    color: #3a3d41;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
}
#article-detail p {
    color: #3a3d41;
    font-size: 14px;
    line-height: 21px;
}
#article-detail h3 {
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
}
#article-detail .bio {
    margin-top: 2em;
    margin-bottom: 1.2em;
}
#article-detail .bio p {
    color: #00aef0;
}
/* article columns don't conform to bootstrap */
.col-a,
.col-b,
.col-c,
.col-d {
    position: relative;
    float: left;
}
.col-a {
    width: 20%;
    margin-right: 4px;
}
.col-b {
    width: 78.3%;
}
.col-c {
    width: 48.5%;
}

/* article carousel */
.owl-stage-outer {
    overflow: hidden;
}
.article-carousel h4 {
    color: #3a3d41;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    margin: 27px 0 0 0;
    text-transform: uppercase
}
.article-carousel p {
    color: #3a3d41;
    font-size: 13px;
    line-height: 18px;
    margin-top: 13px;
}
.article-carousel a:hover {
    text-decoration: none;
}

#carouselButtons {
    position: absolute;
    bottom: 0px;
}
.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    color: white;
    text-align: center;
    font-size:  medium;
}

.carousel-caption a {
    text-decoration: none;
    color:          white !important;
    width:100px;
}

.carousel-caption h1 {
    margin-top: 200px;
    margin-bottom: 0px;
    color:          white !important;
}

.carousel-caption h3 {
    text-decoration: none;
    color:          white !important;
}

/* sidebar */
.sidebar {
    padding-top: 65px;
}
.sidebar dl {
    width: 75%;
}
.sidebar dt {
    color: #00aef0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
}
.sidebar dd {
    color: #3a3d41;
    font-size: 13px;
    line-height: 20px;
}

/* Contracts */
#contracttable_wrapper > .row:first-of-type .col-sm-3 {
    clear: left;
}

#list-table_wrapper > .row:first-of-type .col-sm-3 {
    clear: left;
}

.dataTables_wrapper .dataTables_filter .input-group {
    display: block;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.15);
    background-color: transparent;
    border-radius: 3px;
    height: 30px;
    overflow: hidden;
}
.dataTables_filter .filter_icon {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 3px 0 0 3px;
    background-color: #00aef0;
    box-shadow: inset 1px 1px 4px rgba(255,255,255,0.15), inset -1px -1px 4px rgba(0,0,0,0.15);
    font-size: 17px;
    height: 31px;
}
.dataTables_filter .glyphicon::before {
    color: #ffffff;
}
.dataTables_wrapper .dataTables_filter .input-group input {
    border: none;
    border-radius: 0 3px 3px 0;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    height: 31px;
    margin-left: 0;
    text-align: center;
    text-transform: uppercase;
    box-shadow: inset 1px 1px 4px rgba(255,255,255,0.15), inset -1px -1px 4px rgba(0,0,0,0.15);
    visibility: visible;
    position: relative;
    top: -3px;
}
.dataTables_filter input::placeholder {
    text-transform: uppercase;
    text-align: center;
}
.table-striped > tbody > tr > td {
    font-size: 13px;
    line-height: 25px;
    color: #3a3d41;
    padding: 0 14px;
    border: none;
}
#contracttable .table-striped td:first-of-type {
    width: 20%;
}
#contracttable td:first-of-type {
    color: #222222;
    font-weight: 700;
    text-align: left;
}

#list-table .table-striped td:first-of-type {
    width: 20%;
}
#list-table td:first-of-type {
    color: #222222;
    font-weight: 700;
    text-align: left;
}

.table-striped td a {
    color: #3a3d41;
    text-decoration: underline
}
.table-striped td a:hover {
    color: #0000FF;
    text-decoration: underline;
}
.table-striped > thead > tr > th {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    padding-bottom: 12px;
}

.table-striped.table thead .sorting {
    background: url("/static/img/sort-arrows.png") no-repeat right 11px top 14px;
}
.table-striped.table thead .sorting_asc {
    background: url("/static/img/sort-asc.png") no-repeat right 11px top 14px;
}
.table-striped.table thead .sorting_desc {
    background: url("/static/img/sort-desc.png") no-repeat right 11px top 14px;
}
.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #e8edff;
}
#contracttable {
    margin-bottom: 25px !important;
}
#contracttable td:nth-of-type(1) {
    width: 18.08%;
}
#contracttable td:nth-of-type(2) {
    width: 30.3%;
}
#contracttable td:nth-of-type(3) {
    width: 23.14%;
}
#contracttable td:nth-of-type(4) {
    width: 14.24%;
}
#contracttable td:nth-of-type(5) {
    width: 14.24%;
}

#list-table {
    margin-bottom: 25px !important;
}
#list-table td:nth-of-type(1) {
    width: 18.08%;
}
#list-table td:nth-of-type(2) {
    width: 30.3%;
}
#list-table td:nth-of-type(3) {
    width: 23.14%;
}
#list-table td:nth-of-type(4) {
    width: 14.24%;
}
#list-table td:nth-of-type(5) {
    width: 14.24%;
}

.contract-detail h2 {
    font-size: 20px;
    line-height: 30px;
    color: #00aef0;
    margin-bottom: 50px;
}
.contract-detail img {
    float: left;
    padding: 0 100px 50px 0;
}
.contract-detail p {
    font-size: 15px;
    line-height: 27px;
    color: #000000;
    width: 445px;
    display: inline-block;
}
.contract-detail .container1 {
    clear: both;
}

.contract-detail ul.rtabs {
    border-bottom: 5px solid #00aef0;
}

.contract-detail ul.rtabs li a:link,
.contract-detail ul.rtabs li a:visited,
.user-administration ul.rtabs li a:link,
.user-administration ul.rtabs li a:visited {
    border: none;
    background: #99999B;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    line-height: 20px;
    font-family: sans-serif;
    padding: 3px 30px;
}
.contract-detail ul.rtabs li a:hover,
.user-administration ul.rtabs li a:hover {
    background: #333333;
}
.contract-detail ul.rtabs li.selected a,
.user-administration ul.rtabs li.selected a {
    background-color: #00aef0;
    z-index: 0;
}
.contract-detail .panel-container {
    border: none;
    background-color: transparent;
}
.contract-detail div.panel-container > div {
    padding: 30px 0;
}

.contract-detail .register .btn-kpn {
    display: block;
    margin: 1em auto;
    width: 180px;
    margin-left: 5px;
}
/* contract search */

.search-form .contract-select {
    box-shadow: 3px 3px 10px #cccccc;
    padding: 0;
    height: 27px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: -50px;
    width: 250px;
    float: left;
    border:none;
    outline:0px;
    color: black;
    background-color: white;
}

.search-form .category-select {
    box-shadow: 3px 3px 10px #cccccc;
    padding: 0;
    height: 27px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: -50px;
    float: left;
    border:none;
    outline:0px;
    color: black;
    background-color: white;
}

.search-form select {
    box-shadow: 3px 3px 10px #cccccc;
    padding: 0;
    height: 27px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: -50px;
    width: 148px;
    float: left;
    border:none;
    outline:0px;
    color: #00aef0;
    background-color: white;
}

.search-form .contract-search {
    box-shadow: 3px 3px 10px #cccccc;
    padding: 0;
    height: 27px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: -40px;
    width: 270px;
    float: right;
}

.reseller-list {
    box-shadow: 3px 3px 10px #cccccc;
    padding: 0;
    height: 27px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: -40px;
    width: 200px;
    float: right;
}

.search-form .contract-search #id_contracte_search {
    display: inline-block;
    height: 27px;
    width: 270px;
    margin: 0;
    border: none;
    position: relative;
    box-shadow: none;
}

.search-form .contract-search #id_search_contract  {
    display: block;
    float: right;
    width: 28px;
    height: 28px;
    box-shadow: none;
    top: 0;
    right: 0;
    position: absolute;
    padding: 0;
    margin-top: 5px;
}

.search-form .contract-search #id_clear_search  {
    display: block;
    float: right;
    width: 28px;
    height: 28px;
    margin-right: 20px;
    box-shadow: none;
    top: 0;
    right: 0;
    position: absolute;
    padding: 0;
    margin-top: 5px;
}

/* batching */
.pagination {
    clear: both;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
}
.pagination li {
  padding: 0;
  line-height: 1.429em;
  border: none;
  font-size: 13px;
  margin: 0;
}
.pagination li::before {
  content: "";
}
.pagination > li > span,
.pagination > li > a {
    color: #3a3d41;
    border: none;
}
.pagination > .active > span {
    background-color: #00aef0;
    border-color: #00aef0;
}

/* search results */
.search-form {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 21px;
}
#id_models {
    list-style: none none;
}
.search-form form {
    position: relative;
}
.search-form form label[for='id_q'] {
    display: none;
}
.search-form form #id_q {
    box-shadow: 3px 3px 10px #cccccc;
    margin-bottom: 10px;
    width: 100%;
    padding: 5px 10px;
}
.search-form form button {
    color: #00aef0;
    background: transparent none;
    border: none;
    position: absolute;
    right: 4px;
    top: 7px;
}
.search-form form ul {
    padding-left: 0;
}
.search-form h3 {
    font-weight: 900;
}
.search-results {
    padding-left: 14px;
}
.search-results li {
    color: #00aef0;
    margin-bottom: 20px;
}
.search-results .label {
    float: right;
    margin-left: 10px;
    display: block;
    position: relative;
    top: 3px;
}
.search-results .label-default {
    background-color: #3a3d41;
}
.search-results li a {
    color: #3a3d41;
}
.contracts-button {
    color: #ffffff;
    float: right;
    font-size: 12px;
    background-color: #3a3d41;
    border-radius: 3px;
    box-shadow: 3px 3px 8px rgba(153,153,153,0.75);
    padding: 8px;
    position: relative;
    width: 186px;
    text-align: center;
    clear: both;
    margin-bottom: 2em;
    display: block;
}
@media (max-width: 768px) {
    .contracts-button {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}
.contracts-button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    box-shadow: inset 1px 1px 4px rgba(255,255,255,0.3), inset -1px -1px 4px rgba(0,0,0,0.3)
}
.contracts-button:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Register */

.register {
  margin-top: 31px;
}

.register h5 {
    color: #00aef0;
    margin-top: 0;
}

.ck_box {
    display: inline-block;
    color: #00aef0;
    font-size: 13px;
    font-weight: bold;
}

.register .buyer-benefits {
    background-color: #c2c2c2;
    padding: 25px;
}

.register .buyer-benefits-image {
  overflow: hidden;
}

.register .benefits-image {
  overflow: hidden;
}

.register .benefits-image img {
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.register .benefits {
    background-color: #c2c2c2;
    padding: 48px;
}

.register .benefits h3 {
    color: #222;
    margin-top: 0;
    font-weight: 900;
    line-height: 24px;
}

.register .benefits p {
    color: #222;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
}

.register .txt_box  {
    background-color: #1e88e5;
    padding: 15px;
}

.register .txt_box p {
    color: white;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
}

.register .reg_vendor_txt_box  {
    background-color: #1e88e5;
    width: 100.5%;
    padding: 15px;
}

.register .buyer_txt_box  {
    background-color: #1e88e5;
    width: 98%;
    margin-left: 15px;
    padding: 15px;
}

.register .reg_vendor_txt_box p {
    color: white;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
}

.register .membership h1 {
    color: #00aef0;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 900;
    margin: 62px 0 .8em;
}

.register .membership p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1em;
}

.register .membership .highlight {
    color: #00aef0;
    font-weight: 700;
    margin-bottom: 2em;
}

.box {
    border: 1px solid #999;
    border-radius: 6px 6px 5px;
    margin-bottom: 38px;
}

.box .inset {
    padding: 15px;
}

.box h2 {
    background-color: #00aef0;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding: 15px;
    margin-top: 0;
}

.box h3 {
    background-color: #00aef0;
    border: 1px solid #E3E2E2;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
}

.register .box .subhead {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: .5em 0 1em;
}

.register .additional-contact {
    width: 142px;
    text-align: right;
    margin-bottom: 0;
}

.register input[type='text'],
.register input[type='email'],
.register input[type='file'],
.register input[type='url'],
.register input[type='password'],
.register select {
    font-size: 13px;
    width: 310px;
}

.register input[type='number']
{
    font-size: 13px;
    width: 100px;
}

.register input[type='file'] {
    display: block;
    left: 5px;
    position:relative;

}
.register .similarBuyingOrgs {
    font-size: 13px;
    line-height: 16px;
    color: #3a3d41;
    margin: -29px 0 0 347px;
    background-color: #ffffff;
    padding: 10px;
    position: absolute;
    border: 1px solid #333333;
    z-index: 1;
    width: 250px;
}
.register .similarBuyingOrgs::before {
    content: " ";
    position: absolute;
    background-color: #ffffff;
    z-index: 2;
    width: 15px;
    height: 15px;
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin: -2px 0 0 -18px;
    transform: rotate(45deg);
}
.register .similarBuyingOrgs ul {
    padding-left: 14px;
}

.register .register-text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 16px;
    margin-left: 0px;
    max-width: 505px;
    color: #3a3d41;
}

.register label a {
    font-weight: bold;
    color: #3a3d41;
    cursor: pointer;
}

.register label {
    font-size: 13px;
    line-height: 16px;
    color: #3a3d41;
    text-align: right;
    width: 192px;
    font-weight: normal;
    margin-bottom: 0;
}

.register .tc-lable{
    font-size: 13px;
    line-height: 16px;
    color: #3a3d41;
    text-align: left;
    font-weight: normal;
    margin-bottom: 15px;
}

.register .btn-kpn {
    display: block;
    margin: 1em auto;
    width: 120px;
    margin-left: 0px;
}

.register .btn-reg-vendor {
    display: block;
    margin: 1em auto;
    width: 175px;
    text-decoration: none;
}

.page-content .btn.wide {
    min-width: 111px;
    width: auto;
    padding: 10px;
}

.register .vendor-box .subhead {
  text-align: center;
}

.register .register-box .subhead {
  text-align: right;
}

.errorlist {
    font-size: 14px;
    font-weight: bold;
    margin: 1em 0 0;
}
.errorlist li {
    color: #c00;
}

p.formerror {
    color: #c00;
    font-size: 18px;
    font-weight: bold;
}
#copy-address {
    margin-left: 50px;
}
label[for=copy-address] {
    width: 240px;
    text-align: left;
}

/* Member/Agency */

.user-administration .rtabs {
    border-bottom: 5px solid #00aef0
}

.user-administration .member-sidebar {
    margin-top: 2em;
}

.user-administration .profiles-meta {
    margin-top: 2em;
}

.user-administration .member-meta {
    margin-top: 5em;
}

.user-administration .profiles-meta .count {
    line-height: 45px;
    font-size: 1.2em;
    color: #00aef0;
}

.user-administration .profiles-meta .add {
    text-align: right;
}

.user-administration .profiles-meta .add-button {
    margin-bottom: 2em;
    position: relative;
    top: -6px;
}

.user-administration .search input[type='text'] {
    border: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: none;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 20px;
    width: 128px;
}
@media screen and (min-width: 990px) and (max-width: 1044px) {
    .user-administration .search input[type='text'] {
        width: 114px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.user-administration .search input[type='text']::placeholder {
    text-transform: uppercase;
}
.user-administration .search button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    display: inline-block;
    height: 34px;
    margin: 0;
    padding: 2px 6px 3px;
    position: relative;
    top: -1px;
    width: auto;
}

.item-list-header {
    font-family: Arial;
    font-size: 16px;
}
.accounts .state-multiple,
.accounts .title-multiple,
.accounts .agency-multiple {
    width: 172px;
}

.accounts .legacy-no-multiple{
    -webkit-appearance: menulist-button;
    height: 80px;
}

.clearFacets {
    font-size: 13px;
}

.clearItemFacets {
    font-size: 13px;
}

.amazonBrowseCategory {
    font-size: 13px;
}

.accounts .facets {
    font-size: 16px;
}

.accounts .agency-search {
    margin-bottom: 1em;
}

.accounts .facets h4 {
    margin-top: 3px;
    color: #000;
}

.accounts .facets dt {
    margin-top: 1em;
}

.accounts .facets dd {
    font-size: 14px;
}

.accounts .facets .facet-selected {
    color: #000;

}

.accounts .facets input[type='checkbox'] {
    position: absolute;
}

.accounts .facets .facet-label {
    width: 68%;
    display: inline-block;
    margin-left: 15px;
    margin-top: 2px;
}

.accounts .facets .facet-count {
    display: inline-block;
    position: absolute;
    text-align: right;
    right: 0;
    color: #000;
    font-size: .8em;
    margin-top: 3px;
}

.accounts .member-table,
.accounts .agency-table {
    width: 100%;
}

.accounts .member-table thead tr,
.accounts .agency-table thead tr {
    border-bottom: 1px solid #000;
}

.accounts .member-table th,
.accounts .agency-table th {
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #000;
}

.accounts .member-table > tbody > tr > td,
.accounts .agency-table > tbody > tr > td {
    line-height: 15px;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 3px;
}

.accounts .member-table td:first-of-type,
.accounts .agency-table td:first-of-type {
    text-align: center;
    padding-right: 10px;
    padding-left: 5px;
}

.accounts .agency-table .web-link {
    display: block;
    width: 17px;
    height: 17px;
    padding: 0;
    background: url('/static/img/noun_373559_cc.png') no-repeat;
    background-size: 33px;
    opacity: .6;
    background-position: -7px -6px;
    text-indent: -9999px;
}

.agency-form {
    margin-bottom: 2em;
}

.agency-form label,
.user-form label {
    width: 150px;
    text-align: right;
    padding-right: 15px;
}
.agency-form .review-change,
.user-form .review-change {
    margin-left: 150px;
}
.agency-form .review-change label,
.user-form .review-change label {
    width: auto;
    text-align: left;
    padding-left: 5px;
}

.agency-form .actions,
.user-form .actions {
    margin-left: 150px;
    display: inline-block;
}

.agency-form #id_name {
    width: 300px;
}

.user-administration .form-buttons {
    display: inline-block;
    margin-top: 1em;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.user-administration .form-buttons button {
    margin: 1em 10px;
    width: 120px;
}

.user-administration .form-buttons a {
    float: left;
}

.select2-container {
    font-size: 13px;
}

.employee-records {
    font-size: 14px;
}

.icon-legend {
    list-style-type: none;
    padding-left: 0;
}

.new-account {
    color: #FEDC30
}

.registered-account {
    color: #2E7A20
}

/* site search */

.search-form .site-search {
    box-shadow: 3px 3px 10px #cccccc;
    padding: 0;
    height: 27px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 3em;
    width: 285px;
    float: right;
}

@media (max-width: 768px) {
    .search-form .site-search {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.search-form .kpn-select2 {
    position: relative;
    top: -2px
}

.search-form .site-search #id_q {
    display: inline-block;
    height: 27px;
    width: 168px;
    margin: 0;
    border: none;
    position: relative;
    box-shadow: none;
}

.search-form .site-search .btn {
    display: block;
    float: right;
    width: 28px;
    height: 28px;
    box-shadow: none;
    top: 0;
    right: 0;
    position: absolute;
    padding: 0;
}

/* article search */

.search-form .article-search {
    box-shadow: 3px 3px 10px #cccccc;
    padding: 0;
    height: 27px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 3em;
    float: right;
    width: 150px;
}

@media (max-width: 768px) {
    .search-form .article-search {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.search-form .peppm-select2 {
    position: relative;
    top: -2px
}

.search-form .clear_article_search {
    font-size: 15px;
    margin-left: 2px;
}

.search-form .article-search #id_article_search {
    display: inline-block;
    height: 27px;
    width: 125px;
    margin: 0;
    border: none;
    position: relative;
    box-shadow: none;
}

.search-form .article-search .btn {
    display: block;
    float: right;
    width: 28px;
    height: 28px;
    box-shadow: none;
    top: 0;
    right: 0;
    position: absolute;
    padding: 0;
}



a.underline {
background: transparent;
text-decoration: underline;
}

/* ads */

.ad {
    margin-bottom: 40px;
}

.ad img {
    width: 100%;
}

/*
  04) Process
  ----------------------------------------*/

.top-banner{
    background: #00aef0 ;
    padding: 50px 0px;
    color: #2f363e;
    margin-top: -1px;
    height: 40px;
}

.top-banner h5{
  font-family: sans-serif;
  color:white;
  letter-spacing: 0;
  line-height: 0px;
}

.process{
    background-color: #00a8e6;
    color: #2f363e;
}

.process .content h2{
  font-weight: 400;
  font-family:  sans-serif;
  color:#fff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 45px;
}
.process h5{
  font-family: sans-serif;
  color:white;
  letter-spacing: 0;
  line-height: 45px;
}
.process  .content strong{
  color: #212121;
}
.process   a {
    line-height: 45px;
    text-decoration: none;
    color:          white !important;
}

.process .amazonbn img {
    width: 1070px;
    display: inline-block;
    margin-left: -20px;
    margin-top:29px;
}

div.item-list {
    font-size: 13px;
    line-height: 25px;
    color: #3a3d41;
    padding: 0 14px;
    border: none;
}

.item-list > tbody > tr > td {
    font-size: 13px;
    line-height: 20px;
    color: #3a3d41;
    padding: 0 14px;
    border: none;
    vertical-align: top;
}

.item-list > a{
    font-size: 13px;
    line-height: 20px;
    color: #3a3d41;
    padding: 0 14px;
    vertical-align: top;
    text-decoration: none;
}

.item-list h2 {
    display: inline-block;
}

able {
    border     : 1px solid gray;
    width      : 50%;
    text-align : center;
}

#sort_item_table {
    margin-top: 10px;
}

#sort_item_table thead  th {
    background-color: #00aef0;
    color: white;
    font-size: 14px;
    padding-left: 10px;
    height: 30px;
    width: 250px;
}

#sort_item_table tbody  tr {
    cursor : pointer;
    font-size: 13px;
    line-height: 20px;
    background-color: lightgray;

}
#sort_item_table tbody  td {
    cursor : pointer;
    font-size: 12px;
    line-height: 20px;
    color: black;
    padding-left: 10px;
}

#search_item_table {
    margin-top: 15px;
}

#search_item_table thead  th {
    background-color: #00aef0;
    color: white;
    font-size: 14px;
    padding-left: 10px;
    height: 30px;
    width: 250px;
}

#search_item_table tbody  tr {
    cursor : pointer;
    font-size: 13px;
    line-height: 20px;
    background-color: lightgray;

}
#search_item_table tbody  td {
    cursor : pointer;
    font-size: 12px;
    line-height: 20px;
    color: black;
    padding-left: 10px;
}

#search_item_table tbody  td a{
    cursor : pointer;
    color: black;
}

#search_item_list_table {
    margin-top: 30px;
}

#search_item_list_table thead  th {
    background-color: #00aef0;
    color: white;
    font-size: 14px;
    padding-left: 10px;
    height: 30px;
    width: 220px;
}

#search_item_list_table tbody  tr {
    cursor : pointer;
    font-size: 13px;
    line-height: 20px;
    background-color: lightgray;

}
#search_item_list_table tbody  td {
    cursor : pointer;
    font-size: 12px;
    line-height: 20px;
    color: black;
    padding-left: 10px;
}

#search_item_list_table tbody  td a{
    cursor : pointer;
    color: black;
}

table#facet_table thead  th {
    cursor : pointer;
}

table#supplier_facet_table thead  th {
    cursor : pointer;
}

table#buyer_facet_table thead  th {
    cursor : pointer;
}

table#contracttable thead  th {
    cursor : pointer;
}

table#list-table thead  th {
    cursor : pointer;
    font-size: 13px;
}

.fa-sort {
  color: #00aef0;
}

.fa-sort-asc {
  color: #00aef0;
}

.fa-sort-desc {
  color: #00aef0;
}

div.manage-list {
    font-size: 15px;
    line-height: 25px;
    color: #3a3d41;
    padding: 0 14px;
    border: none;
}

.manage-list > tbody > tr > td {
    font-size: 15px;
    line-height: 20px;
    color: #3a3d41;
    padding: 0 14px;
    border: none;
}

ul#id_applicable_user_types {
	min-width: 696px;
	list-style: none;
	padding-top: 20px;
	}

ul#id_applicable_user_types li {
		display: inline;
	}
.rectangle {
	width: 100%;
	height: 15px;
	background: #999999;
}

.dashboard {
  margin-top: 10px;
}

.dashboard  h4 {
    color: #00aef0;
    text-transform: uppercase;
}

.dashboard .headline {
    background-color:#00aef0;
    width:540px;
    border:0px solid black;
    padding:15px;
    margin-top: 0px;
}

.dashboard .headline h1 {
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 900;
    margin: 18px;
}

.dashboard .headline p {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 12px;
    padding-right: 12px;
    margin: 10px;
}

.dashboard .dashboard-image {
  overflow: hidden;
}

.dashboard .dashboard-image img {
    width: 100%;
    position: relative;
    left: 50%;
    height: 190px;
    transform: translateX(-50%);
}

.dashboard .supplier-dashboard-image img {
    width: 100%;
    position: relative;
    left: 50%;
    height: 190px;
    transform: translateX(-50%);
}

.item-detail-header {
    font-size: 14px;
    line-height: 27px;
    color: black;
    padding: 0 14px;
    border: none;
}

.item-detail-header  #id_extend_item_price {
    box-shadow: 3px 3px 10px #cccccc;
    background: white;
    display: inline-block;
    line-height: 27px;
    height: 27px;
    width: 60px;
    border: none;
    position: relative;
}
.item-detail-header  #id_extend_item_quantity {
    box-shadow: 3px 3px 10px #cccccc;
    display: inline-block;
    line-height: 27px;
    height: 27px;
    width: 60px;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;

}

.item-detail-header .btn {
    background-color: #00aef0;
    box-shadow: none;
    float: left;
    width: 70px;
    height: 28px;
    right: 0;
    padding: 0;
    border: none;
    margin-top: 10px;
}

#id_paginate_by {
    margin-top:23px;
}

input { display: inline; }

.search-form .item-search #id_item_search {
    display: inline-block;
    height: 27px;
    width: 220px;
    margin: 0;
    border: none;
    position: relative;
    box-shadow: none;
}

.search-form .item-search .btn {
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    box-shadow: none;
    top: -5px;
    right: 10px;
    padding-right: 30px;
    color: #00aef0;
}

.search-form .item-list-search #id_item_list_search {
    display: inline-block;
    height: 27px;
    width: 175px;
    margin: 0;
    border: none;
    position: relative;
    box-shadow: none;
}

.search-form .item-list-search .btn {
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    box-shadow: none;
    top: -5px;
    right: 10px;
    padding-right: 30px;
    color: #00aef0;
}

.blue-link a:link{
    color: blue;
}

.item_quantity {
    padding: 0;
    height: 27px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 76px;
    margin-bottom: 10px;
    float: left;
}

.company_description {
    margin-top: 5px;
}

.company_description label {
    vertical-align: top;
}

.dashborad_ct_list {
    font-size: 14px;
}

.dashborad_ct_list h5 {
    color: deepskyblue;
    font-size: 14px;
    font-weight: 400;
    margin-left: -3px;
}

.profile {
    margin-top: 10px;
    font-size: 16px;
    margin-left: 10px;
}

p.solid {border-style: solid;
    color: blue}

.profile h4 {
    color: deepskyblue;
    font-size: 20px;
    font-weight: 600;
}

.profile .product_line  a{
    font-size: 16px;
    line-height: 25px;
    color: deepskyblue;

}

.profile .reseller {
    font-size: 12px;
    color: black;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #89be3d;
    color:#e67e22;
  }

/**
 * Tooltip Styles
 */

/* 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: 7px;
    width: 160px;
    -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: center;
    font-size: 14px;
    line-height: 1.2;
    text-transform: none;
}

/* 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;
}

input[type=text]::-ms-clear {
    display: none;
}

/* IE10+ */
::-ms-clear {
  display: none;
}

/* Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;
}

/* dropdown select */
.peppm-select2 {
    display: inline-block;
}
.peppm-select2 .select2-selection--single,
#select2-search-types-results .select2-results__option--highlighted[aria-selected] {
    background-color: #00aef0;
}
.peppm-select2 .select2-container--default .select2-selection--single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.peppm-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.peppm-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #fff;
}
.peppm-select2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #fff;
}

.back-to-top{
    margin-top:  8px;
}

.center {
    text-align: center;
}

.padding-x{
    padding-right:8px;
    padding-left:8px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
  grid-row-gap: 20px;
  grid-column-gap: 20px;

  padding: 10px;
}

.grid-container > div {
  text-align: center;
  padding:20px 0;
}

div.polaroid {
    width: 200px;
    height: 230px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

div.card-text {
    padding: 15px;
    font-size: 13px;
    text-transform: uppercase;
}

div.card-text-center {
    padding: 15px;
    margin-top: 12px;
    font-size: 13px;
    text-transform: uppercase;
}

div.polaroid a {
    text-decoration: none;
}

#id_state{
    color: black;
    }

.page-desc img {
    float: left;
}

.page-desc h1 {
    float: left;
    color: black;
    margin-top: -5px;
}

.page-desc p {
    float: top;
    color: black;
    font-size: 18px;
    clear: bottom;
    font-size: 14px;
}

.desc-flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 210px;
}

.text-row {
    flex: 1 0 auto;
    width: 96%;
    margin-left: 30px;
    font-size: 14px;
    float:right;
}

.last-row {
    display: table-cell;
    padding-left: 30px;
    bottom: 0px;
    width: 96%;
    vertical-align: bottom;
    font-size: 14px;
    float:right;
}

.dashboard-flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: left;
    height: 165px;
    margin-bottom: 30px;
}

.dashboard-flex-container .text-row {
    flex: 1 0 auto;
    width: 100%;
    margin-left: 30px;
    font-size: 14px;
}

.dashboard-flex-container .last-row {
    display: table-cell;
    padding-left: 30px;
    bottom: 0px;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
}

.bullet {
    display: list-item;          /* This has to be "list-item"                                               */
    list-style-type: disc;       /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
    list-style-position: outside; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-position */
    max-width: 180px;
    color: #00aef0;
    margin-left: 10px;
}

a.anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}

.item-list-title {
    font-size: 18px;
    font-weight: bold;
}

.register .address2{
   padding-right: 5px;
}

a {
  text-decoration: none;
  color: #00aef0;
}

.contract-process input[type='text'],
.contract-process input[type='number'],
.contract-process input[type='email'],
.contract-process input[type='password'] {
    font-size: 13px;
    width: 200px;
}

.contract-process input[type='file'] {
    font-size: 13px;
    width: 750px;
}

.contract-process select {
    font-size: 13px;
    width: 750px;
}

.contract-process label {
    font-size: 13px;
    line-height: 16px;
    color: #3a3d41;
    text-align: right;
    width: 192px;
    font-weight: normal;
    margin-bottom: 0;
}

.contract-process .btn-kpn {
    display: block;
    margin: 1em auto;
    width: 180px;
    margin-left: 5px;
}

.item-search-list  select {
    display: inline-block;
    height: 27px;
    width: 220px;
    margin: 0;
    border: none;
    position: relative;
    box-shadow: none;
}

#item_list_table thead  th {
    background-color: #00aef0;
    color: white;
    font-size: 14px;
    padding-left: 10px;
    height: 30px;
    width: 250px;
}

#item_list_table tbody  tr {
    cursor : pointer;
    font-size: 13px;
    line-height: 20px;
    background-color: lightgray;

}
#item_list_table tbody  td {
    cursor : pointer;
    font-size: 12px;
    line-height: 20px;
    color: black;
    padding-left: 10px;
}

.amazon_side {
    font-size: 16px;
    line-height: 30px;
}
