﻿#divCommentResults .details-comments-checkbox { margin-top: 0; }

#ulAddTeamMember > li { padding-right: 0; }

.icon
{
    cursor: pointer;
}

.tr table .btn
{
    margin-top: 0em;
    margin-bottom: 0em;
}
.dialog-body .move-feedback-dialog .tr-form .input--full .input-inner #ddlFeedback-type
{
    height: auto;
}
.inputDefinitionControl [colspan], .dialog-body #inputs [colspan]
{
    text-align:left;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
{
    text-indent: 1000px;
    overflow: hidden;
}
#infoWrapper ul li:not(:first-child) .row
{
    padding-top: 20px;
}

/* Override Infrastructure CSS to fix CAD button text colors */
.TCD-SubmitBtn, .TSSE-SubmitBtn, .TCD-CancelSim, .TCS-RunAll {
    color: #FFF !important;
}
.TCD-CancelBtn, .TSSE-CancelBtn, .TSSE-ModalBtn, .TCD-CancelBtnFake, .TCD-ModalBtn {
    color: #555 !important;
}

.move-iface-footer, .move-iface-index:after { 
    height: 88px;
}

.move-state-sidebar-off .move-iface-footer, .move-state-sidebar-off .move-iface-index:after{
    height:0;
}

/*Disabled and locked Style for Buttons*/
.jsl-btn.jsl-scheme-main:disabled,.jsl-btn.jsl-scheme-main.disabled{
    background: gray;
    pointer-events: none;
    cursor: default;
}
.jsl-btn.jsl-scheme-main.locked,.jsl-btn.jsl-scheme-warn.locked{
    background: gray url("../images/lock_locked.png") no-repeat 10px center;
    padding-left: 40px;
}
.move-context-part.move-navlist-item.move-context-part-locked {
    background: url("../images/lock_locked.png") no-repeat 30px center;
    padding-left: 40px;
}