/* index search*/
body.bg-full-screen-taller{
  background-image: url(/images/backgrounds/taller-bck-001.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
}
body.bg-full-screen-taller div.app-content.content div.header-navbar-shadow{
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, rgba(0, 0, 0, 0.95)), color-stop(73%, rgba(0, 0, 0, 0.46)), to(rgba(0, 0, 0, 0))) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 44%, rgba(0, 0, 0, 0.46) 73%, rgba(0, 0, 0, 0)) !important;
}

body.bg-full-screen-taller .content-body {
  position: unset !important;
}
.index-search{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -130px;
  padding: 0 30px;
}

html body.bg-full-screen-image {
  background: url(/images/backgrounds/taller-bck-002.jpg) no-repeat center center;
  background-size: cover;
}

/* margins - custom */
.mt-24{
    margin-top: 2.4rem;
}

/* absolut - custom */
.t-neg-5{
  top: -5px;
}
.r-0{
  right: 0;
}
.r-5{
  right: 5px;
}
.r-neg-5{
  right: -5px;
}
.zi-1{
  z-index: 1;
}
/* tooltip - custom */
.tooltip {
    top: 0;
}
.mt-05{
  margin-top: .5rem;
}
.mb-05{
  margin-bottom: .5rem;
}
.mr-05{
  margin-right: .5rem;
}

/* padding - custom */
.pt-05{
  padding-top: .5rem;
}
.pr-21{
padding-right: 2.1rem;
}

/* main-menu custom */
.main-menu.menu-dark .navigation > li ul .active {
    border: 2px solid #505050 !important;
    background: #000 !important;
}

/* datatable - custom */
div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
    background-position: right 5px center !important;
    padding: 0 1rem !important;
    height: calc(1.25em + 1.4rem + 1px) !important;
    font-size: 0.85rem !important;
}
div.dataTables_wrapper div.dataTables_filter input{
    padding: 0 1rem !important;
    height: calc(1.25em + 1.4rem + 1px) !important;
    font-size: 0.85rem !important;
}

table.dataTable th, table.dataTable td {
  border-bottom: 1px solid #ecf1f5 !important;
}

.table-bordered td:not(:last-child) {
  border-right: 1px solid #ecf1f5 !important;
}

.dt-filter table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, .dt-filter table.dataTable thead .sorting_asc:before, .dt-filter table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
  right: 1px !important;
}

.dt-filter table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, .dt-filter table.dataTable thead .sorting_desc:after, .dt-filter table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
  right: 0px !important;
}

.dt-filter .dataTables_filter{
  display: none !important;
}

.ico-l-action{
    font-size: 1.25rem;
}

.bs-select-all{
  background-color: #000 !important;
  font-size: 0.85rem !important;
  border-top-right-radius: 0.4285rem !important;
  border-bottom-right-radius: 0.4285rem !important;
}
.bs-deselect-all{
  background-color: #000 !important;
  font-size: 0.85rem !important;
  border-top-left-radius: 0.4285rem !important;
  border-bottom-left-radius: 0.4285rem !important;
}

div.dataTables_wrapper div.dataTables_processing {
  background-color: #fff;
  opacity: .8;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-top: 0;
  text-align: center;
  padding: 0;
  border-radius: 0;
  z-index: 999999;
}

div.dataTables_wrapper div.dataTables_processing .spinner-border {
  position: absolute;
  top: 50%;
  width: 3em;
  height: 3rem;
  margin-top: -1.5rem;
}

div.dataTables_wrapper table tbody tr td a.btn-primary{
  color: #fff !important;
}

/* datatable complex */

