/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.clearfix:after { display: block; content: ''; width: 100%; clear: both; }
.clr {clear:both;}

.presence-heading {
    font-size: 30px;
    text-align: center;
    color: #3b579d;
    margin-top:0;
}

.presence-form {
    background-color: #3b579d;
    border-radius: 5px;
    padding: 30px;
    margin-bottom:50px;
}
.presence-form form{margin:0;}

.sform-field {
    float: left;
    width:25%;
    padding: 0 10px;
    margin-bottom:20px;
}
.presence-form label{color:#fff;}
.sform-field input[type="text"], .sform-field input[type="email"], .sform-field select {
    display: block;
    width: 100%;
    height: 45px;
    background: #fff;
    border:none;
    border-radius: 3px;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    padding: 0 15px;
    margin-bottom: 0;
    box-shadow: none;
}
.check-presence-btn{text-align:center; margin-top:10px;}
.check-presence-btn input{background:#ff9900; border:none; font-size:19px; line-height:19px; text-shadow:none; padding:20px 55px;}
.check-presence-btn input:hover{background:#ffb100; border:none;}

.presence-score{text-align:center; margin-bottom:30px;}
.presence-score .presence-heading{margin-bottom:15px;}
.presence-score p{font-size:18px;}
.presence-score hr{border-top:1px solid #e2e2e2;}
.presence-score img{display:inline-block;}
.result-list h3{text-align:center; font-size:24px; color:#3b579d; margin:0 0 15px;}
.result-list p{font-size:18px; text-align:center;}

.result-table table {
    border: 1px solid #d7dff5;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.result-table table thead{background-color:#3c579d; color:#fff; font-size:16px;}
.result-table table tbody tr:nth-child(even) {background: #edf2ff}
.result-table table tbody tr:nth-child(odd) {background: #fff}

.result-table table th, .result-table table td {padding:15px 0.625em; border-top: 1px solid #d7dff5; line-height:24px;}

.presence-logo-img {
    max-width: 32px;
    max-height: 32px;
    margin-bottom: 5px;
}
.mismatch{color:#d60600;}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #239fe6;
    font-size: 10px;
    margin:60px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}

.display-inline-block {display: inline-block;}

#uberall-online-presence-chart {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


@media only screen and (max-width:979px){
    .result-table table{table-layout:inherit;}
    .result-table table th, .result-table table td{padding:15px 20px;}
}
@media only screen and (max-width:640px){
    .result-table table th, .result-table table td{padding:15px;}
}
@media only screen and (max-width:575px){
    .result-table table{table-layout:inherit;}
    .result-table table th, .result-table table td{display:block; text-align:center; border-top:none;}
    .presence-logo-img{margin:0 auto 5px;}
}
