.custom-file-upload {
  border: 1px solid #00A3E0;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  color: #00A3E0;
}

.white-box {
  background: white;
  /*border: 1px #009cd6;*/
}


.autocomplete-container {
  /*the container must be positioned relative:*/
  position: relative;
  
  margin-bottom: 20px;
}

.autocomplete-container input {
  width: calc(100% - 43px);
  outline: none;
  
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  padding-right: 31px;
  font-size: 16px;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  
  background-color: #fff;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: rgba(0, 0, 0, 0.1);
}

.autocomplete-items .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: rgba(0, 0, 0, 0.1);
}

.clear-button {
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  
  position: absolute;
  right: 5px;
  top: 0;

  height: 100%;
  display: none;
  align-items: center;
}

.clear-button.visible {
  display: flex;
}


.clear-button:hover {
  color: rgba(0, 0, 0, 0.6);
}

.row.status-table-row2 {
  padding-top: 2rem;
  /*padding-right: 3rem;*/
}

.table-info2 {
  /* border: 1px solid #009CD6; */
  border-collapse: collapse;
  padding-inline: 5px;
}

.table-div {
  position: relative;
}

.table-div table {
  white-space: nowrap;
  width: 100%;
}

.dataTables_wrapper .dataTables_length {
  margin: 0;
    white-space: nowrap;
    width: 50%;
    justify-content: flex-start !important;
}

.dataTables_wrapper .dataTables_info {
  margin: 0;
    white-space: nowrap;
    width: 100%;
    justify-content: center !important;
}

.dataTables_wrapper .dataTables_paginate {
  margin: 0;
    white-space: nowrap;
    /* width: 30%; */
    width: 50%;
    justify-content: flex-end !important;
}

.div.dataTables_wrapper div.dataTables_length select{
  margin-block: auto !important;
}

table.dataTable thead th, table.dataTable thead td{
  border-bottom:2px solid #dee2e6 !important;
}

.table-responsive{
  overflow-x: unset !important;
}

