@CHARSET "ISO-8859-1";

/* ----- Options / Settings Table Format ----- */

#leads5050-main-api-form .form-table td, #leads5050-main-api-form .form-table th,
#leads5050-visitor-info .form-table td, #leads5050-visitor-info .form-table th {
    display: table-cell;
    padding: 14px !important;
}

#leads5050-main-api-form .form-table tr {
    vertical-align: top;
}

tr.leads5050-input-hdr {
    background: #dedede;
}

/* ----- Option Page Buttons ----- */

#leads5050-api-key-value, #leads5050-main-api-form {
    display: none;
}

#leads5050_btn_confirm {
    display: none;
    color: #ff0000;
}

/* ----- Results Table Format ----- */

div.leads5050_notes {
    padding-bottom: 15px;
}

.leads5050_notes h4 {
    margin: 5px 0;
    font-style: italic;
}

.leads5050_notes li {
    font-size: 0.8em;
    margin: 0 15px;
    line-height: 1.2em;
    font-style: italic;
}

.leads5050_notes p {
    font-size: 0.8em;
    margin: 0 15px;
    line-height: 1.2em;
    font-style: italic;
}

.leads5050_help {
    cursor: help;
}

a.leads5050_link span.dashicons {
    text-decoration: none;
    color: #4caf50;
}

.leads5050_tooltip {
    width: 300px;
    height: 50px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    /*position: relative;
    top: -100px;
    right: 350px;*/
    position: absolute;
    top: 25px;
    left: 50px;
    display: none;
}

.leads5050_tooltip {
    z-index:1000;
}

.leads5050_link {
    display: block;
    width: 9%;
}

.leads5050_link:hover + .leads5050_tooltip {
    display: block;
}

.leads5050_tooltip:hover {
    display: block;
}

.leads5050_spinner {
    display: block;
    width: 320px;
    height: 226px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background: url('busy01.gif') no-repeat;
    opacity: .8;
    filter: alpha(opacity=80);
}


/* ----- Admin information wrapper ----- */
div.leads5050-admin-wrap {
    max-width: 800px;
    padding-bottom: 20px;
    /*border: 1px solid red;*/
}


/* ----- Leads5050 Table Format ----- */
table.leads5050-admin-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;

}

.leads5050-admin-table th, .leads5050-admin-table td {
    display: table-cell;
    font-size: .9em;
    text-align: left;
    border: 1px solid #ddd;
    padding: 8px;
}

.leads5050-admin-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white !important;
}

.leads5050-admin-table tr:nth-child(even) {background-color: #f2f2f2;}

.leads5050-admin-table tr:hover {background-color: #ddd;}

th.leads5050_rt {
    text-align: right;
}

.leads5050_green {
    color: #2f9c01 !important;
}

.leads5050_amber {
    color: #e09900 !important;
}

.leads5050_red {
    color: #c62b2b !important;
}

/*======================== @ M E D I A ===============================*/

@media only screen and ( min-width: 783px ) {
    th.leads5050m, td.leads5050m {
        display: none !important;
    }
    th.leads5050d, td.leads5050d {
        display: table-cell;
    }
}

@media screen and (max-width: 782px) {
    th.leads5050m, td.leads5050m {
        display: table-cell;
    }
    th.leads5050d, td.leads5050d {
        display: none !important;
    }
}

.leads5050-flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    /*justify-content: space-around;*/
    /*justify-content: space-between;*/
    background-color: #ededed;
}

.leads5050-flex-container > div.leads5050-flex-2 {
    background-color: #ffffff;
    width: 460px;
    margin: 15px 10px;
    padding: 7px;
    text-align: left;
}

.leads5050-flex-container > div.leads5050-flex-1 {
    background-color: #ffffff;
    width: 1000px;
    margin: 15px 10px;
    padding: 7px;
    text-align: left;
}

/* ----- Map Styling ----- */
.leads5050_map {
    box-sizing: border-box;
    /*margin: 20px;*/
    height: 80vh;
    width: 80vw;
    border: 3px solid orange;
}

.leads5050_status {
    font-size: 12px;
    font-style: italic;
    color: darkorange;
}

.leads5050_alert {
    color: red;
}

/* ----- BOB Big Orange Button -----*/
.leads5050_open_dash {
    color: #ffffff;
    border-radius: 5px;
    margin: 0 5px;
    padding: 6px 18px;
    border: 1px solid #ededed;
    background: #f79500;
    vertical-align: top;

}

.leads5050_open_dash:hover {
    cursor: pointer;
    border: 1px solid #f69036;
}

button:disabled{
    opacity: 0.5;
    cursor: not-allowed !important;
}

#leads5050_claim_notice {
    color: #f3c278;
}

.leads5050-sample img {
    width: 100%;
    object-fit: fill;
}
