body,
html {
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #e6e6e6;
    background: -webkit-linear-gradient(#e6e6e6, #FFF);
    background: -o-linear-gradient(#e6e6e6, #FFF);
    background: -moz-linear-gradient(#e6e6e6, #FFF);
    background: linear-gradient(#e6e6e6, #FFF);
}


header,
main,
footer {
    clear: both;
    width: 100%;
}

header {
    background-color: #fff;
}

#logout div {
    padding: 20px;
    float: right;
}

    #logout div.logoutbtn {
        background-color: #eb141b;
        border-bottom: solid 1px #ffffff;
    }

nav.main {
    background: #444;
    float: left;
    width: 100%;
}

    nav.main ul {
        width: 100%;
        float: left;
        margin: 0;
    }

        nav.main ul li {
            float: right;
            border-left: #fff 1px solid;
            padding: 0;
        }

            nav.main ul li a {
                padding: 10px 22px 10px 22px;
                text-align: center;
                max-height: 42px;
                font-size: 16px;
                display: block;
                color: #fff;
                font-weight: 700;
                width: 100%;
                text-transform: uppercase;
                text-decoration: none;
                outline: none;
            }

                nav.main ul li a:hover {
                    background-color: #1ea5b1;
                    color: #fff;
                }

            nav.main ul li:nth-child(4) a {
                color: #01dff6;
            }

                nav.main ul li:nth-child(4) a:hover {
                    color: #fff;
                }

            nav.main ul li.filter {
                float: left;
            }

                nav.main ul li.filter a {
                    text-align: left;
                    font-weight: 400;
                }

                    nav.main ul li.filter a img {
                        margin-right: 10px;
                        width: 22px;
                        vertical-align: text-bottom;
                    }

.intro {
    margin-top: 250px;
    width: 450px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-right: auto;
    margin-left: auto;
}

main {
    clear: both;
}

.topic {
    width: 100%;
    float: left;
    border-bottom: #fff 1px solid;
    font-size: 12px;
}

    .topic .topic-title {
        float: left;
        width: 68px;
        height: 66px;
        padding-top: 5px;
        color: #fff;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        line-height: 16px;
        position: relative;
    }

    .topic.criteria .topic-title {
        height: 110px;
    }

    .topic.criteria label {
        padding-left: 10px;
        text-transform: uppercase;
        font-size: 13px;
        width: 130px;
    }

    .topic:nth-child(odd) .topic-title {
        background-color: #01dff6;
    }

    .topic:nth-child(odd) .active-filters-label {
        background-color: #e5e9ec;
    }

    .topic:nth-child(even) .topic-title {
        background-color: #19c6d7;
    }

    .topic:nth-child(even) .active-filters-label {
        background-color: #f4f4f4;
    }

    .topic .active-filters-label {
        min-height: 66px;
        padding-left: 68px;
    }

        .topic .active-filters-label div {
            border-bottom: #fff 1px solid;
        }

            .topic .active-filters-label div:last-child {
                border-bottom: none;
            }

        .topic .active-filters-label .active-filters-label-sortable.sortable span {
            cursor: move;
        }

            .topic .active-filters-label .active-filters-label-sortable.sortable span.not-sortable {
                cursor: auto !important;
            }

        .topic .active-filters-label span {
            display: inline-block;
            padding: 2px 5px;
            margin: 5px 0px 5px 5px;
            background-color: #fff;
            border-radius: 2px;
            text-transform: uppercase;
            /*min-width: 115px;*/
        }

            .topic .active-filters-label span.ui-sortable-helper {
                background-color: #333;
                color: #fff;
            }

            .topic .active-filters-label span.no-entry {
                background-color: transparent;
            }

            .topic .active-filters-label span img {
                float: right;
                margin-top: 2px;
                margin-left: 4px;
                cursor: pointer;
            }

    .topic.criteria .active-filters-label {
        min-height: 110px;
        padding-left: 68px;
    }

    .topic .toggle-filters {
        float: right;
    }

        .topic .toggle-filters a {
            width: 68px;
            height: 66px;
            background-color: #eb141b;
            color: #fff;
            text-align: center;
            font-size: 16px;
            display: table-cell;
            vertical-align: middle;
        }

        .topic .toggle-filters.active i {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }

    .topic.criteria .toggle-filters a {
        height: 110px;
    }

    .topic .topic-filters {
        background-color: #c1e3e5;
        float: left;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 30px;
        opacity: 1;
        top: 0;
    }

        .topic .topic-filters.collapsed {
            padding-bottom: 0px;
            padding-top: 0px;
            height: 0;
            background-color: #777;
            overflow: hidden;
        }

            .topic .topic-filters.collapsed .cust-row {
                top: -20px;
                opacity: 0;
                transform: scale(0.95);
            }

        .topic .topic-filters .cust-row {
            position: relative;
            opacity: 1;
            transform: scale(1);
            top: 0;
            float: left;
            width: 100%;
            /*padding-left: 72px;
            padding-right: 72px;*/
        }

        .topic .topic-filters .col {
            /*width: 16.66%;*/
            /*float: left;*/
            display: '';
            vertical-align: top;
            margin-bottom: 20px;
            padding: 2px;
            margin: 5px 30px 5px 5px;
            float:left;
        }

            .topic .topic-filters .col .title,
            .topic .topic-filters .col-md-2 .title {
                font-weight: 700;
                padding: 5px 0px;
                width: 100%;
            }

                .topic .topic-filters .col .title.first,
                .topic .topic-filters .col-md-2 .title.first {
                    padding-left: 0;
                }

                .topic .topic-filters .col .title input,
                .topic .topic-filters .col-md-2 .title input {
                    float: right;
                    width: 15px;
                    height: 15px;
                }

                .topic .topic-filters .col .title select,
                .topic .topic-filters .col-md-2 .title select {
                    float: right;
                }

            .topic .topic-filters .col .option,
            .topic .topic-filters .col-md-2 .option {
                width: 100%;
                padding: 2px 0px;
            }

                .topic .topic-filters .col .option label,
                .topic .topic-filters .col-md-2 .option label,
                .topic .topic-filters .col .option div a {
                    width: 100%;
                }

                .topic .topic-filters .col .option:nth-child(2),
                .topic .topic-filters .col-md-2 .option:nth-child(2) {
                    border-top: #fff 1px solid;
                }

                .topic .topic-filters .col .option label input[type=checkbox],
                .topic .topic-filters .col-md-2 .option label input[type=checkbox],
                .topic .topic-filters .col .option label input[type=radio],
                .topic .topic-filters .col-md-2 .option label input[type=radio],
                .topic .topic-filters .col .option div a input[type=radio] {
                    float: right;
                    width: 15px;
                    height: 15px;
                    margin-left: 10px;
                    margin-top: 0px;
                }

                .topic .topic-filters .col .option label input[type=number],
                .topic .topic-filters .col-md-2 .option label input[type=number] {
                    float: right;
                }

                .topic .topic-filters .col .option select,
                .topic .topic-filters .col-md-2 .option select {
                    float: right;
                    margin-right: 0px;
                }

                .topic .topic-filters .col .option .icons-opts,
                .topic .topic-filters .col-md-2 .option .icons-opts {
                    float: right;
                    margin-right: 0px;
                    padding-left: 5px;
                }

                .topic .topic-filters .col .option .search,
                .topic .topic-filters .col-md-2 .option .search {
                    margin-right: -20px;
                }

#logo {
    margin: 0px;
}

#login-page {
    margin-top: 20px;
    padding: 0px 40px 40px 40px;
}

    #login-page h4 {
        font-size: 17px;
        line-height: 24px;
    }

    #login-page h2 {
        font-size: 40px;
    }

    #login-page #login-form input {
        border: none;
    }

    #login-page #login-form button[type=submit] {
        width: 100%;
        font-weight: 700;
        text-transform: uppercase;
        color: #e51c22;
        margin-bottom: 20px;
        border: none;
    }

        #login-page #login-form button[type=submit]:hover, #login-page #login-form button[type=submit]:focus, #login-page #login-form button[type=submit]:active {
            background-color: #fff;
        }

    #login-page #login-form span i {
        font-size: 21px;
    }

    #login-page #login-form label {
        color: #e51c22;
        font-weight: 700;
    }

    #login-page #statexonline-form input {
        border: none;
    }

    #login-page #statexonline-form button[type=submit] {
        width: 100%;
        font-weight: 700;
        text-transform: uppercase;
        color: #e51c22;
        margin-bottom: 20px;
        border: none;
    }

        #login-page #statexonline-form button[type=submit]:hover, #login-page #statexonline-form button[type=submit]:focus, #login-page #statexonline-form button[type=submit]:active {
            background-color: #fff;
        }

    #login-page #statexonline-form span i {
        font-size: 21px;
    }

    #login-page #statexonline-form label {
        color: #e51c22;
        font-weight: 700;
    }


    #login-page .language {
        margin-top: 60px;
    }

        #login-page .language ul li {
            padding-right: 40px;
            text-transform: uppercase;
            font-weight: 600;
        }

            #login-page .language ul li:last-child {
                margin-right: 0;
            }

