/*
###################################################################################################################################
#
#   File        : user_info_update.css
#   Author      : James Simmons
#   Created     : March 26, 2013
#   Application : SeaCard
#   Purpose     : Specific styles for user_info_update
#
#
###################################################################################################################################
#
#   History
#   =======
#
#   Date        Version         Name                Bug     Comment
#   =========== ============    ==================  =====   =======
#   17 Mar 2014 V1.0.CRM.0.0    Colby Meier         66386   Written
#   25 Sep 2014 V1.0.JS2.1.0    James Simmons       DE1532  Updated styles for ReqDetail to work in IE
###################################################################################################################################
*/

.AuditDetailTable  {
    margin-left: 10%;
}

.AuditDetail td, .AuditDetail tr {
    width: 33%;
    max-width: 33%;
    min-width: 33%;
    overflow-y: none;
    overflow-x: auto;
}

#USER_INFO_3 td.Col4, #USER_INFO_3 th.Col4 {
    display: none;
}

.ReqDetailCollapseWidget,
.ReqDetailExpandWidget {
    background-position: 2px -4px;
    padding-left: 20px;
    background-repeat: no-repeat;
}

.ReqDetailCollapseWidget {
    background-image: url("/images/framework/expand.gif");
}

.ReqDetailExpandWidget {
    background-image: url("/images/framework/collapse.gif");
}


.Width100 {
    width: 100%!important;
}

.CanvasContent .LayoutCells .Widget .Label{
    width: 80px;
}
.CanvasContent .LayoutCells .Widget .Field{
    margin-right: 100px;
}

.ConfirmationTable {
    width: 100%;
}

.ConfirmationTable td + td {
    font-weight: bold;
}

.DateRange {
    border: 1px dotted black;
    padding: 2px 4px;
    margin: 5px;
    border-radius: 4px;
    text-align: center;
    width: auto;
}

.DateRange legend {
    font-weight: bold;
    text-align: left;
}

.DateRange .DatePlaceholder {
    color: gray;
}

.ActionSelect {
    text-align: right;
}

.UserComment {
    text-align: right;
}

.UserManagePending .ComponentTableContainer {
    max-height: 300px;
    overflow: auto;
}

.UserManagePending .ComponentTableContainer {
    max-height: 300px;
    overflow: auto;
}

.UserManagePending .ActionsColumn {
    white-space: nowrap;
    text-align: center !important;
}

.UserManagePending .ApproveLink img {
    height: 12px;
    width: 12px;
    vertical-align: middle;
}

.UserManagePending .ComponentContent tr {
    height: 18px;
}

.UserManagePending .ActionLink {
    text-align: center;
    vertical-align: middle;
}

.UserManagePending .DetailLink,
.UserManagePending .ApproveLink {
    line-height: 18px;
}

.UserManagePending .PendingCount {
    padding: 5px;
    font-weight: bold;
}

.HierarchyBranch {
    margin-top: 20px;
    background-color: #fff;
    padding: 1%;
    border: 3px solid #dedede;
    -moz-border-radius: 7px 7px;
    border-radius: 7px 7px;
}

.LateValidation {
    color: red;
}

.ChallengePhraseInfo {
    margin-top: 2em;
    font-style: italic;
}

.CommentInfo {
    margin: 2em;
    width: 75%;
    font-style: italic;
}

.Comments {
    padding-bottom: 25px;
}

.CustomActionDownloadResultsCsv {
    float: right;
}

.TrainingDocs {
    padding: 1%;
    border: 3px solid #dedede;
    -moz-border-radius: 7px 7px;
    border-radius: 7px 7px;
    width: 450px;
    float: left;
    padding: 0;
}

.TrainingLabel {
    font-weight: bold;
}

.TrainingLabel img {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.TrainingBody {
    margin: 0.5em;
}

.TrainingFiles {
    font-weight: bold;
    text-indent: 1.5em;
    margin-top: 6px;
}

.UserInfoUpdate .Comments textarea {
    height: 75px;
}
