.mainAppWrapper {
    position: absolute;
    width: 100%;
    /*width: 99.5%;*/
    height: 99.45%;
    /*height: 100%;*/
    background-color: rgb(255, 255, 255);
}
@media all and (max-width: 1450px) {
    .mainAppWrapper {
        width: 99.5%;
    }
}
.critical-events .flot-base {
    background: #e8e8e8;
}

.mainAdminContent {
    background: rgb(54, 65, 80);
}

h1, h2 {
    margin: 0;
}

.allControlsHolder {
    width: 91%;
    padding: .2em 0.865em 0.2em 0.865em;
    background: rgb(255, 255, 255);
    position: absolute;
    right: 0;
    height: 130px;
}

.topSignalHolder {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.ecg_diagram-datetime {
    margin: 0;
}

.histogramControls {
    background: #e8e8e8;
    width: 48.5%;
    padding: .5em 1em .65em .5em;
    text-align: right;
    position: relative;
    height: 33px;
}

.histogramMaxMinValues {
    margin-left: 1em;
    line-height: 1.2;
}

.forHistogramInput {
    vertical-align: middle;
}

.forMarkingsInput {
    margin-left: 2.5em;
}

.ecgControls {
    background: #f5c2c2;
    width: 49%;
    /*padding: .5em;*/
    text-align: left;
    position: relative;
    margin-top: -2.5em;
    min-height: 39px;
}

.ecgControls:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-width: 1.2em;
    padding-bottom: 1px;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #f5c2c2;
    border-left-color: #f5c2c2;
    left: 100%;
    top: 0;
    z-index: 1;
    padding-right: 1px;

}

.ecgSignalWrapper {
    margin-top: 1em;
    /*Doadato 3.3.2016*/
    position: relative;
}

@media  only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px) and (max-width: 1451px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1200px) and (max-width: 1451px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1200px) and (max-width: 1451px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 1200px) and (max-width: 1451px),
    only screen and (min-resolution: 192dpi) and (min-width: 1200px) and (max-width: 1451px),
    only screen and (min-resolution: 2dppx) and (min-width: 1200px) and (max-width: 1451px),
    only screen  and (min-width: 1200px) and (max-width: 1451px) {

        .ecgSignalWrapper {
            /*margin-top: 2em;*/
            /*margin-top: 1.8em;*/
            margin-top: 1.5em;
        }
}
@media  only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 999px) and (max-width: 1200px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 999px) and (max-width: 1200px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 999px) and (max-width: 1200px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 999px) and (max-width: 1200px),
    only screen and (min-resolution: 192dpi) and (min-width: 999px) and (max-width: 1200px),
    only screen and (min-resolution: 2dppx) and (min-width: 999px) and (max-width: 1200px),
    only screen  and (min-width: 999px) and (max-width: 1200px) {

    .ecgSignalWrapper {
        /*margin-top: 2em;*/
        margin-top: 1.8em;
        /*margin-top: 1.2em;*/
    }
}

.histogramControls:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-width: 1.1em;
    border-color: transparent;
    border-style: solid;
    border-top-color: #e8e8e8;
    border-right-color: #e8e8e8;
    right: 100%;
    top: 0;
    z-index: 1;
}


@media  only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 999px) and (max-width: 1445px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 999px) and (max-width: 1445px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 999px) and (max-width: 1445px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 999px) and (max-width: 1445px),
    only screen and (min-resolution: 192dpi) and (min-width: 999px) and (max-width: 1445px),
    only screen and (min-resolution: 2dppx) and (min-width: 999px) and (max-width: 1445px),
    only screen  and (min-width: 999px) and (max-width: 1445px) {

        .histogramControls:before {
            border-width: 1.2em;
        }
}

@media  only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1446px) and (max-width: 1680px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1446px) and (max-width: 1680px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1446px) and (max-width: 1680px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 1446px) and (max-width: 1680px),
only screen and (min-resolution: 192dpi) and (min-width: 1446px) and (max-width: 1680px),
only screen and (min-resolution: 2dppx) and (min-width: 1446px) and (max-width: 1680px),
only screen  and (min-width: 1446px) and (max-width: 1680px) {

    .histogramControls:before {
        border-width: 1.3em;
    }
}

.signalPointer {
    position: absolute;
    top: -1.0411em;
    left: 40px;
}

.ecgSignalMainTopControls {
    font-weight: 300;
    font-size: 0.9375em;
}

.ampZoom {
    width: 100%;
}

