/* --------------------------------------------------
 Table of Contents
 -----------------------------------------------------
 :: Main Header
 :: timeBlocks
 :: Monthly Approvals
 ::  ILO Violations
 :: Violation dialog box
 :: Violations on tooltip
 */
/*  --------------------------------------------------
 :: Main Header
 -------------------------------------------------- */
#showDisembarkedCMId {
    margin: 0px !important;
}
#search {
    width: 160px !important;
}
.greyFade {
    background: -moz-linear-gradient(top, #CCCCCC 0%, #FFFFFF 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#FFFFFF)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
}
.tooltip_comments {
    width: 150px !important;
    list-style: none;
}
.tooltip_comments li {
    font-size: 14px !important;
}
.admin_center_container {
    height: 650px;
}
.successMessage {
    background-color: white;
    border: 1px dashed green;
    color: #5EBB1D;
    padding: 2px;
}
.errorMessage {
    background-color: white;
    border: 1px dashed green;
    color: red;
    padding: 2px;
}
.foreCastedRestAlerts_class {
    cursor: pointer;
    text-decoration: underline;
    color: red !important;
}
.header_table td, th {
    background-color: #D2E6D8;
    border: 1px solid #D7D0D0;
    width: 1200px;
    padding: 2px;
    color: #1854A7;
    font-weight: bold;
}
.header_table th {
    cursor: pointer;
    text-decoration: underline;
}
.header_div {
    font-size: 13px;
    font-weight: bold;
}
#mapsIdSorter, #crewNameSorter, #rankSorter, #departmentSorter {
    cursor: pointer;
    margin-left: 2px;
}
.disabled {
    opacity: 1.0;
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
    color: #B4B0B0 !important;
}
.disableButtons {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
}
#approveAllPendingDailyRecords_button, #approveAllScheduleDeviationDailyRecords_button, #approveAllmonthlyApprovals_button {
    font-size: 9px !important;
}
.approveMonthly_pendingApprovals {
    width: 250px;
}
.monthlyApproval_div {
    float: inherit;
    margin-left: 80px;
}
.red {
    color: red !important;
}
.selectAll_header {
    float: left;
    width: 20px;
    height: inherit;
    background-color: #6C95C6 !important;
    padding-right: 1px;
    border: 1px solid #D7D0D0 !important;;
}
.employeeId_header {
    width: 80px;
}
.employeeName_header {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rank_header {
    width: 100px;
}
.dept_header {
    width: 70px;
}
#selectAllId {
    margin-bottom: 0 !important;
}
.employeeId_class {
    cursor: pointer;
    text-decoration: underline;
    color: #1854A7 !important;
}
.headerLabel_div {
    float: left;
    border: 1px solid #000000;
    text-align: center;
    background-color: #0069ba;
    padding: 1px;
    color: #ffffff;
}
.result_Div {
    padding-top: 3px;
    margin-top: 10px;
    width: 1200px;
    float: left;
}
.header_div, .contentMain_div {
    float: left;
    width: 1200px;
}
.contentInfo_div, .search_table {
    float: left;
    text-align: center;
    border: 1px solid #CDC0C0;
    background-color: #D2E6D8;
    padding: 1px;
    color: #000000;
    font-weight: bold;
}
.search_table {
    margin: 10px;
}
.search_table td {
    border: 1px solid #CDC0C0;
    padding: 5px;
    font-weight: bold;
}
/*  --------------------------------------------------
 :: timeBlocks
 -------------------------------------------------- */