.intro em {
    color: #e51c22;
    font-weight: 700;
}

.intro h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .intro h4 span {
        font-weight: 300;
    }

.tab-pane .nav {
    margin-left: 6px;
}

table.blue {
    background-color: #0dbfd5;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 0;
}

    table.blue tr {
        background-color: #0dbfd5;
    }

    table.blue.stick {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    table.blue th {
        width: 14.28%;
        border-bottom: none !important;
    }

        table.blue th div {
            position: relative;
        }

    table.blue.cellborder th div:after {
        content: "";
        position: absolute;
        top: 0;
        right: 40px;
        width: 1px;
        height: 100%;
        background-color: #fff;
    }

table.table td, table.table th {
    border-top: none !important;
    border-bottom: none !important;
}

table.table th {
    padding: 20px 10px !important;
    font-weight: 600;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e1e3e4;
}

.export_container {
    display: none !important;
    border: none !important;
}

    .export_container.visible {
        display: inline-block !important;
    }

.export img {
    width: 24px;
}

.topic.filter-media .topic-filters .col .title, .topic.filter-module .topic-filters .col .title {
    padding: 5px 100px 5px 40px;
}


/*=============================================*/

#help_popup {
    position: relative;
    background: white;
    border: 2px #FFF solid;
    padding: 10px;
}

    #help_popup #btn_close_help_box {
        position: absolute;
        top: -20px;
        right: -20px;
        cursor: pointer;
        cursor: hand;
    }

