/* User Portal*/
.userportal main {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 64em;
  width: 100%;
}
.userportal {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}
.userportal tr td a {
    color: #2079d2;
    text-decoration: none;
}

/*** HEADER ***/
.userportal thead {
  border-bottom: 2px solid #e5e5e5;
}
.userportal th,
.userportal td {
  padding: 10px 12px;
  position: relative;
}
.userportal th {
  letter-spacing: 0.025em;
  outline: none;
  padding-right: 2em;
  text-align: left;
  transition: color 0.2s ease-in-out;
  background: #000;
}
.userportal th:hover,
.userportal th:focus {
  color: #83e4e2;
}

/* Arrows */
.userportal th:after,
.userportal th:before {
  border: 0.35em solid transparent;
  content: '';
  height: 0; 
  position: absolute;
  right: 0.65em;
  top: 50%;
  transform: translateY(-50%);
  transition: border-color 0.2s ease-in-out;
  width: 0; 
}
.userportal th:before {
  border-bottom-color: rgba(255, 255, 255, 0.25);
  border-top: 0;
  margin-top: -0.35em;
}
.userportal th:after {
  border-bottom: 0;
  border-top-color: rgba(255, 255, 255, 0.25);
  margin-top: 0.35em;
}
.userportal th:hover:before,
.userportal th:focus:before {
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.userportal th:hover:after,
.userportal th:focus:after {
  border-top-color: rgba(255, 255, 255, 0.75);
}

.userportal th[aria-sort="ascending"],
.userportal th[aria-sort="descending"] {
  color: #fddc32;
}

.userportal th[aria-sort="ascending"]:before {
  border-bottom-color: #a2ed56;
}

.userportal th[aria-sort="ascending"]:after {
  border-top-color: rgba(255, 255, 255, 0.25);
}

.userportal th[aria-sort="descending"]:before {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.userportal th[aria-sort="descending"]:after {
  border-top-color: #fd6470;
}

.userportal tr:nth-child(even) {
  background-color: #fcfcfc;
}
.userportal td[data-label="Name"] {
  /*font-weight: 700;*/
  letter-spacing: 0.05em;
}

/* Animal Cells */
.userportal td[data-label="Chickens"],
.userportal td[data-label="Pigs"],
.userportal td[data-label="Snakes"] {
  text-align: center;
}

.userportal  .tablesorter-headerRow {
    background: #000;
    color: #fff;
}

.orderdata.container {
  position: relative;
  /*max-width: 700px;*/
  width: 100%;
  background: #ebebeb0f;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.orderdata.container header {
  font-size: 1.5rem;
  color: #333;
  font-weight: 500;
  text-align: center;
}
.orderdata.container .form {
    margin-top: 0px;
    display: inline-block;
    width: 100%;
}
.orderdata .form .input-box {
  width: 100%;
  margin-top: 20px;
}
.orderdata .input-box label {
  color: #333;
}

.orderdata .form .column {
    width: 33%;
    float: left;
}

.orderdata .input-box label {
    font-weight: bold;
    margin-bottom: 0px !important;
    display: block;
}

.orderdata .form .input-box span {
    font-size: 14px;
    line-height: 22px;
    display: inherit;
}
.userportal tr td {
    border-right: 1px solid #ccc!important;
}

/*tabs and search*/
.userportal div#ac_menu {
    margin-top: -35px;
}
.userportal .search {
    width: 405px;
    float: right;
    text-align: right;
}
.userportal .search input[type="text"] {
    width: 42%;
    float: left;
    margin-right: 0px;
    height: 30px;
    margin-top: 20px;
}
.userportal .search label {
    float: left;
    margin-top: 24px;
    margin-right: 8px;
    font-size: 13px;
}

.userportal #ac_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*.userportal #ac_menu ul li.active {
    background: url(img/button-active.png) no-repeat;
}*/
.userportal #ac_menu ul li {
    list-style: none;
    float: left;
    width: 170px;
    height: 58px;
    text-align: center;
    background: url(../img/button.png) no-repeat;
    font-weight: bold;
    margin-bottom: 0px;
}
.userportal #ac_menu ul li.active a {
    color: #000;
}
.userportal #ac_menu ul li a {
    color: #888;
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 73px;
}