.timeBlockHeader {
    width: 1195px;
    float: left;
    text-align: center;
    border: 1px solid #D7D0D0;
    background-color: #D2E6D8;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
}
.dayOfMonth {
    width: 60px;
    float: left;
    line-height: 20px;
    text-align: right;
    font-size: 11px;
}
.hourOfDay_div {
    border-bottom: 2px solid #D7D0D0;
}
.timeBlockHeaderByName {
    text-align: center;
    float: left;
    width: 30px;
    line-height: 20px;
    padding: 1px;
}
.comment_class {
    width: 159.4px !important;
    text-align: center;
}
.restHours {
    width: 40px !important;
}
.timeBlockDescription {
    border: 1px solid #D7D0D0;
    width: 1195px;
    float: left;
}
.timeBlocks {
    width: 15px;
    height: 20px;
    float: left;
    border: 1px solid #D7D0D0;
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.timeBlockDesc_WORK, .days_info, .timeBlockDesc_EMERGENCY_DUTIES, .timeBlockDesc_SECONDARY_WORK, .timeBlockDesc_EXTRAORDINARY_WORK {
    background-color: #ffffff;
}
.timeBlockDesc_REST, .timeBlockDesc_BONUS_REST {
    background-color: #000000 !important;
    color: #ffffff;
}
.timeBlockDesc_UNKNOWN, .timeBlockDesc_null {
    background-color: #C9C8CF !important;
}
.dayOfTimeBlocks {
    height: 20px !important;
    text-align: center;
}
.dayOfTimeBlocksClockChange {
    height: 32px !important;
    text-align: center;
}
.timeBlocks_rest {
    width: 42.2px;
    text-align: center;
    background-color: #ffffff;
}
.days_div {
    width: 90px;
    height: 20px;
}
.approvalRemovalButtons {
    float: left;
    width: 450px;
    margin-top: 40px;
    padding-left: 40px;
    padding: 4px;
    background-color: #D2E6D8;
}
.approval_div {
    float: inherit;
    margin-left: 20px;
}
.removal_div {
    float: inherit;
    margin-left: 40px;
}
.position {
    height: 20px;
    padding-right: 1px;
    text-align: center;
}
.positionClockChange {
    height: 32px;
    padding-right: 1px;
    text-align: center;
}
.timeBlockHeader_div {
    line-height: 40px;
}
.tealFade {
    background: -moz-linear-gradient(top, #A3D0C1 0%, #19B286 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A3D0C1), color-stop(100%,#19B286)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A3D0C1', endColorstr='#19B286',GradientType=0 ); /* ie */
}
.disembarked {
    cursor: pointer;
    text-decoration: underline;
    color: #FF0000 !important;
}
.orphaned {
	cursor: pointer;
	text-decoration: underline;
	color: #FF6600 !important;
}

.overdueColor {
    color: #FF0000;
}
.disembarkedColor {
    background-color: #F1F5B4;
}
.saFRA {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
}
/*  --------------------------------------------------
 :: Monthly Approvals
 -------------------------------------------------- */
.monthly_employeeId_header {
    width: 200px;
}
.monthly_employeeName_header {
    width: 300px;
}
.monthly_rank_header, .monthly_dept_header {
    width: 150px;
}
.monthlyPending_approvals {
    width: 355px;
}
.monthName_class {
    color: #F20505 !important;
    padding: 4px;
    cursor: pointer;
    text-decoration: underline;
}
/*  --------------------------------------------------
 :: ILO Violations
 -------------------------------------------------- */
.comments_list {
    float: left;
    width: 250px;
}
.tooltip_span {
    font-size: 14px !important;
}
.dayInfo_class {
    width: 100px !important;
}
#violationConfirmApprove, #violationConfirmContinue {
    width: 195px !important;
    float: right;
    margin-right: 7px;
}
/*  --------------------------------------------------
 :: Violation dialog box
 -------------------------------------------------- */
div#violationComments {
    width: 660px;
    height: 250px;
    margin-top: 35px;
    float: left;
}
div.violationCommentRowClass {
    float: left;
    height: 89px;
    margin-left: 13px;
}
div.violationCommentRowDetails {
    width: 214px;
    height: 88px;
    float: left;
}
div.violationCommentDetailsBorder {
    border: 1px solid #000000;
    width: 58px;
    float: left;
    background: #ffffff;
}
div.violationDetailsCheck, .violationRemovalDetailsCheck {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 9px ridge #fcfcfc;
}
div.violationDetailsDesc {
    float: left;
    width: 141px;
    margin-left: 2px;
    margin-top: 5px;
    font-size: 16px;
}
#violationConfirmContinue, #violationRemovalConfirmContinue {
    float: right;
    position: relative;
    text-align: center;
}
#violationConfirmCancel, #violationRemovalConfirmCancel {
    float: right;
    position: relative;
    text-align: center;
    margin-left: 5px;
}
.violationContinueDisabledButton {
    background: #E4E4E4 !important;
    color: #CCCCCC !important;
    width: 120px !important;
    height: 60px !important;
    font-family: "Arial" !important;
    font-weight: bold !important;
    font-size: 14px !important;
    margin-top: 4px !important;
    border: 1px solid #CCCCCC !important;
}
.dialogBackGround {
    background: #A3D0C1 !important;
    color: #000000 !important;
    font-family: "Arial" !important;
    font-weight: bold !important;
    font-size: 16px !important;
    border: 1px solid #000000 !important;
}
.violationCommentConfirmDialogBoxTitle {
    background: -moz-linear-gradient(top, #6699CC 0%, #0054A0 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6699CC), color-stop(100%,#0054A0)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6699CC', endColorstr='#0054A0',GradientType=0 ); /* ie */
    height: 40px;
    font-family: "Arial";
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 0px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
}
.violationCommentConfirmDialogBoxWidget {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
}
.violationCommentConfirmDialogBoxTitle {
    background: -moz-linear-gradient(top, #6699CC 0%, #0054A0 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6699CC), color-stop(100%,#0054A0)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6699CC', endColorstr='#0054A0',GradientType=0 ); /* ie */
    height: 40px;
    font-family: "Arial";
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 0px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
}
.violationRemovalCommentConfirmDialogBoxWidget {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
}
.violationContinueDisabledButton {
    background: #E4E4E4 !important;
    color: #CCCCCC !important;
    width: 120px !important;
    height: 60px !important;
    font-family: "Arial" !important;
    font-weight: bold !important;
    font-size: 14px !important;
    margin-top: 4px !important;
    border: 1px solid #CCCCCC !important;
}
.dialogButtons {
    background: -moz-linear-gradient(top, #6699CC 0%, #0054A0 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6699CC), color-stop(100%,#0054A0)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6699CC', endColorstr='#0054A0',GradientType=0 ) !important;
    color: #ffffff !important;
    width: 120px !important;
    height: 60px !important;
    font-family: "Arial" !important;
    font-weight: bold !important;
    font-size: 16px !important;
    margin-top: 4px;
}
div.checkBoxClickImage {
    background: url(../../images/icons/48x48/timeBlockTick.png ) 55% 35% no-repeat !important;
}
div.violationRemovalRowDetails {
    margin-top: 20px;
    height: 150px;
}
/*  --------------------------------------------------
 :: Violations on tooltip
 -------------------------------------------------- */
#saAlertMain {
    height: 80px;
    width: 380px;
}
div#saAlert {
    background-color: #D21818;
    border: 1px solid #000000;
    color: white;
    float: left;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    font-size: 15px;
    font-weight: bolder;
}
div#saAlertComments {
    background-color: #FFFFFF;
    background-position: initial initial;
    background-repeat: initial initial;
    border: 1px solid #000000;
    float: left;
    height: 80px;
    width: 260px;
}
div.saAlertCommentsDesc {
    padding-left: 20px;
    font-size: 11px;
}
.violations li {
    font-weight: bold;
}
.no-results-found {
    padding: 20px;
    margin-top: 20px;
    font-weight: bold;
}
.timeBlocksClockForward {
    background-color: #FFFFFF;
    border: 1.5px solid orange;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    text-align: center;
    width: 15px;
}
.timeblockVerticalAlign {
    vertical-align: top;
    float: left;
}
.timeBlocksWithClockChange {
    width: 15px;
    height: 32px;
    float: left;
    border: 1px solid #D7D0D0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 3;
}
.timeBlocks_rest_clockChange {
    width: 42.2px;
    text-align: center;
    background-color: #ffffff;
}
.timeBlocksClockChangeInfo {
    border: 1px solid #D7D0D0;
    background-color: #ffffff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    text-align: center;
    line-height: 3;
}
#largePendingApprovalConfirmCancel, #largePendingApprovalConfirmContinue {
    float: right;
    position: relative;
    text-align: center;
    margin-left: 5px;
}
#largeScheduleDeviationApprovalConfirmCancel, #largeScheduleDeviationApprovalConfirmContinue {
    float: right;
    position: relative;
    text-align: center;
    margin-left: 5px;
}