.menu-link-container {
    /*border: 1px solid;*/
    /*width: 100%;*/
    /*margin: 4px;*/
}

    .menu-link-container a {
        /*display: block;
        height: 100%;
        text-align: center;
        padding: 2px;*/
        color: #000000;
        text-decoration: none;
    }

        .menu-link-container a:hover {
            /*background: #F4F4F4; /*FF704D;*/
            color: #000000;
        }

.menu-link-container-selected {
    /*background: #fff;*/
}

.chk-columns {
    display: none;
}

    .chk-columns + label {
        background: url(../Content/Images/colum.png) no-repeat;
        height: 15px;
        width: 15px !important;
        display: inline-block;
        padding: 0 0 0 0px;
        margin: 0 2px 0 0px;
        cursor: pointer;
        background-size: cover;
        background-position: 50%;
    }

    .chk-columns:checked + label {
        background: url(../Content/Images/colum-2.png) no-repeat;
        height: 15px;
        width: 15px !important;
        display: inline-block;
        padding: 0 0 0 0px;
        margin: 0 2px 0 0px;
        cursor: pointer;
        background-size: cover;
        background-position: 50%;
    }

.chk-rows {
    display: none;
}

    .chk-rows + label {
        background: url(../Content/Images/row.png) no-repeat;
        height: 15px;
        width: 15px !important;
        display: inline-block;
        padding: 0 0 0 0px;
        margin: 0 2px 0 0px;
        cursor: pointer;
        background-size: cover;
    }

    .chk-rows:checked + label {
        background: url(../Content/Images/row-2.png) no-repeat;
        height: 15px;
        width: 15px !important;
        display: inline-block;
        padding: 0 0 0 0px;
        margin: 0 2px 0 0px;
        cursor: pointer;
        background-size: cover;
    }

.chk-values {
    display: none;
}

    .chk-values + label {
        background: transparent no-repeat;
        background-image: url(../Content/Images/unselected_value.png);
        background-size: cover;
        height: 15px;
        width: 15px !important;
        display: inline-block;
        padding: 0 0 0 0px;
        margin: 0 2px 0 0px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        cursor: pointer;
        background-size: cover;
        background-position: 50%;
    }

    .chk-values:checked + label {
        background: transparent no-repeat;
        background-image: url(../Content/Images/selected_value.png);
        background-size: cover;
        height: 15px;
        width: 15px !important;
        display: inline-block;
        padding: 0 0 0 0px;
        margin: 0 2px 0 0px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        cursor: pointer;
        background-size: cover;
        background-position: 50%;
    }

.persist-area table {
    border-collapse: collapse;
}


.persist-area tr {
    background-color: #0DBFD5;
}

.adview-persist-area table {
    border-collapse: collapse;
}

.persist-area th {
    border-right: 1px #eee solid;
    background-color: #0DBFD5;
    padding-left: 1px;
    width: 120px;
    text-align: left;
    font: 13px arial, sans-serif;
    font-weight: bold;
    color: #FDDF9A;
}

.adview-persist-area th {
    border-right: 1px #eee solid;
    background-color: #0DBFD5;
    padding-left: 1px;
    width: 120px;
    text-align: left;
    font: 13px arial, sans-serif;
    font-weight: bold;
    color: #FDDF9A;
}

.adview-persist-area-td-head {
    background-color: #BAD6D6;
    width: 120px;
    font: 11px arial, sans-serif;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #DCE8E8;
    padding-bottom: 2px;
    padding-top: 2px;
}

.adview-persist-area-td-data {
    border-right: 1px #eee solid;
    font: 11px arial, sans-serif;
    padding-left: 1px;
    width: 170px;
    border-style: solid;
    border-width: 1px;
    border-color: #DCE8E8;
    padding-bottom: 2px;
    padding-top: 2px;
}

.adview-persist-area-td-media {
    border-right: 1px #eee solid;
    font: 11px arial, sans-serif;
    padding-left: 1px;
    width: 240px;
    border-style: solid;
    border-width: 1px;
    border-color: #DCE8E8;
    padding-bottom: 2px;
    padding-top: 2px;
}

.adview-persist-area-td-separator {
    border-style: solid;
    border-width: 1px;
    border-color: #0DBFD5;
}

.media-tv-adview {
    background-color: #212121;
    background-image: url('../Content/Images/play.png');
    background-repeat: no-repeat;
    background-size: 70px 70px;
    background-position: center;
    cursor: pointer;
    height: 120px;
    width: 240px;
}