.userportal #ac_menu ul li {
    background: url(../img/button.png) no-repeat;
}
.userportal #ac_menu ul li.active {
    /* border-bottom: 0px !important; */
    background: url(../img/button-active.png) no-repeat;
}
.userportal .search input[type="submit"] {
    height: 30px;
    line-height: 25px;
    margin-top: 20px;
    padding: 3px 6px;
    border: 0px;
    background: #000;
        font-size: 12px;
}
.userportal #ac_menu ul li a:focus {
    outline: none;
}
.userportal #tracing-info p, .userportal div#ac_disclaimer p {
    color: #333;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
}
.userportal div#tracing-info, .userportal div#ac_disclaimer {
    margin-top: 35px;
}
.userportal ul.shippingdates {
    /*border-top: 1px solid #ccc;*/
    margin-top: 30px;
    padding: 0px;
}
.userportal ul.shippingdates {
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;
    font-size: 13px;
    color: #333;
    padding-top: 5px;
}
.userportal ul.shippingdates li span {
    font-weight: bold;
    margin-top: 12px;
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
}
.userportal h2.tabhead {
    padding-top: 25px;
    clear: both;
    font-size: 20px;
}
.userportal ul.shippingdates li {
    list-style-type: none;
}
.userportal #ac_menu ul li.active a {
    line-height: 64px;
}
.userportal .portal .next.page-numbers {
    float: right;
}

 
.userportal .prev.page-numbers {
    display: inline-block;
    font-style: italic;
    color: #000000d1 !important;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    float: left;
    margin-top: 6px;
    font-family: Arial, Helvetica, sans-serif  !important;
}

.userportal .next.page-numbers {
  display: inline-block;
  float: right;
  margin-top: 6px;
  font-style: italic;
  color: #000000d1 !important;
  font-size: 13px;
      text-decoration: none;
      font-family: Arial, Helvetica, sans-serif  !important;
}
.userportal ul.page-numbers a {
    font-style: italic;
    color: #000000d1;
    font-size: 13px;
}
.userportal ul.page-numbers {
    margin-bottom: 0px;
    text-align: center;
    margin-left: 0px;
}
.userportal section.orderdata.container .input-box p {
    font-size: 13px;
}
.userportal .orderdata .row.totalamount {
    margin-top: 12px;
}
.userportal a.prev.page-numbers:focus {
    border: none;
    outline: none;
}
.userportal a.next.page-numbers:focus {
    outline: 0px !important;
}
.userportal div#ac_disclaimer a {
    color: #2079d2;
    text-decoration: none;
}
.userportal .userportal tr td a:focus {
    outline: none;
}
.userportal nav#archive-navigation {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.userportal th.sorter-false::before,th.sorter-false::after {
    display: none;
}
.userportal #tracing-info p, div#ac_disclaimer p {
    color: #333;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
  /*  font-weight: 600;
    text-decoration: underline;*/
    font-family: Arial, Helvetica, sans-serif;
}
.userportal ul.shippingdates li p {
    font-family: Arial, Helvetica, sans-serif;
}
/*Responsive*/

