body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
}

.header {
    padding-top: 15px;
}

    .header img {
    }

    .header .header-text {
        /* float: right; */
        font-size: 1.25em;
        padding-top: 30px;
        font-family: 'Lato', sans-serif;
        /* text-align: right; */
        color: #333;
        margin-bottom: 10px;
        font-weight: bold;
    }

.body {
}

.body-topbar {
    min-height: 20px;
    background-color: #FBFBFB;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    padding: 5px 15px;
    position: relative;
}

    .body-topbar input {
        background-color: #FBFBFB;
        border: 0px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        cursor: pointer;
        font-size: 0.875em;
        position: relative;
    }

.body img {
    width: 100%;
    height: 200px;
}

.body-topbar img {
    width: 15px;
    height: auto;
    margin-left: 5px;
    cursor: pointer;
}
/*.body-topbar input:after {
            content: "";
            width: 30px;
            height: 30px;
            background: url("/clientdata/138/statistics/images/open-datepicker.png");
            top: 10px;
            right: 5px;
            position: absolute;
            display: inline-block;
        }*/

.pad-top-15 {
    padding-top: 15px;
}

.min-height {
    /* min-height: 50px; */
    margin-bottom: 15px;
}
/* Datepicker */

.daterangepicker {
    width: 499px;
    padding: 0px;
    border: none;
}

    .daterangepicker:before {
        top: -6px;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #ccc;
    }

.daterangepicker_input {
    display: none;
}

.applyBtn, .applyBtn:hover, .applyBtn:active, .applyBtn:focus, .applyBtn:active:focus {
    background-color: #13B3E3;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    border: 0px;
    margin-right: 20px;
    padding: 5px 32px;
}

.cancelBtn {
    display: none;
}