table.dataTable.complex-headers thead th, table.dataTable.complex-headers thead td, table.dataTable.complex-headers tfoot th, table.dataTable.complex-headers tfoot td {
  border-right: 1px solid #545454;
  background-color: #000;
  color: #fff;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
  font-family: "feather";
  content: "\E845";
  padding-right: 0.3rem;
  font-size: 1.2rem !important;
  left: unset;
  right: 5px;
  top: 0.1rem;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
  font-family: "feather";
  content: "\E842";
  font-size: 1.2rem !important;
  left: unset;
  right: 4px;
  padding-right: 5px;
  top: 0.9rem;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0.4;
}
table.dataTable thead .sorting_asc:before {
  opacity: 1;
  right: 4px;
}
table.dataTable thead .sorting_desc:after {
  opacity: 1;
  right: 5px;
}
.table th, .table td {
  padding: .75rem .5rem;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
  padding-right: 20px;
}
/* datatable - cb-dropdown */

.cb-dropdown-wrap {
  max-height: 80px; /* At most, around 3/4 visible items. */
  position: relative;
  height: calc(1.25em + 1.4rem + 1px);
}

.cb-dropdown,
.cb-dropdown li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #d9d9d9;
  height: calc(1.25em + 1.4rem + 1px);
}

.cb-dropdown {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

/* For selected filter. */
.active .cb-dropdown {
  background: #f0f0f0;
}

.cb-dropdown-wrap:hover .cb-dropdown {
  transition: 0.2s height ease-in-out;
}

table.dataTable tbody tr.selected {
  background-color: rgba(0, 0, 0, 0.03) !important;
  color: black !important;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 1) !important;
  border-radius: 5px;
}

/* Bootstrap filter drop-down */
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  font-size: .8rem;
}

.bootstrap-select .dropdown-menu .dropdown-item{
  padding: 0.5rem 1rem;
}

/* For selected items. */
.cb-dropdown li.active {
  background: #dfdfdf;
}

.cb-dropdown li label {
  display: block;
  position: relative;
  cursor: pointer;
  line-height: calc(1.25em + 1.4rem + 1px); /* Match height of .cb-dropdown-wrap */
}

.cb-dropdown li label > input {
  float: left;
  margin-top: 10px;
  width: 16px;
}

.cb-dropdown li label > span {
  /*display: block;*/
  margin-left: 3px;
  margin-right: 20px; /* At least, width of the checkbox. */
  font-family: sans-serif;
  font-size: .9rem;
  font-weight: normal;
  text-align: left;
  color: #868686;
}

/* This fixes the vertical aligning of the sorting icon. */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-position: 100% 10px;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
  background-color: #000;
  border-color: #000;
  width: 16px;
  height: 16px;
  position: sticky;
}
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
  content: '';
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin-top: -14px;
  padding-left: 14px;
  position: sticky;
  z-index: 1;
}
table.dataTable tbody tr.selected {
  border-radius: 0px;
}
table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a{
  color: black;
}

div.dataTables_wrapper .div_buttons{
  display: inline-block;
  width: auto;
  float: right;
}

div.dataTables_wrapper div.dataTables_filter input {
  height: calc(1.72em + 1.4rem + 1px) !important;
}
div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
  height: calc(1.65em + 1.4rem + 1px) !important;
}

/* touchspin - custom */
div.controls div.bootstrap-touchspin{
    padding-top: 6px !important;
}
div.controls div.bootstrap-touchspin span.input-group-btn.input-group-prepend.bootstrap-touchspin-injected{
    margin: -8px !important;
}

/* list-group - custom */
.list-group-checkbox li{
    padding: 0rem !important;
}
.list-group-checkbox li fieldset div.vs-checkbox-con{
    padding: .5rem 0 !important;
    margin: 0 !important;
}
.list-group-checkbox li fieldset div.vs-checkbox-con .vs-checkbox {
    margin-left: 1rem;
}
.list-primary button{
  margin-bottom: 1px !important;
}

.vs-checkbox-con input:checked ~ .vs-checkbox .vs-checkbox--check .vs-icon {
  line-height: 1 !important;
}