.xZoomControls {
    margin-left: 2%;
}

.follow-heart-beat {
    top: 1.5em;
}

.loader {
    height: 150px;
    min-height: 150px;
    text-align: center;
    margin: 0 auto;
}

.hrvLoader {
    height: 100px;
    min-height: 100px;
    text-align: center;
    margin: 0 auto;
}

.flot-text {
    font-size: 11px !important;
    z-index: 1;
}

.ruler {
    width: 14rem;
    height: inherit;
    position: absolute;
    right: 10%;
    text-align: center;
    background: rgba(44, 178, 169, .2);
    border-left: 1px solid rgba(0, 0, 0, .9);
    border-right: 1px solid rgba(0, 0, 0, .9);
}

.ruler-horizontal {
    width: 14rem;
    height: inherit;
    position: absolute;
    right: 10%;
    text-align: center;
    background: rgba(44, 178, 169, .2);
    border-top: 1px solid rgba(0, 0, 0, .9);
    border-bottom: 1px solid rgba(0, 0, 0, .9);
}

.time {
    display: block;
    font-weight: 100;
    color: white;
    cursor: default;
    padding: .2em 0.5em;
    font-size: 0.75em;
    background: rgba(44, 178, 169, .9);
    z-index: 1;
}

.mainTopControl {
    cursor: default;
}

#main-hrv-canvas {
    position: relative;
}

.caliperBtn {
    background: rgb(44, 178, 169);
    color: #fff;
    outline: 0;
    border: 0.9375em;
    /*float: right;*/
    margin-left: 14%;
    /*margin-right: 10%;*/
    /*margin-left: 1.35em;*/
    /*margin-right: 1.35em;*/
    padding: .3em;
}
.caliperBtnClustering {
    background: rgb(44, 178, 169);
    color: #fff;
    outline: 0;
    border: 0.9375em;
    /*float: right;*/
    margin-left: 0.85em;
    margin-right: 0.85em;
    padding: .3em;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
    border-radius: 6px;

}

.selectionBtn {
    /*padding: 0.1em 0.5em 0.3em .3em;*/
    height: 2.35em;
    padding: 0 1.7em;
}

.selectionBtn img, .selectionBtn .caliperBtnText {
    vertical-align: middle;
}

.caliperBtn img, .caliperBtn .caliperBtnText {
    vertical-align: middle;
}

.line-loader {
    width: 0px;
    height: 2px;
    background: #2cb2a9;
    position: absolute;
    margin-left: 35px;
    bottom: 0.9em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}

.xZoom {
    margin-right: 2.5em;
}

.zoomControl {
    color: rgb(48, 53, 91);
    background: transparent;
    border: 0;
    outline: 0;
    margin: 0 -0.2em;
}

.gridControl {
    float: left;
    margin-right: 1em;
    padding-top: .7em;
}
.gridControl label {
    margin-left: 0.2em;
}
.controlsOnEcg {
    display: none;
}

.zoomControl.zoomControlActive {
    color: #fff;
}

.ecgSignalHolder {
    width: 100%;
    position: relative;
}

.ecgControlsBeneathSignal {
    /*background: #e8e8e8;*/
    font-weight: 300;
    font-size: 0.9375em;
    margin-top: 1em;
}

.leadsHolder, .gridControlsHolder {
    background: rgb(245, 245, 245);
}

.leadsHolder {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 5;
    position: absolute;
    height: 100%;
    width: 2.1em;
    text-align: center;
    background: rgba(245, 194, 194, .8);
}

.controlFormCheckbox {
    color: rgb(48, 53, 91);
    font-size: 1.067em;
}

.leadsOnEcg {
    height: 100%;
}

.firstHalfEcgControls {
    max-width: 100%;
    width: 100%;
    float: left;
    /*padding-right: .6%;*/
    height: 5em;
}

.secondHalfEcgControls {
    max-width: 59%;
    max-width: 20%;
    float: right;
}