.daterangepicker td, .daterangepicker th {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

    .daterangepicker td.in-range {
        background-color: #88d9f1;
        color: #fff;
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: #13B3E3;
    }

/* End Datepicker */
/* Chart */
.chart-container {
    height: 375px;
}

.statatics {
    color: #fff;
    font-family: 'Lato', sans-serif;
}

    .statatics strong {
        font-size: 1.25em;
        color: #7c7c7c;
        float: left;
    }

    .statatics .stattics-count {
        font-family: inherit;
        font-weight: bold;
        font-size: 1.5em;
        margin-top: 30px;
        color: #000;
        float: left;
        width: 100%
    }

    .statatics img {
        /* width: 25%; */
        /* height: 25%; */
        margin-top: 14px;
        /* height: 82px; */
    }

.icon-button h3 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.bg-viewer {
    /* background-color: #ebebeb; */
    /* margin: 25px 15px 25px 15px; */
    /* font-size: 1.125em; */
}

    .bg-viewer .col-lg-12 {
        background-color: #ebebeb;
        cursor: pointer;
        text-align: center;
        padding-top: 30px;
        vertical-align: top;
        position: relative;
        padding-bottom: 30px;
        float: left;
        height: 175px;
    }

.bg-viewer-title {
    float: left;
    color: #7c7c7c;
    font-size: 1.5em;
    font-weight: bold;
    width: 100%
}

.bg-total {
    /* background-color: #ebebeb; */
    /* margin: 25px 15px 25px 15px; */
    /* font-size: 1.125em; */
}

    .bg-total .col-lg-12 {
        cursor: pointer;
        text-align: center;
        color: #fff;
        padding-top: 30px;
        vertical-align: top;
        position: relative;
        padding-bottom: 30px;
        background-color: #ebebeb;
        height: 175px;
        float: left;
    }

.bg-linked-in .col-lg-12 {
    background-color: #0077B5;
    cursor: pointer;
    height: 175px;
    text-align: center;
    padding-top: 30px;
}

.bg-fb .col-lg-12 {
    background-color: #3A599A;
    cursor: pointer;
    text-align: center;
    height: 175px;
    padding-top: 30px;
}


.bg-google-plus .col-lg-12 {
    background-color: #DC4E41;
    cursor: pointer;
    height: 175px;
    text-align: center;
    padding-top: 30px;
}

.bg-twitter .col-lg-12 {
    background-color: #1DA1F2;
    cursor: pointer;
    height: 175px;
    text-align: center;
    padding-top: 30px;
}

.bg-whatsapp .col-lg-12 {
    background-color: #4DC247;
    cursor: pointer;
    height: 175px;
    text-align: center;
    padding-top: 30px;
}

.bg-call .col-lg-12 {
    background-color: #359230;
    cursor: pointer;
    height: 175px;
    text-align: center;
    padding-top: 30px;
}

.bg-msg .col-lg-12 {
    background-color: #95989A;
    cursor: pointer;
    height: 175px;
    text-align: center;
    padding-top: 30px;
}

.bg-yellow-fb .col-lg-12 {
    background-color: #F8B000;
    cursor: pointer;
    height: 175px;
    text-align: center;
    padding-top: 30px;
}

.no-pad {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.icon-button.disable {
    opacity: 0.5;
}

@media (min-width: 1310px) {
    .container {
        width: 1280px;
    }
}

@media (max-width: 1024px) {
    .container {
        width: 100%;
    }

    .header .header-text {
        float: right;
        font-size: 40px;
        padding-top: 15px;
    }

    .bg-viewer-title {
        font-size: 1.25em;
    }

    .statatics .stattics-count {
        font-size: 2.5em;
        margin-top: 10px;
    }

    .bg-viewer .col-lg-12 {
        height: 165px;
    }

    .bg-total .col-lg-12 {
        height: 165px;
    }

    .bg-linked-in .col-lg-12, .bg-fb .col-lg-12, .bg-google-plus .col-lg-12, .bg-twitter .col-lg-12, .bg-whatsapp .col-lg-12, .bg-call .col-lg-12, .bg-msg .col-lg-12, .bg-yellow-fb .col-lg-12 {
        padding-top: 20px;
        height: 145px;
    }

    .icon-button h3 {
        font-size: 1.675em;
        margin-top: 30px;
    }

    .min-height {
        margin-bottom: 40px;
    }

    .icon-button {
        margin-bottom: 15px;
    }
}

@media (min-width: 730px) {
    .daterangepicker.ltr .ranges {
        float: left;
        width: 100%;
        text-align: right;
        background-color: #EEEEEE;
        padding: 10px 0px;
        margin: 0px;
    }
}
/* Landscape phones and down */
@media (min-width: 481px) and (max-width:667px) {
    .header img {
        height: 50px
    }

    body {
        font-size: 16px;
    }

    .header .header-text {
        float: right;
        font-size: 18px;
        padding-top: 23px;
    }
    /* Datepicker */
    .daterangepicker {
        max-width: 100%;
        width: 100%;
    }

        .daterangepicker .calendar {
            max-width: 100%;
        }

    .ranges {
        float: right;
    }

    .statatics .stattics-count {
        font-size: 2em;
    }

    .bg-viewer {
        /* background-color: #36A538; */
        cursor: pointer;
        padding: 15px;
    }

        .bg-viewer strong {
            font-size: 1em;
        }

    .bg-total {
        /* background-color: #029ADB; */
        cursor: pointer;
        padding: 15px;
    }

        .bg-total strong {
            font-size: 1em;
        }

    .min-height {
        margin-bottom: 0px;
    }

    .icon-button {
        margin-bottom: 15px;
    }

        .icon-button h3 {
            font-size: 24px;
            margin-bottom: 0px;
            padding-bottom: 5px;
            margin-top: 10px;
        }

        .icon-button img {
            height: 40px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
}


/* Landscape phones and down */
@media (max-width: 480px) {

    .header img {
        height: 40px
    }

    .chart-container {
        height: 125px;
    }

    body {
        font-size: 16px;
    }

    .header .header-text {
        float: right;
        font-size: 0.875em;
        padding-top: 4px;
    }
    /* Datepicker */
    .daterangepicker {
        max-width: 100%;
        width: 100%;
    }

        .daterangepicker .calendar {
            max-width: 100%;
        }

    .ranges {
        float: right;
    }

    .statatics .stattics-count {
        font-size: 1.25em;
    }

    .bg-viewer {
        /* background-color: #36A538; */
        cursor: pointer;
        padding: 15px 7px 15px 15px;
        margin-bottom: 0px;
    }

    .bg-viewer-title {
        font-size: 0.875em;
    }

    .bg-viewer strong {
        font-size: 1em;
    }

    .bg-total {
        /* background-color: #029ADB; */
        cursor: pointer;
        padding: 15px 15px 15px 8px;
        margin-bottom: 0px;
    }

        .bg-total strong {
            font-size: 1em;
        }

    .bg-viewer .col-lg-12 {
        /* height: 125px; */
        height: auto;
        padding-top: 15px;
        /* vertical-align: top; */
        /* position: relative; */
        padding-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .bg-total .col-lg-12 {
        height: auto;
        padding-top: 15px;
        /* vertical-align: top; */
        /* position: relative; */
        padding-bottom: 15px;
    }

    .bg-linked-in .col-lg-12, .bg-fb .col-lg-12, .bg-google-plus .col-lg-12, .bg-twitter .col-lg-12, .bg-whatsapp .col-lg-12, .bg-call .col-lg-12, .bg-msg .col-lg-12, .bg-yellow-fb .col-lg-12 {
        padding-top: 5px;
        height: 87px;
    }

    .icon-button:nth-child(2n) {
        padding-left: 8px;
    }

    .icon-button:nth-child(2n+1) {
        padding-right: 7px;
    }

    .icon-button h3 {
        font-size: 1.125em;
        margin-bottom: 0px;
        padding-bottom: 5px;
        margin-top: 14px;
    }

    .icon-button img {
        height: 26px;
        margin-top: 9px;
    }
}


@media (max-width: 619px) {
    .daterangepicker.dropdown-menu {
        max-width: 100% !important;
        left: 0 !important;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    .daterangepicker.opensleft .ranges {
        float: right !important;
    }
}

@media (max-width: 495px) {
    .daterangepicker.dropdown-menu {
        max-width: 100% !important;
        left: 0 !important;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    .daterangepicker .calendar {
        max-width: 100% !important;
    }

    .daterangepicker.opensright .ranges {
        float: left !important;
    }
}