/* tabs - custom */
.toast-top-center {
  top: 20px;
}
.toast-login-top-center {
  top: 50%;
  left:50%;
  margin:-220px 0 0 -150px;
}
.nav.nav-tabs .nav-item .nav-link {
    background-color: #f0f0f0;
    border-radius: 0.4285rem;
    margin-right: .5rem;
}
.nav.nav-tabs .nav-item .nav-link.active {
    color: #fff !important;
    background-color: #000000;
    border-radius: 0.4285rem;
}
.nav.nav-tabs .nav-item .nav-link.active:after {
    content: unset !important;
}
.nav.nav-tabs .nav-item .nav-link.error {
  background-color: #ea5455;
  color:#fff;
}
.nav.nav-tabs .nav-item .nav-link.error.active {
  background-color: #9f0001;
  color:#fff;
}

/* form - custom */
.form-group .help-block ul {
    padding-left: 0;
    margin-block-end: 0!important;
}

select.form-control option{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    padding: 15px !important;
}

.form-login{
  width: 400px;
}

.form-login-icon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: -40px auto 0 auto;
}

/* input-group */
.input-group .vs-radio-con{
  background: white;
  position: absolute;
  margin-left: -5px;
  z-index: 300;
  padding: .75rem 0 .75rem .5rem;
  top: -3px;
  border-radius: 0.4285rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d9d9d9;
}

.input-group .vs-checkbox-con{
  background: white;
  position: absolute;
  margin-left: -5px;
  z-index: 300;
  padding: .7rem 0 .7rem .5rem;
  top: -3px;
  border-radius: 0.4285rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d9d9d9;
}

/* cart - custom*/
.ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist {
  margin-top: 20px !important;
}
.ecommerce-application .item-cost .item-price-1 h6, .ecommerce-application .item-cost .item-price-2 h6{
  display: block;
  padding-top: .75rem;
  font-size: 1rem !important;
  position: unset !important;
}
.ecommerce-application .list-view .ecommerce-card .card-content{
  height: 100% !important;
}
.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-name {
  margin-top: 1rem !important;
  margin-bottom: 0.25rem !important;
  font-size: 1.25rem !important;
}
.ecommerce-application .checkout-options .detail .detail-total-order{
  font-size: 1.6rem !important;
}
.ecommerce-application .checkout-options .detail .total-amt-order{
  font-size: 1.6rem !important;
  font-weight: bold;
}
.ecommerce-service-icon{
  font-size: 7rem;
}
.header-navbar .navbar-container .dropdown-menu-media{
  width: 32rem;
}
#cart .loading{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  z-index: 10;
}
#cart .loading .spinner-border{
  position: absolute;
  width: 4rem;
  height: 4rem;
  left: 50%;
  top: 25%;
  margin: -2rem 0 0 -2rem;
}
.cart-badge-small{
  position: absolute;
  left: 0;
  margin-top: 1.2rem;
}

/* media */
.media .media-right{
  float: right;
}
.media .media-right .media-meta{
  font-size: 1.1rem;
}
.media .media-right .badge{
  cursor: pointer;
  float: right;
  margin-top: 0.15rem;
}

/* modal custom */
.modal-h80 .modal-dialog, .modal-h80 .modal-content {
    height: 80% !important;
}
.modal-h80 .modal-body {
    max-height: calc(100% - 120px) !important;
    overflow-y: scroll !important;
}
/* sweetalert custom*/
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 5.5em !important;
  height: 5.5em !important;
  margin: 1rem !important;
  border-left-color: rgb(0, 0, 0) !important;
  border-right-color: rgb(0, 0, 0) !important;
}
.swal2-container{
  z-index: 9999999 !important;
}

/* croppie */
.croppie-upload-msg {
  position: absolute;
  display: flex;
  background-color: #fff;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #aaa;
  left: 50%;
  z-index: 2;
}
.croppie-upload-msg i {
  font-size: 3rem;
}
.croppie-upload-msg p {
  margin: auto; /* Important */
  text-align: center;
}
.file-btn{
  color: #fff !important;
}
.file-btn input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.croppie-container {
  width: unset !important;
  height: unset !important;
}
.cr-viewport.cr-vp-square{
  border: 1px solid #aaa !important;
}

/* custom-switch */
.custom-switch-bck-danger label::before{
  background-color: #ea5455 !important;
}

/* multiselect */
.multiselect-custom div.dropdown-menu{
  padding: 0 0 !important;
}