table.dataTable.no-footer {
  border-bottom: 2px solid #dee2e6 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
  color: #007bff !important;
  font-size: 14.4px !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate  {
  color: #212529 !important;
  font-size: 14.4px !important;
  display: inline-flex!important;  
  padding-top:20px; 
  /* margin-top: 0.4rem;
  position: relative;
  padding-right: 15px !important;
  padding-left: 15px !important;
  padding-bottom: 15px !important; */
}


.table-grey-header {
  background-color: #f0f8ff;
}

.table-admin-header {
  background-color: #F3E7D9;
}

.fa.fa-search.form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.fa.fa-search.form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.form-control.search-input {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
}

.has-search .form-control {
  padding-left: 2.375rem !important;
}

.custom-search-input {
  border: none;
  border-bottom: 2px solid #757575;
  background: transparent;
  outline: none;
  /*padding-bottom: 5px;*/
  min-width: 250px;
  text-indent: 40px;
}

.search-area {
  display: inline-block;
}

.search-icon {
  font-size: 18px;
  margin-right: -20px;
  margin-top: 3px;
}


input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

.swal2-title {
  font-size: 1.3em !important;
}

.swal2-content{
  font-size: 1em !important;
}

.swal2-icon{
  width: 2.8em !important;
  height: 2.8em !important;
}

.swal2-icon .swal2-icon-content{
  font-size:2.8em !important;
}

.swal2-styled.swal2-confirm{
  font-size: 0.9em !important;
}

.swal2-styled.swal2-deny{
  font-size: 0.9em !important;
}

.swal2-styled.swal2-cancel{
  font-size: 0.9em !important;
}

.card-body .table {
  padding: 0 !important;
  /* display: block !important; */
  overflow: auto !important;
  margin: 0 auto;
  width: 100%!important;
}

.card-header.card-h-blue {
  background-color: #f0f8ff;
  border-left: 3px solid #03a9f4;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 5px;
}

.card.card-result-sc {
  border: 0!important;
}

a {
  color: #00A3E0;
  text-decoration-line: none !important;
  /* font-family: 'AvenirNextW04-Demi'; */
}


.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.3;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn.btn-success.btn-sm.bnt-submit-admin {
  background-color: #eddbc5;
  color: #333333;
  border: #eddbc5;
  font-size: 14px;
}

.btn.btn-success.btn-sm.bnt-submit-database {
  background-color: darksalmon;
  color: white;
  border: darksalmon;
  font-size: 14px;
}


.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
  /*border: 0;*/
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn.btn-multiline2 {
  display: inline-block;
  width: 150px;
  text-align: center;
  background-color: #00A3E0;
  /* font-family: 'AvenirNextW04-Demi'; */
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 10px 20px;
  padding-right: 45px;
}


.btn.btn-multiline2:before {
  background-image: url(../../assets/img/t4.png);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 43%;
  margin-top: -9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
  -o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
  /*box-shadow: inset 0px 1px 0px #6E6E6E, 0px 1px 0px #60c9f0;*/
}


/* .card-feed__bgimg.lazy{
  padding-bottom:100%;
}

.card-feed__title{
  padding-top:30px;
} */

.card-feed-add-to-cart{
  padding-top:30px;
} 

.card-feed-add-to-cart{
  text-align: right;
  padding: 12px;
}

.subscribe {
  background: transparent center right -330px/572px 619px url(../img/logo-itu-2x.png) no-repeat;
  padding: 1.5rem 0 0rem;
}

@media only screen and (min-width:576px) {
  .subscribe {
    background-position: center right 20px;
  }
}

.subscribe a, .subscribe a:hover {
  text-decoration: none;
}

.subscribe a span {
  border-bottom: 1px solid transparent;
  color: #2f2f2f;
  transition: border-bottom-color .2s ease-in-out,color .2s ease-in-out;
}

@media only screen and (min-width:992px) {
  .subscribe a:hover span:not(.ico) {
    border-bottom-color: inherit;
    color: #0076a1;
  }
}

.subscribe .newsletter-signup {
  margin-bottom: 2rem;
  padding-bottom: .5rem;
  padding-top: 1.5rem;
}

@media only screen and (min-width:768px) {
  .subscribe .newsletter-signup {
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    padding-top: 2rem;
  }
}

@media only screen and (min-width:992px) {
  .subscribe .newsletter-signup {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}

.subscribe .newsletter-signup__title {
  font-family: AvenirNextW06-Demi,sans-serif;
  line-height: 1.25;
  margin-bottom: .75rem;
}

@media only screen and (min-width:768px) {
  .subscribe .newsletter-signup__title {
    margin-bottom: 1rem;
  }
}

.subscribe .newsletter-signup .gform_wrapper .gf_progressbar_wrapper {
  display: none;
}

@media only screen and (min-width:768px) {
  .subscribe .newsletter-signup .gform_wrapper .gform_page_fields, .subscribe .newsletter-signup .gform_wrapper .gform_page_footer {
    display: inline-block;
  }
}

@media only screen and (min-width:768px) {
  .subscribe .newsletter-signup .gform_wrapper .gform_page_fields, .subscribe .newsletter-signup .gform_wrapper .gform_validation_errors {
    width: 70%;
  }
}

@media only screen and (min-width:992px) {
  .subscribe .newsletter-signup .gform_wrapper .gform_page_fields, .subscribe .newsletter-signup .gform_wrapper .gform_validation_errors {
    width: 67%;
  }
}

@media only screen and (min-width:1200px) {
  .subscribe .newsletter-signup .gform_wrapper .gform_page_fields, .subscribe .newsletter-signup .gform_wrapper .gform_validation_errors {
    width: 55%;
  }
}

.subscribe .newsletter-signup .gform_wrapper .gform_page_fields ul li.gfield {
  margin-top: 0;
}

@media only screen and (min-width:768px) {
  .subscribe .newsletter-signup .gform_wrapper .gform_page_footer {
    padding-top: 0;
    width: 20%;
  }
}

.subscribe .newsletter-signup .gform_wrapper .gform_page_footer .gform_previous_button {
  display: none;
}

.subscribe .newsletter-signup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-bottom: 2px solid rgba(112,112,112,.3);
  box-shadow: 0 0 10px rgba(169,202,216,.14);
  padding-bottom: .4375rem;
}

.subscribe .newsletter-signup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-bottom-color: #009cd6;
}

@media only screen and (min-width:768px) {
  .subscribe .newsletter-signup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 2.75rem;
  }
}

@media only screen and (max-width:767px) {
  .subscribe .newsletter-signup .gform_wrapper input[type=button], .subscribe .newsletter-signup .gform_wrapper input[type=submit] {
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (min-width:768px) {
  .subscribe .newsletter-signup .gform_wrapper input[type=button], .subscribe .newsletter-signup .gform_wrapper input[type=submit] {
    margin-left: 1rem;
  }
}

.subscribe .newsletter-signup .gform_wrapper .gchoice {
  margin-top: .625rem;
}

@media only screen and (min-width:768px) {
  .subscribe .newsletter-signup .gform_wrapper .gchoice {
    position: relative;
    transform: translateY(17px);
  }
}

@media only screen and (min-width:992px) {
  .subscribe .newsletter-signup .gform_wrapper .gchoice {
    position: relative;
    transform: translateY(7px);
  }
}

