﻿
.alert-sm {
    padding: 5px !important;
}

.metric-viewer-container {
    position: relative;
  //  border: 1px solid red;
}

.form-inline label {
    margin-right: 0.7em;
}

.card-actions {
    opacity: 0;
    transition: 1s;
    z-index: 1000;
    position: absolute;
    top: 0px;
    width: 100%;
    
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(1,1,1,0));
    
}
    .card-actions:hover {
        opacity:1;
    }

    .card-actions .action {
        box-shadow: 0 5px 5px -3px rgba(0,0,0,.1), 0 8px 10px 1px rgba(0,0,0,.07), 0 3px 14px 2px rgba(0,0,0,.05);
        border-radius: 7px;
        padding: 3px 7px;
        background-color:white;
        font-size:11px;
        margin-left:1em;
    }

        .card-actions .action:hover {
            box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
            cursor: pointer;
            font-weight:600;
        }

.card-actions-container {
    position:absolute;
    width:100%;
    top: 50%;
    left:50%;
    transform:translate(-50%,-50%)  
}

.chart-kpi-total-group {
    // border: 1px solid green;
    position: absolute;
    top: 10px;
    right: 10px;
}

.card-title {
    border-bottom: 1px solid black;
}

.chart-canvas-container {
    top: 20% !important;
    height: 80% !important;
}


.grid-stack-item {
    /* border:1px dashed red;*/
}

.card-content {
    
    position: absolute;
    top: 0em;
    bottom: 0em;
    left: 0em;
    right: 0em;
  //  border: 1px solid red !important;
    /*
    position:  absolute;
    height:93%;
    top: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    right: 1.5em;
        */
}

.card-container {
    position: relative;
    height:100%
}

.no-scroll {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
.card-content1 {
    margin: 10px 5px;

}
    .card-content1 > .card-title-header{
      //  background-color: #f3f3f3;
    }

    .card-content1 > .kpi-button-container {
        border-bottom: 1px solid #f8f8f8;
        padding-top: 1px;
        padding-bottom: 1px;
        background-color: #f3f3f3;
    }



.card-chart-container1 {
    padding: 0.4em;
}


.chart-container {
    position: absolute;
    top: 1em;
    bottom: 1em;
    left: 1em;
    right: 1em;
}

.chart-container1 {
}

.card {
    /* Add shadows to create the "card" effect */
    /*box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15); */
    transition: 0.2s;
    background: #fff;
    /* padding: .5em; */
    border: 3px solid #f5f5f5;
    border-radius: 3px;
}

    /* On mouse-over, add a deeper shadow */
    .card:hover {
        /*box-shadow: 0 1px 7px 1px rgba(0,0,0,0.15);*/
        box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    }


.expand-parent {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x:hidden;
}

.ui-resizable-handle {
    right: 20px !important;
    bottom: 25px !important;
}

.card-header {
    //background-color: #f3f3f3;
    position:absolute;
    width:60%;
}
.card-title-header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid black;

    //margin-bottom: 0.4em;
    padding-bottom: 6px;
    border-bottom: 1px solid #f8f8f8;
    padding: 5px .5em 0px 5px;
}

.card-title-header .card-dept-icon{
    display: none;
}

.card-dept-icon {
    padding-right: .7em;
    font-size: 9px;
    /* position: inherit; */
    vertical-align: middle;
    /* border-bottom: 6px solid transparent; */
    margin-top: -3px;
}


.card-prefix {
    
    font-size: 24px;
    vertical-align:  top;
    /* margin-right: 1px; */
    padding-left: .5em;
    color: gray;
}

.card-prefix2 {
    font-size: 20px;
    vertical-align: text-bottom;
    /* margin-right: 1px; */
    padding-left: .5em;
    color: gray;
}

.card-total {
    color: #716f6f;
}

.card-total2 {
    font-size: 26px;
}

.card-sufix {
    color: gray;
    font-weight:600;
}
.card-sufix2 {
    color: gray;
}

.card-subtitle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card-subtitle2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    font-size: 11px;
    color: gray;
    padding: .1em 1em;
}

.card-number-container {
    position: absolute;
    width:100%;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.card-number-top-container {
    width: 100%;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.card-number-bottom-container {
    width: 100%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-50%);
}





.trend {
    height: 6px;
    padding: 0 3px;
}

.trend-contaner {
    margin-left: 0.5em;
}

.trend-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    margin-left: -2px;
    font-size: 12px;
}

.number-tile {
    font-size: 12px
}

.center-number-container {
    width: 100%;
}

/*single number chart tile css*/

/*dual number chart tile css*/
.two-numbers-container {
    position: relative;
}



.center-number-bottom-left-container {
    position: absolute;
    top: 70%;
    left: 5%;    
}

