﻿body {
    background-color: #e5e6e6;
    font-family: Roboto;
}

#analytics-header {
    background-color: #f7971d;
    background-image: url(/images/GAHeader.png);
    background-position: top left;
    background-repeat: no-repeat;
    border-bottom: 4px solid #808080;
    height: 170px;
    margin-bottom: 45px;
}

#company-name {
    color: gray;
    font-weight: bold !important;
    font-size: 36px;
}

@media (min-width:320px) {
    .container {
        width: 292px;
    }
}

@media (min-width:576px) {
    .container {
        width: 548px;
    }
}

@media (min-width:768px) {
    .container {
        width: 740px;
    }
}

@media (min-width:992px) {
    .container {
        width: 964px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1172px;
    }

    #social-padding {
        display: none;
    }
}

@media (min-width:1350px) {
    .container {
        width: 1288px;
    }

    #social-padding {
        display: block;
    }
}

.form-group > label {
    font-weight: normal;
}

.form-control {
    background-color: #fdfdfd;
    border-top: 1px solid #fdfdfd;
    border-right: 1px solid #fdfdfd;
    border-bottom: 2px solid #e6e6e6;
    border-left: 1px solid #fdfdfd;
    border-radius: 0 !important;
    box-shadow: none;
}

    .form-control:focus {
        border-top: 1px solid #fdfdfd;
        border-right: 1px solid #fdfdfd;
        border-bottom: 2px solid #66afe9;
        border-left: 1px solid #fdfdfd;
        box-shadow: none;
    }

.btn {
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
    outline: 0;
}

.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

#analytics-metrics-top .panel-body {
    padding: 10px;
}

.metrics-header {
    color: gray;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#analytics-home .loader {
    width: 18px;
}