/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.modal-dialog {margin-top:3%; max-width: 600px !important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0 0 0 20px !important;
}
.page-header{display:none}
.woocommerce{
    margin: auto;
}
.page-content > .woocommerce {
    padding: 0 20px;
    max-width: 1200px;
    min-height: 500px;
}
.eael-simple-menu-container .eael-simple-menu li a {
    line-height: 39px !important;
}
#customer_login{margin:50px 0}
.woocommerce-Button,.woocommerce-button{
    background: #36454f !important;
    border-color: #36454f !important;
    color: #fff !important;
    border-radius: 5px !important;
    box-shadow: 0 3px 10px #ddd !important;
}
abbr.required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none !important;
    margin: 0 5px;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #338fcc ;
}
td>a{
    color: #338fcc !important;
}
.aw-head {
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    align-items:center;
}
.aw-head>h2{
    margin: 0;
    font-size: 28px;
    color: #36454f;
}
.aw-table th{text-align:left}
.aw-table-horses .aw-table td{text-transform:capitalize}
.add-horse-wrap {
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 5px 10px #ddd;
    background:#fff;
    display:none;
}
.aw-input {
    border: 1px solid #ddd !important;
    margin: 5px 0 15px 0 !important;
    width: 100%;
    border-radius: 5px !important;
}
.aw-checkbox {
    border: 1px solid #ddd !important;
    margin: 5px 0 15px 0 !important;
    border-radius: 5px !important;
}
.aw-del{
    font-size: 14px !important;
    padding: 0 !important;
    border: none !important;
    color: red !important;margin-left:10px !important
}
.aw-del:hover{background:transparent !important}
.aw-btn-wrap{display:flex;}
.edit-horse-wrap {
    max-width: 768px;
    position: fixed;
    background: #fff;
    top: 0;
    min-height: 100vh;
    padding: 30px 20px;
    box-sizing: border-box;
    right: -105%;
    box-shadow: 0 5px 10px #ddd;
    overflow-y: scroll;z-index:999;
    width: 100%;
    transition:all 1s;
}
.removeModel {
    position: absolute;
    right: 20px;
    top: 50px;
    cursor: pointer;
}
.aw-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 9999;display:none;
}
.aw-model {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 10px #666;
    max-width: 768px;
    margin: 100px auto;
    position:relative;
}
i.fa-times {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.aw-yes,.aw-no {
    width: 100px;
    background: #36454F;
    color: #fff;
    border-color: #36454F;
    margin-right: 15px;
    cursor: pointer;
}
.aw-no{
    color: #36454F;background:#fff}
.aw-paginate {
    text-align: right;
    padding-right: 10px;
}
.dataTables_wrapper {margin-top:20px;}	.dataTables_length{margin-bottom:10px}
.dataTables_filter{margin-right:10px}
.dataTables_filter>label{
    display: flex;
    align-items: center;
}
.hImg{cursor:pointer;}
.hImg:hover{opacity:0.7}
select#horseType {
    background: #f1f1f1;
    color: #000;
    /* max-width: 300px; */
    height: 50px;
    margin: 20px 0 5px 0;
    font-size: 16px;
    border: 1px solid #ddd;
}

#withSubs_length>label,
#withoutSubs_length>label,
#waterSearch_length>label,
#waterConsumption_length>label,
#alertTable_length>label {
    display:flex;
    align-items:center;
    gap:5px
}
.isLoading {
    position: relative;
    min-height: 100px;
}
.isLoading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
}
.isLoading:after {
    content: '';
    display: inline-block;
    border: 5px dotted #355E3B;
    border-radius: 50%;
    border-top: 5px solid #355E3B;
    border-bottom: 5px solid #355E3B;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.aw-table th {
    background: #fff;
    border: none !important;
    color: #36454f;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    padding:15px 10px !important;
}
.aw-table td {
    vertical-align:middle;
    border: none !important;
    color: #888;
    border-bottom: 1px solid #ddd !important;
    padding:10px !important
}


