body {
    /*
    background-color: #f8f8f8;
    */
    /*
    font-family: 'Lato', 'Open Sans Hebrew', 'sans-serif';
    */
    font-family: 'Assistant', 'Lato', Tahoma, Arial, sans-serif;
    font-weight: 200;
    font-size: 14px;
    background: url('../../images/background.jpg') no-repeat center center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    color: #202020;
    min-width: 640px;
}
body.waiting {
    filter: blur(5px);
    cursor: progress;
}

strong {
    font-weight: 600;
}

h1 {
    font-size: 22px;
    font-weight: bold;
    color: #404040;
    margin-top: 20px;
    margin-bottom: 10px;
}
h2 {
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    margin-top: 10px;
    margin-bottom: 5px;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    color: #404040;
    margin-top: 5px;
    margin-bottom: 5px;
}
td {
    padding: 2px;
}
#topBar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    height: auto;
    min-height: 50px;
    padding: 5px;
    margin-bottom: 10px;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    text-align: right;
    z-index: 100000;
}

.leadSourceDiv {
    margin-top: 20px;
    direction: ltr;
    text-align: left;
    font-size: 10px;
    vertical-align: middle;
}
.leadSourceDiv h1 {
    font-size: 11px;
}
.leadSourceImage {
    display: inline-block;
    max-width:80px;
    max-height:32px;
    width: auto;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
}

.card {
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    background-color: #ffffff;
    color: #404040;
    padding: 5px;
    direction: ltr;
    text-align: left;
    font-size: 10px;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

}
.visit .timestamp {
    font-family: monospace;
    font-size: 12px;
    color: #808080;
    margin-bottom: 5px;
}
.visit .visitId {
    font-family: monospace;
    font-size: 9px;
    color: #a9a9a9;
    margin-top: 5px;
}
.leadDiv {
    margin: 10px;
    width: 250px;
    background-color: #f0f0f0;
    background-image: url('../images/paper.png');
    background-repeat: repeat;
    border: none;
    border-radius: 0px;
    color: #404040;
    padding: 15px;
    direction: ltr;
    text-align: left;
    font-size: 12px;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

}
.heb {
    direction: rtl;
    text-align: right;
}

#signInBox {
    /*
    background-color: rgba(255,255,255,1.00); 
    padding: 20px; 
    margin-top: 50px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    */
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

#signInBox input {
    margin-bottom: 5px;
    width: 190px;
    border: none;
    padding: 5px;
    font-size: 14px;
    font-weight: 200;
    border-radius: 5px;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-top: 1px solid #a0a0a0;
}

.btn {
    display:inline;
    cursor: pointer;
    border-radius:3px;
    border:none;
    font-size:16px;
    font-weight: bolder;
    font-weight: 900;
    text-shadow:none;
    text-align: center;
    padding-top:8px;
    padding-bottom:8px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    margin-right: 10px;
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.33);
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.33);
    vertical-align: middle;
    font-family: 'Assistant', 'Lato', Tahoma, Arial, sans-serif;
    border-bottom: 2px solid #8E0002;
    background-color:#CE242B;
    color: #ffffff;
    transition: 0.2s filter ease-in-out, 0.2s -webkit-filter ease-in-out;
}

.btn:disabled {
    filter: opacity(50%) saturate(0);
    cursor: not-allowed;
}

.btn-default {
    border-bottom: 2px solid #a0a0a0;
    background-color:#ffffff;
    color: #202020;
}

.btn-primary {
    border-bottom: 2px solid #8E0002;
    background-color:#CE242B;
    color: #ffffff;
}


.btn-xs {
    font-size:12px;
    font-weight: 200;
    padding-top:2px;
    padding-bottom:2px;
    padding-left: 5px;
    padding-right: 5px;
}

#mainContainer {
    margin-top: 100px;
    margin-bottom: 20px;
    padding: 10px;
    width: 90%;
    min-width: 600px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.33);
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.33);
    border-radius: 5px;
}

#logo {
    float: left;
    margin-top: 5px;
    margin-left: 0px;
    height: 30px;
    cursor: pointer;
}

.btn-link, .btn-link:hover, .btn-link:active {
    background: none;
    padding: 0px;
    margin: 0px;
    border: none;
    text-decoration: none;
    color: #CE242B;
    font-weight: bold;
    cursor: pointer;
    display: inline;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link:hover {
    text-decoration: underline;
}

.leadTimeLink {
    color: #202020;
    text-decoration: none;
}
.leadTimeLink:hover, .leadTimeLink:active {
    color: #000000;
    text-decoration: underline;
}

.leadDetailsSection {
    background-color: rgba(0,0,0,0.025);
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 5px;
    padding: 5px;
    direction: ltr;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
}

.leadDetailsSection h1 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 5px;
    text-align: center;
}

.hoverPump {
    transition: all .2s ease-in-out;
}
.hoverPump:hover {
    /*background-color: #e0e0e0;*/
    -ms-transform: scale(1.01, 1.01); /* IE 9 */
    -webkit-transform: scale(1.02, 1.01); /* Safari */
    transform: scale(1.01, 1.01);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

}

.animateMaxHeight {
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}

.tooltip {

    position: relative;
    display: inline-block;
    cursor: context-menu;
    border-bottom: 1px dotted #808080;

}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 110px;
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
    overflow-wrap: break-word;
    font-size: 9px;
    line-height: 11px;

    /* Position the tooltip */
    position: absolute;
    margin-left: 20px;
    z-index: 10000;
    padding: 10px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.lp_form_div {
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    margin: 5px;
    padding: 5px;
    margin-top: 15px;
    border-radius: 5px;
}

.lp_form_div td {
    padding-top: 15px;
    vertical-align: middle;
}


.overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

dialog, dialog:modal {
    border: none;
    border-radius: 10px;
    padding: 20px;
    width: 80%;
    max-width: 560px;
    text-align: center;
    background-color: white;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    z-index: 1100;
}
dialog::backdrop, .modal::backdrop {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.8);
}

.editLeadDetailButton {
    display: none;
}