.center-number-bottom-right-container {
    position: absolute;
    top: 70%;
    right: 5%;    
}
    

.sutil-btn {
    cursor: pointer;
    margin: 0.5em 0.3em;
}

    .sutil-btn:hover {
        color: #808080;
    }


.pull-right .NewSales{

}


#kpi-modal {
}

#kpi-expand {
}

#kpi-more {
    margin-right: 0.5em;
}


.di-red {
    color: #d8000b;
}


.di-compact-tabs {
    padding:0.2em !important;
    cursor: pointer;
    font
}
/*  kpi modal */
.kpi-modal-window {
    font-family: 'Montserrat', sans-serif;
}

.kpi-modal-window .modal-header {
    padding: 0.5em 1em;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}

    .kpi-modal-window .modal-dialog {
        width: 75vw;
    }

.kpi-modal-window .trend-text {
    font-size: 18px;
}

.kpi-modal-window .trend {
    height: 14px;
    padding: 0px 5px;
}

.card-modal-text.card-total {
    font-size: 48px !important;
}

.card-modal-text.card-sufix {
    font-size: 32px !important;
}

.card-modal-text.card-prefix {
    font-size: 32px !important;
}

.card-modal-description {
    padding: 1em;
    font-weight: 600;
    color: gray;
    font-size: 16px;
}

/*kpi modal end*/


/*Resize Handle*/
.grid-stack > .grid-stack-item > .ui-resizable-se {
    bottom: 10px;
}


/*kpi search*/
.search-dropdown-header {
}

.search-result-container {
    position: fixed;/*absolute;*/
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    max-height: 450px;
    max-width:60vw !important;
    overflow-x: auto;
    padding: 0.4em;
    margin-top:-15px;
}

.search-dropdown-row {
    padding: 0.5em 0.5em;
    border-bottom: 1px solid grey;
    min-height:4.6em;
    min-width:450px;
}
    .search-dropdown-row:hover {
        background-color: #efefef;
        cursor: pointer;
    }

    .search-dropdown-row #addMetricContainer {
        border-bottom: 1px solid grey;
        background-color: #222222 !important;
    }

.search-dropdown-subscribe-btn {
    font-size:10px;
    margin: 1px;
    padding: 0px 10px;
    margin-top:4px;
}

.search-dropdown-title {
    font-size: 15px;
    /*color: gray;*/
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*margin-left: 0.3em;*/
}
.search-dropdown-image {
    height: 3.5em;    
    float: left;
    margin-right:1em;
}
.search-dropdown-path {
    font-size: 12px;
    font-weight: bold;
    color: gray;
}

.search-dropdown-subtitle {
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*di kpi dropdown*/
.di-dropdown-menu {
    overflow-y: hidden;
    width: 250px;
}

    .di-dropdown-menu li {
        /*display: inline-block;*/
        cursor: pointer;
        padding: 0.5em 1em;
        width: 100%;
        color: #333;
    }

        .di-dropdown-menu li:hover {
            background-color: #efefef;
        }


/*sections*/
.section-header {
    padding: 0.5em;
    /* background-color: lightblue; */
    margin: 0.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #838b97;
    border-bottom: 1px solid #DDDDDD;
}



.library-card {
    display: inline-block;
    position: relative;
    vertical-align: top;
    border: 3px solid #f5f5f5;
    border-radius: 3px;
    margin: 3px 3px;
}
    .library-card:hover {
        box-shadow: 0 1px 7px 1px rgba(0,0,0,0.15);
    }

    .library-card .single-number-container {
        /*width: 200px !important;*/
    }

    .library-card .two-numbers-container {
        /*width: 240px !important;*/
    }

        .library-card .two-numbers-container .center-number-top-container {
        }

        .library-card .two-numbers-container .center-number-bottom-container {
        }

    .library-card .two-numbers-container .number-title{
    
    }

    .library-card .kpi-description{

    } 

.kpi-sub {
    position: absolute;
    background-color: rgba(250,250,250,0.85);
    color: black;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    border: 2px dashed gray;
    transition: opacity 0.5s;
}

    .kpi-sub:hover {
        opacity: 1;
    }

.floating-card-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.di-light-red .card {
    border: 2px dashed salmon;
}

.di-light-green .card {
    border: 2px dashed lightgreen;
}


.di-result-container {
    position: absolute;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    width: 260px;
    overflow: hidden;
    left: -245px;
}

.di-dropdown-row {
    padding: .5em 1em;
}

    .di-dropdown-row:hover {
        background-color:#efefef;
        cursor:pointer;
    }

.legend-container {
    margin: 1em;
    padding: 0.5em;
    max-height: 120px;
    //overflow-y:auto;
    overflow-x: hidden;
}

.legend-item{
    margin: -4px;
}

.legend-item-title {
    font-size: 10px;
}

.di-loader {
    position:absolute;
    top: 0;
    right: 50%;
    opacity: 0;
   /* transition: opacity 1s;*/
}

.di-loader-show {
    opacity: 1;
}

/*fix to bootstrap dropdown*/
.di-custom-dropdown-menu  li  a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;    
}

    .di-custom-dropdown-menu li a:hover {
        background-color: #efefef;
        cursor: pointer;
        text-decoration: none;
    }


