
.graph-block-header {
    float: right;
    margin: 1.8em 0;
}

div.graph-header {
    width: 100%;
    height: 30px;
}
div.graph-header br, .br-wrap br {
    display: none !important;
    line-height: 0;
}
table.graph-header {
    float: left;
}
table.graph-header td {
    height: 30px;
}
.graph-header .button {
    display: inline-block;
    width: 200px;
    border: 1px solid black;
    cursor: pointer;
    height: 100%;
    padding-top: 5px;
    text-align: center;
}
.graph-header .button_small {
    width: 120px;
}

.graph-header .active {
    background-color: #0A8ED0;
}
.graph-block {
    height: 600px;
    padding: 50px 100px;
}
.graph-block .kbk {
    float: right;
    width: 200px;
    margin-top: 30px;
}
.graph-block .kbk .kbk-header {
    background-color: #0A8ED0;
    border-bottom: 1px solid black;
    padding-top: 5px;
    height: 30px;
    text-align: center;
}
.graph-block .kbk .kbk-input {
    padding: 10px;
}
.graph-block .kbk .kbk-input label {
    padding-left: 10px;
    margin-top: -23px;
    display: inherit;
    margin-left: 15px;
}
.graph-block .chart {
    position: relative;
    float: left;
    height:550px;
    width:70%;
}

.row .kbk {
    display: none !important;
    width: 232px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.row .kbk .kbk-header {
    background-color: #0A8ED0;
    border-bottom: 1px solid black;
    padding-top: 5px;
    height: 30px;
    text-align: center;
}
.row .kbk .kbk-input {
    padding: 10px;
}
.row .kbk .kbk-input label {
    padding-left: 10px;
    margin-top: -23px;
    display: inherit;
    margin-left: 15px;
}

@media print{@page {size: landscape}}

.analize-print {
    float: right;
    cursor: pointer;
    display: block;
}

@media (max-width: 1024px) {
    .analize-print {
        display: none;
    }

    .graph-block-header {
        float: none;
    }

    .graph-header {
        margin-bottom: 30px;
        float: none !important;
    }

    table.graph-header {
        margin-bottom: 20px !important;
        margin-top: 10px;
    }

    div.graph-header br, .br-wrap br {
        display: block !important;
    }

    .graph-block .kbk {
        display: none;
    }

    .row .kbk {
        display: block !important;
    }

    .graph-block {
        padding: 0;
        height: 300px;
    }

    .graph-block .chart {
        width: 95%;
    }
}
