/*
7c canvas width at bootstraps col-md-8:

media   container  md-8 canvas  dimension   postit dchart bchart
480     465         465 433     87  (174)   29     20     80
768     750         750 718     144 (288)   48     35     140
992     970         647 615     121 (240)   40     46     184
1200    1170        780 748     148 (288)   48     55     220
1600    1570       1047 1015    203 (402)   67
1850    1830            1220    238 (474)   79

*/

@media (max-width: 768px) {

    .actionplan-container {
        height: 450px !important;
        /*overflow-y: scroll;*/
    }

    /*.container {*/
    /*width: 460px;*/
    /*}*/
    .container-wide {
        width: 460px;
    }

    .canvas-container {
        /*width:427px;*/
        width: 100%
    }

    .dimension-chart-container-3 {
        width: 20px;
        overflow: hidden;
        display: table-cell;
    }

    .dimension-chart-container-12 {
        width: 80px;
        overflow: hidden;
        display: table-cell;
    }

    .dimension-container-8 {
        float: left;
        /*width: 85px;*/
        width: 20%;
        height: 360px;
    }

    .dimension-container-12 {
        float: left;
        width: 20%;
        height: 580px;
    }

    .dimension-container-horizontal-12 {
        float: left;
        width: 50%;
        height: 120px;
    }

    .dimension-progress-container-12 {
        width: 65px
    }

    .postit {
        width: 29px;
        height: 29px;
        font-size: 6px;
    }

}

@media (min-width: 768px) {

    .actionplan-container {
        height: 454px !important;
        /*overflow-y: scroll;*/
    }

    .canvas-container {
        /*width:717px;*/
        width: 100%
    }

    .dimension-chart-container-3 {
        width: 35px;
        overflow: hidden;
        display: table-cell;
    }

    .dimension-chart-container-12 {
        width: 140px;
        overflow: hidden;
        display: table-cell;
    }

    .dimension-container-8 {
        float: left;
        /*width: 143px;*/
        width: 20%;
        height: 350px;
    }

    .dimension-container-12 {
        float: left;
        width: 20%;
        height: 450px;
    }

    .dimension-container-horizontal-12 {
        float: left;
        width: 50%;
        height: 120px;
    }

    .dimension-progress-container-12 {
        width: 123px
    }

    .postit {
        width: 40px;
        height: 40px;
        font-size: 9px;
    }
}

@media (min-width: 992px) {

    .actionplan-container {
        height: 397px !important;
        /*overflow-y: scroll;*/
    }

    .canvas-container {
        /*width:612px;*/
        width: 100%
    }

    .dimension-chart-container-3 {
        width: 46px;
        overflow: hidden;
        display: table-cell;
    }

    .dimension-chart-container-12 {
        width: 180px;
        overflow: hidden;
        display: table-cell;
    }

    .dimension-container-8 {
        float: left;
        padding: 0px;
        width: 20%;
        /*width: 122px;*/
        height: 300px;
    }

    .dimension-container-12 {
        float: left;
        width: 20%;
        height: 450px;
    }

    .dimension-container-horizontal-12 {
        float: left;
        width: 50%;
        height: 160px;
    }

    .dimension-progress-container-12 {
        width: 102px
    }

    .postit {
        width: 35px;
        height: 35px;
        font-size: 9px;
    }
}

@media (min-width: 1200px) {

    .actionplan-container {
        height: 466px !important;
        /*overflow-y: scroll;*/
    }

    .canvas-container {
        /*width:747px;*/
        width: 100%
    }

    .dimension-chart-container-3 {
        width: 55px;
        overflow: hidden;
        display: table-cell;
    }

    .dimension-chart-container-12 {
        width: 220px;
        overflow: hidden;
        display: table-cell;
    }

    .dimension-container-8 {
        float: left;
        /*width: 149px;*/
        width: 20%;
        height: 360px;
    }

    .dimension-container-12 {
        float: left;
        width: 20%;
        height: 540px;
    }

    .dimension-container-horizontal-12 {
        float: left;
        width: 50%;
        height: 200px;
    }

    .dimension-progress-container-12 {
        width: 129px
    }

    .postit {
        width: 45px;
        height: 45px;
        font-size: 9px;
    }
}