.ease-width {
    //transition: width 1s;
}

.modal-xxxl {
    width: 90vw !important;
}

.kpi-modal-window .modal-dialog {
    width: 90vw !important;
}

.filter-item {
    display: inline-block;
    padding: 0.3em 0.5em;
    border: 1px solid gray;
    border-radius: 4px;
    font-size: 13px;
    margin-left: .3em;
    margin-top: 0.3em;
}

.filters-container {
    border: 1px dashed lightgray;
    padding: 0.3em;
    border-radius: 4px;
}

.filters-avaliables {
    margin-top: .4em;
    text-align:right;
}
.filter-avaliable-item {
    padding: 0em .5em;
    font-size: 13px;
    border: 1px dashed lightgray;
}

.drilldown-table-container {
    /*max-height: 300px;*/
    overflow-y: auto;
    border-top: 1px solid lightgray;
}

.drilldown-item-prefix {
    position: relative;
    font-size: 11px;
    top: -2px;
}
.drilldown-row:hover {
    background-color:#efefef
}
/* table fixed*/
/*kpi versions*/
.kpi-version-container {
    margin-right: 1em;
    position:relative;
    right:0;
}
.library-card .kpi-version-container {
    font-size:11px;
}
.kpi-version {
    cursor: pointer;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid gray;
}

    .kpi-version:hover {
        border-bottom: 3px solid gray;
    }

    .kpi-version-selected {
        border-bottom: 3px solid gray;
    }

.kpi-version-dropdown-container {
    position: absolute;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    width: 160px;
    overflow: hidden;
    left: -245px;
}

@media(max-width:891px) {
    .di-custom-dropdown-menu li a {
        color: #9d9d9d;
        padding-left: 45px;
    }

        .di-custom-dropdown-menu li a:hover {
            background-color: #222;
            cursor: pointer;
            text-decoration: none;
            color: #fff;
        }
}

.dashboard-table-header {
    text-align:right;
    vertical-align:bottom;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    max-width:90px;
}

.card.kpi-table-card .card-title-header{
    background-color: #f3f3f3;
}

.dashboard-search-input {
    color:black !important;
}

.text-overflow-dots {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cell_header_color {
    background-color: #f3f3f3;
}

.cell_bold_text {
    font-weight:bold;
}


.drilldown-grid .ui-grid-column-menu-button-last-col {
    margin-right: 0px !important;
}

.kpi-modal-left {
    height: 60vh;
    position: relative;
    float: left;
    -webkit-transition: width 1s;
    transition: width 1s;
    width:100%;
}
.kpi-modal-animate-left {
    width: 33.333%; 
}

.kpi-modal-right {
    display: none;
    width: 66.666%;
    height: 50vh;    
}
.kpi-modal-animate-right {
    display:inherit;        
}

.drilldown-table-block {
    opacity:0;
    transition: opacity 1s;
}

.drilldown-table-block-animated {
    opacity:1;
}


.expanded-drilldown-content {
    position:relative;
    height: 86%;
    width:100%;
}

.chart-canvas-container .chart-doughnut {
    //height: 100% !important;
}


.title-holder {
    top: 7px;
    left: 6px;
    height: 20px;
    width: 60%;
}
.subtitle-holder {
    top: 40px;
    right: 8px;
    height: 10px;
    width: 50%;
}

.total-holder {
    top: 7px;
    right: 8px;
    height: 10%;
    width: 25%;
}

.chart-holder {
    bottom:0;
    
    height: 79%;
    width: 100%;
}

.metric-holder-section {
    position: absolute;
    background-color: #d0e1ea96;
    border-radius: 4px;
}

.sample-card {
    background-image: url("../../../Content/img/sample/chart.jpg")
}

.welcome-section {
    position:relative;
    height:250px;
}
.welcome-container {
    position:absolute;
    bottom:0;
    left:0px
}

.welcome-text {
    font-size: 20px;
    //font-weight: 600;
    text-transform: uppercase;
    color: #838b97;
    
}

.welcome-email {
    font-weight: bold;
    //border-bottom: 1px solid gray;
}

.welcome-subtext {
    display:none;
    font-size:11px;
    font-weight:bold;
    color:lightgray;
}

.small-link {
    color:darkblue;
    cursor:pointer;
}

    .small-link:hover {
        font-weight:600;
        text-decoration:underline;
    }

.faded {
    opacity:0;
}