.media-audio-adview {
    background-color: #212121;
    background-image: url('../Content/Images/play-audio.png');
    background-repeat: no-repeat;
    background-size: 70px 70px;
    background-position: center;
    cursor: pointer;
    height: 120px;
    width: 240px;
}

.media-img-adview {
    height: 120px;
    width: 240px;
    background-color: #F0F0F0;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
}


.persist-area td {
    border-right: 1px #eee solid;
    font: 11px arial, sans-serif;
    padding-left: 1px;
    width: 200px;
}

.persist-area tr:nth-child(even) {
    background: #ffffff;
}

.persist-area tr:nth-child(odd) {
    background: #E1E3E4;
}

.report-row-group-label {
    color: #ffffff;
}

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: rgba(0,0,0,0.5);
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.5;*/
    z-index: 1000;
}

#processMessage {
    position: absolute;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 18%;
    z-index: 1001;
    text-align: center;
}

#progressBackgroundFilterLiveMonitoring {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: rgba(0,0,0,0.5);
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.5;*/
    z-index: 1000;
}

#processMessageLiveMonitoring {
    position: absolute;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 18%;
    z-index: 1001;
    text-align: center;
}

#progressBackgroundCompanyProfiler {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: rgba(0,0,0,0.5);
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.5;*/
    z-index: 1000;
}

#processMessageCompanyProfiler {
    position: absolute;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 18%;
    z-index: 1001;
    text-align: center;
}

#progressBackgroundCompanyProfileManagement {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: rgba(0,0,0,0.5);
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.5;*/
    z-index: 1000;
}

#processMessageCompanyProfileManagement {
    position: absolute;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 18%;
    z-index: 1001;
    text-align: center;
}

#progressBackgroundExport {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    background: rgba(0, 0, 0,0.5);
    z-index: 1000;
}

#processMessageExport {
    position: absolute;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 18%;
    z-index: 1001;
    text-align: center;
}

#media_popup {
    position: relative;
    /*min-width: 100px;*/
    max-height: 85vh;
    background: white;
    border: 2px #FFF solid;
    display: none;
}

#media_frame {
    height: 100%;
    width: 100%;
    overflow: auto;
}

    #media_frame div {
        width: 100%;
        text-align: center;
    }

#media_popup #btn_close_box {
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
    cursor: hand;
}

#geomap_popup {
    position: relative;
    width: 90%;
    max-height: 85vh;
    background: white;
    border: 2px #FFF solid;
    display: none;
}

#geomap_frame {
    height: 85vh;
    width: 100%;
    overflow: auto;
}

    #geomap_frame iframe {
        width: 100%;
        height: 100%;
        text-align: center;
    }

#geomap_popup #btn_close_box {
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
    cursor: hand;
}

#filter_popup {
    position: relative;
    width: 85%;
    /*height: 85vh;*/
    background: white;
    border: 2px #FFF solid;
    display: none;
    margin-top: 20px !important;
    padding: 20px !important;
}

    #filter_popup #filter_popup_container {
        height: 100%;
        width: 100%;
    }

    #filter_popup #btn_close_box {
        position: absolute;
        top: -25px;
        right: -25px;
        cursor: pointer;
        cursor: hand;
    }


#saveExportModuleDialog {
    position: relative;
    /*width: 85%;
    height: 85vh;*/
    background: white;
    border: 2px #FFF solid;
    display: none;
    padding: 10px;
}


    #saveExportModuleDialog #btn_close_box {
        position: absolute;
        top: -20px;
        right: -20px;
        cursor: pointer;
        cursor: pointer;
    }

    #saveExportModuleDialog div {
        /*margin-top: 10px;
        margin-bottom: 10px;*/
    }

        #saveExportModuleDialog div input[type="radio"] {
            margin-right: 4px;
        }

        #saveExportModuleDialog div label {
            margin-right: 10px;
        }

            #saveExportModuleDialog div label:hover {
                cursor: pointer;
            }

#DownloadAdviewsDialog {
    position: relative;
    /*width: 85%;
    height: 85vh;*/
    background: white;
    border: 2px #FFF solid;
    display: none;
    padding: 10px;
}

#DownloadAdviewsDialog #btn_close_box {
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    cursor: pointer;
}

#live_monitoring {
    position: relative;
    width: 50vw;
    height: 80vh;
    background:none;
    border: 1px #000 solid;
    display: none;
    /*padding: 10px;*/
}

#live_monitoring #btn_close_box {
    position: absolute;
    top: -20px;
    right: -45px;
    cursor: pointer;
    cursor: pointer;
}


.exportModuleFilesCountryDiv {
    border: solid 1px;
    padding: 2px;
    margin: 2px;
    width: 100%;
    border-radius: 2px;
}

#exportModuleFiles div {
    border: solid 1px;
    padding: 2px;
    margin: 2px;
    float: left;
    border-radius: 2px;
}

    #exportModuleFiles div .export_module_loader {
        margin-top: -2px;
        width: 20px;
        height: 20px;
    }

