body {
    height: 100%;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { 
    color: #000000;
}

a:hover { 
    color: #000000;
}

label {
    margin-bottom: 0;
    color: #000000;
}

label:fosus { 
    font-size: 12px;
}

.payment-master-div {
    margin: 0 auto;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.btn-submit-form {
    background-color: #191a19;
    border-radius: 0;
    font-size: 22px;
    letter-spacing: 2px;
    padding: .175rem .175rem;
    border-color: #000000;
    text-decoration: uppercase;
    margin-bottom: 1.5rem;
}

.btn-submit-form:hover {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}

form .badge {
    font-size: 22px;
}

form .bootstrap-tagsinput .badge {
    margin-right: 4px;
}

.badge-dark {
    font-weight: normal;
    font-size: 13px;
}

.badge-underline {
    border-bottom: 1px solid #000;
    border-radius: 0;
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    font-size: 12px;
    padding: 0;
}

.badge-custom-white {
    background-color: white;
    border: none;
    border-radius: 0;
    font-weight: normal;
}

.selected-tag {
    font-size: 22px;
    font-weight: bold;
}


a:hover {
    color: black;
}

.index-form, .bootstrap-tagsinput {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-top: 0;
}

.index-form:hover {
    box-shadow: none;
    border-radius: 0;
    transition: none;
}

.index-form:focus {
    border-color: none;
    box-shadow: none;
    font-size: 20px;
}

.master-container-content,
.status-bar {
    width: 40%;
    margin: 0 auto;
    padding-top: 0;
}

.status-bar { 
    padding-top: 0;
    padding-bottom: 0;
}

.p-2 {
    padding-bottom: 0 !important;
}

.status-bar .p-2 p {
    margin-bottom: 0.1rem !important;
}

h3.tags-text {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 500;
}

.last_purchase table {
    background-color: transparent;
    color: black;
    border: 0;
}

.last_purchase {
    padding-bottom: 50px;
    padding-top: 0;
}

.last_purchase.overview-pins {
    padding-bottom: 0;
    padding-top: 0;
}

.table-overview-pins {
    max-height: 100px;
    overflow-y: auto;
}

.no-records {
    text-align: center;
    font-size: 22px;
}

.save-search {
    text-align: right;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 45px;
    margin-top: -18px;
}

.search-container {
    position: relative;
    height: 35px;
    display: contents;
}

.search-icon-bar,
button.search-close-bar  {
    position: absolute;
    right: 20px;
    top: 0;
    width: 30px;
    height: 30px;
}

.search-icon-bar img,
button.search-close-bar { 
    max-width: 30px;
    max-height: 30px;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.search-bar {
    margin-bottom: 2rem;
}

.ui-widget-header { 
    background: #fffafa;
}

.ui-state-highlight, 
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-hover,
.ui-widget-content .ui-state-hover {
    color: #ffffff;
    background-color: #191a19;
    border-color: #ffffff;
} 

.form-tag-period form {
    display: inline-block;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 25px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 80px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: -7px;
    right: 9px;
    font-size: 36px;
    margin-left: 50px;
    padding: 10px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }


    .sandvich-menu-icon {
        font-size: 32px;
        cursor: pointer;
        position: absolute;
        top: 3px;
        right: 7px;
    }


.table td .badge {
    font-size: 18px;
    font-weight: normal;
    border-radius: 0.15rem;
    letter-spacing:0.5px;
    padding-left: 0;
}

.table td {
    font-size: 16px;
    padding: 0.5rem;
}

.table td p {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}

.table-bordered td, .table-bordered th {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #dbdbdb;
}

.login-form-header,
.settings-form-header,
.expenses-form-header {
    padding-top: 3rem;
    margin-bottom: 3rem;
    width: 30%;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    padding-left: 13px;
}

.tag-lasts-header {
    width: 40%;
}

.settings-form-header,
.expenses-form-header {
    width: 90%;
    padding-top: 0;
    margin-bottom: 0;
}

.login-form-header p,
.settings-form-header p,
.expenses-form-header p { 
    margin-bottom: 0;
    color: #000000;
}

.is-invalid, 
.form-control.is-invalid{
    border-color: #790d21;
}

.is-invalid-tags .bootstrap-tagsinput {
    border-bottom-color: #790d21;
}

.alert-danger {
    color: #eaeaea;
    background-color: #790d21;
}

.alert {
    color: #eaeaea; 
}

.text-danger {
    color: #790d21 !important;
}

.alert-success {
    background-color: #15aa08;
}

.expenses-form {
    padding-top: 1.5rem;
}

form select option {
    font-size: 16px;
}

.btn-submit-form.settings-submit-button {
    padding-left: 20px;
    padding-right: 20px;
}

.login-layout {
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: #111;
    color: #ffffff;
    padding-top: 4px;
    padding-bottom: 4px;
}

.login-layout .header-logo {
    font-size: 22px;
    font-family: 'Mochiy Pop One', sans-serif !important;
    line-height: 24px;
    padding-left: 40px;
}

.tag-details-table td.tags-content {
    width: 45%;
}

.tags-container {
    padding-top: 1.5rem;
}

.tags-text {
    font-size: 17px;
}

.tags-cnt .p-2 {
    padding-bottom: 5px !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.settings-row {
    padding-bottom: 25px;
}

.settings-row .form-group {
    padding-top: 0;
    padding-bottom: 7;
}

.settings-row > span:nth(1) {
    border-bottom: 1px solid #000;
    font-size: 18px;
}

#optional-fields-container {
    display: none;
}

#optional-fields-container.show {
    display: block;
}

/******** MOBILE **********/

@media(max-width: 620px) {
    .master-container-content,
    .status-bar{
        width: 100%;
    }

    .form-group {
        margin-bottom: 0.5rem;
    }

    .btn-submit-form {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .btn-submit-form.analyzer-search-button {
        margin-bottom: 0;
        margin-top: 0;
        padding-right: .75rem;
    }
}   



/* GOOGLE ICONS - MATERIAL DESIGN */

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }

  .actions-content > a > .material-icons {
      font-size: 20px;
      padding-right: 7px;
  }

.search-pin-icon {
    font-size: 30px;
    text-align: center;
    vertical-align: text-bottom;
}

  .badge-info {
      background-color: #232168;
  }

  .bootstrap-tagsinput .badge {
      padding: 3px 8px;
      text-align: left;
      display: block;
      font-weight: 400;
  }

  .bootstrap-tagsinput .badge [data-role="remove"] {
      float: right;
  }

  .bootstrap-tagsinput .badge [data-role="remove"]::after {
      font-size: 20px;
  }

  .bg-dark-blue {
      color: #232168;
  }

  .bg-red {
      color: #dd0b0b;
  }

  .tags-cnt {
      font-size: 22px;
      padding-bottom: 1rem;
  }

  .overview-block {
    background-color: #eee;
    padding-bottom: 1rem;
    padding-top: 0.5rem;
  }

  /*
  .overview-block:nth-child(2) {
      background-color: #ffffff;
  }

  .overview-block:nth-child(2) .badge-underline {
      background-color: #eee;
  }

  .overview-block .badge-underline {
      background-color: #eee;
  }
*/
  .manage-search-icon {
    position: absolute;
    top: 7px;
    right: 47px;
    width: 35px;
    height: 40px;
  }

  .manage-search-icon img { 
    width: 35px;
    height: 40px;
    cursor: pointer;
  }

  .support-settings-image img {
      width: 70%;
      border: 1px solid #eee;
      margin-bottom: 8px;
  }

  .status-bar {
      padding-bottom: 12px;
  }

  .overview-icons span {
      font-size: 19px;
      color: #6d6f6f;
  }

  .navigation-bottom-bar {
      display: inline-block;
      position: fixed;
      bottom: 0;
      left: 0;
      height: 45px;
      background-color: rgb(13, 12, 13);
      opacity: 1;
      width: 100%;
  }

  .bar-icons {
      display: inline-block;
      width: 24%;
  }

  .bar-icons span {
      color: #e7e7e7;
      font-size: 37px;
      text-align: center;
      padding-top: 6px;
  }

  table.table-bordered.dataTable {
      border: 0;
  }

  .greetings {
      padding-top: 15px;
      padding-bottom: 0;
      font-size: 34px;
      font-family: 'Bebas Neue', cursive;
      letter-spacing: 2px;
  }

  .greetings span {
      color: #ffffff;
  }