.aw-table-responsive{overflow-x:scroll;margin-bottom:50px;padding-bottom:15px;}
div#withSubs_info {
    margin-top: 10px;
    color: #888;
}
#withSubs_paginate,
#alertTable_paginate {
    margin-top: 15px;
    color: #888;
}
a.paginate_button {
    background: #ddd !important;
    color: #666;
    border-radius: 20px !important;
    border: none !important;
    margin: 0 2px;
}
#withSubs_paginate>span>a.current,
#alertTable_paginate>span>a.current {
    background: #36454f !important;
    color: #fff !important;
}

.aw-table-responsive::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.aw-table-responsive::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.aw-table-responsive::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.aw-table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/**
 * Alert page style
 */
.alert-page .select2-selection--multiple{
    border-color: #ddd !important;
    height: 40px !important;
}
.alert-page .select2-container{
    margin: 5px 0 20px 0 !important;
    height: 32px !important;
    max-width: 100%;
}
.alert-page ul.select2-choices {
    padding-right: 30px !important;
}

.alert-page ul.select2-choices:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width: auto !important;
    float: none;
    height: 31px;
}
.select2-container .select2-search--inline {
    float: none !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    height: 30px;
}
.alert {
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #fff;border-radius:5px;
}
.bg-success {
    background: #7ec593;
}
.bg-danger {
    background: #e33b76;
}
.alert-message h2 {
    font-size: 1rem;
}
.alert-message h3 {
    font-size: 0.75rem;
}

/**
 * Chart page style
 */
.anchor-wrapper {
    display: flex;
    justify-content: center;
}
.anchor-wrap {
    width: 250px;
    margin: 0 10px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    display:flex
}
.anchor-wrap>a {
    display: block;
    width: 50%;
    background: #ddd;
    color: #666 !important;
    margin: 0;
    line-height: 40px;
}
a.aw-anchor.active {
    background: #36454f;
    color: #fff !important;
    box-shadow: 0 3px 5px #ddd;
}

@media only screen and (min-width: 768px) {
    table.dataTable {
        width: 100% !important;
    }
}

.aw-table-filter {
    margin: 20px 0;
}
.aw-table-filter form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.aw-table-filter .field {
    display: flex;
    align-items: center;
}
.aw-table-filter .field .aw-input {
    margin: 0 10px !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none !important;
}

.dataTables_wrapper .dataTables_length select {
    min-width: 60px;
}

/* Navigation menu */
.woocommerce-account .woocommerce-MyAccount-navigation {
    z-index: 9;
}
.woocommerce-account .site-main {
    margin: 0 auto;
    background: #ffffff;
}
.woocommerce .woocommerce-form-login .woocommerce-form-register__submit {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: .618em 2em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: .618em 2em;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    max-width: 600px;
}

/* Cart page style */
.woocommerce-page table.cart td.actions .input-text {
    width: 125px !important;
    height: 32px;
}
.woocommerce a.remove {
    height: 24px !important;
    width: 24px !important;
    line-height: 20px !important;
    margin: 0 auto;
}
.woocommerce .quantity .qty {
    width: 6em !important;
    text-align: left !important;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
    display: flex;
    align-items: center;
}
#add_payment_method #payment div.payment_box p:last-child {
    padding: 1em !important;
}
.woocommerce-checkout #payment div.form-row {
    padding: 0 1em !important;;
}
[type=checkbox], [type=radio] {
    margin-right: 5px;
}

table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after {
    right: 0px !important;
}

#customer_login .u-column1.col-1 .woocommerce-form-login__submit {
    font-family: "Segoe UI";
    text-transform: capitalize;
    font-weight: bold; 
}

#customer_login  .woocommerce-LostPassword a,
#customer_login .woocommerce-privacy-policy-link {
    color: rgb(53, 94, 59);
}

@media screen and (min-width: 769px) {
    #customer_login {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        height: 100%;
        align-items: stretch;
        justify-content: stretch;
    }

    #customer_login .u-column1.col-1 .form-row:not(.woocommerce-form-row) {
        margin-top: 90px;
    }

    #customer_login .u-column1.col-1 .woocommerce-LostPassword {
        margin-top: -5px;
        margin-bottom: 0px;
    }

    #customer_login .u-column2.col-2 .woocommerce-form-register__submit {
        margin-bottom: 18px;
    }

    .woocommerce-checkout #wc-stripe-cc-form {
        width: 40%;
    }
}