.white-popup-block {
    margin: 0 0px !important;
    padding: 0px !important;
}

.field-error {
    color: red;
    position: absolute;
    top: -24px;
    background-color: #FAFAD2;
    border-style: solid;
    border-color: #CCCCCC;
    border-width: 1px;
    padding: 0px 5px 0px 5px;
    white-space: nowrap;
}

.users_collapse {
    width: 15px;
    background-image: url('../Content/Images/ui-icons_888888_256x240.png');
    background-repeat: no-repeat;
    background-position: -36px -17px;
    display: inline-block;
    cursor: pointer;
}

.users_expand {
    width: 15px;
    background-image: url('../Content/Images/ui-icons_888888_256x240.png');
    background-repeat: no-repeat;
    background-position: -50px -17px;
    display: inline-block;
    cursor: pointer;
}

.users_treeview {
    overflow: auto;
}

    .users_treeview ul {
        font: 14px Arial, Sans-Serif;
        margin: 0px;
        padding-left: 20px;
        list-style: none;
    }

    .users_treeview > li > a {
        font-weight: bold;
    }

    .users_treeview li a {
        padding: 4px;
        font-size: 12px;
        display: inline-block;
        text-decoration: none;
        width: auto;
        cursor: pointer;
    }

.tbl_users tr td {
    padding: 5px;
}

.tbl_company tr td {
    padding: 5px;
}

.tbl_users_text {
    width: 250px;
}

img.grayscale {
    height: 24px;
    width: 24px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

label.grayscale {
    color: gray;
}

.menu-report-button {
    padding: 1px 20px 0px 19px !important;
    background-color: #19c6d7;
    color: #ffffff;
    border-right: solid 1px #ffffff;
    border-top: solid 1px #19c6d7;
    cursor: pointer;
    float: right;
    margin-top: 0px;
}

    .menu-report-button span {
        font-size: 0.8em;
    }

    .menu-report-button div {
        text-align: center;
        font-size: 2em;
    }

.menu-dashboard-button {
    padding: 1px 9px 0px 9px !important;
    background-color: #eb141b;
    color: #ffffff;
    border-right: solid 1px #ffffff;
    border-top: solid 1px #19c6d7;
    cursor: pointer;
    float: right;
    margin-top: 0px;
}

    .menu-dashboard-button span {
        font-size: 0.8em;
    }

    .menu-dashboard-button div {
        text-align: center;
        font-size: 2em;
    }

.menu-open-button {
    font-size: 2em;
    padding: 6px 9px 5px 10px !important;
    background-color: #999;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #999;
    cursor: pointer;
    float: right;
    margin-top: 0px;
}


    .menu-open-button div {
        width: 50px;
        height: 50px;
        align-content: center;
        text-align: center;
        vertical-align: middle;
        padding-top: 7px;
    }

/*.menu-close-button {
    font-size: 2em;
    padding: 10px 22px 11px 19px !important;
    background-color: #999;
    color: #ffffff;
    border-left: solid 1px #ffffff;
    border-top: solid 1px #999;
    cursor: pointer;
    top: 0px;
    right: 0px;
    position: fixed;
}*/

.menu-container {
    display: none;
    /*top: 0px;*/
    right: 0px;
    position: absolute;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    z-index: 1021;
}

    .menu-container .content {
        width: 100%;
        min-width: 250px;
        /*padding-top: 40px;*/
    }

        .menu-container .content .link {
        }

            .menu-container .content .link a {
                display: block;
                height: 100%;
                color: #000000;
                text-decoration: none;
                padding: 10px;
            }

                .menu-container .content .link a:hover {
                    background-color: #01DFF6;
                    color: #000000;
                    cursor: pointer;
                }

        .menu-container .content .spliter {
            height: 1px;
            background-color: #e6e6e6;
        }

        .menu-container .content .social-media {
            margin: 10px;
            height: 40px;
        }

.smile_face {
    display: none;
}

    .smile_face + label:hover {
        filter: ""; /* Firefox 10+, Firefox on Android */
        filter: ""; /* IE6-9 */
        -webkit-filter: grayscale(0%);
    }

    .smile_face + label {
        background: url(../Content/Images/smile_face.png) no-repeat;
        height: 48px;
        width: 48px;
        display: inline-block;
        padding: 0 0 0 0px;
        margin: 0 2px 0 0px;
        cursor: pointer;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    }

    .smile_face:checked + label {
        background: url(../Content/Images/smile_face.png) no-repeat;
        height: 48px;
        width: 48px;
        display: inline-block;
        padding: 0 0 0 0px;
        margin: 0 2px 0 0px;
        cursor: pointer;
        background-size: contain;
        filter: ""; /* Firefox 10+, Firefox on Android */
        filter: ""; /* IE6-9 */
        -webkit-filter: grayscale(0%);
    }

.poker_face {
    display: none;
}

    .poker_face + label:hover {
        filter: ""; /* Firefox 10+, Firefox on Android */
        filter: ""; /* IE6-9 */
        -webkit-filter: grayscale(0%);
    }

    .poker_face + label {
        background: url(../Content/Images/poker_face.png) no-repeat;
        height: 48px;
        width: 48px;
        display: inline-block;
        padding: 0 0 0 0px;
        margin: 0 2px 0 0px;
        cursor: pointer;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    }

    .poker_face:checked + label {
        background: url(../Content/Images/poker_face.png) no-repeat;
        height: 48px;
        width: 48px;
        display: inline-block;
        padding: 0 0 0 0px;
        margin: 0 2px 0 0px;
        cursor: pointer;
        background-size: contain;
        filter: ""; /* Firefox 10+, Firefox on Android */
        filter: ""; /* IE6-9 */
        -webkit-filter: grayscale(0%);
    }

.sad_face {
    display: none;
}

    .sad_face + label:hover {
        filter: ""; /* Firefox 10+, Firefox on Android */
        filter: ""; /* IE6-9 */
        -webkit-filter: grayscale(0%);
    }

    .sad_face + label {
        background: url(../Content/Images/sad_face.png) no-repeat;
        height: 48px;
        width: 48px;
        display: inline-block;
        padding: 0 0 0 0px;
        margin: 0 2px 0 0px;
        cursor: pointer;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    }

    .sad_face:checked + label {
        background: url(../Content/Images/sad_face.png) no-repeat;
        height: 48px;
        width: 48px;
        display: inline-block;
        padding: 0 0 0 0px;
        margin: 0 2px 0 0px;
        cursor: pointer;
        background-size: contain;
        filter: ""; /* Firefox 10+, Firefox on Android */
        filter: ""; /* IE6-9 */
        -webkit-filter: grayscale(0%);
    }

#feedback_container {
    width: 100%;
    /*height: 290px;*/
    border: solid 1px #eee;
    background-color: #F9F9F9;
    display: none;
}

