
/**
 **
 ** FOR TABLE and Column Alignment
 **/
.symtomsDetail {
    padding-bottom: 20px;
}

.symtomsDetail > li {
    padding-left: 0px !important;
}

.symtomsDetail > li > span:first-child {
    display: inline-block;
    min-width: 150px;
}

td.cell-delete {
    background-color: #9bba69 !important;
}

td.pull-top {
    vertical-align: top;
}

img.in-table-preview {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 5px 10px;
}

.login-form {
    padding-top: 85px !important;
}

.login-form > div {
    padding-top: 80px;
}

.form-error {

}


/* table */
.sp-striped-inv-table {
}

.sp-striped-inv-table > thead > tr > th,
.sp-striped-inv-table > tbody > tr > td {
    text-align: left;
    padding: 5px 10px;
}

.sp-striped-inv-table > thead > tr:nth-child(odd) > th {
    text-align: left;
    background-color: #b1d477;
}

.sp-striped-inv-table > tbody > tr:nth-child(even) > td {
    background-color: #b1d477;
}

.sp-striped-table {
}

.sp-striped-table > thead > tr > th,
.sp-striped-table > tbody > tr > td {
    text-align: left;
    padding: 5px 10px;
}

.sp-striped-table > tbody > tr:nth-child(odd) > td {
    background-color: #b1d477;
}

div.practice-nav {
    margin-top: 70px;
}

div.recommend-box {
    margin-top: -20px;
    height: 200px !important;
    overflow: auto;
}

div.recommend-box > ul {
    list-style: none;
    padding-left: 0px;
}

div.message-box > ul {
    list-style: none;
    padding-left: 0px;
}

div.calendar-box > ul {
    list-style: none;
    padding-left: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
    line-height: 2em;
}

.new-practice-icon {
    width: 60px;
    display: block;
    clear: both;
    margin-top: 5px;
}

div.calendar-box a {
    margin: 0px 5px;
}

div.calendar-box {
    margin: 0px 20px;
}

.calendar-detail {
    color: #666666;
}

.completed-row > td {
    background-color: #d9d9d9;
}

.current-row > td {
    background-color: #ffff00 !important;
}