/*************************************
******** DASHBOARD
*************************************/

.section-bar {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 60px;
    padding-top: 12px;
}

.section-bar .filter-container {
    height: 42px;
}

#dashboard .horizontal-module-container {
    width: 100%;
}

#dashboard img {
    width: auto !important;
}

.section-content.gray {
    background-color: #f5f5f5;
}

.dash-block {
    width: 50%;
    padding: 10px;
    float: left;
}

.survey-dashboard .dash-block {
    width: 33%;
}

.dash-block.col-100 {
    width: 100%;
    padding: 10px;
    float: left;
}

.dash-block-head {
    font-size: 16px;
    padding: 8px 10px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    background-color: #fff;
}

.graph .dash-block-head {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 50;
}

.dash-block-footer {
    font-size: 12px;
    padding: 8px 10px;
    border-top: 1px solid #e8e8e8;
    position: relative;
    color: #2194c6;
    font-weight: normal;
}

.full-screen {
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 10000;
    top: 0px;
    left: 0px;
    padding: 0px;
}

#dash-graph {
    height: 500px;
    padding-left: 240px;
}

a.download-btn {
    position: absolute;
    top: 6px;
    right: 5px;
}

.dash-block-content {
    background-color: #fff;
    position: relative;
}

#dashboard .section-content {
    width: 100%;
}

#dashboard table {
    width: 100%;
}

#dashboard table tr {
    height: 35px;
}

#dashboard table th,
#dashboard table td {
    padding: 5px 8px;
    font-size: 14px;
    line-height: 16px;
}

#dashboard table tr:nth-child(even) {
    background: #fafafa
}

#dashboard table tr:nth-child(odd) {
    background: #FFF
}

#dashboard table .value {
    width: 100px;
    text-align: right;
}

#dashboard input.btn {
    font-size: 14px;
    padding: 3px 20px;
    margin-left: 60px;
}

#dashboard form {
    margin: 0px;
}


/*************/

.dash-block path.link {
    fill: none;
    stroke: #CCCCCC;
    stroke-width: 1.5px;
}

.dash-block .arrow {
    fill: #989898;
    stroke-width: 1.5px !important;
}

.dash-block circle {
    fill: #2194C6;
    stroke: #fff;
    stroke-width: 1.5px;
}

.dash-block text {
    fill: #000;
    font: 10px sans-serif;
    pointer-events: none;
}


/*******  GRAPH  ******/

#dash-graph {
    position: relative;
}

#graph-tooltip {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 6px 12px;

    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;

    position: absolute;
    top: 200px;
    left: 300px;
    z-index: 11000;

    pointer-events: none;
}

.link-tooltip {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 4px 8px;

    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;

    position: absolute;
    top: 200px;
    left: 300px;
    z-index: 11000;

    pointer-events: none;
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
}

#graph-tooltip p {
    padding: 0;
    margin: 0;
}

#graph-tooltip .blue {
    color: #2194c6;
}

#graph-tooltip p.title {
    font-size: 12px;
    line-height: 14px;
    color: #505050;
    padding-bottom: 2px;
}

#graph-tooltip p.url {
    font-size: 12px;
    line-height: 14px;
    color: #adadad;
    padding: 0px;
    padding-bottom: 10px;
}

#graph-tooltip p.metric {
    font-size: 12px;
    line-height: 14px;
    color: #2194c6;
    padding: 0px;
    padding-bottom: 5px;
}

/******** FILTERS z-index :  *********/

.graph .dash-filters {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 240px;
    background-color: #fff;
    border-right: 1px solid #e8e8e8;
    z-index: 40;
    background-color: #fff;
    padding-top: 40px;
}

.graph .input-container {
    padding: 15px;
    font-size: 14px;
}

.graph ul.legend-values {
    padding: 0;
    margin: 0;
    width: 100%;
}

.graph .legend-container img {
    padding: 0 15px;
}

.graph ul.legend-values li {
    display: inline-block;
    list-style: none;
    font-size: 10px;
    width: 18%;
    /* box-sizing: border-box; */
    text-align: center;

}

.graph ul.legend-values li.left {
    width: 50%;
    text-align: left;
    padding: 0 20px;
}

.graph ul.legend-values li.right {
    width: 50%;
    text-align: right;
    padding: 0 20px;
}

.slider-container {
    padding: 5px 25px;
}

