/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

header.header .logo-img {
  max-width: 400px;
  max-height: 100px;
}

table.data {
  margin: 0 0 10px;
  padding: 0;
}

table.data th {
  background-color: #888;
  border-bottom: 1px solid #333;
  color: #fff;
  font-weight: 400;
}

table.morepadding th,table.morepadding td {
  padding: 5px 10px;
}

.date-picker-prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 42px;
  height: 36px;
  color: inherit;
  line-height: 36px;
  position: absolute;
  text-align: center;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  pointer-events: none;
}
#cp-date {
  padding-left: 35px;
  background-color: #fff;
}

#invoicelist p {
  margin: 0 30px;
  padding: 5px;
  font-size: 75%;
}

#invoicelist-loading {
  display: none;
}
#witholdingtax-notice {
  display: none;
}
.cp-default-hidden {
  display: none;
}

.btn-social {
  padding-left: 11px;
}
.btn-social.btn-google {
  padding-left: 11px;
}