
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgb(#2cb2a9);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #2cb2a9;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 1px rgb(#2cb2a9);
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    width: 100%;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
    max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
    outline: 0;
    -webkit-transition: border, .25s, ease;
    -moz-transition: border, .25s, ease;
    -ms-transition: border, .25s, ease;
    -o-transition: border, .25s, ease;
    transition: border, .25s, ease;
}

textarea:focus {
    border: 1px solid rgb(45, 178, 169);
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
    background: rgb(176, 176, 176);
}

button[disabled]:hover {
    background: rgb(176, 176, 176);
}

select:disabled {
    background-color: transparent;
    outline: 0;
    border: 0;
    padding: 0;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

input[type="text"]:focus,
input[type="email"]:focus {
    border: 1px solid rgb(65, 185, 176);
}

table {
    /*border-collapse: collapse;*/
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html, body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
}

.uPull-left {
    float: left!important;
}

.uPull-right {
    float: right!important;
}

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

.uLeft-text {
    text-align: left;
}

.uRight-text {
    text-align: right;
}

.small-margin {
    margin-left: 10px;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icons/icomoon.eot?mqx9wm');
    src: url('../fonts/icons/icomoon.eot?#iefixmqx9wm') format('embedded-opentype'),
    url('../fonts/icons/icomoon.woff?mqx9wm') format('woff'),
    url('../fonts/icons/icomoon.ttf?mqx9wm') format('truetype'),
    url('../fonts/icons/icomoon.svg?mqx9wm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-help:before {
    content: "\e60a";
}

.icon-warning:before {
    content: "\e609";
}

.icon-share:before {
    content: "\e608";
}

.icon-edit:before {
    content: "\e601";
}

.icon-folder-open:before {
    content: "\e930";
}

.icon-folder-plus:before {
    content: "\e931";
}

.icon-floppy-disk:before {
    content: "\e962";
}

.icon-search:before {
    content: "\e986";
}

.icon-equalizer:before {
    content: "\e992";
}

.icon-cog:before {
    content: "\e994";
}

.icon-eye:before {
    content: "\e9ce";
}<!-- STATISTICS -->

.icon-plus:before {
    content: "\ea0a";
}

.icon-cross:before {
    content: "\ea0f";
}

.icon-checkmark:before {
    content: "\ea10";
}

.icon-backward2:before {
    content: "\ea1f";
}

.icon-forward3:before {
    content: "\ea20";
}

.icon-triangle-up:before {
    content: "\e606";
}

.icon-triangle-down:before {
    content: "\e607";
}

.icon-move-up:before {
    content: "\ea46";
}

.icon-move-down:before {
    content: "\ea47";
}

.icon-sort-alpha-asc:before {
    content: "\ea48";
}

.icon-sort-alpha-desc:before {
    content: "\ea49";
}

.icon-sort-numeric-asc:before {
    content: "\ea4a";
}

.icon-sort-numberic-desc:before {
    content: "\ea4b";
}

.icon-print:before {
    content: "\e605";
}

.icon-cloud-upload:before {
    content: "\e600";
}

.icon-keyboard-arrow-right:before {
    content: "\e602";
}

.icon-keyboard-arrow-left:before {
    content: "\e603";
}

.icon-sort:before {
    content: "\e604";
}

.attention {
    max-width: 17em;
    font-size: 0.9em;
    line-height: 1.2;
    font-style: italic;
}

.icon-eye:before {
    content: "\e9ce";
}

.icon-plus:before {
    content: "\ea0a";
}

.icon-cross:before {
    content: "\ea0f";
}

.icon-checkmark:before {
    content: "\ea10";
}

.icon-backward2:before {
    content: "\ea1f";
}

.icon-forward3:before {
    content: "\ea20";
}

.icon-triangle-up:before {
    content: "\e606";
}

.icon-triangle-down:before {
    content: "\e607";
}

.icon-move-up:before {
    content: "\ea46";
}

.icon-move-down:before {
    content: "\ea47";
}

.icon-sort-alpha-asc:before {
    content: "\ea48";
}

.icon-sort-alpha-desc:before {
    content: "\ea49";
}

.icon-sort-numeric-asc:before {
    content: "\ea4a";
}

.icon-sort-numberic-desc:before {
    content: "\ea4b";
}

.emhpasizedHeading {
    font-size: 1.2em;
    font-weight: 400;
    margin-top: 0;
    padding-bottom: .5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid rgba(195, 195, 195, .3);
}

.smallSubheading {
    font-size: 1.1em;
    font-weight: 400;
}

.addNewExaminationIcon {
    background: url("../img/icons/addNewExam.png");
    background-size: contain;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.addNewExaminationInTable {
    line-height: 1;
}

.addNewExamination .addNewExaminationInTableBtn {
    width: 98%;
    padding: 0em 0.75em;
    margin: 0 auto;
}

label {
    cursor: pointer;
}
.block {
    display: block;
}

.defaultCheckbox {
    vertical-align: middle;
}

.btnDefault {
    background: transparent;
    outline: 0;
    padding: .5em;
    -webkit-transition: all, .35s, ease;
    -o-transition: all, .35s, ease;
    transition: all, .35s, ease;
    font-size: .9375em;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.btnDefault:hover {
    background: white;
}

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

.btnGreen {
    border: 1px solid rgb(44, 178, 169);
}

.btnGreenText {
    color: rgb(44, 178, 169);
    vertical-align: middle;
}

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

.graySmallIcon {
    color: rgba(190, 190, 190, .9);
    font-size: 22px;
    float: left;
    margin-right: 0.3em;
}

.defaultSelect {
    cursor: pointer;
    vertical-align: middle;
    outline: #2cb2a9;
    font-size: 0.95em;
    width: 8.5em;
    min-width: 7em;
    border: 1px solid #2CB2A9;
    -webkit-appearance: none;
    line-height: 1.2;
    background: #fff url("../img/dropdown_arrow.png");
    background-repeat: no-repeat;
    background-position: 94%;
    background-size: 5px 5px;
}

.smallInput {
    border: 1px solid rgb(195, 195, 195);
    border-radius: .2em;
    font-size: 0.95em;
    outline: 0;
    padding: 0 .25em;
    width: 4.8em;
    max-width: 4.8em;
    -webkit-transition: border, .25s, ease;
    -moz-transition: border, .25s, ease;
    -ms-transition: border, .25s, ease;
    -o-transition: border, .25s, ease;
    transition: border, .25s, ease;
}

.smallInput:focus {
    border: 1px solid rgb(151, 151, 151);
}

.addNewBtn {
    margin: 0 10px;
}

.onTableHolderTitle {
    margin-top: 0;
    margin-bottom: 10px;
}

/******** Modal Window *******/

.modalWindowContent {
    position: relative;
    width: 600px;
    margin: 0 auto;
    background: rgb(245, 245, 245);
    top: 40%;
    border-radius: 2px;
}

.modalWindowWrapper {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    z-index: 20;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popupCommentField {
    display: block;
    width: 100%;
    float: left;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 0.5em;
    font-weight: 300;
    height: 100%;
    max-height: 13.375em;
    overflow: auto;
    border-radius: .2em;
}

.popupLetterControl {
    outline: 0;
    border: 1px solid rgb(40, 160, 152);
    width: 2em;
    background: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

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

.popupLetterControlActivated {
    background: rgb(40, 160, 152);
    color: #fff;
}

.closePopup {
    background: transparent;
    outline: 0;
    border: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

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

.tab .customizeDefaultsContent {
    height: 15em;
    margin-bottom: 1em;
}

.interestsButton {
    background: none;
    border: 1px solid rgba(0, 0, 0, .3);
    font-size: .95em;
    padding: .25em;
    background: rgb(40, 160, 152);
    font-weight: 300;
    color: #fff;
}

.modalSubheading {
    margin: .5em 0 0 0;
    font-weight: 300;
}

.spaceLabel {
    min-width: 7em;
    display: inline-block;
}

.smallSpaceLabel {
    min-width: 5em;
    display: inline-block;
}

.smallestSpaceLabel {
    min-width: 3em;
    display: inline-block;
}

.tablePagination {
    margin: 1em auto;
    text-align: center;
}

.paginationBtnsWrapper {
    display: inline-block;
    vertical-align: middle;
}

.paginationBtn {
    float: left;
    font-weight: 300;
    padding: .25em;
    width: 2em;
    margin: 0 .25em;
    cursor: pointer;
    border: 1px solid rgb(44, 178, 169);
    border-radius: 2px;
}

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

/* Shared styles for report, patients, ... */
input[type='text']:disabled, input[type='date']:disabled, select:disabled {
    -webkit-appearance: none;
    background: transparent;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    padding-left: .25em;
}

.grayBgWrapper {
    width: 91%;
    background: rgb(232, 232, 232);
    padding: 1em 1.583em;
    height: 100%;
    position: absolute;
    right: 0;
    overflow: auto;
    overflow-x: hidden;
}

.patientInput {
    color: rgb(54, 65, 80);
    font-weight: 300;
    border-radius: 2px;
    border: 1px solid rgb(195, 195, 195);
    max-width: 9em;
    padding: .15em;
    font-size: .9375em;
}

.patientInput--small {
    width: 3em;
}

.patientInput--large {
    max-width: 12em;
}

.datepickerInput {
    color: rgb(54, 65, 80);
    font-weight: 300;
    border-radius: 2px;
    max-width: 140px;
    border: 1px solid rgb(195, 195, 195);
    font-size: .9375em;
}

.patientInactive {
    outline: 0;
    border: 0;
    font-size: .9375em;
}

.patientInput.patientActive {
    border: 1px solid rgb(195, 195, 195);
    cursor: auto;
    width: auto;
    padding: .25em;
    border-radius: 2px;
    font-size: .9375em;
}

.firstHalfGrayWrapper {
    margin-right: 1%;
}

.firstHalfGrayWrapper, .secondHalfGrayWrapper {
    width: 49%;
}

.emphasizedLabel, .emphasizedTableTitle {
    font-size: .9375em;
    display: block;
    margin-bottom: .5em;
}

.defaultTextarea {
    border: 1px solid rgb(195, 195, 195);
    border-radius: .2em;
    font-size: .9375em;
    outline: 0;
    padding: .5em;
    width: 100%;
}

.bigTextarea {
    min-height: 9.8em;
    max-height: 9.8em;
}

.notSupported {
    display: none;
}

.patientDataTable {
    border-collapse: separate;
    border-spacing: 0px 6px;
    /*border-right: 1px solid rgb(195, 195, 195);*/
}
.patientDataTable span {
    margin-left: 7%;
}
.patientInputPeacemaker {
    margin-top: 0.4em;
    margin-left: 0.5em;
}

.patientInputCC {
    max-width: 13em;
}
.lastTableInRow {
    border-right: 0;
}

.tableWithGap {
    margin-left: 1em;
    padding-right: 1em;
}

.whiteWrapper {
    font-size: .9375em;
    border-radius: 2px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(195, 195, 195);
    padding: 1em 1.583em;
}

.patientPictureWrapper {
    margin-right: 1em;
}

.forPatientLabel {
    font-size: .9375em;
    display: block;
    float: left;
    min-width: 60px;
}

.patientName {
    font-size: 1.1em;
    margin-bottom: 1em;
    margin-left: 0;
    width: 100%;
    max-width: 10em;
    font-weight: 400;
}

.buttonHolder {
    width: 100%;
    float: left;
    margin-top: 1em;
}

.printBtn {
    margin-left: .75em;
}

.statisticsReport {
    margin-top: 1em;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.uploadBtn {
    display: block;
    background: rgb(45, 178, 169);
    width: 5.6em;
    padding: .25em;
    border-radius: .25em;
    color: rgb(255, 255, 255);
    font-weight: 300;
}

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

.lastExamUnreachable {
    opacity: .3;
}

.formInputWrapper {
    margin-right: 2em;
    position: relative;
}

.columnFour {
    width: 23.5%;
    margin-right: 2%;
    float: left;
}

.columnFour:last-child {
    margin-right: 0;
}

.rangeWrapper, .filteringRangeWrapper {
    position: relative;
}

.filteringRangeWrapper span {
    position: absolute;
    right: 0.5em;
    top: 20%;
}

.uPullDown {
    margin-top: 1em;
}

.pushed--top {
    margin-top: 10px;
}

.required {
    color: red;
}

.noExamination {
    cursor: not-allowed;
}

.th.table-heading-data.fullWidthHead {
    padding: 10px;
    text-align: center;
}

.itemPushingTop {
    /*margin-top: 25px;*/
}

.attention-small {
    max-width: 24em;
}

.help-block {
    position: absolute;
    margin-top: -18px;
    color: rgb(232, 73, 44);
    top: 52%;
    left: 50px;
    background-color: white;
    font-size: 0.7em;
}

.resetForm {
    position: relative;
}

.required-help-block {
    /*top: 33px;*/
    top: 5px;
    left: 0;

}

.error-message-container {
    font-size: 13px;
    color: rgb(232, 73, 44);
    position: absolute;
    text-align: left;
}

.error-message-container p {
    margin: 2px 0;
}

.small-icon {
    font-size: 14px;
    color: rgb(195, 195, 195);
}

.institution-select {
    /*border-radius: 3px;*/
    padding: 3px 2px;
    width: 14.5em;
}

.admin-tableName {
    margin-top: 0.6em;
    /*display: block;*/
}

.patientDeviceID {
    max-width: 8.5em;
    float: right;
}

.patient-device-id {
    color: rgb(54, 65, 80);

    font-weight: 300;
    border-radius: 2px;
    max-width: 9em;
    padding: .15em;
    font-size: .9375em;
    cursor: default;
}

.field-has-error label {
    color: tomato;
}

.field-has-error input,
.field-has-error input:focus {
    border: 1px solid tomato;
}

/*.push-right-label {*/
    /*display: block;*/
    /*float: left;*/
    /*width: 74px;*/
/*}*/

/* add overflow to the table */

.table-wrapper-overflow {
    /*overflow: auto;*/
    -webkit-overflow-scrolling: touch;
}

.uploadBtn.largeUploadBtn {
      width: 7.6em;
      cursor: pointer;
}

.fileUpload input.largeUploadInput {
      left: 0;
       max-width: 6.6em;
}

.print-tab-upload {
    margin-bottom: 10px;
}

.bigTextarea {
     min-height: 9.8em;
     max-height: 9.8em;
}
.defaultTextarea {
    border: 1px solid rgb(195, 195, 195);
    border-radius: .2em;
    font-size: .9375em;
    outline: 0;
    padding: .5em;

}
.bigCommentTextarea {
    min-height: 6rem;
    max-height: 6rem;
    width: 100%;
}
.comment-textarea {
    border: 1px solid rgb(195, 195, 195);
    border-radius: .2em;
    font-size: .9375em;
    outline: 0;
    padding: .5em;
}
.tabs_item-report {
    width: 83%;
    position: relative;
    /*min-height: 15.6em;*/
    float: left;
    padding: .5em;
}
.tabsSaveApplyCommentBtn {
    position: absolute;
    bottom: 2rem;
    right: .5rem;
}

.analysisTimeLabel {
    float: left!important;
    width: 35%!important;
    max-width: 35%!important;
}
.analysisTimeSelection {
    float: left!important;
    width: 35%!important;
    max-width: 35%!important;
    margin-top: 0.4em;
}
/*Resize report text-area*/
@media only screen and (max-width: 1480px) {
    .smallCommentTextarea {
        min-height: 5.875rem!important;
        max-height: 5.875rem!important;
    }
}
/*Info tab redesign*/
.tbl_th-smallSize {
    width: 4%!important;
}
.tbl_th-largeSize {
    width: 21%!important;
}
    .searchInTable-size {
        /*max-width: 80%!important;*/
        margin-left: 2em!important;
    }
    /*table info tab*/
.data-heading {
    background-color: rgba(74, 78, 103, 1);
}
.tbl_data-row {
    /*width: 98.665%!important;*/
}

.tbl_td-size10 {
    width: 10%!important;
}
.tbl_td-size21 {
    width: 13%!important;
}
.tbl_td-size38 {
    width: 38%!important;
}

    /*tabs*/
.buttonGroup {
    float: left;
    margin: 4.5em 0 0 9em;
    width: 12%;
}
.btn-commentSave {
    position: absolute;
    top: 9rem;
    right: .5rem;
}
/*under tab*/
/*tooltip*/
[data-tooltip] {
    position: relative;
    z-index: 100;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
    z-index: 100;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 70%;
    /*top: 100%;*/
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*background-color: #000;*/
    /*background: rgb(45, 178, 169);*/
    /*background: #f5c2c2;*/
    background: rgb(54, 65, 80);
    opacity: 1;
    /*background-color: hsla(0, 0%, 20%, 0.9);*/
    color: #fff;
    /*color: #000;*/
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    z-index: 100000;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 80%;
    /*top: -80%;*/
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 1);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    opacity: 1;
    content: " ";
    font-size: 0;
    line-height: 0;
    z-index: 100;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    z-index: 100000;
    /*position: relative;*/
}


.float-left {
    float: left!important;
}

.name_medStaff {

}
.okButtonResetPass {
    padding: 1em 2em!important;
}
.diagnosisContent{
    width: 48%;
    float: left;
    margin-right: 1%;
}
.btn-summary-pdf {
    position: absolute;
    top: 9rem;
    right: .5rem;
    margin-right: 4rem;
}
