/* WooPoof admin settings option page css*/

/* slider css */

@media (max-width: 767px) {
    input[type="range"] {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    input[type="range"] {
        width: 60% !important;
    }
}

.slider {
    width: 100%;
    font-weight: bold;
}

input[type="range"] {
    -webkit-appearance: none !important;
    width: 20%;
    height: 15px;
    border-radius: 10px;
    margin: auto;
    transition: all 0.3s ease;
    cursor: pointer;
}

input[type="range"]:hover {
    /*  background-color: #b2d5aa;*/
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 20px;
    height: 20px;
    background-color: #0064a4;
    border-radius: 30px;

    transition: all 0.5s ease;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none !important;
    width: 20px;
    height: 20px;
    background-color: #0064a4;
    border-radius: 30px;

    transition: all 0.5s ease;
}

input[type="range"]::-webkit-slider-thumb:hover {
    background-color: #ffffff;
}

input[type="range"]::-webkit-slider-thumb:active {

}
.button.button-primary.reset{
    margin-right: 10px;
    background-color: #dc3232;
    box-shadow: 0 1px 0 #e8730e;
    border-color: #dc3232;
    text-shadow: none;
}

#rangevalue {
    text-align: center;
    font-family: "Quantico", sans-serif;
    font-size: 18px;
    display: block;
    margin: auto;
    padding: 10px 0px;
    width: 100%;
    color: #579E81;
}

.slider-output {
    font-weight: bold;
}


/* Page Location Checkboxes */
.location_checkbox_section {
    height: 250px;
    border: 1px solid #d1c3c3;
    width: 600px;
    overflow-y: auto;
    padding: 10px;
}

.location-checkbox {
    position: absolute;
    opacity: 0;
}

.location-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.location-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
}

.location-checkbox:hover + label:before {
    background: #f35429;
}

.location-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.location-checkbox:checked + label:before {
    background: #f35429;
}

.location-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.location-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.location-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-table th {
    width: 400px !important;
}


.location_checkbox_section label {
    width: 500px;
    display: inline-block;
    vertical-align: top;
}

.range_slider {
    background: #9FC5E1 !important;
    border: 1px solid #9FC5E1 !important;
}

/*Style for date range calendar*/
.date_range_row th {
    width: 150px !important;
}
.dataRange_input {
    width: 190px;

    padding-left: 12px;
}
.table-condensed td {
    padding: 0 !important;
}

.analytics_graph {
    margin-right: 18px;
}
.highcharts-container  {
    left: -10px;
}
.drp-calendar.right {
    border: 2px solid #eee6e6;
}

/**
 * Plugin deactivation popup styles
 */

.ui-dialog[aria-describedby="wooproof-delete-dialog"] .ui-dialog-titlebar-close:before {
    line-height: 16px;
    width: 16px;
    height: 16px;
    margin-left: -2px;
}

#wooproof-deactivation-feedback-form .form-row{
    padding: 6px 0;
}
#wooproof-deactivation-feedback-form p.deactivation_reason_label{
    font-size: 92%;
}
.ui-dialog .ui-dialog-titlebar-close span {
    top: 0;
    left: 0;
}