
.whiteSmallIcon {
    color: rgb(255, 255, 255);
    font-size: 15px;
    vertical-align: middle;
}


.greenSmallIcon {
    color: rgb(44, 178, 169);
    font-size: 15px;
    vertical-align: middle;
}

.btnGreenBackground {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background: rgb(44, 178, 169);
    border: 0;
    outline: 0;
    vertical-align: middle;
    line-height: 0;
    padding: 0.5em;
    color: #fff;
    border-radius: .2em;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
    -webkit-transition: background, .25s, ease;
    -moz-transition: background, .25s, ease;
    -ms-transition: background, .25s, ease;
    -o-transition: background, .25s, ease;
    transition: background, .25s, ease;
}

.btnGreenBackground:hover {
    background: rgb(52, 200, 190);
}

.btnGreenBackground:active {
    background-color: rgb(74, 78, 103);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .5);
}

.btnRedBackground {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background: #d9534f;
    border: 0;
    outline: 0;
    vertical-align: middle;
    line-height: 0;
    padding: 0.5em;
    color: #fff;
    border-radius: .2em;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
    -webkit-transition: background, .25s, ease;
    -moz-transition: background, .25s, ease;
    -ms-transition: background, .25s, ease;
    -o-transition: background, .25s, ease;
    transition: background, .25s, ease;
}

.btnRedBackground:hover {
    background: #d43f3a;
}

.btnRedBackground:active {
    background-color: rgb(74, 78, 103);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .5);
}

.tabsGreenBtn {
    background: rgb(44, 178, 169);
    border: 0;
    padding: .25em;
    min-width: 3.6em;
    color: rgb(255, 255, 256);
    outline: 0;
    border-radius: .2em;
    font-weight: 300;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
    -webkit-transition : background, .25 s, ease;
    -moz-transition: background, .25s, ease;
    -ms-transition: background, .25s, ease;
    -o-transition: background, .25s, ease;
    transition: background, .25s, ease;
}

.tabsGreenBtn:hover {
    background: rgb(52, 200, 190);
}

.btnWhiteText {
    color: rgb(255, 255, 255);
    vertical-align: baseline;
    padding: .5em 0.2em;
    font-size: 0.95em;
}

.ecgControlsButton, .formAnalysisBtn {
    z-index: 10;
    border: 0;
    padding: 0.5em 0;
    background: rgb(44, 178, 169);
    /*top: 215px;*/
    outline: 0;
    opacity: .9;
    -webkit-transition: opacity, .5s, ease;
    -o-transition: opacity, .5s, ease;
    transition: opacity, .5s, ease;
}

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

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

.formAnalysisToTheRight {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.formAnalysisToTheLeft {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.saveNew {
    margin-right: 1em;
}

.smallBtn .whiteSmallIcon {
    font-size: 11px;
}

.btnIsActive {
    background-color: rgb(74, 78, 103);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .5);
}

.btnIsActive:hover {
    background-color: rgb(74, 78, 103);
}

.ecg_control_button_right {
    padding: 0.4em;
}

.ecg_control_image_button {
    width: 1em;
    height: 1em;
}

.ecg_control_image_smaller {
    width: 0.8em;
    height: 0.8em;
}