#progressBackgroundFeedback {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: gray;
    filter: alpha(opacity=50);
    opacity: 0.3;
    z-index: 1000;
}

#processMessageFeedback {
    position: absolute;
    top: 35%;
    left: 40%;
    padding: 10px;
    width: 18%;
    z-index: 1001;
    text-align: center;
}


.cust-date-link {
    display: block;
    min-height: 31px;
    color: #000000;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
    color: #EB141B;
}

.date-link {
    background-color: #ffffff;
}

    .date-link a {
        display: block;
        min-height: 31px;
        color: #000000;
        text-decoration: none;
        padding: 5px;
    }

        .date-link a:hover {
            background-color: #01DFF6;
            color: #000000;
            cursor: pointer;
        }

.date-link-spliter {
    height: 1px;
    background-color: #e6e6e6;
}

.date-link-selected {
    background: #01DFF6;
}

.date-link-add {
    padding: 5px;
    float: right;
}

    .date-link-add input[type="button"] {
        height: 25px;
        font-size: 10px;
        background-color: #01DFF6;
        border: none;
        color: #fff;
        border-radius: 2px;
        font-weight: bold;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
    }

        .date-link-add input[type="button"]:hover {
            background-color: #4CAF50;
            color: white;
        }

table.user_subscription {
    border: 1px solid #41AFB0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.user_subscription thead td {
    font-size: 12px !important;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    background: #0dbfd5;
}

.user_subscription td {
    font-size: 12px !important;
    text-align: center;
    padding: 5px;
}

.user_subscription tr:nth-child(even) {
    background: #ffffff;
}


.user_subscription tr:nth-child(odd) {
    background: #e1e3e4;
}

.ui-spinner-input {
    vertical-align: middle;
    font-size: 1.1em !important;
    width: 15px;
}

.dayPartError {
    font-size: x-small !important;
    color: rgb(255,0,0);
}

.txtbox-day-parts {
    width: 40px;
    height: 20px;
    font-family: "Open Sans",sans-serif;
    border: 0px;
}

.btn-facebook {
    background: url('../Content/Images/facebook.png') no-repeat;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: none;
}

#progressBackgroundFilterPopup {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessageFilterPopup {
    position: absolute;
    top: 35%;
    left: 37%;
    padding: 10px;
    width: 18%;
    z-index: 1001;
    text-align: center;
}

#progressBackgroundFilterCriteria {
    /*position: absolute;*/
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessageCriteria {
    position: absolute;
    top: 55%;
    left: 40%;
    padding: 10px;
    width: 18%;
    z-index: 1001;
    text-align: center;
}

#progressBackgroundChartSettings {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    z-index: 1000;
}

#processMessageChartSettings {
    position: absolute;
    top: 50%;
    left: 40%;
    padding: 10px;
    width: 18%;
    z-index: 1001;
    text-align: center;
}

#online_users {
    position: relative;
    background-color: #FFFFFF;
    display: none;
}

    #online_users #btn_close_online_users_box {
        position: absolute;
        top: -20px;
        right: -20px;
        cursor: pointer;
    }