.graph .input-container select {
    width: 130px;
}

.graph .legend-container {
    /*padding:15px;*/
}

.groups-legend {
    /*padding:15px;*/
}

.graph .groups-legend ul.legend-values li {
    display: block;
    list-style: none;
    width: 100%;
    text-align: left;
    position: relative;
}

.graph .groups-legend ul.legend-values li .legend-circle {
    border-radius: 20px;
    width: 10px;
    height: 10px;
    background-color: #666;
    position: absolute;
    top: 10px;
    left: 30px;
}

.graph .groups-legend ul.legend-values li .legend-circle-name {
    font-size: 14px;
    padding-left: 50px;
    height: 30px;
    line-height: 30px;
}

.graph .legend-checkbox {
    float: left;
    padding: 0px;
    margin: 0px;
    height: 27px;
}

.legend-values-container {
    position: relative;
    width: 240px;
    height: 221px;
    overflow-y: scroll;

}


.graph .legend-values-container ul.legend-values {
    padding: 15px;
}

.fullscreen-btn {
    float: right;
}


/*************************************
 *                SURVEY
 *************************************/

.chart-donut {
    height: 200px;
}

.download-all-container {}

.download-all-container a.btn-default:hover,
.download-all-container a.btn-default:active,
.download-all-container a.btn-default:focus {
    background-color: #fff;
}



/*314538*/
.mfp-container {
    top: 73px;
}

/*314904*/
.wrap-dd-select .dropdown {
    height: auto !important;
    max-height: 296px;
    overflow-x: hidden;
    background-color: #fff;
}

/* removing login page overlay */

.remove-popup>.mfp-ready {
    display: none !important;
}

/*323637*/
.mfp-container {
    top: 20px;
}

.mfp-wrap {
    z-index: 10000;
}

.popin-how-to {
    width: 900px;
}

.popin-how-to h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

.popin-how-to .block {
    padding: 20px 65px;
}

/*Task #327932*/
/* .adb-text-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.adb-text-logo .flag-logo {
    margin-left: 20px;
    flex-shrink: 0;
}

.adb-text-logo .flag-logo img {
    padding-top: 0 !important;
} */

.commodity-star {
    vertical-align: middle;
    color: #0d90c9;
    font-weight: bold;
}

.commodity-text {
    margin-top: 10px;
    font-size: 14px;
}

.commodity-text .commodity-star {
    margin-right: 5px;
}

.login label.required:after {
    content: "**";
    color: #dc3545;
}
.login label.text-danger{
	color: #dc3545;
}
.register-content label.required:after {
    content: "**";
    color: #dc3545;
}
.account-content label.required:after {
    content: "**";
    color: #dc3545;
}
.modal-container label.required:after {
    content: "**";
    color: #dc3545;
}

/* Changes from 19-06-23 */
#dashboard .filter-container input.btn {
    margin-left: 30px;
}

.horizontal-module-container .filter-container .pull-right input {
    max-width: 175px;
}
/* End of changes from 19-06-23 */



@media screen and (max-width: 920px) {
    .popin-how-to {
        max-width: calc(100% - 30px);
        margin: 0 auto;
    }
}

@media screen and (min-width: 600px) {
    .account-content .form {
        width: 600px;
    }


}


@media screen and (min-width: 800px) {
    .horizontal-module-container {
        width: 800px;
    }


}

@media screen and (min-width: 1000px) {
    .horizontal-module-container {
        width: 1000px;
    }

    .section-content {
        width: 1000px;
    }
}

@media screen and (min-width: 1200px) {
    .horizontal-module-container {
        width: 1200px;
    }

    #dashboard .horizontal-module-container {
        width: 1000px;
    }
}

@media screen and (min-width: 768px) {

    /*************************************
     *    Map hidden fix(29/11/2021)
     *************************************/
    .tool .tool-select+div>#vmap {
        margin-top: 68px;
    }

    #mapping-tool #vmap {
        margin-top: 0;
    }

    /*************************************
     * popup issue ()
     *************************************/
    /*.mfp-wrap .mfp-container:before {
        display: none;
    }
    .mfp-wrap .popin-how-to {
        margin-top: 74px;
    }*/
}

@media screen and (min-width: 1024px) {
    #vmap {
        min-height: 873px;
    }

    #mapping-tool #vmap {
        min-height: auto;
    }
}