.loader {
    height: 100px;
    width: 200px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader:after {
    content: '';
    display: block;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200px 100px" enable-background="new 0 0 200px 100px" xml:space="preserve"><polyline fill="none" stroke-width="2px" stroke="#2db2a9" points="2.4,58.7 70.8,58.7 76.1,46.2 81.1,58.7 89.9,58.7 93.8,66.5 102.8,22.7 110.6,78.7 115.3,58.7 126.4,58.7 134.4,54.7 142.4,58.7 197.8,58.7 "/></svg>') 0 0 no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-animation: 2s pulse infinite linear;
    animation: 2s pulse infinite linear;
}

.loader:before {
    content: '';
    background: #444;
    position: absolute;
    z-index: -1;
    left: 2px;
    right: 2px;
    bottom: 0;
    top: 16px;
    margin: auto;
    height: 3px;
}

@-webkit-keyframes pulse {
    0% {
        clip: rect(0, 0, 100px, 0);
    }
    10% {
        clip: rect(0, 66.66667px, 100px, 0);
    }
    38% {
        clip: rect(0, 133.33333px, 100px, 0);
    }
    48% {
        clip: rect(0, 200px, 100px, 0);
    }
    52% {
        clip: rect(0, 200px, 100px, 0);
    }
    62% {
        clip: rect(0, 200px, 100px, 66.66667px);
    }
    90% {
        clip: rect(0, 200px, 100px, 133.33333px);
    }
    100% {
        clip: rect(0, 200px, 100px, 200px);
    }
}

@keyframes pulse {
    0% {
        clip: rect(0, 0, 100px, 0);
    }
    10% {
        clip: rect(0, 66.66667px, 100px, 0);
    }
    38% {
        clip: rect(0, 133.33333px, 100px, 0);
    }
    48% {
        clip: rect(0, 200px, 100px, 0);
    }
    52% {
        clip: rect(0, 200px, 100px, 0);
    }
    62% {
        clip: rect(0, 200px, 100px, 66.66667px);
    }
    90% {
        clip: rect(0, 200px, 100px, 133.33333px);
    }
    100% {
        clip: rect(0, 200px, 100px, 200px);
    }
}

.caliperHolder {
    max-width: 100%;
}

.selectionHolder {
    padding: 0.75em .5em;
}

.selectionHolder {
    max-width: 12%;
    width: 12%;
}
.button_control {
    margin-left: 1em;
    max-width: 23%;
    width: 23%;
}
.main-buttonWrapper input {
    max-width: 42%;
    width: 42%;
    height: 2.35em;
    margin-left: 5%;
}
.button_signals {
    margin-left: 1em;
    width: 28%;
    max-width: 28%;
    background: #e8e8e8;
}
.button_caliper{
    margin-left: 1em;
    width: 11%;
    background: #e8e8e8;
    /*padding: 1.4em 0 0 1em;*/

}
.selectionHolder span {
    line-height: 2;
}

.caliperHolder, .selectionHolder {
    /*padding: 1.8em 0 0 1em;*/
    background: #e8e8e8;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.caliperGapHolder {
    float: left;
    padding-right: 1.5%;
    width: 45%;
}

.caliperBtn-desg {
    float: left;
    width: 26%;
    max-width: 26%;
}


.selectionBtn {
    background: rgb(44, 178, 169);
    color: #fff;
    text-transform: capitalize;
    outline: 0;
    border: 0.9375em;
    /*float: right;*/
    margin-left: 0.75em;
}

.selection_analysis {
     /*margin-left: 2.5em!important;*/
}

.analysisSelectionBtn {
    /*margin-top: 0.6em!important;*/
    display: block;
    margin: 0.65em auto;
}
.caliperWrapper {
    display: block;
    margin: 0 auto;
    width: 88%;
    max-width: 88%;
    margin-top: 1.26em;
}
.selectionBtn, .caliperBtn {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
    border-radius: 2px;
    -webkit-transition: background-color, .25s, ease;
    -moz-transition: background-color, .25s, ease;
    -ms-transition: background-color, .25s, ease;
    -o-transition: background-color, .25s, ease;
    transition: background-color, .25s, ease;
}

.selectionBtn:hover, .caliperBtn:hover {
    background-color: rgb(52, 200, 190);
}

.selectionBtn:active, .caliperBtn:active {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.selectionHolder.isActive {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
}

.caliperHolder p {
    margin-bottom: 0;
}

.caliperHolder.isActive {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
}

.caliperIcon {
    margin: 0.15em .15em 0;
    cursor: pointer;
    display: block;
    float: left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: scale .25s;
    -moz-transition: scale .25s;
    -ms-transition: scale .25s;
    -o-transition: scale .25s;
    transition: scale .25s;
}

.caliperIcon:active {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.letterBack, .letterForward {
    cursor: pointer;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 75%;
    max-width: 2.5em;
    margin-top: 0.6em;
}

.letterBack:active, .letterForward:active {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.speedRangeHolder {
    padding: .75em 1.5em .75em .75em;
    text-align: center;
    position: relative;
}

.foiControlsHolder {
    background: #e8e8e8;
    width: 22%;
    max-width: 22%;
    /*width: 17%;*/
    /*max-width: 18%;*/
    margin-left: 1em;
    display: inline-block;
}

.foiControlsHolder.isActive {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .3);
    background: #e3e3e3;
    /*ilija*/
    height: 6em;
}

.foiButton {
    background: transparent;
    outline: 0;
    border: 1px solid rgb(44, 178, 169);
    color: rgb(48, 53, 91);
    /*min-width: 2.7em;*/
    vertical-align: top;
    margin-top: 1.4em;
    border-radius: 2px;
    line-height: 1.4;
    font-size: .85em;
    text-transform: uppercase;
    width: 9.7%;
}

.foiButton.foiIsActive {
    background: rgb(74, 78, 103);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(74, 78, 103);
}

.CG_foiIsActive {
    background: rgb(74, 78, 103);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(74, 78, 103);
}

.foiChangeButtons {
    margin-top: 0.4em;
}

.foiArrows {
    vertical-align: bottom;
    /*margin-top: 1.9em;*/
    cursor: pointer;
    max-width: 2em;
    width: 2em;
}
.box-1 button {
    margin-top: 0.4em;
}
.height100 {
    height: 100%;
}
.foiArrows:active {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.foiPrev {
    /*margin-left: 0.7em;*/
    margin-left: 2.8%;
}

.firstFoi {
    margin-left: 2.5%;
}

.lastFoi {
    margin-right: .5em;
}

.rangeValue {
    position: absolute;
    right: 1em;
    top: 1.7em;
}

.differentPositionRangeValue {
    position: absolute;
    right: 7em;
    top: -0.1em;
}

input[type="range"] {
    display: block;
    -webkit-appearance: none;
    background-color: rgb(198, 204, 210);
    width: 8.125em;
    height: 7px;
    border-radius: 5px;
    outline: 0;

}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: rgb(44, 178, 169);
    /*width: 1.2em;*/
    /*height: 1.2em;*/
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
}

/*input[type="range"]:-webkit-slider-thumb:after {*/
    /*content: attr(value);*/
    /*display: block;*/
    /*width: 5px;*/
    /*height: 5px;*/
    /*color: red;*/
    /*position: relative;*/
/*}*/

input[type="range"]::-webkit-slider-thumb::after {
    top:5px;
    display: block;
    width: 5px;
    height: 5px;
    color: white;
    position: absolute;
    z-index: 1000;
}



input[type="range"]::-webkit-slider-thumb:hover {
    background-color: white;
    border: 2px solid rgb(44, 178, 169);
}

input[type="range"]::-webkit-slider-thumb:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.speedSignalIcon {
    margin-top: 0.65em;
    margin-right: 0.2em;
    cursor: pointer;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.speedSignalIcon:active {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.signal-page-table {
    width: 100%;
    background: #fff;
}

.signalAndLeadsControlWrapper {
    position: relative;
}


/**
* TODO
* envelop this class
* into media queries to prevent
* ecg canvas flick
*/
/*
.signal-here {
    min-height: 393px;
}
*/



.report-status {
    text-align: center;
}

.firstHalfHolder {
    width: 44%;
    margin-right: 1%;
    float: left;
}

.table-heading-data {
    background: rgba(74, 78, 103, 1);
    color: #30355B;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.9em;
    text-align: left;
    font-weight: 400;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

.data-table-row.selected-row {
    background: #e8e8e8;
}

.data-table-row:hover {
    background: rgb(175, 215, 212);

}

.tablePaginationWrapper {
    background: rgb(232, 232, 232);
}

.tablePaginationWrapper nav {
    text-align: center;
}

.tableSearch {
    color: #000;
    margin-left: .5em;
}

.data-table-row {
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    display: table;
    color: rgba(0, 0, 0, .8);
    -webkit-transition: all, .5s, ease;
    -o-transition: all, .5s, ease;
    transition: all, .5s, ease;
}

.data-table-row:nth-of-type(even) {
    background: rgb(231, 231, 231);
}

.table-text {
    padding: 0.35em;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.edit-icon-in-table {
    text-align: center;
}

.fixed_headers {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: .9em;
}

.fixed_headers th, .fixed_headers td {
    text-align: left;
    width: 15.77%;
}

.fixed_headers td {
    text-align: center;
}

.fixed_headers thead tr {
    /*display: block;*/
    position: relative;
}

.fixed_headers tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: 8.625em;
}

.secondHalfContainer {
    float: right;
    width: 55%;
}

.statisticsContent {
    padding: .875em;
    font-size: .875em;
    cursor: default;
}

.statisticsIcon {
    cursor: pointer;
    vertical-align: middle;
}

.statisticsIconRotated {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.statisticsText {
    margin-bottom: 1.5em;
    display: inline-block;
}
.addNewParameter_tab {
    margin-left: 3em;
}

.statisticsIconsHolder.statisticsIconsHolder {
    float: right!important;
    margin-right: 0!important;
}

@media all and (max-width: 1795px) {
    .statisticsIconsHolder.statisticsIconsHolder.statisticsIconsHolder {
        float: left!important;
        margin-left: 20%!important;
        margin-bottom: 1em;
        display: block!important;
    }
}

.firstRowStatistics, .secondRowStatistics, .thirdRowStatistics, .fourthRowStatistics, .fifthRowStatistics {
    float: left;
    width: 14em;
    border-right: 1px solid rgb(255, 255, 255);
    margin-right: 1em;
    padding-right: 1em;
    min-height: 152px;
}

.thirdRowStatistics {
    width: 10em;
}

.fourthRowStatistics {
    width: 10em;
}

.fifthRowStatistics {
    width: 12em;
    border-right: 0;
    margin: 0;
    padding: 0;
}

.addNewContainer {
    margin-top: 1.2em;
}

.searchInTable {
    margin-left: 0.55em;
    /*max-width: 4.9em;*/
    padding: .1em;
    color: rgb(0, 0, 0);
    border-radius: 2px;
    border: 1px solid rgba(195, 195, 195, .3);
}

.addNewInput {
    max-width: 3em;
    font-size: .835em;
    display: inline-block;
    margin: 0 .5em;
}

.applyHolder {
    margin-top: 3em;
    text-align: right;
}

.selectionBtnActivated {
    background: rgb(231, 103, 112);
}

.toWholeSignalWrapper {
    margin-top: 1em;
}

.panelMainHrv {
    width: 100%;
    /*
    Ovo resava fleak sa izborom HR/Histogram, samo ga treba fino prepodesiti media query-ima
    height: 102px;
    */
    padding: 0px;
    background-color: #e8e8e8;
    padding-top: 5px;
    overflow: hidden;
    /*height: 130px;*/
}

.controlsOnEcg {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.greenSmallIconEcgSignal {
    font-size: 1.8em;
    color: rgb(250, 250, 250);
}

.left_right-buttons {
    position: absolute;
    top: 13em;
    /*top: 20%;*/
    /*top:238px;*/
    left:0;
    right:0;

}

.top_signal_button {
    top: 0em;
}

.second_row_signal_button {
    top: 2em;
}

.left_button_right_side_signal {
    right: 2em
}

.bottom_button_ecg {
    top: initial;
    bottom: 0em;
}

.ecg_control_button_paddings{
    padding-left: 0.4em;
    padding-right: 0.4em;
    font-size: 0.8em;
}



.ecgToTheRight {
    float: right;
    position: relative;
    right: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.ecgToTheLeft {
    position: relative;
    margin-left: 2.1em;
    left: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.zoom-on-signal {
    float: left;
    margin: 1.3em;
}

.critical-events {
    position: relative;
}

.triangleTopLeftSide {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #30355b transparent;
}

.triangleTopRightSide {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #30355b transparent;
}

.histogramTriangleAndLines {
    position: absolute;
    left: 0;
    margin-top: 1px;
    margin-bottom: 17px;
}

.bottomHistogramTriangleAndLines {
    top: 3em;
    position: absolute;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 17px;
}

.trianglesLeftSide {
    left: 1.9em;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 10;
}

.trianglesRightSide {
    right: 0.65em;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 10;
}


@media all and (max-width: 1366px) {
    .trianglesRightSide {
        right: 0.45em;
    }
} {
    
}

.triangleLine {
    position: absolute;
    width: 96.5%;
    top: 4px;
    height: 1px;
    background: #30355b;
    left: 1em;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

.histogramTriangleAndLines {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
}

.heartBeatPointer {
    height: 48px;
    top: 0.4em;
    left: 12em;
    width: 3em;
    border: 2px solid rgba(234, 47, 70, 0.6);
    z-index: 10;
    position: absolute;
    cursor: pointer;
}
.limitInputHistogram {
    width: 3em;
}
.histogramPointer {
    height: 50px;
    top: 0.4em;
    left: 12em;
    width: 3em;
    border: 2px solid rgba(234, 47, 70, 0.6);
    z-index: 10;
    position: absolute;
    cursor: pointer;
}

.frameButton {
    cursor: pointer;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.frameButton:active {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

.flot-overlay {
    z-index: 2;
}

.framesControls {
    margin-left: 1em;
}

.leadQuality {
    font-size: .85em;
}

@media all and (max-width: 1366px) {
    .lettersControlHolder {
        margin-left: 10%;
    }
}

.table-heading-data:before {
    font-family: 'icomoon';
    content: '\e604';
    margin-right: .2em;
}

*.table-heading-data-unsortable:before {
    font-family: 'icomoon';
    content: '\e604';
    margin-right: .2em;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.table-container {
    height: 500px;
    overflow-y: scroll;
}

.loading-indicator {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 0.7em;
}

.loading-indicator:before {
    display: inline-block;
    margin: 0 0.4em;
    min-width: 1em;
    min-height: 1em;
    border-top: 4px solid #646464;
    border-right: 4px solid #e6e6e6;
    border-left: 4px solid #e6e6e6;
    border-bottom: 4px solid #646464;
    content: "";
    -webkit-animation: halfspin 1s ease infinite;
    -moz-animation: halfspin 1s ease infinite;
    -o-animation: halfspin 1s ease infinite;
    animation: halfspin 1s ease infinite;
    border-radius: 100%;
}

@-webkit-keyframes halfspin {
    to {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-moz-keyframes halfspin {
    to {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes halfspin {
    to {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: .3em .5em;
    line-height: 1.42857143;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #2CB2A9;
    color: #30355b;
    /* border: 1px solid #ddd; */
    cursor: pointer;
    font-size: 0.835em;
    margin: 0 0.3em;
    border-radius: 2px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    cursor: pointer;
    -webkit-transition: background, .25s, ease;
    -moz-transition: background, .25s, ease;
    -ms-transition: background, .25s, ease;
    -o-transition: background, .25s, ease;
    transition: background, .25s, ease;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: rgb(52, 200, 190);
    color: rgb(255, 255, 255);
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background: rgb(74, 78, 103);
    border-color: rgba(45, 178, 169, .5);
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.text-center {
    text-align: center;
}

.hrDiagramSettingsLabel {
    margin: 0 .25em;
}

.largerSelect {
    width: initial;
    padding: .25em .75em .25em .25em;
    background: white url('../img/dropdown_arrow.png');
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 5px 5px;
}

th.table-heading-data.fullWidthHead {
    width: 100%;
}

.loadDefaultPulledRight {
    margin-left: 20%;
}

.share-via-email-wrapper {
    margin-top: 10px;
}

.share-email {
    display: block;
    margin-bottom: 5px;
    min-width: 330px;
    border-radius: 2px;
    border: 1px solid rgb(195,195,195);
    padding: .2em;
}

.share-email-label {
    display: block;
    margin-top: 10px;
}
tr.patientSharedDataRow.patient-latest-shared {
    background-color: rgba(44, 178, 169, .6);
}

.seenIcon.patient-seen {
    color: rgba(0, 0, 0, .8);
}

.rightEcgControlsContent {
    min-width: 265px;
    margin-top: .7em;
}

.zoom-in-out-signal {
    float: right;
    margin-top: 0.5em;
}
@media only screen and (max-width: 1020px) {
    .zoom-in-out-signal img {
        width: 2em;
        height: 2em;
    }
}
/*redesign analysis controls*/
.box {
    width: 15%;
    overflow: hidden;
    float: left;
    margin-top: .4em;
}
    .box button {
        float: left;
        margin: .15em .45em;
        font-size: 0.85em;
    }
    .box2 {

    }

.box-1 {
    width: 80%;
    max-width: 80%;
    float: left;
}
.signalWrapper{
    margin-top: 1.4em;
    margin-left: 0.4em;
}
.main-buttonWrapper {
    margin-top: 0.65em;
}
/*Resize 3 row buttons*/
@media only screen and (max-width: 1751px) {
    .box {
        width: 18%;
        overflow: hidden;
        float: left;
        margin-top: .6em;
    }
    .box button {
        float: left;
        margin: .15em .45em;
        font-size: 0.65em;
    }
}
@media only screen and (max-width: 1665px) {
    .box {
        width: 19%;
        overflow: hidden;
        float: left;
        margin-top: .6em;
    }
    .box button {
        float: left;
        margin: .15em .45em;
        font-size: 0.65em;
    }
}
/*Resize report text-area*/
@media only screen and (max-width: 1555px) {
    .box {
        width: 25%;
        overflow: hidden;
        float: left;
        margin-top: 0.8em;
    }
    .box button {
        float: left;
        margin: .15em .45em;
        font-size: 0.7em;
    }
    /*.foiPrev {*/
        /*margin-top: 1.9em!important;*/
    /*}*/
    /*.foiArrows {*/
        /*margin-top: 1.9em!important;*/
    /*}*/

}
@media only screen and (max-width: 1580px) {
    .foiArrows {
        margin-top: 0.9em!important;
    }
    .foiPrev {
        margin-top: 0.9em!important;
    }
}

.analysisArrow {
    float: left;
}
.speedImageAnalysis{
    vertical-align: bottom;
    /*margin-left: 10%!important;*/
}
.analysisButton {
    vertical-align: bottom;
    margin-top: 1.6em!important;
    float: right;
    width: 26%;
    margin-right: 10%;
}
    .analysisButton input {
        margin-left: .8em!important;
        padding: .4em!important;
    }
/*Response for analysisButton*/
@media only screen and (max-width: 1200px) {
    .analysisButton {
        vertical-align: bottom;
        margin-top: 0em!important;
        float: left!important;
        width: 25%!important;
        margin-left: 1%!important;
    }
    .analysisButton input {
        margin-top: 0.18em!important;
    }
    .analysisButton input:nth-child(2n) {
        float: right;
        margin-right: 1.4em!important;
    }
    .analysisButton input {
        margin-left: 1em!important;
        padding: 0.7em!important;
    }
}
/*Response for analysisButton*/
@media only screen and (max-width: 1690px) {
    .analysisButton {
        vertical-align: bottom;
        margin-top: 2em;
        float: right;
        width: 36%;
        margin-right: 2%!important;
    }
    .analysisButton input {
        margin-top: 0.18em;
    }
    /*.analysisButton input:nth-child(2n) {*/
        /*float: right;*/
        /*margin-right: 0.4em!important;*/
    /*}*/
    .analysisButton input {
        margin-left: 0.2em;
        padding: .3em;
    }
}
.tableTime {
    width: 45%;
    max-width: 45%;
    float: left;
}
.addNewTimeParameter {
    float: left;
    width: 34%;
    max-width: 33%;
    margin-left: 2em;
    text-align: center;
    margin-top: 3%;
}
.addNewTimeParameterForm {
    float: left;
    width: 33%;
    max-width: 33%;
    /*margin-left: 2em;*/
    /*text-align: center;*/
    /*margin-top: 3%;*/
}

/*Clustering controls*/
.clusteringControl {
    max-width: 100%;
    width: 100%;
    float: left;
    /*padding-right: .6%;*/
    height: 7em;
}
.clustering_firstColumn {
    width: 31%;
    max-width: 31%;
    background-color: #e3e3e3;
    margin-right: 1%;
    /*margin-left: 2%;*/
    height: 100%;
}
    .clustering_firstColumn button {
        margin-top:0.75em;
        float: left;
    }
    .selectionBtnClustering {
        margin-right: 6%;
        width: 33%;
        max-width: 33%;
        height: 2.5em;
    }
    .appAndCancClustering {
        max-width: 25%;
        width: 25%;
        height: 2.5em;
        margin-left: 0.5em;
    }
    .clasterinRange {
        margin-top: 0.5em;
        margin-left: 3%;
        width: 25%;
        max-width: 25%;
    }
        .clasterinRange input {
            width: 80%;
            max-width: 80%;
        }
    .analsysisRadioClastering {
        width: 51%;
        max-width: 51%;
        margin-top: 0.5em;
        margin-left: 16%;
    }

.clustering_secondColumn {
    width: 33%;
    max-width: 33%;
    background-color: #e3e3e3;
    /*margin-right: 1%;*/
    height: 100%;
}
.boxClastering {
    width: 90%;
    max-width: 90%;
    overflow: hidden;
    margin: 0.5em auto;
}
    .boxClastering button {
        margin-top: 1%!important;
        margin-left: 1%;
        width: 11.3%;
        max-width: 11.3%;
        height: 2.2em;
    }
    .boxClastering img {
        width: 6%;
        max-width: 6%;
        margin-top: 1%!important;
        float: left;
    }
    .analysisButton-clastering {
        width: 98%;
    }
        .analysisButton-clasteringElement {
            width: 33%;
            /* max-width: 40%; */
            margin-left: 12%;
            margin-top: 1em;
            float: left;
            display: inline-block;
        }
            .boxClustering-buttons {
                width: 88%;
                max-width: 88%;
                display: inline-block;
                float: left;
                margin-top: 0.5%;

            }
.clustering_thirdColumn {
    width: 34%;
    max-width: 34%;
    background-color: #e3e3e3;
    /*margin-right: 1%;*/
    height: 100%;
    margin-left: 1%;
    /*float: r;*/
}
.box_clustering-buttons {
    width: 88%;
    max-width: 88%;
    display: inline-block;
    float: left;
    margin-top: 0.5%;
}
.button_caliperClustering {
    width: 41%;
    max-width: 41%;
    margin-left: 1%;
    margin-top: 0.3em;
    display: inline-block;
    float: left;
}
.rangeSliderClustering {
    width: 58%!important;
    max-width: 58%;
    display: inline-block;
    float: left;
}

    .button_caliperClustering button{
        width: 25%!important;
        max-width: 25%;
    }
    .cliperIconClastering {
        width: 20%;
        max-width: 20%;
    }
.thirdColumnInfoClastering {
    width: 40%;
    max-width: 40%;
    float: left;
    display: inline-block;
    margin-top: -2em;
    margin-left: 2%;
}
.thirdColumnInfoClastering {
    background-color:rgb(44, 178, 169);
    border-radius: 2px;
    color: #fff;
}
    .thirdColumnInfoClastering div {
        display: block;
        width: 99%;
        max-width: 99%;
        float: left;
        font-size: 0.9em;
        border-bottom: 1px solid #fff;
    }
        .thirdColumnInfoClastering span {
            float: right;
        }
.buttonWrapperResetClustering {
    width: 21%;
    max-width: 21%;
    float: right;
    margin-top: -1em;
    /*margin-top: 23em;*/
    /*margin-right: -2em;*/
}
.buttonWrapperResetClustering button {
    width: 41%;
    max-width: 41%;
    height: 2em;
    margin-top: 1em;
    /*margin-left: 9em;*/
    margin-left: 55%;

}
@media only screen and (max-width: 1770px) {
    .analsysisRadioClastering span {
        margin-left: -4%;
        float: left;
        display: inline-block;
    }
}
@media only screen and (max-width: 1390px) {
    .clustering_firstColumn img {
        display: none;
    }
    .clasterinRange {
        width: 29%;
        max-width: 29%;
        font-size: 0.9em;
    }
    .boxClastering {
        width: 55%;
        max-width: 55%;
        margin-top: 2%;
        margin-left: 1%;
        display: inline-block;
        float: left;
    }
    .box_clustering-buttons {
        width: 70%;
        max-width: 70%;
        display: inline-block;
        float: left;
        margin-top: 0.5%;
    }
    .analysisButton-clastering {
        display: inline-block;
        float: left;
        width: 44%;
        max-width: 44%;
    }
    .analysisButton-clasteringElement {
        margin-left: 1%;
        margin-top: 1.5em!important;
        display:block!important;
        float: none;
        /*margin: 0;*/
        width: 100%;
        max-width: 100%;
        margin-top: 1em;
        margin-left:0;
        /*font-size: 1.2em;*/
    }
    .boxClastering button {
        width: 30%!important;
        max-width: 30%;
        margin-left: 2%;
    }
    .boxClastering img {
        width: 12%;
        max-width: 13%;
        margin-top: 15%!important;
    }
    .analysisButton-clastering.analysisButton-clastering {
        margin-top:0!important;
    }
    .boxClustering-buttons {
        width: 69%;
        max-width: 69%;
        display: inline-block;
        float: left;
    }
    .whiteSmallIconClustering {
        display: none!important;
    }
    .btnWhiteTextClustering {
        display: block!important;
    }
    .clasterinRange {
        font-size: 0.91em;
    }
    .buttonWrapperResetClustering span {
        font-size: 0.85em;
    }
    .buttonWrapperResetClustering {
        margin-top: -0.5em;
    }
    .buttonWrapperResetClustering button{
        height: 1.8em;
    }

}
.btnRemoveOK {
 padding: 1em 2em!important;
}
.zoom-disabled {
    zoom: reset;
}