#help_popup {
    position: relative;
    background: white;
    border: 2px #FFF solid;
    padding: 10px;
    display: none;
}

    #help_popup #btn_close_help_box {
        position: absolute;
        top: -20px;
        right: -20px;
        cursor: pointer;
    }

.what_is_new {
    overflow: hidden;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

.chart-loading {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #0f0f0f;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
    display: none;
}

    .chart-loading img {
        position: relative;
        top: 30%;
        /*left: 40%;*/
    }

.chart_add {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

    .chart_add img:hover {
        -webkit-filter: grayscale(0%);
    }

    /*For Chrome Browser*/
    .chart_add img {
        /*content: url(../Content/Images/add-48.png);*/
        cursor: pointer;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray;
        -webkit-filter: grayscale(100%);
    }

        /*For Firefox Browser*/
        .chart_add img:after {
            content: url(../Content/Images/add-48.png);
            cursor: pointer;
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
            filter: gray;
            -webkit-filter: grayscale(100%);
        }

    .chart_add .my_popup_open {
        border: none;
    }

.gridster .gs-w {
    cursor: default !important;
}

.welcome-name {
    padding-left: 5px;
}

    .welcome-name:hover {
        font-size: 1.1em;
        font-weight: bold;
    }

.menu-option {
    float: right;
    border: none !important;
}

    .menu-option .clear-all {
        cursor: pointer;
        color: #444444;
        text-align: center;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.2s;
        display: inline-block;
        padding: 2px;
        margin-top: 3px;
        margin-right: 3px;
        background-color: #fff;
        border-radius: 3px;
        border-bottom: none !important;
    }

        .menu-option .clear-all:hover {
            background-color: #FF9A9D;
            /*padding: 4px;*/
        }

        .menu-option .clear-all img {
            content: url(../Content/Images/Broom-16.png);
        }

    .menu-option .select-all {
        cursor: pointer;
        color: #444444;
        text-align: center;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.2s;
        display: inline-block;
        padding: 2px;
        margin-top: 3px;
        background-color: #fff;
        border-radius: 3px;
        border-bottom: none !important;
    }

        .menu-option .select-all:hover {
            background-color: #A3F3FB;
        }

        .menu-option .select-all img {
            content: url(../Content/Images/Double-Tick-Filled-16.png);
        }

    .menu-option .help-button {
        cursor: pointer;
        color: #444444;
        text-align: center;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.2s;
        display: inline-block;
        padding: 2px;
        margin-top: 3px;
        background-color: #fff;
        border-radius: 3px;
        border-bottom: none !important;
    }

        .menu-option .help-button:hover {
        }

        .menu-option .help-button img {
            content: url(../Content/Images/Question-Mark-16.png);
        }


.wrapper {
    margin-left: 15px;
    margin-right: 15px;
    background-color: #ffffff;
}

.date-range-selected > .ui-state-active,
.date-range-selected > .ui-state-default {
    background: none;
    background-color: lightsteelblue;
}

.ui-datepicker-multi .ui-datepicker-group {
    width: 16%;
}

.ui-widget {
    font-size: 0.9em;
    z-index: 100005;
}

#level_criteria {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.criteria-level-selection {
    clear: both;
    min-height: 32px;
}

    .criteria-level-selection img {
        width: 32px;
        height: 31px;
        float: left;
        top: 0px;
        margin-right: 8px;
    }

    .criteria-level-selection .child-link-plus {
        cursor: pointer;
        width: 13px;
        height: 13px;
        background: url(../Content/Images/add-icon-16.png) no-repeat;
        float: left;
        margin-right: 5px;
        margin-top: 8px;
        background-size: cover;
    }

    .criteria-level-selection .child-link-minus {
        cursor: pointer;
        width: 13px;
        height: 13px;
        background: url(../Content/Images/minus-icon-16.png) no-repeat;
        float: left;
        margin-right: 5px;
        margin-top: 8px;
        background-size: cover;
    }

    .criteria-level-selection .name {
        margin-top: 8px;
        float: left;
    }

    .criteria-level-selection .add {
        cursor: pointer;
        background: url(../Content/Images/arrow-right-round-icon-16.png) no-repeat;
        background-size: cover;
        width: 16px;
        height: 16px;
        float: right;
        margin-bottom: 5px;
        margin-top: 8px;
        margin-right: 5px;
    }

    .criteria-level-selection li {
        margin-left: -23px;
        list-style-type: none;
    }

    .criteria-level-selection a {
        min-height: 32px;
        display: block;
        /*padding-top: 8px;*/
        padding-left: 5px;
        border-bottom: #ccc 1px solid;
    }

        .criteria-level-selection a:hover {
            background-color: #eee;
        }

.ValidationMessage {
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}

.menu-message {
    font-size: 18px;
    color: #999;
    padding-top: 18px;
    padding-left: 10px;
    font-style: italic;
    display: none;
}

.delete-chart {
    /*margin-right: 2px !important;*/
    /*border: solid 1px #808080;*/
    color: #808080;
}

    .delete-chart:hover {
    }

.edit-chart {
    /*border: solid 1px #808080;*/
    margin-right: 3px;
    color: #808080;
}

    .edit-chart:hover {
    }

.social_media_chart {
    float: left;
}

    .social_media_chart a {
        cursor: pointer;
        margin-left: 5px;
        margin-bottom: 2px;
        border: 0;
        box-shadow: 0;
        display: inline;
    }

    .social_media_chart img {
        margin-bottom: 4px;
    }

.social_media_dashboard {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

    .social_media_dashboard a {
        cursor: pointer;
    }

#progressBackgroundHelp {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: gray;
    filter: alpha(opacity=50);
    opacity: 0.3;
    z-index: 2000;
}

#processMessageHelp {
    position: absolute;
    top: 35%;
    left: 40%;
    padding: 10px;
    width: 18%;
    z-index: 2001;
    text-align: center;
}

