/* If has attr DISABLED */

.patientSinglePicture {
    border: 2px solid rgb(44, 178, 169);
    border-radius: 100%;
    width: 100%;
    max-width: 108px;
    height: auto;
}

.statisticsReportTable {
    border-right: 1px solid rgba(195, 195, 195, 0.6);
    width: 17%;
    margin-right: 2em;
    border-collapse: separate;
    border-spacing: 0 5px;
    font-weight: 300;
}

.statisticsReportTable.last {
    border-right: 0;
}

.commentOnReport {
    width: 100%;
    margin-top: 1em;
}

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

.report--small--info {
    font-weight: 300;
}

.conclusion-table {
    max-width: 400px;
}

.all-conclusions {
    font-weight: 300;
}

.all-conclusions td {
    font-weight: 300;
    padding: 0.4em .75em;
    border-right: 1px solid rgb(195, 195, 195);
}

.all-conclusions.patientSharedDataRow:nth-child(odd) {
    background: rgb(231, 231, 231) !important;
}

.all-conclusions .patientsSharedTableHeading {
    color: #fff;
}

.report-doctor {
    font-size: 15px;
}

.printBtn {
    position: relative;
}

.loading-in-button-wrapper {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    top: 8px;
    left: -12px;
}

.print-text {
    float: right;
}

.loading {
    position: absolute;
    left: 10px;
    bottom: 33px;
    margin: -25px 0 -25px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid rgba(255, 252, 252, 1);
    border-radius: 100%;
    height: 15px;
    width: 15px;
    -webkit-animation: rot .6s infinite linear;
    animation: rot .6s infinite linear;
}
@-webkit-keyframes rot {
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}
@keyframes rot {
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}

.print-tab {
    /*padding: 10px;*/
    width: 17%!important;

}

.print-tab p {
    margin: 10px 0;
}

.print-whole-signal {
    margin-left: 10px;
}

.print-whole-signal input, .print-whole-signal button {
    margin: 5px 0;
}

.print-btn-whole-signal {
    /*margin-top: 5px;*/
}

.download-pdf {
    cursor: pointer;
    margin-left: .5em;
    margin-top: 1.5em;
    display: inline-block;
}
.print-tab-true{
    float: left;
    width: 12.5%;
    min-width: 12em;
    height: 10em;
    margin-top: 0.5em;
}
.print-tab_comment-true {
    width: 35%;
    min-width: 30em;
    float: left;
}

.bigTextareaTrue {
    height: 9em;
}

.print-tabButtons_true {
    float: left;
    margin-left: 0.8em;
    width: 17.5%;
    min-width: 16.5em;
    height: 10em;
}

.form_true {
    width: 14%;
    min-width: 14.5em;
    float: right;
    margin-left: 0.8em;
    margin-top: 0.5em;
}

.centerButtonsEO {
    display: block;
    margin: 0 auto;
    float: none;
    width: 81%;
    margin-top: 0.5em;
    min-width: 17em;
}

.leadDes {
    margin: 0.5em 0em;

}
.leadNameStyle {
    background: rgb(44, 178, 169);
    color: white;
    width: 94%;
}
.formInputTable input {
    border: 1px solid silver;
}
.nameLead {
    margin-left: 1em;
}
.nameMark {
    margin-left: 1.2em;
}
.leadsWrapper {
    display: block;
    float: none;
    width: 80%;
    min-width: 10em;
    margin: 0 auto;
}