
  html {
    background-color: #d2d6d6;
  }

  .no-emails-label {
    padding-top: 3em;
    padding-left: 4em;
    justify-content: center;
  }

  .table-bordered {
    border: 1px solid #ddd !important;
    width: 100%;
  }

  .selected-label {
    background-color: #68cccc;
  }

  .tr-bordered {
    border: 1px solid;
  }

  .tr-gray {
    background-color: #68cccc;
  }

  .th-from {
    width: 30%;
  }
  .th-subject {
   
   
    width: 70%;
  }

  .customSelect {
    
  }

  /* Style page content */
  .main {
    margin-left: 160px; /* Same as the width of the sidebar */
    padding: 0px 10px;
  }

  h1 {
    font-size: 24px;
    padding-left: 1em;
  }

  p {
    padding-left: 3em;
  }

  .nielsen-white {
    color: #ffffff;
  }
  
  .topnav {
    padding-top: 1em;
    background-color: #ffffff;
    color: #3bb8b8;
    height: 60px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  }

  .topnav a {
    color: #3bb8b8;
    font-size: 18px;
    margin-left: 9px;
  }

  .nielsen-row {
    width: 70%;
    padding-top: 1em;
    padding-bottom: 0em;
    padding-left: 1em;
    display: flex;
    justify-content: flex-start;
  }

  .nielsen-row2 {
    width: 100%;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 1em;
    display: flex;
    justify-content: flex-start;
  }

  .topNav-row {
    padding-left: 1em;
  }

  .end-2-end-row {
    display: flex;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 1em;
    justify-content: space-between;
    margin-right: 5em;
  }
  .reversed-row {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0em;
    margin-right: 5em;
  }

  .centeredItem {
    justify-content: center;
    display: flex;
  }

  .nielsen-violet {
    padding-top: 1em;
    color: #2f1075;
  }

  .nielsen-green {
    color: #3bb8b8;
  }

  .card-title {
    color: #3bb8b8;
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 0.5em;
  }

  .nielsen-button {
    color: white;
    background-color: #3bb8b8;
    border: none;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 12px;
    text-align: center;
    padding-bottom: 1em;
    border-radius: 4px;
    margin-right: 3em;
  }

  .help-button {
    background-color: white;
    border: none;
  }

    /* The side navigation menu */
  .sidenav {
    margin-top: 60.5px;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #ffffff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 30px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    -moz-box-shadow:    1px 5px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 5px 5px rgba(0,0,0,.2);
    box-shadow:         1px 5px 5px rgba(0,0,0,.2);
  }

  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #3bb8b8;
    display: block;
    transition: 0.3s;
  }

  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }

  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }

  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .card {
    transition: 0.3s;
    background-color: white;
    width: 50%;
    border-radius: 10px;
    margin-top: 2em;
    margin-left: 2em;
  }

  .labelListLeft {
    transition: 0.3s;
    background-color: white;
    /* border-radius: 10px; */
    border-left: 10px;
    width: 200px;
    margin-top: 0em;
    margin-left: 0em;
  }

  .labelListContent {
    transition: 0.3s;
    background-color: white;
    /* border-radius: 10px; */
    width: 100%;
    margin-top: 0em;
    margin-left: 0em;
  }

  .full-width {
    width: 100%;
    padding-right: 2em;
  }

  .cardList {
    transition: 0.3s;
    background-color: white;
    width: 70%;
    border-radius: 4px;
    margin-top: 2em;
    display: none;
  }

  .custom-file-upload {
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 12px; /* Add some space below the input */
    margin-left: 1em;
    margin-right: 6em;
  }

  .centerized {
    display: flex;
    justify-content: center;
  }

  ul {
    padding: 0;
    list-style-type: none;
  }

  
  /* Add some padding inside the card container */
  .container {
    padding: 2px 16px;
    background-color: #cfd8dc;
  }

  .tab-activated {
    color: w3-teal;
    border-color: #3bb8b8;
  }

  .icons-outlined {
    margin-top: 5px;
    margin-left: 2em;
  }

  .symbols-outlined {
    margin-top: 10px;
    margin-left: 2em;
  }

  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  .modal-title {
    font-size: 16px;
  }

  /* Modal Content/Box */
  .modal-content {
    border-radius: 10px;
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 2px;
    border: 1px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */
  }

  .inputText {
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 50%; /* Full-width */
    font-size: 15px; /* Increase font-size */ /* Add some padding */
    border: 1px solid #ddd; 
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-top: 5px;
    margin-bottom: 12px; /* Add some space below the input */
    margin-left: 1em;
    margin-right: 6em;
  }

  .labelsTitle {
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: #3bb8b8;
    border-right: 1px solid #d9dcde;
  }

  .homeLabel {
    margin-left: 2em;
    padding-left: 3em;
    padding-right: 0.5em;
    color: #3bb8b8;
  }

  .labelItem {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font: 200 14px/1.5 Helvetica, Verdana, sans-serif;
    border-bottom: 1px solid #d9dcde;
    border-left: 1px solid #d9dcde;
    border-right: 1px solid #d9dcde;
  }

  .labelItemLast {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font: 200 14px/1.5 Helvetica, Verdana, sans-serif;
    border-left: 1px solid #d9dcde;
    border-right: 1px solid #d9dcde;
  }

  .inputLabel {
    margin-left: 1em;
    margin-top: 5px;
    margin-bottom: 12px; /* Add some space below the input */
    margin-right: 3em;
  }

  .reminder {
    margin-top: 5px;
  }
  .homeLabel {
    margin-top: 5px;
    marginLeft: 10px;
    padding-left: 10px;
  }

  .helpLabel {
    margin-top: 10px;
    margin-left: 10px;
  }

  .loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    border-top: 16px solid #9f31d6;
    border-right: 16px solid #00bfa5;
    border-bottom: 16px solid #f50057;
    border-left: 16px solid #ffc400;
    display: flex;
    justify-content: center;
  }

  .loader-content {
    border-radius: 10px;
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }

  .nav-pills{
  width: 450px;
  }
  .documentation {
      color: #fd264f;
  }
  button:focus,
  input:focus,
  textarea:focus,
  select:focus {
    outline: none; }

  .tabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden; }
    .tabs [class^="tab"] label,
    .tabs [class*=" tab"] label {
      color: #2f1075;
      cursor: pointer;
      display: block;
      font-size: 15px;
      font-weight: bold;
      line-height: 1em;
      padding: 2rem 0;
      text-align: center; }
    .tabs [class^="tab"] [type="radio"],
    .tabs [class*=" tab"] [type="radio"] {
      border-bottom: 1px solid rgba(239, 237, 239, 0.5);
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
      .tabs [class*=" tab"] [type="radio"]:hover,
      .tabs [class*=" tab"] [type="radio"]:focus {
        border-bottom: 1px solid #3bb8b8; }
      .tabs [class^="tab"] [type="radio"]:checked,
      .tabs [class*=" tab"] [type="radio"]:checked {
        border-bottom: 2px solid #3bb8b8; }
      .tabs [class^="tab"] [type="radio"]:checked + div,
      .tabs [class*=" tab"] [type="radio"]:checked + div {
        opacity: 1; }
      .tabs [class^="tab"] [type="radio"] + div,
      .tabs [class*=" tab"] [type="radio"] + div {
        display: block;
        opacity: 0;
        padding: 2rem 0;
        width: 90%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .tabs .tab-2 {
      width: 50%; }
      .tabs .tab-2 [type="radio"] + div {
        width: 200%;
        margin-left: 200%; }
      .tabs .tab-2 [type="radio"]:checked + div {
        margin-left: 0; }
      .tabs .tab-2:last-child [type="radio"] + div {
        margin-left: 100%; }
      .tabs .tab-2:last-child [type="radio"]:checked + div {
        margin-left: -100%; }

 .dropdown {
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    
    width:50%;
 }

 .indent {
   padding-left: 1em;
 }

.loading span {
  display: inline-block;
  vertical-align: middle;
  width: .6em;
  height: .6em;
  margin: .19em;
  background: #f50057;
  border-radius: .6em;
  animation: loading 1s infinite alternate;
}

/*
 * Dots Colors
 * Smarter targeting vs nth-of-type?
 */
.loading span:nth-of-type(2) {
  background: #9f31d6;
  animation-delay: 0.2s;
}
.loading span:nth-of-type(3) {
  background: #00bfa5;
  animation-delay: 0.4s;
}
.loading span:nth-of-type(4) {
  background: #f50057;
  animation-delay: 0.6s;
}
.loading span:nth-of-type(5) {
  background: #ffc400;
  animation-delay: 0.8s;
}
.loading span:nth-of-type(6) {
  background: #9f31d6;
  animation-delay: 1.0s;
}
.loading span:nth-of-type(7) {
  background: #00bfa5;
  animation-delay: 1.2s;
}

/*
 * Animation keyframes
 * Use transition opacity instead of keyframes?
 */
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