@media (min-width: 1600px) {

    .actionplan-container {
        height: 603px !important;
        /*overflow-y: scroll;*/
    }

    .container-wide {
        width: 1570px;
    }

    .canvas-container {
        /*width:1012px;*/
        width: 100%
    }

    .dimension-container-8 {
        float: left;
        /*width: 202px;*/
        width: 20%;
        height: 480px;
    }

    .dimension-progress-container-12 {
        width: 182px;
    }

    .postit {
        width: 62px;
        height: 62px;
        font-size: 13px;
    }
}

@media (min-width: 1850px) {

    .actionplan-container {
        height: 635px !important;
        /*overflow-y: scroll;*/
    }

    .container-wide {
        width: 1830px;
    }

    .canvas-container {
        /*width:1187px;*/
        width: 100%
    }

    .dimension-container-8 {
        float: left;
        /*width: 237px;*/
        width: 20%;
        height: 500px;
    }

    .dimension-progress-container-12 {
        width: 207px;
    }

    .postit {
        width: 62px;
        height: 62px;
        font-size: 13px;
    }
}

.postit {
    float: left;
    margin: 2px;
}

.canvas-container {
    /*border: black 1px solid*/
}

p.dimensionTitle::first-letter {
    color: #F6303D;
    text-transform: uppercase;
}

p.dimensionHint {
    color: #808080;
    text-align: center;
}

p.blockTitle {
    color: #808080;
    text-align: center;
}

.dimension-selected {
    background-color: #fcf8e3;
}

.dimension-lg, .dimension-sm-top, .dimension-sm-bottom, .dimension-horizontal-left, .dimension-horizontal-right {
    position: relative;
    padding: 0px 0px 0px 0px;
}

.dimension-lg.margin, .dimension-sm-top.margin, .dimension-sm-bottom.margin, .dimension-horizontal-left.margin, .dimension-horizontal-right.margin {
    padding: 5px 5px 5px 5px;
}

.dimension-lg {
    height: 100%;
    width: 100%;
    border: black solid 2px;
}

.dimension-sm-top, .dimension-sm-bottom {
    height: 50%;
    width: 100%;
}

.dimension-sm-top {
    border-top: black solid 2px;
    border-bottom: black solid 2px;
}

.dimension-sm-bottom {
    border-bottom: black solid 2px;
}

.dimension-horizontal-left, .dimension-horizontal-right {
    border-bottom: black solid 2px;
    width: 100%;
    height: 100%;
}

.dimension-horizontal-left {
    border-left: black solid 2px;
    border-right: black solid 2px;
}

.dimension-horizontal-right {
    border-right: black solid 2px;
}

.project {
    border: #d9c580 1px solid;
    background-color: #fae494;
    overflow: hidden;
    padding: 2px;
}

.service {
    border: #ba6287 1px solid;
    background-color: #e176a4;
    overflow: hidden;
    padding: 2px;
}

.debug {
    border: 1px solid red
}

.report-head1 {
    background-color: #666666;
    color: white;
    font-size: 30px
}

.report-head2 {
    background-color: #E5E5E5;
    color: black;
    font-size: 26px
}

.report-head2.green, .report-head3.green {
    background-color: #59BF90;
    color: white;
}

.report-head2.blue, .report-head3.blue {
    background-color: #62A6DB;
    color: white;
}

.report-head3 {
    background-color: #E5E5E5;
    color: black;
    font-size: 24px
}

.chart-legend {
    font-size: 80%;
    line-height: 1;
}

.chart-blue {
    color: #62A6DB;
}

.chart-green {
    color: #59BF90;
}

.chart-yellow {
    color: #F7BE08;
}

.chart-red {
    color: #F6303D;
}

.overall-progress-bar-gray {
    background-color: #e8e8e8;
}

.overall-progress-bar-green {
    background-color: #59BF90;
}

.overall-progress-bar-blue {
    background-color: #62A6DB;
}

.overall-progress-bar-blue {
    background-color: #62A6DB;
}

.overall-progress {
    display: flex;
    overflow: hidden;
    /*height: 40px;*/
    /*margin-bottom: 40px;*/
    background-color: #e8e8e8;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
}

.overall-progress-bar {
    flex: 1;
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.nopadding {
    padding: 0px;
}

.col-xs-05, .col-sm-05, .col-md-05, .col-lg-05 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 4.16666667%;
}

/*div.analyze-modal .modal-body {*/
/*min-height: 550px;*/
/*overflow: auto;*/
/*}*/

div.selected-block {
    background-color: #FFF8DE;
    border: 2px solid #FFC900 !important;
}