.level-image-loading {
    display: none;
    border: none !important;
}

    .level-image-loading div {
        top: 0px;
        width: 32px;
        height: 32px;
        left: 0px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        background-color: #0f0f0f;
        filter: alpha(opacity=50);
        opacity: 0.5;
        z-index: 1000;
    }

        .level-image-loading div img {
            width: 32px;
            height: 32px;
        }

.level-temp-image {
    display: none;
}

    .level-temp-image:checked + label {
        border: solid 2px #34A953;
    }

.clear-input-file {
    float: right;
    margin-left: 15px;
    margin-top: 4px;
    cursor: pointer;
}

.remove-criteria-img {
    margin-left: 3px;
    cursor: pointer;
}

.dashboard-button {
    margin-right: 15px;
    cursor: pointer;
}

.dashboard-theme {
    margin-right: 15px;
    width: 100px;
    height: 32px;
    border-radius: 5px;
}

.dashboard-dropdown {
    width: 200px;
    height: 30px;
    border-radius: 5px;
    margin-top: 5px;
    float: left;
}

#add_dashboard_popup, #copy_dashboard_popup, #rename_dashboard_popup, #shared_link_dashboard_popup {
    background-color: #FFFFFF;
    padding: 5px;
}


    #add_dashboard_popup #btn_close_box, #copy_dashboard_popup #btn_close_box, #rename_dashboard_popup #btn_close_box, #shared_link_dashboard_popup #btn_close_box {
        position: absolute;
        top: -20px;
        right: -20px;
        cursor: pointer;
        cursor: pointer;
    }

.chart-title-container {
    width: 100%;
    height: 19px;
    /*background-color: #FFF;*/
    position: relative;
    z-index: 10;
    text-align: center;
}

.chart-title {
}


.chk-select-chart {
    display: none;
}

    .chk-select-chart + label {
        background: url(../Content/Images/Unchecked-Checkbox-16.png) no-repeat;
        height: 13px;
        width: 13px !important;
        display: inline-block;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        background-size: cover;
        background-position: 50%;
    }

    .chk-select-chart:checked + label {
        background: url(../Content/Images/Checked-Checkbox-16.png) no-repeat;
        height: 13px;
        width: 13px !important;
        display: inline-block;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        background-size: cover;
        background-position: 50%;
    }


.charts-img {
    margin: 0px 0px 0px 10px;
    cursor: hand;
    cursor: pointer;
}


#chart_settings_popup {
    background-color: #FFFFFF;
    width: 940px;
    padding: 15px;
}

#free_text_settings_popup {
    background-color: #FFFFFF;
    width: 250px;
    padding: 15px;
}

#add_dashboard_popup {
    background-color: #FFFFFF;
    padding: 15px;
}


.grid-stack {
    /*background: lightgoldenrodyellow;*/
    margin-top: 5px;
}

.grid-stack-item-content {
    color: #2c3e50;
    text-align: center;
    /*background-color: #BBB;*/
    /*background: #ffffff;*/
    border: solid 1px #DDD;
}

.grid-stack .grid-stack {
    /*margin: 0 -10px;*/
    background: rgba(255, 255, 255, 0.3);
}

    .grid-stack .grid-stack .grid-stack-item-content {
        background: lightpink;
    }


.divFilteredBaseOnOtherChartsValues {
    display: none;
    background-color: rgba(250,250,250,0.8);
    border: solid gray 1px;
    border-radius: 1px;
}

    .divFilteredBaseOnOtherChartsValues .header {
        width: 100%;
        text-align: center;
        border-bottom: solid #444 1px;
        padding: 0 10px 0 10px;
        color: #31792E;
        font-weight: bold;
    }

    .divFilteredBaseOnOtherChartsValues .body div {
        padding: 0 10px 0 10px;
    }

.chart-fact {
    font-size: 12px;
    color: #19c6d7;
    text-transform: capitalize;
}

.chart-fact-in {
    font-size: 12px;
    color: #eb141b;
}

.chart-header-settings div img {
    cursor: pointer;
}

.txtProfileMinMaxDate {
    border: 1px black solid;
    padding: 0px 2px 0px 2px;
    width: 85px;
    font-size: 11px;
}