@media (max-width: 1192px) {
	.userportal .search {
	    width: 37%;
	    float: right;
	}
}
@media (max-width: 1156px) {
.userportal .search {
    width: 450px;
    float: left;
}
  .userportal .search input[type="text"] {
    width: 47%;
}
}
@media (max-width: 767px) {
	.userportal .orderdata .form .column {
	    width: 50%;
	    float: left;
	}


}
@media (max-width: 650px) {
   .userportal td.disable {
      display: none !important;
  }
}
@media (max-width: 600px) {

  /*** TABLE ***/
  .userportal tr,
  .userportal td {
    display: block;
  }

  .userportal tr {
    padding: 0;
  }

  /* Header */
  .userportal thead tr {
    text-align: center;
  }

  .userportal th {
    display: block;
    padding: 0.6em 0.5em;
  }

  /* Body */
  .userportal td {
    padding: 0.25em 0.5em 0.25em 6.5em;
  }

  .userportal td:before {
    content: attr(data-label);
    left: 0.5em;
    position: absolute;
    top: 0.125em;
    width: 100%;
  }

  /* Animal Cells */
  .userportal td[data-label="Chickens"],
  .userportal td[data-label="Pigs"],
  .userportal td[data-label="Snakes"] {
    text-align: left;
  }

  /* Check and Cross Marks */
  .userportal span.yes {
    line-height: 0.875;
  }
  .orderdata .form .column {
	    width: 100%; 
  }
  .userportal th, .userportal td {
      position: relative; 
      border-right: 0px;
  }
  .userportal td:first-of-type, .userportal th:first-of-type {
     border-left: 0px;
  }
  .userportal tr td {
      border-right: 0px solid #ccc!important;
      padding: 0.25em 0.5em 0.25em 10em;
  }
  .userportal tr, .userportal td {
    display: block;
    border-bottom: 0px;
  }
  .userportal tr:nth-child(even) {
    background-color: #e9e9e9;
  }
  .userportal td.disable {
      display: none !important;
  }
}

@media (max-width: 550px) {
	.userportal .search {
		width: 100%; 
	}
}
@media screen and (max-width: 500px) {
  .userportal .orderdata .form .column {
    flex-wrap: wrap;
  }
  .userportal .search input[type="text"] {
    width: 39% !important;
}
}

@media screen and (max-width: 420px) {
	.userportal .search input[type="text"] {
	    width: 60% !important;
	    float: left; 
	    height: 30px; margin-top: 0px;
	}
	.userportal .search input[type="submit"] {
	    background: #000;
	    float: left;    margin-top: 0px;
	}
	.userportal .search {
	    margin-bottom: 10px;
	}
}


.userportal .swp-collapse {
    background: #fff;
    border: 1px solid  #fff; 
    border-radius: 4px;
    margin-bottom: 30px;
    width: 95%;
}
.userportal .swp-collapse--header, .swp-sub-collapse--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    height: 78px;
    text-align: left;
    padding: 0 30px;
}
.userportal .swp-collapse--content {
    border-top: 1px solid #ccccccba;
}

.userportal .swp-collapse .swp-row {
    border-bottom: 1px solid #cccccc6b;
}

.userportal .swp-row {
    display: block;
    margin: 0 30px;
    padding: 30px 0;
}

.userportal textarea.footerdata {
    width: 50%;
    height: 115px;
    border: 1px solid #ccccccd1;
}
.userportal h3.swp-h3 {
    margin-top: 0px;
}

.userportal input#settings {
    background: #2271b1;
    color: #fff;
    border: 0px;
    padding: 10px 20px;
    border-radius: 5px;
}

.userportal form#wppb-recover-password .wppb-form-field > span {
    margin-left: 0% !important;
}

.userportal form#wppb-recover-password #pass-strength-result {
    margin: 9px 5px 5px 0%  !important;
    padding: 3px 5px  !important;
    height: 33px  !important;
}
.userportal .search label {
    float: left !important;
    margin-top: 24px !important;
    margin-right: 8px !important;
    font-size: 12px !important;
}

.userportal .editor-document-tools {
    float: left;
}

.userportal .block-editor-block-icon {
    float: left;
}
.userportal .editor-header__settings {
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-right: 20px;
}

.userportal .editor-header__toolbar {
    width: 100%;
}
.userportal .editor-header__center {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    min-width: 0;
}
.userportal .editor-document-bar__title {
    margin-left: 0px;
    padding-left: 0px !important;
}
.userportal .editor-document-bar__title h1{
  line-height: 1.7 !important;
}