
/** For table layouts such as Patients view and User management views **/

.cnd-table {
    display: table;
    width: 100%;
    padding: 0px;
}

.cnd-full-height {
    height: 100%;
}

.cnd-full-table {
    display: table;
    width: 100%;
}

.cnd-table-cell {
    display: table-cell;
    float: none;
    vertical-align : middle;
    padding: 4px;
}


.cnd-view-title {
    font-weight: bold;
    font-size: 1.4em;
    color: #fff;
    float: none !important;
    padding: 0px 0px 0px 8px !important;
}

.cnd-view-title:hover {
    color: #fff;
}

.cnd-back-button {
    padding-right: 0px;
    text-align: center;
}

.cnd-table-row {
    display: table-row;
    height: 52px;
}

.cnd-table-cell:nth-child(1) {
    padding-left: 0px;
}

.cnd-first-cell {
    padding-left: 0px !important;
}

.btn-top {
  margin: 0px 15px 0px 5px;
  display: table-cell;
}

.btn-spaced-right {
    margin-right: 12px !important;
}

.cnd-cell-icon > img {
    margin-left:44px;
}

.cnd-top-buttons {
    padding-left: 3px;
}

.cnd-table-cell-bottom {
    vertical-align: bottom;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

/** When a scrollbar appears **/
.cnd-wide-body {
    width: 101% !important;
}