.box {
    vertical-align: top;
    display: inline-block;
}
.therapeies .checkbox {
    min-height: 44px;
}
table.prescriptionList {
    font-size: 14px;
}
table.prescriptionList td {
    vertical-align: middle !important;
}
.itemMed {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 15px 10px;
    margin: 20px 0;
    display: block;
}
.icd10 {
    padding: 6px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 10px;
}
.icd10 .col-sm-5 {
    padding: 0 !important;
}
.icd10 .col-sm-1 {
    padding-top: 7px;
}
.select2 {
    width: 100% !important;
}
.select2-container {
    width: 100% !important;
    padding: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #444;
}
.block-enter {
    position: absolute;
    z-index: -1;
    left: -99999px;
}
.dispNone {
    display: none;
}
.list-group-item .specialty {
    display: inline-block; 
    text-indent:41px;
}
.unit-limits ul.list-group {
    padding-left: 0 !important;
}
.no-pad-left {
    padding-left: 0 !important;
}
#examsList input[type=number] {
    max-width: 50px;
}
#examsList .label {
    margin: 2px 0;
    display: inline-block;
    white-space: normal;
    line-height: 1.1;
}
.table.examLimits > tbody > tr > td {
    border-bottom: 1px solid #f4f4f4 !important;
    border-top: 1px solid #f4f4f4 !important;
}