.incompleted {
    color: #000000;
}
.completed {
    color: #008000;
    font-weight: bold;
}
.strike-through {
    text-decoration: line-through;
    color: #f00;
    margin-left: 2px;
    padding: 0px 2px;
}

.form-control[readonly] {
    cursor: auto;
}

.tooltip-inner {
    max-width: 1000px;
}

.text-capitalize{text-transform:capitalize !important}
.text-uppercase{text-transform:uppercase}
.transform-unset {text-transform: none !important; } 

.bg_color_grey {
    background: #f5f5f5 !important;
}
.bg_color_darkgrey {
    background: #cdcdcd !important;
}
.bg_color_lightgrey {
    background: #eeeeee !important;
}
.bg_color_ef {
    background: #efefef !important;
}
.covid-box {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px 10px 0px 10px;
}
.covid-box-signoff {
    padding-bottom: 10px;
    margin-top: -10px;
}
.covid-box-signoff .row {
    margin: 0px;
}
.covid-box-signoff .col-md-4 {
    padding: 0px 5px;
}
.covid-box legend {
    border: none;
    font-size: 14px;
    width: auto;
    font-weight: bold;
    margin-bottom: 0px;
}
.covid-box-popup {
    border: 1px solid #cbc5c5;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
}
.covid_date span i {
    height: 20px;
    width: 20px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    font-style: normal;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right: 8px;
    cursor: pointer;
    background-color: #47a447;
}
.act-as-link {
    cursor: pointer;
}
.on-signer-label {
    white-space: normal;
    line-height: 14px;
    background: #519ae9;
    width: 80px;
}
.pop-over .popover {
    min-width: 190px;
}
.crew-onsigner-close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.inline-fields .form-control {
    display: inline-block;
    width: 67%;
}
.inline-fields .form-control.last {
    float: right;
    width: 30%;
}
.w50 {width: 50px; } 
.w60 {width: 60px; } 
.w70 {width: 70px; } 
.w80 {width: 80px; } 
.w90 {width: 90px; } 
.w100 {width: 100px; } 
.w110 {width: 110px; } 
.w120 {width: 120px !important; } 
.w130 {width: 130px; } 
.w140 {width: 140px; } 
.w150 {width: 150px; } 
.w200 {width: 200px; } 
.w225 {width: 225px; } 
.w220 {width: 220px; } 
.w300 {width: 300px; } 
.w400 {width: 400px; } 
.w500 {width: 500px; } 
.w600 {width: 600px; } 
.w700 {width: 700px; }
.wauto{ width:auto !important;}
.w50percent{ width:50% !important;}
.w100percent{ width:100% !important;}


.h20 {height: 20px; } 
.h50 {height: 50px; }
.h100 {height: 100px; } 
.h150 {height: 150px; } 
.h200 {height: 200px; } 
.h250 {height: 250px; }
.h300 {height: 300px; } 
.h350 {height: 350px; } 
.h400 {height: 400px; }

.f9{ font-size:9px !important; }
.f10{ font-size:10px !important; }
.f12{ font-size:12px !important; }
.f11{ font-size:11px !important; }
.f13{ font-size:13px !important; }
.f14{ font-size:14px !important; }
.f15{ font-size:15px; }
.f16{ font-size:16px !important; }
.f18{ font-size:18px !important; }
.f20{ font-size:20px; }

.mtop20 {
    margin-top: 20px !important;
}
.mtop0 {
    margin-top: 0px !important;
}

.mbotom20 {
    margin-bottom: 20px;
}

.mleft10 {
    margin-left: 10px !important;
}
.h28 {
    height: 28px;
}
.ptb-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.sm {
    font-size: 10px;
    font-weight: normal;
}
.font-bold {
    font-weight: bold;
}
.error {
    color: #f00;
}
.text {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 1px;
}
select.form-control {
    padding: 6px 3px 6px 3px;
}

.help-text {
    color: #666;
    font-size: 11px;
}
td.report_unit {
    width: 50px;
    font-weight: bold;
}
tr.travelpo td {
    background: #d9ebf0 !important;
}
.tr_error { background: #fdcece; }
.inline-fields3 .form-control {
    display: inline-block;
    width: 70%;
}
.inline-fields4 .form-control {
    display: inline-block;
    width: 75%;
}
.inline-fields3 .btn,
.inline-fields4 .btn {
    float: right;
}

.status_draft {
    background: #428bca;
    color: #fff;
}
.status_open {
    background: #ff8000;
    color: #fff;
}
.status_closed {
    background: #008000;
    color: #fff;
}
.status_verified {
    background: #004000;
    color: #fff;
}

.AUDITStatus_0 {
    background: #0080c0;
    color: #fff;
}
.AUDITStatus_5 {
    background: #ff8000;
    color: #fff;
}
.AUDITStatus_10 {
    background: #004000;
    color: #fff;
}

.f10 {
    font-size: 10px;
}
.f12 {
    font-size: 12px !important;
}
.f14 {
    font-size: 14px;
}
.f16 {
    font-size: 16px;
}

.paddtb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.m-0 {margin: 0 !important; }
.padding0 {padding-top: 0px !important;}
.ptb-2 {padding-top:2px!important; padding-bottom: 2px !important; }
.ptb-5 {padding-top:5px!important; padding-bottom: 5px !important; }
.pt-10 {padding-top:10px!important ; }
.pt-15 {padding-top:15px!important ; }
.pt-20 {padding-top:20px!important ; }
.pt-25 {padding-top:25px!important ; }
.pad20 {padding: 20px;}
.jq_cloning_row.mtop5:first-child{margin-top: 0px;}
.mtop-2{margin-top: -2px !important;}
.mtop0{margin-top: 0px !important;}
.mtop2{margin-top: 2px !important; }
.mtop5{margin-top: 5px !important; }
.mtop7{margin-top: 7px !important; }
.mtop9{margin-top: 9px !important; }
.mtop10{margin-top: 10px !important;}
.mtop15{margin-top: 15px !important;}
.mtop20{margin-top: 20px !important;}
.mtop25{margin-top: 25px !important;}
.mtop30{margin-top: 30px;}
.mtop-30 {margin-top: -30px;}
.mtop40{margin-top: 40px !important;}
.mtop43{margin-top: 43px !important;}

.pbot0{padding-bottom: 0px !important;}
.pbot10{padding-bottom: 10px !important;}
.pbot15{padding-bottom: 15px !important;}
.pbot25{padding-bottom: 25px !important;}

.mleft0{margin-left: 0px !important;}
.mleft10{margin-left: 10px !important;}
.mleft5{margin-left: 5px !important;}
.mleft8{margin-left: 8px !important;}
.mleft15 {margin-left: 15px !important;}
.mleft145 {margin-left: 145px !important;}
.ml0 { margin-left: 0px !important; }

.mr0 { margin-right: 0px !important; }
.mright5{margin-right: 5px !important;}
.mright8{margin-right: 8px !important;}
.mright15{margin-right: 15px !important;}
.mright20{margin-right: 10px;}

.pad23 {padding: 2px 3px !important;}
.pad3 {padding: 3px !important;}
.pad5 {padding: 5px !important;}
.pad9 {padding: 9px !important;}
.pad10 {padding: 10px !important;}
.pad15 {padding: 15px;}
.pad0 {padding: 0px !important;}
.padl10 {padding-left: 10px;}
.padl15 {padding-left: 15px !important;}
.padl20 {padding-left: 20px !important;}
.padl25 {padding-left: 25px !important;}
.padlr10 {padding-left: 10px; padding-right: 10px;}
.padlr5 {padding-left: 5px; padding-right: 5px;}
.padlr0 {padding-left: 0px !important; padding-right: 0px !important;}
.padr10 {padding-right: 10px;}
.padr0 {padding-right: 0px !important;}
.padr25 {padding-right: 25px !important;}
.padr30 {padding-right: 30px !important;}

.mbotom0{margin-bottom: 0px !important;}
.mbottom5{margin-bottom: 5px;}
.mbotom10{margin-bottom: 10px !important;}
.mbotom15{margin-bottom: 15px !important;}
.mbotom20{margin-bottom: 20px !important;}
.mbotom30{margin-bottom: 30px;}
.mbotom40{margin-bottom: 40px;}

.top-3 { top: -3px; }

.jq_show_desc {
    background-color: #428bca;
    color: #fff !important;
    text-decoration: none;
    padding: 2px 5px;
    border-radius: 6px;
    display: inline-block;
    height: 18px;
    line-height: 11px;
}
.jq_show_desc:focus,
.jq_show_desc:hover {
    text-decoration: none;
}

.jq_toggle_html_desc {
    background-color: #428bca;
    color: #fff !important;
    text-decoration: none;
    padding: 2px 5px;
    border-radius: 6px;
    display: inline-block;
    height: 18px;
    line-height: 11px;
}
.jq_toggle_html_desc:focus,
.jq_toggle_html_desc:hover {
    text-decoration: none;
}

.p0 {
    padding: 0 !important;
}

/*font color list Start*/
.red {
    color: #f00;
}
.blue {
    color: #00f;
}
.green {
    color: #00b000;
}
.warning {
    color: #f0ad4e;
}
.fc-0 {
    color: #000 !important;
}
.fc-1 {
    color: #519ae9;
}
.fc-2 {
    color: #f13c67;
}
.fc-10 {
    color: #ff8500;
}
.fc-5 {
    color: #217dbb;
}
.fc-ff {
    color: #ffffff !important;
}
.fc-85 { color: #B2B2B2; }
.fc-40 { color: #159A24; }
.fc-60 { color: #ffa800 !important; }
.critical_1 {
    color: red;
    font-weight: bold;
}
.critical_0 {
    color: #00b300;
    font-weight: bold;
}

.component_tr {
    font-size: 12px;
    color: #000000;
}
.component_tr a {
    color: #00f;
    font-weight: bold;
}
.subcomponent_tr {
    font-size: 12px;
    color: #616161;
}

/*------------------- Drag-Drop Pop Up CSS ------------------ */

#sortable1 {
    border: 2px dashed #a5a5c7;
    width: 100%;
    min-height: 380px;
    list-style-type: none;
    margin: 0;
    padding: 8px 5px;
    float: left;
    margin-right: 10px;
}
#sortable2 {
    border: 2px dashed #a5a5c7;
    background: #fafafa;
    width: 100%;
    min-height: 380px;
    list-style-type: none;
    margin: 0;
    padding: 8px 5px;
    float: left;
    margin-right: 10px;
}
#sortable1 li,
#sortable2 li {
    margin: 0 5px 8px 5px;
    padding: 5px;
    width: 96%;
    border-radius: 3px;
    cursor: move;
}
#sortable2 li {
    background: #89b43f;
    color: #ffffff;
    border: 1px solid #89b43f;
}

#sortable1 .ui-state-default {
    background: #fff;
    color: #333;
    border: 1px solid #333;
}

.dropdown-wrapper .dropdown-menu {
    text-align: left;
    background: #3095d9;
    border: none;
    z-index: 9999;
    font-size: 13px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-wrapper .dropdown-menu a {
    display: block;
    border: none;
    text-align: left;
    color: #fff;
    padding: 5px;
}
.dropdown-wrapper .dropdown-menu a:hover {
    text-decoration: none;
    background: #000ba2;
}
.dropdown-wrapper .dropdown-menu a:hover i {
    color: #fff;
}
.dropdown-wrapper .dropdown-menu a i {
    font-size: 15px;
    margin-left: 3px;
    margin-right: 5px;
}
.dropdown-wrapper .dropdown-menu a img {
    margin-left: 3px;
    margin-right: 5px;
}
.dropdown-wrapper .dropdown-menu a i.fa-clock-o {
    margin-right: 8px;
}
.dropdown-wrapper .btn.dropdown-toggle {
    padding: 0px 8px;
}

.action-dropdown {
    position: static;
}

.dropdown:hover.disable-wrapper .dropdown-menu,
.dropdown.disable-wrapper .dropdown-menu,
.dropdown-wrapper.disable-wrapper .dropdown-menu {
    display: none;
}
.dropdown.disable-wrapper button,
.dropdown-wrapper.disable-wrapper button {
    background-color: #428bca;
    border-color: #357ebd;
    opacity: 0.65;
    cursor: not-allowed;
}

.toggle.off .toggle-group {
    left: -63%;
    top: 0px;
    height: 21px;
}
.toggle-group {
    width: 165%;
    top: -1px;
    height: 21px;
}
.btn.btn-success.active.toggle-off {
    background: #888;
}
.toggle.btn-success {
    background: #888;
    border: #888;
}
.toggle.btn-danger {
    background: #f00;
}
.btn-danger.toggle-on {
    background: #f00;
}
.btn.btn-danger.toggle-on {
    padding-top: 1px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background: #f00;
}
.btn-dark-green{background-color:#075901;color: #fff;border-color: #075901;}
.btn-dark-green:hover, .btn-dark-green:focus, .btn-dark-green:active{color: #fff;}
.relative-position {
    position: relative;
}

.w210 {
    width: 210px;
}
.accrual-table th,
.accrual-table td {
    padding: 4px 2px !important;
    font-size: 12px;
}
.tableFixHead {
    overflow-y: auto;
    max-height: 600px;
    width: 100%;
}
.tableFixHead th {
    position: sticky;
    top: -1px;
    background: #e8f2f8;
    border: 1px solid #b1d1e5 !important;
    z-index: 99 !important;
}
.tableFixHead tr:nth-child(2) th {
    position: sticky;
    top: 28px;
    background: #e8f2f8;
    border: 1px solid #b1d1e5 !important;
    z-index: 99 !important;
}

.drop-down-icon {
    color: #fff;
}
.drop-down-icon i {
    font-size: 16px;
    margin: 0px 5px;
}

/* RFQ Compare Quote */
.suppliercolor1 th {
    background-color: #fdead8 !important;
    border-color: #fadcc0 !important;
}
.suppliercolor1 td {
    background-color: #fff8f2 !important;
    border-color: #fadcc0 !important;
}
.suppliercolor2 th {
    background-color: #caebfc !important;
    border-color: #a5cee2 !important;
}
.suppliercolor2 td {
    background-color: #e7f5fc !important;
    border-color: #a5cee2 !important;
}
#table-wrapper-quote-list {
    position: relative;
    float: left;
    width: 35%;
}
#table-scroll-part-list {
    width: auto;
    overflow-y: hidden;
    max-height: 500px;
}
#table-wrapper-tasks {
    position: relative;
    width: 62%;
    float: right;
}
#table-scroll-tasks {
    overflow-x: scroll;
    overflow-y: scroll;
    max-height: 600px;
    margin-top: -1px;
}
.tableFixHead tr:nth-child(2) th.suppliercolor1 {
    border-color: #fadcc0 !important;
    top: 26px;
}
.tableFixHead tr:nth-child(2) th.suppliercolor2 {
    border-color: #a5cee2 !important;
    top: 26px;
}
#table-scroll-tasks table.table thead th a {
    display: inline-block;
    background: none;
    float: right;
}
#table-scroll-tasks .tableFixHead tr:nth-child(2) th {
    border-color: #fadcc0 !important;
}
/*.help-text {
    font-size: 9px;
}*/

#table-scroll-tasks::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    background-color: #ccc;
}
#table-scroll-tasks::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
    height: 8px;
}

#table-scroll-tasks::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #3498db;
}
.ihm-image {
    width: 24px;
    height: 24px;
    margin-top: 0px !important;
}
.js_crew_item.selected,
.js_crew_item.selected:hover {
    background: #f2dede;
    color: #000;
}
.crew-select-table {
    max-height: 300px;
}

.crew-select-table tr {
    cursor: pointer;
}

.scheduler_default_tree_image_no_children {
    display: none;
}
.scheduler_default_rowheader_inner_indent,
.scheduler_default_rowheader_inner_text {
    margin-left: 2px !important;
}

.suppliercolor1 a,
.suppliercolor2 a {
    float: left !important;
}
.suppliercolor1 a:last-child,
.suppliercolor2 a:last-child {
    float: right !important;
}

.rank-name {
    background: #e2284d;
    display: inline-block;
    margin: 0px 5px;
    padding: 5px 8px 5px 5px;
}

.table-cell {
    display: inline-block;
}
.table-cell .btn {
    width: 150px;
    margin-right: 10px;
}

.padding0 {
    padding-top: 0px !important;
}

.ihm-notes {
    font-size: 11px;
    text-align: left;
    display: block;
    margin-left: 15px;
}

.ihm-label {
    position: relative;
    border: 1px solid #b1d1e5;
    padding: 13px 0px 0px 0px;
    text-align: center;
    height: 194px;
}
.ihm-comp-text {
    position: absolute;
    top: -11px;
    left: 10px;
    background: #fff;
    padding: 0px 5px;
}

.ajax-file-upload {
    font-size: 13px !important;
    padding: 4px 20px 10px 20px !important;
    line-height: 22px !important;
    height: 30px !important;
}

.ihm-upload-wrapper .help-block.error {
    margin-top: 0px;
}

.tableFixHead table {
    border-collapse: separate;
}
.tableFixHead th,
.tableFixHead td,
.tableFixHead tr:nth-child(2) th {
    border-right: 0px !important;
    border-bottom: 0px !important;
}

.table-action-button {
    float: right;
    margin-bottom: 16px;
}

.po-row {
    background-color: #428bca;
    font-weight: bold;
    color: #fff;
}
.po-row:hover td {
    background-color: #428bca !important;
    font-weight: bold;
    color: #fff;
}

.risk-head a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000 !important;
    padding: 5px 8px;
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
    display: inline-block !important;
}
.risk-table-grey {
    background: #d9d9d9 !important;
}
.risk-table-white {
    background: #fff !important;
}
.risk-table-minimal {
    background: #92d050 !important;
}
.risk-table-moderate {
    background: #ffff00 !important;
}
.risk-table-substainel {
    background: #ffc000 !important;
}
.risk-table-intolerable {
    background: #ff0000 !important;
}
.risk-table-data td {
    border-color: #000 !important;
    text-align: center;
}
.like-hood {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: 1.5em;
}
.like-hood div {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
}
.text-danger:hover {
    color: #f00;
}
.text-label {
    padding-top: 7px;
}

/*-----------Chat Box CSS Start Here --------------*/

.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}
.chat_box_wrapper.chat_box_small.chat_box_active {
    height: 450px;
    overflow-y: scroll;
    width: 100%;
}

.chat_box {
    padding: 16px;
}
.chat_box .chat_message_wrapper::after {
    clear: both;
}
.chat_box .chat_message_wrapper::after,
.chat_box .chat_message_wrapper::before {
    content: " ";
    display: table;
}
.chat_box .chat_message_wrapper .chat_user_avatar {
    float: left;
}
.chat_box .chat_message_wrapper {
    margin-bottom: 10px;
}
.md-user-image {
    border-radius: 50%;
    width: 34px;
}

.chat_box .chat_message_wrapper ul.chat_message,
.chat_box .chat_message_wrapper ul.chat_message > li {
    list-style: outside none none;
    padding: 0;
}
.chat_box .chat_message_wrapper ul.chat_message {
    float: left;
    margin: 0 0 0 20px;
    max-width: 77%;
}
.chat_box.chat_box_colors_a
    .chat_message_wrapper
    ul.chat_message
    > li:first-child::before {
    border-right-color: #616161;
}
.chat_box .chat_message_wrapper ul.chat_message > li:first-child::before {
    border-color: transparent #ededed transparent transparent;
    border-style: solid;
    border-width: 0 16px 16px 0;
    content: "";
    height: 0;
    left: -14px;
    position: absolute;
    top: 0;
    width: 0;
}
.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li {
    background: #e8f2f8 none repeat scroll 0 0;
    color: #000000;
    float: left;
}

.chat_box .chat_message_wrapper ul.chat_message > li {
    background: #ededed none repeat scroll 0 0;
    border-radius: 4px;
    clear: both;
    display: block;
    float: left;
    font-size: 13px;
    padding: 8px 16px;
    position: relative;
    word-break: break-all;
}
.chat_box .chat_message_wrapper ul.chat_message,
.chat_box .chat_message_wrapper ul.chat_message > li {
    list-style: outside none none;
    padding: 0;
}
.chat_box .chat_message_wrapper ul.chat_message > li {
    margin: 0;
}
.chat_box .chat_message_wrapper ul.chat_message > li p {
    margin: 0;
}

.chat_box .chat_message_wrapper ul.chat_message > li .chat_message_time {
    display: block;
    font-size: 11px;
    padding-top: 2px;
    text-transform: uppercase;
    color: #888;
}
.chat_message_right .help-text {
    text-align: right;
}
.chat_box .chat_message_wrapper.chat_message_right .chat_user_avatar {
    float: right;
}
.chat_box .chat_message_wrapper.chat_message_right ul.chat_message {
    float: right;
    margin-left: 0 !important;
    margin-right: 24px !important;
    text-align: left;
}
.chat_box.chat_box_colors_a
    .chat_message_wrapper.chat_message_right
    ul.chat_message
    > li:first-child::before {
    border-left-color: #e8ffd4;
}
.chat_box.chat_box_colors_a
    .chat_message_wrapper.chat_message_right
    ul.chat_message.chat_message_alert
    > li:first-child::before {
    border-left-color: #f8d7da;
}
.chat_box.chat_box_colors_a
    .chat_message_wrapper
    ul.chat_message
    > li:first-child::before {
    border-right-color: #e8f2f8;
}
.chat_box
    .chat_message_wrapper.chat_message_right
    ul.chat_message
    > li:first-child::before {
    border-color: transparent transparent transparent #ededed;
    border-width: 0 0 29px 29px;
    left: auto;
    right: -14px;
}
.chat_box .chat_message_wrapper ul.chat_message > li:first-child::before {
    border-color: transparent #ededed transparent transparent;
    border-style: solid;
    border-width: 0 29px 29px 0;
    content: "";
    height: 0;
    left: -14px;
    position: absolute;
    top: 0;
    width: 0;
}
.chat_box.chat_box_colors_a
    .chat_message_wrapper.chat_message_right
    ul.chat_message
    > li {
    background: #e8ffd4 none repeat scroll 0 0;
    float: right;
}
.chat_box.chat_box_colors_a
    .chat_message_wrapper.chat_message_right
    ul.chat_message.chat_message_alert
    > li {
    background: #f8d7da none repeat scroll 0 0;
}
.chat_box .chat_message_wrapper ul.chat_message > li {
    background: #ededed none repeat scroll 0 0;
    border-radius: 12px;
    clear: both;
    display: block;
    float: left;
    font-size: 13px;
    padding: 8px 16px;
    position: relative;
}
.chat_submit_box {
    padding: 10px;
}
.chat_submit_box input {
    width: 97%;
    display: inline-block;
    .widget-title.with-button h3 {
        padding-top: 5px;
    }
}

/*-------------- Chat Box CSS End here -----------------*/

.add-bunker {
    font-size: 12px;
}
.add-bunker .form-control {
    font-size: 12px;
    padding: 6px 4px;
}
.w65 {
    width: 65px;
}
.add-bunker .table th,
.add-bunker .table td {
    padding: 4px 3px !important;
}
.add-bunker .inline-fields2 .form-control:first-child {
    border-radius: 4px 0px 0px 4px;
}
.add-bunker .inline-fields2 .form-control:last-child {
    border-radius: 0px 4px 4px 0px;
    border-left: 0px;
}
.add-bunker form .form-group .iconed-input {
    margin-left: 130px;
}
.add-bunker form .form-group label {
    width: 120px;
}

.vcf_link {
    background: none !important;
    display: inline-block !important;
    margin-left: 10px;
}

.dashboard-button-wrapper {
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #b1d1e5;
    padding-bottom: 10px;
}
.dashboard-button-wrapper img {
    height: 40px;
    margin: 0px 15px 12px 15px;
}

/*------------ Quote Compare CSS Start here ----------*/
#FreezeTable {
    max-height: 500px;
    overflow-x: auto;
}
.GridViewScrollHeader th,
.GridViewScrollHeader td {
    white-space: nowrap;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    vertical-align: top;
    background-color: #fafafa;
}
.GridViewScrollItem td {
    white-space: nowrap;
}

.GridViewScrollItemFreeze td,
.GridViewScrollItemFreeze th {
    white-space: nowrap;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fafafa;
    color: #444444;
}
.suppliercolor1 {
    background-color: #f4f4f4 !important;
}
.suppliercolor2 {
    background-color: #e7f5fc !important;
}
#FreezeTable_Content_Fixed::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    background-color: #ccc;
}
#FreezeTable_Content_Fixed::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
    height: 8px;
}

#FreezeTable_Content_Fixed::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #3498db;
}

.clone-scroll-bar-wrap {
    overflow: hidden !important;
}

#FreezeTable_Content_Fixed .GridViewScrollItem td:nth-child(2) {
    white-space: normal;
}

/*-------------Quote Compare CSS End Here -------*/

.compare-left-wrapper {
    border-right: 1px solid #b1d1e5;
    font-size: 12px;
}

.quote-result .page-header {
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid;
}
.quote-result .widget .widget-content {
    border-radius: 6px;
}
.quote-result .page-header h1 {
    color: #fff;
}

.rfq-agents {
    font-weight: bold;
    margin: 8px 0px;
    font-size: 20px;
}

.js_comp_details {
    font-size: 13px;
}
.pms_parts_table {
    font-size: 13px;
    margin-top: 10px;
}

.oil-help-text {
    color: #666;
    font-size: 11px;
    display: block;
    font-weight: normal;
    position: absolute;
}
.oil-help-text-td {
    color: #666;
    font-size: 11px;
    display: block;
    font-weight: normal;
}
.widget-title.with-button {
    height: 40px;
}
.widget-title.with-button h3 {
    padding-top: 5px;
}

.supplier-compare {
    border-radius: 5px;
    padding: 5px 20px 5px 5px;
    border: 1px solid #b1d1e5;
    background: #e8f2f8;
    width: calc(100% / 6 - 13px);
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
}
.show_hide_quote { position:absolute; top:0; right:0; border-radius: 4px; padding: 3px 5px; font-size: 12px; }
.show_hide_quote:hover { color: #000; }
.quote_draft i { padding: 3px 5px; background: #eee; color: #000; cursor: pointer; margin-top: 5px; border-radius:4px; display: inline-block; font-size: 11px; }
.supplier-compare:nth-child(5n+6){ margin-right: 0; }
.modifies_quote_info { padding: 10px; margin: 4px 0px 8px 0px; border-width: 1px 1px 1px 8px; border-style: solid; border-color: #B1D1E5; border-radius: 6px; font-size: 14px; float: left; width: 100%; }

.modifies_quote_info.update_quote_info { border-color: #FF8500; }
.modifies_quote_info.deleted_quote_info { border-color: #ff3b38; }
.modifies_quote_info.new_quote_info { border-color: #159A24; }

.modifies_quote_info.update_quote_info label{ color: #FF8500; font-size: 12px; }
.modifies_quote_info.deleted_quote_info label{ color: #ff3b38; font-size: 12px; }
.modifies_quote_info.new_quote_info label{ color: #159A24; font-size: 12px; }

.modifies_quote_info ul{ font-size: 11px; }
.quote_item_detail label { margin-bottom: 3px; }
.quote_compare_comment {position: absolute; right: 24px; top: 5px;  }
.quote_compare_comment i {color: #fff !important; font-size: 18px !important; }
.quote_compare_comment.fa-comment:before { margin-top: -1px; display: block; }
.quote_discounted { min-height: 155px; margin-bottom: 20px;}
.quote_discounted .iconed-input { margin-top: 5px; }

.supplier_discounted>.row>[class^="col-"]{margin-bottom: 20px;}
.supplier_discounted .discounted_unit_price { color: #888888 }
.supplier_discounted .discounted_percentage { font-weight:bold; }

.supplier_discounted { margin-top: 15px; }
.supplier_discounted .widget-title h3 { width: 250px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; color: #000; text-shadow: none; }

.supplier_color1 .widget-title { background: #fdead8; border-color: #fadcc0; }
.supplier_color1 .widget-content { background: #fff8f2; border-color: #fadcc0; }

.supplier_color2 .widget-title { background: #caebfc; border-color: #a5cee2; }
.supplier_color2 .widget-content { background: #e7f5fc; border-color: #a5cee2; }

.supplier_color3 .widget-title { background: #c1fad0; border-color: #a7efba; }
.supplier_color3 .widget-content { background: #e5fceb; border-color: #a7efba; }

.supplier_color4 .widget-title { background: #d1c4e9; border-color: #b39ddb; }
.supplier_color4 .widget-content { background: #ede7f6; border-color: #b39ddb; }

.supplier_color5 .widget-title { background: #f8bbd0; border-color: #f48fb1; }
.supplier_color5 .widget-content { background: #fce4ec; border-color: #f48fb1; }

.supplier_color6 .widget-title { background: #b2dfdb; border-color: #80cbc4; }
.supplier_color6 .widget-content { background: #e0f2f1; border-color: #80cbc4; }

.supplier_color7 .widget-title { background: #e6ee9c; border-color: #d4e157; }
.supplier_color7 .widget-content { background: #f0f4c3; border-color: #d4e157; }

.supplier_color8 .widget-title { background: #fff59d; border-color: #fff176; }
.supplier_color8 .widget-content { background: #fff9c4; border-color: #fff176; }

.supplier_color9 .widget-title { background: #c8e6c9; border-color: #a5d6a7; }
.supplier_color9 .widget-content { background: #e8f5e9; border-color: #a5d6a7; }

.supplier_color10 .widget-title { background: #d7ccc8; border-color: #bcaaa4; }
.supplier_color10 .widget-content { background: #efebe9; border-color: #bcaaa4; }

.supplier-compare .supplier-name {
    font-weight: bold;
    display: block;
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.supplier-compare .supplier-quote {
    font-weight: bold;
    display: inline-block;
}

/*----------- Training Schedule CSS ------------*/
#tree1 {
    margin: 0px;
    padding: 5px 0px;
    border: 1px solid #ddd;
    background: #f3f3f3;
    max-height: 600px;
    overflow: auto;
}
#tree1 ul {
    margin: 0px;
    padding: 0px 10px;
    line-height: 20px;
}
#tree1 li {
    list-style: none;
    border-bottom: 1px solid #000;
    margin: 8px;
    padding-bottom: 5px;
}
#tree1 li ul li {
    list-style: none;
    border: none;
    margin: 3px;
    padding-bottom: 0px;
}
.space {
    margin: 10px 0px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.space #js_month_label {
    font-size: 20px;
}
.month_transparent_event_inner span {
    margin-left: 5px;
    display: inline-block;
}
.month_transparent_event_inner span img {
    margin-right: 5px;
}
.crew-search {
    border: none !important;
    color: #666;
    font-size: 12px;
}
.training-location {
    font-style: italic;
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
}
.month_transparent_previous.month_transparent_cell_business,
.month_transparent_cell.month_transparent_next {
    background: #f3f3f3 !important;
    color: #ccc !important;
}
.orientation-check {
    width: 50%;
    margin-bottom: 10px;
    margin-top: 15px;
}

.content-view {
    background: #f5f5f5;
    padding: 10px;
    margin: 0px;
}
.content-view:nth-child(2) {
    background: #d9ebf6;
    padding: 10px;
    margin: 0px;
}
.content-view label {
    margin-bottom: 0px;
    color: #888;
    font-size: 12px;
}
.calendar-legend {
    float: left;
}
.calendar-legend .past {
    width: 16px;
    height: 16px;
    background: #ffedb8;
    display: inline-block;
}
.calendar-legend .fully-booked {
    width: 16px;
    height: 16px;
    background: #e99494;
    display: inline-block;
}
.calendar-legend .active-upcoming {
    width: 16px;
    height: 16px;
    background: #9fc5e8;
    display: inline-block;
}

.kpi-data {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.kpi-data .days-notes {
    margin-top: 10px;
    float: left;
    padding-left: 15px;
}

.dashboard-info {
    background: #fff;
    padding: 3px 7px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    color: #632289;
    font-weight: normal;
    float: right;
    margin-right: 45px;
}

.table-action {
    padding-bottom: 8px;
}
.white-help {
    font-size: 11px;
}
.jq_currency_source_alert {
    float: left;
    margin-left: 15px;
}
.jq_supplier_error {
    float: left;
    margin-left: 15px;
    width: 100%;
}

.cba-table {
    font-size: 12px;
}
.cba-table .cba-table-heading {
    font-size: 14px;
    background: #428bca;
    color: #fff;
}
/*.cba-table td.no-padding {padding: 0px !important; vertical-align: top;}
.cba-table td .form-control {border: none;}
.cba-table td .form-control.require {border-radius: 0px;}*/
.addcba-overlay {
    position: absolute;
    width: 98%;
    background-color: rgba(0, 0, 0, 0.24);
    height: 100%;
    z-index: 99;
}
.newform-wrapper-view {
    background: #f5f5f5;
    padding: 10px 15px;
    border: 1px solid #c0c0c0;
    margin-bottom: 10px;
}
.newform-wrapper-view label {
    margin-bottom: 0px;
    color: #888;
    font-size: 12px;
}
.label-title {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    width: 50px;
    display: inline-block;
}
.newform-wrapper-view legend,
.newform-wrapper legend {
    font-size: 14px;
    border: none;
    margin: 0px;
    width: auto;
    font-weight: bold;
    position: absolute;
    top: -12px;
    background: #fff;
    left: 20px;
    padding: 0px 10px;
}
.newform-wrapper {
    padding: 10px 15px;
    border: 1px solid #c0c0c0;
    margin-bottom: 10px;
}
.dynamic-allowance-box {
    display: none;
    margin-bottom: 5px;
}
.dynamic-due-box {
    display: none;
    margin-bottom: 5px;
}
.additional-allowance {
    background: #f5f5f5;
    padding: 10px 15px;
    border: 1px solid #c0c0c0;
    margin-bottom: 10px;
}
/*only pay roll page applay Start*/
.crew_allotments .applicant_list { float: left; width: 100%; }
.crew_allotments .applicant_list a { float: left; width: 100%; padding: 5px 5px 5px 10px !important; }
.crew_name_pay_roll { float:left; width: calc(100% - 45px); }
.pay_roll_status { width: 40px; float: right; }
.verified_earning_deductions { float:left; width: 100%; margin-top: 10px; }
.sidebar_crew_list { margin-right: 5px; }
.crew_allotments .applicant_list.active .sidebar_crew_list img { filter: brightness(0) invert(1); }

/*Payroll ipload file Design Start*/
.fieldset_section.payroll_upload { padding: 10px; }
.fieldset_section.payroll_upload .attachment-wrapper ul { float: left; width: 100%; }
.fieldset_section.payroll_upload .attachment-wrapper ul li { display: flex; align-items:center; }
.fieldset_section.payroll_upload .attachment-wrapper ul li img { margin-right: 5px; }
.fieldset_section.payroll_upload .attachment-wrapper ul li .remove-upload-file { margin-left: auto; }
.fieldset_section.payroll_upload .attachment-wrapper ul li .remove-ded-upload-file { margin-left: auto; }
.payroll_input { float: left; width: 100%; }
.payroll_input .input-group { width: 150px; float:right; }
.payroll_input hr { margin: 8px 0px; border-top: 1px solid #c0c0c0; width: 100%; float: left;}
.payroll_upload_btn { float: left; width: calc(100% - 160px); }
.payroll_input a { float: left; display:flex; align-items:center; justify-content:center; margin-top: 0 !important; margin-right:  10px;}
.payroll_input .jq_success_file { width: 100%; float:left; }
.payroll_input .jq_success_file a { width: 100%; text-align: left; float: left; justify-content: flex-start; margin-left: 0; }
/*Payroll ipload file Design End*/

/*only pay roll page applay End*/
.payroll-tabs {
    border-bottom: none;
    height: 500px;
    overflow: auto;
}
.payroll-tabs > li {
    float: none;
    margin: 0px;
}
.payroll-rank {
    font-size: 12px;
    color: #666;
    font-style: italic;
}

.payroll-tabs > li.active > a,
.payroll-tabs > li.active > a:hover,
.payroll-tabs > li.active > a:focus {
    background: #233f78;
    border: none;
    border-radius: 0px;
    margin: 0px;
    color: #fff;
    cursor: pointer;
}
.payroll-tabs > li.active .payroll-rank {color: #fff;}
.payroll-tabs.nav-tabs > li > a {
    padding: 5px 15px;
}
.payroll-sign {
    display: block;
    font-size: 12px;
}
.payroll-tab-content.tab-content {
    border: none;
}
.showSelected .label-primary {
    margin-right: 10px;
    margin-bottom: 8px;
    width: 90px;
}
.payroll-summary h3 {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 5px;
    padding-left: 15px;
    margin-bottom: 0px;
}
.payroll-tab-content h3 {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.payroll-tab-content h3.payroll-heading,
.payroll-summary h3 {
    font-size: 18px;
}
.payroll-summary {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    font-size: 12px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.payroll-summary h3.summary-heading {
    font-size: 14px;
    margin-top: 0px;
}
.payroll-tab-content .head-rank {
}
.payroll-content .col-md-2 {
    width: 20%;
    padding-right: 0px;
}
.payroll-content .col-md-10 {
    width: 80%;
}
.componentBox {
    padding: 15px 0px 10px 0px;
}
.widget .payroll-content .widget-content {
    border: none;
    padding: 5px 10px 5px;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 0px;
}
.payroll-tab-content .col-md-4 {
    padding-right: 0px;
}
.payroll-calculation {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 60px !important;
}
.newform_overlay {
    top: 10px;
    right: 10px;
    bottom: 70px;
    left: 10px;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.24);
    margin-bottom: 10px;
    height: 105px;
}
.componentRow {
    display: none;
}
.cba_content {
    box-shadow: none;
}
.cba_content h4.section-title {
    padding: 7px 15px;
    border: 1px solid #217dbb;
    margin-top: 10px;
    border-radius: 5px;
}
.cba_content h3 {
    font-size: 16px !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 5px;
    padding-left: 10px;
    margin-bottom: 10px !important;
    text-shadow: none !important;
    color: #000 !important;
    float: left;
    width: 100%;
}
.cba_content .widget-title {
    background: none;
    border: none;
    box-shadow: none;
}
.cba_content .widget-content {
    border: none;
    background: #f5f5f5;
    float: left;
    border-radius: 0px;
}
.widget.cba_content .widget-controls {
    position: absolute;
    right: 35px;
    top: 15px;
}

.widget .payroll-tab-content a.widget-control:hover,
.cba_content a.widget-control:hover {
    color: #196090 !important;
}
.umms .widget.cba_content {
    margin-bottom: 5px;
    background: #f5f5f5;
    border-radius: 0px;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.widget .payroll-tab-content .widget-controls {
    margin-right: 10px;
    margin-top: 20px;
}
.payroll-content .input-group-addon {
    padding: 6px 9px;
}
.net-pay {
    font-size: 16px;
    background: #ddd;
}
.negative-amount {
    color: #f00;
}
.pay-not {
    width: 18px;
    height: 18px;
    color: #fff;
    background: #f00;
    border-radius: 50%;
    padding: 2px 4px;
    float: right;
    font-size: 13px;
    font-weight: normal;
}
.pay-done {
    width: 18px;
    height: 18px;
    color: #fff;
    background: green;
    border-radius: 50%;
    padding: 3px;
    float: right;
    font-size: 13px;
    font-weight: normal;
}
.pay-draft {
    width: 18px;
    height: 18px;
    color: #fff;
    background: #337ab7;
    border-radius: 50%;
    padding: 3px;
    float: right;
    font-size: 13px;
}

#reject-crew form .form-group,
#propose-vessel form .form-group {
    margin-bottom: 5px;
}

.vessel-purpose-table {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: auto;
    max-height: 450px;
    margin-bottom: 15px;
    min-height: 300px;
    overflow-x: hidden;
}
.vessel-purpose-table table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-wrap {
    position: relative;
}
.vessel-purpose-table th,
.vessel-purpose-table td {
    padding: 5px 10px;
    border: 1px solid #b1d1e5;
    vertical-align: top;
}
.attachment-wrapper ul {
    margin: 0px;
    padding: 0px;
}
.attachment-wrapper ul li {
    list-style: none;
    margin: 5px 0px;
    padding: 0px;
}
.attachment-wrapper li .attach-name {
    /*width: 300px; */
    display: inline-block;
}
.attachment-wrapper li a {
    margin-left: 8px;
}
.attachment-wrapper li i.fa-file-pdf-o {
    color: #f00;
}
.attachment-wrapper li table {
    margin-left: 8px;
    margin-top: 8px;
    width: 98%;
}

.vessel-purpose-table thead th {
    background: #caebfc;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    text-align: center;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.vessel-purpose-table tfoot,
.vessel-purpose-table tfoot th,
.vessel-purpose-table tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: -7px;
    background: #fff;
    z-index: 4;
    border: 2px solid #b1d1e5;
}

.vessel-purpose-table th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
}
.vessel-purpose-table thead th:first-child,
.vessel-purpose-table tfoot th:first-child {
    z-index: 5;
}
.vessel-purpose-table .normal-text {
    font-weight: bold;
    background: #fff;
}
.vessel-purpose-table .normal-text.no-allowance {
    font-weight: normal;
    background: #fff;
    color: #666;
}
.vessel-purpose-table td.propose-crew-head {
    border-right: 1px solid #e8f2f8;
    vertical-align: middle;
    width: 80px;
    height: 99px;
    padding: 0px;
}
.vessel-purpose-table .text-rotate {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    transform: rotate(-90deg);
    font-weight: bold;
    width: 110%;
}

.vessel-purpose-table .switch {
    position: relative;
    height: 35px;
    width: 125px;
    background: #eee;
    border-radius: 50px;
    border: 1px solid #ccc;
}
.vessel-purpose-table .switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 61px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    padding-top: 7px;
    color: #000;
    margin-bottom: 0; padding-bottom: 5px;
}
.vessel-purpose-table .switch-input {
    display: none;
}
.vessel-purpose-table
    .switch-input:checked
    + .vessel-purpose-table
    .switch-label {
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: color, text-shadow;
    -moz-transition-property: color, text-shadow;
    -ms-transition-property: color, text-shadow;
    -o-transition-property: color, text-shadow;
    transition-property: color, text-shadow;
    color: #fff;
}
.vessel-purpose-table
    .switch-input:checked
    + .vessel-purpose-table
    .switch-label-on
    ~ .switch-selection {
    left: 60px;
}
.vessel-purpose-table .switch-selection {
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
    display: block;
    width: 62px;
    height: 31px;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5),
        0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -ms-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    background-image: -webkit-gradient(
        linear,
        left 0%,
        left 100%,
        from(#89b43f),
        to(#77a22f)
    );
    background-image: -webkit-linear-gradient(top, #89b43f, 0%, #77a22f, 100%);
    background-image: -moz-linear-gradient(top, #89b43f 0%, #77a22f 100%);
    background-image: linear-gradient(to bottom, #89b43f 0%, #77a22f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff075901', endColorstr='#ff087900', GradientType=0);
    color: #fff;
}
.widget .widget-content.critical-request-all {
    padding: 15px 14px;
    border-radius: 0px;
}
.widget .widget-content.critical-request-other {
    border-radius: 0px;
    padding: 0px 20px;
}
.widget .widget-content.critical-request-all input[type="checkbox"] {
    margin-right: 5px;
}
.widget .widget-content.critical-request-all button {
    margin-left: 5px;
}
.widget .widget-content .critical-select {
    width: 30px;
    float: left;
    text-align: center;
}
.widget .widget-content .critical-select input[type="checkbox"] {
    outline: 2px solid #000;
}
.widget .widget-content .critical-data-list {
    border-left: 1px solid #ccc;
}
.dashboard-button-wrapper a {
    width: 11%;
    display: inline-block;
}

.critical-selected-row {
    background: #f0f0f0;
    padding: 8px 0px;
}

.upload-column a:last-child {
    display: inline-block;
    word-break: break-all;
    max-width: 250px;
}
.cba-info {
    color: red;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
}

.vessel-purpose-table .text-rotate.rotate-manning {
    width: 200%;
    height: 100px;
    text-align: center;
}
.ma-remark {
    max-width: 500px;
}
.rank-help-text {
    color: #666;
    background: #d5d5d5;
}
.manning-rank-name {
    background: #d5d5d5;
}
.rank-heading {
    background: #c5e4f6 !important;
}
.charterer-voyage-label {
    font-size: 11px;
    background: #067fbe;
    color: #fff;
    border-radius: 3px;
    padding: 2px 5px 3px;
}
.voyage-label {
    background: #d9d9d9;
    color: #000;
    font-size: 96%;
    margin-top: 0px;
    padding: 10px 15px;
    height: 34px;
}
.stevedore-label {
    background: #d9d9d9;
    color: #000;
    font-size: 96%;
    margin-bottom: 3px;
    padding: 5px 10px;
    height: 23px;
    text-align: center;
}
.discharge-label {
    background: #d9d9d9;
    color: #000;
    font-size: 96%;
    margin-bottom: 3px;
    padding: 5px 10px;
    height: 23px;
    text-align: center;
    font-weight: normal;
    margin-right: 20px;
}
.soa-table hr {
    border-top: 1px solid #d9d9d9;
    margin: 3px 0px;
}
.view-vessel-list li {
    float: left;
    width: 55px;
}

/*----------------- Timeline --------------------*/

#cd-timeline {
    position: relative;
    /*padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;*/
}
#cd-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 4px;
    background: #7e57c2;
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 0em;
        margin-bottom: 0em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 0 0 15px 0;
    text-align: right;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}

.cd-timeline-img {
    position: absolute;
    top: 0px;
    left: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #673ab7;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 16px;
        height: 16px;
        left: 51%;
        margin-left: -15px;
        margin-top: 15px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    margin-right: 30px;
    background: #333c42;
    border-radius: 2px;
    padding: 1em;
    color: #fff;
    border-radius: 8px;
}
.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-content h2 {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0;
    margin-bottom: 5px;
}

.cd-timeline-content .cd-date {
    display: inline-block;
}
.cd-timeline-content p {
    margin: 0;
    line-height: 1.6;
}

.cd-timeline-content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #333c42;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        width: 46%;
        margin: 0;
    }
    .cd-timeline-content::before {
        top: 16px;
        left: 100%;
        border-color: transparent;
        border-left-color: #333c42;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 115%;
        top: 12px;
        color: #666;
        font-size: 15px;
        font-style: italic;
        font-weight: bold;
        text-align: left;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
        text-align: left;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 16px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #333c42;
    }
.pr-30 {padding-right: 30px !important;}
.msa-refresh-icon {position: absolute; right: 0px; top: 8px; }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 115%;
        text-align: right;
        color: #666;
        font-size: 15px;
        font-style: italic;
        font-weight: bold;
    }
}
.vessel-name-time {
    font-style: italic;
    font-weight: bold;
}
.cargo-select {
    color: #217dbb;
    font-size: 24px;
    margin-bottom: 10px;
    border: 1px solid #cecac4;
    text-align: center;
    padding-top: 100px;
    height: 250px;
}

.cargo_add label {
    float: none !important;
    width: auto !important;
}
form .cargo_add .form-group .iconed-input {
    margin-left: 0px;
}
.cargo_add {
    width: 100%;
}
.cargo_add .form-group label {
    width: 100%;
}
.cargo_add .form-group .iconed-input {
    width: 75%;
}
.cargo_add .cargo-hold .iconed-input {
    width: 100%;
}

.cargo-hold {
    background: #f5f5f5;
    border: 1px solid #b1d1e5;
    padding: 10px;
}

.cargo-detail-table {
    height: 450px;
}
.cargo-detail-table th {
    font-size: 12px;
}

.warning-text {
    color: #e29931;
}
.radio_label label {
    margin: 0px 5px 0px 2px;
}
form .cargo_add .form-group .iconed-input label {
    margin: 0px 5px 0px 2px;
}
.cargo-row {
    background-color: #428bca;
}
.cargo-row a {
    color: #fff;
}
.new-compliance {
    display: block;
    margin-top: 15px;
    float: right;
    margin-right: 21px;
}
.inherit-position {
    position: inherit;
}
.pad10 {
    padding: 10px;
}
.info-text-portal {
    color: #1c03ff;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.interview-level-btn button.btn.jq_preveous.btn-default,
.interview-level-btn button.btn.jq_next.btn-default {
    cursor: not-allowed;
}

.label-padding-4 {
    padding: 4px 4px 4px 8px;
}

/*.label-warning {padding: 4px 4px 4px 8px;}*/

.umms .widget.bank_account_detail {
    box-shadow: none;
    margin-bottom: 10px;
}
.bank_account_detail h4.section-title {
    padding: 5px 10px;
    border: 1px solid #217dbb;
    margin-top: 4px;
    border-radius: 5px;
    font-size: 14px !important;
    margin-bottom: 5px;
}
.bank_account_detail h3 {
    font-size: 14px !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 5px;
    padding-left: 10px;
    margin-bottom: 10px !important;
    text-shadow: none !important;
    color: #000 !important;
    float: left;
    width: 100%;
}
.bank_account_detail .widget-title {
    background: #f5f5f5;
    border: none;
    box-shadow: none;
    padding: 5px 10px;
}
.bank_account_detail .widget-content {
    border: none;
    background: #f5f5f5;
    border-radius: 0px;
    padding: 0px 20px 20px 20px !important;
}
.widget.bank_account_detail .widget-controls {
    position: absolute;
    right: 30px;
    top: 14px;
}
th.no_Caps {
    text-transform: capitalize;
}

.amount-convert {
    font-size: 14px;
    color: #888;
    font-weight: bold;
}
.payable-amount .amount-convert {
    font-size: 14px;
    color: #e8e8e8;
    font-weight: bold;
}

.covid_date span i {
    height: 20px;
    width: 20px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    font-style: normal;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right: 8px;
    cursor: pointer;
    background-color: #47a447;
}
.covid_date span {
    float: left;
    margin-bottom: 5px;
}
.medical-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto !important;
    padding: 4px 0px 4px 5px !important;
    font-size: 11px;
}
.medically-fit-with-restriction {
    background: #519ae9;
    color: #ffffff;
}
.medically-fit {
    background: #159a24;
    color: #ffffff;
}
.covid_color {
    background: #d9534f;
    color: #ffffff;
}
.covid_date label {
    width: 20px !important;
    height: 20px !important;
}
.covid_date label i {
    margin-right: 5px;
    font-style: normal;
}
.svg-icon-crew {
    width: 13px;
    height: 16px;
}
hr.event-history {
    margin: 5px 0px;
    border-top: 1px solid #cecece;
}
.link-disabled {
    cursor: not-allowed;
}
.dot-icon {
    margin-left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    /*background: red;*/
}

.blank_msg_view {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #298fd3;
}
.blank_msg_view label {
    color: #1c449b;
}

.tableFixHead .component_sub td.vessel-name {
    top: 28px;
    font-size: 14px;
}

table.fold-table > tbody > tr.fold {
    display: none;
}
table.fold-table > tbody > tr.fold.open {
    display: table-row;
}

.umms_sub_componet_table .fold-table {
    border: 0;
}
.umms .table .umms_sub_componet_table > td {
    padding: 0;
    border: 0;
}
.component_sub.view {
    cursor: pointer;
}

.component_sub.view i {
    float: right;
    line-height: 26px;
    background: #428bca;
    padding: 2px 10px;
    border-radius: 4px;
    color: #fff;
}
.component_sub.view .fa-compress {
    display: none;
}

.component_sub.view.open .fa-compress {
    display: block;
}

.component_sub.view.open .fa-expand {
    display: none;
}

.vessel-associated fieldset {
    border: 1px solid #b1d1e5;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.vessel-associated fieldset legend {
    font-size: 15px;
    font-weight: bold;
    border: none;
    background: none;
    width: auto;
    padding: 0px 5px;
    margin-bottom: 0px;
}

.voyage-label {
    background: #d9d9d9;
    color: #000;
    font-size: 96%;
    margin-top: 0px;
    padding: 10px 15px;
    height: 34px;
}
.voyage-label.voyage-label-new {
    height: unset;
    text-wrap: auto;
}
.bunker-calculator-info-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #0e00c5 !important;
    padding: 3px;
    border-radius: 0px 0px 0px 3px;
    font-size: 10px;
    color: #fff;
    z-index: 9;
}
.pms-legend {
    float: right;
    margin-top: 15px;
}
.mright15 {
    margin-right: 15px !important;
}
.nc-audit-row {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 8px;
    background: #f1f1f1;
    margin-bottom: 15px;
}
.input-box-content label {
    margin-right: 20px !important;
    margin-left: 5px;
}
.input-box-content input[type="checkbox"],
.input-box-content input[type="radio"] {
    margin-top: -2px !important;
}
tr {
    page-break-inside: avoid;
}
.spare_part_cs120 {
    height: 8px;
    width: 8px;
    display: inline-block;
    background: red;
    border-radius: 8px;
    float: right;
    margin-top: 5px;
}
.traingin-type {position: absolute; right: 0; top: 0; padding: 2px 4px; font-size: 10px; border-radius: 4px;}
.traingin-type.mtr {background: #47a447; color: #FFF;}
.traingin-type.internal {background: #428bca; color: #FFF;}
.traingin-type.pending {background: #FF8500; color: #FFF;}
.bootstrap-select.form-control .text {border: none;}
a.jq_hide_quote {float: left !important;}
.notice-number {position: absolute; top: 0; right: 0; left: unset;}

.label-green-new   {color:#FFF!important; background-color:#47a447;}

.employable-rule {border: 1px solid #B1D1E5; background: #f5f5f5; border-radius: 6px;
    float: left;
    height: 70px;
    text-align: center;
    padding: 23px 43px;
    font-weight: bold;
    margin-right: 11px; cursor: pointer; text-decoration: none; width: 210px;}
.employable-rule:last-child {padding-top: 12px;}
.employable-rule:first-child {padding-top: 12px;}
.employable-rule.disabled {background: #ccc; cursor: not-allowed; color: #888;text-decoration: none;pointer-events: none;}

.employable-rule:hover, .employable-rule.selected {background: #0480be; color: #fff;  cursor: pointer; text-decoration: none;}
.h250 {height: 250px;}
.zero-rob {
    background-color: #eeeeee;
    color: #f00;
}
.quote-supplier-name {
    width: 200px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  }
  .tableFixHead td.vessel-name {
    position: sticky;
    top: 89px;
    background: #E8F2F8;
    border: 1px solid #B1D1E5 !important;
    z-index: 99 !important;
    font-weight: bold;
    font-size: 18px;
}
.model-disabled .exclude-disabled {margin-left: 5px !important; padding: 3px 3px 3px 5px;}
.model-disabled .exclude-disabled .fa {font-size: 12px !important;}

.graph-slider .ui-corner-all,.graph-slider .ui-corner-bottom,.graph-slider .ui-corner-right,.graph-slider .ui-corner-br {
    z-index: 99 !important;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.7;
}

.justify_content {text-align: justify;}
.label-text-5 {margin-top: 5px;}
.view-applicant-detail {font-size: 14px;}
.view-applicant-detail b {margin-bottom: -12px; color: #888; font-size: 13px; display: block;}
.payroll-sticky {position: sticky; top: 70px;}
.payroll-table {padding-left: 5px !important; padding-right: 5px !important;}
.payroll-table th,.payroll-table td {padding: 4px 3px !important;}
.payroll-table .payroll-status .label{max-width: 84px; white-space: normal; text-align: center; line-height: 12px;}
.label-small-padding {padding: .4em .4em .4em !important;}
.custom-payroll-btn {border: 3px solid #cccccc; background: #F4F9FF !important; color: #1C449B; margin-bottom: 0; line-height: 1.428571429; text-align: center; border-radius: 4px; width: 100%; margin-bottom: 10px;}
.custom-payroll-btn:hover, .custom-payroll-btn.active  {border: 3px solid #233f78; background: #233f78 !important; color: #fff;}


.sailing-history {margin-bottom: 5px; border-radius: 0px; float: left; width: 100%; margin-top: 15px; border: 1px solid #217DBB; border-radius: 5px; padding: 0px 15px 5px 15px;}
.sailing-history h4.section-title {margin-top: 10px; margin-bottom: 20px;}
.sailing-history .widget-title {background: none; border: none; box-shadow: none;}
.umms .widget.sailing-content {margin-bottom: 5px; background: #f5f5f5; border-radius: 6px; float: left; width: 100%; margin-top: 15px; border: 1px solid #217DBB;}

.sailing-content h4.section-title {border:none; border-bottom: 1px solid #e0dacf; margin-top: 0px; border-radius: 0px;margin-bottom: 20px;}
.sailing-content .widget-content {float: none;padding: 5px 20px !important; background: #f5f5f5; border-radius: 6px;}
.sailing-seprator {display: inline-block;margin: 0px 10px;}
.sailing-content .bunkering-label-text {background: #f5f5f5;}
.pad4tb {padding-top: 4px;padding-bottom: 4px;}

.custom_radio_button input[type="radio"] { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; white-space: nowrap; clip-path: inset(100%); clip: rect(0 0 0 0); overflow: hidden; }

.custom_radio_button label {border: 3px solid #cccccc; background: #F4F9FF !important; color: #1C449B; text-transform: capitalize; !important; min-width: 80px; margin-bottom: 0; display: inline-block; padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; vertical-align: middle; cursor: pointer; border-radius: 4px; float: left; margin: 3px;}
.custom_radio_button.font12 label {min-width: 80px; padding: 3px 5px; font-size: 10px; margin: 2px;}
.custom_radio_button label:hover, .company-vessel-btn.active, .custom_radio_button input[type="radio"]:checked + label {border: 3px solid #233F78; background: #233F78 !important; color: #fff; }
.bunker-highlight {
    background: #FFFFB7;
    padding: 5px;
    margin: 5px 0px;
    display: inline-block;
}
.bunker-highlight-table {
    background: #FFFFB7;
}
.navigation_tabs li {
  list-style: none;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
}



.navigation_menu {
  width: 100%;
}

.navigation_tabs {
   counter-reset: step;
   margin-top: -15px;   
  align-items: center;
  display: flex;
  margin-top: 20px;
}



.navigation_tabs li {
  list-style: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  flex: 1;
}



.navigation_tabs li a {
  text-decoration: none; 
  margin-top: 35px;
  display: inline-block;
  vertical-align: top;
  color: green;
  font-weight: bold;
}

.navigation_tabs li:before {
  content: "\2713";
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
  position: absolute;
  left: 50%;
  z-index: 8;
  color: #fff;
  transform: translateX(-50%);
  top: 3px;
}
.navigation_tabs li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background-color: #ddd;
  background-image: linear-gradient(
      -45deg,
      rgba(255, 255, 255, .125) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .125) 50%,
      rgba(255, 255, 255, .125) 75%,
      transparent 75%,
      transparent
    );
    background-size: 35px 35px;
  top: 7px;
  left: -50%;
  z-index : 0;
}

.navigation_tabs li:first-child:after {
  content: none;
}


.navigation_tabs li.tab_skipped:before {
  border-color: #669f59;
  background: #669f59;
  content: "\f101";
  font-family: FontAwesome;
  font-size: 16px;
}

.navigation_tabs li.tab_current:before {
  border-color: #288ed2;
  background: #288ed2;
  width: 38px;
  height: 38px;
  margin: -5px -2px;
  border-radius: 100%;
  box-shadow: inset 0px 0px 0px 3px white;
  border: 3px solid #288ed2;
}
.navigation_tabs li.tab_pending:before, .navigation_tabs li.tab_pending_view:before {
  border-color: #979797;
  background: #979797;
}

.navigation_tabs li.tab_verified:before {
  border-color: #669f59;
  background-color: #669f59;
  color: #fff;
  content: "\2713";
}

.navigation_tabs li.tab_rejected:before {
  border-color: #d9534f;
  background: #d9534f;
  color: #fff;
  content: "\21BA";
}

.navigation_tabs li.tab_skipped + li:after, .navigation_tabs li.tab_verified + li:after {
  background-color: #007cca;
}

.navigation_tabs li.tab_pending_view:after{
  background-color: #ddd !important;
}
.previous-comments {
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.portal-label {
    margin-bottom: 0px;
    color: #888;
    font-weight: bold;
    display: block;
    font-size: 12px;
    margin-top: 0px;
}
.process-model_xs.process-model-user li {width: unset;}
ul.process-model_xs.process-model-user {box-shadow: none; padding: 0px 0; margin: 3px auto 0px;}
.process-model-user.process-model.process-model_xs li a {height: 35px; padding:1px 5px; margin-bottom:4px; }
.expand_btn {float: right;width: 8%; clear: both; padding-bottom: 18px;height: 29px;}
.switch-input:checked + .switch-label-on ~ .switch-selection {
    background: linear-gradient(to bottom, #737373 0%, #737373 100%);
}
.previous-comments h3{border-bottom: 1px solid #b7b7b7; margin-top: 0px; font-size: 18px; margin-bottom: 10px; padding-bottom: 5px; color: #217dbb;}
.previous-comments .help-text {color: #666; font-size: 11px; font-style: italic; font-weight: bold;}
.previous-comments hr {margin-top: 10px; margin-bottom: 10px; border-top: 1px solid #b7b7b7;}
.mrl5 {margin-left: 2px; margin-right: 15px;}

.umms-new-message{border-color: #B1D1E5; background: #fcf8e3; color: #262020;}
.approve-tele-box {border: 2px solid #; padding: 5px; border: 3px solid #cccccc; background: #F4F9FF !important;}
.approve-tele-box i{color: #428bca !important;}
.approve-tele-box.msa_checkbox label{color: #428bca !important;}
i.verify-user-icon {font-size: 12px; width: unset; height: unset; padding: unset; margin: unset; background: unset; }
.ofac-image {height: 120px; border: 1px solid #ccc; padding: 4px;}
.refer-seprator {margin-top: 10px; margin-bottom: 10px; border: 1px solid #B1D1E5;}
.supplier-auto-po-delete {position: absolute; right: -10px; top: -10px;}
.supplier_kys td {padding: 4px 0px !important;}
.supplierkys-delete-btn {float: right;}
.supplierkys-delete-btn i {font-size: 12px; margin-right: 0; color: #fff;}
.table tr td .label.resgisterd-icon {font-size: 11px; padding: 0; width: 16px; height: 16px; display: inline-flex; align-items: center; text-align: center; justify-content: center; border-radius: 50%; padding-top: 1px;}
.table tr td .label.supplier-group-icon {font-size: 10px; padding: 0 1px 0 0; width: 18px; height: 18px; display: inline-flex; align-items: center; text-align: center; justify-content: center; margin-left: 3px;}
.table tr td .label.supplier-group-icon .fa{margin-right: 0;}
.po-icons-table td {padding: 0px !important;}
.padt1 {padding-top: 1px;}
.icon-migration-box .fa{margin-right: 0;}
.icon-migration-box {display: flex; align-items: center; justify-content: center; height: 24px; width: 24px; padding: 0; }
.jq_invoicecontent {border: 1px solid #B1D1E5; padding: 8px 0px; margin-bottom: 10px; float: left; position: relative; }
.modal-dialog .section-title {margin-top: 0px; }
.env-stage-badge {background: #E01B1B; width: unset; padding: 5px 8px 6px; border: none; margin-left: 10px; margin-top: 12px; border-radius: 6px; box-shadow: none; font-size: 12px;}
.env-dev-badge {background: #0000ff; width: unset; padding: 5px 8px 6px; border: none; margin-left: 10px; margin-top: 12px; border-radius: 6px; box-shadow: none; font-size: 12px;}
.default-separator {margin-top: 15px; margin-bottom: 15px; border-top: 1px solid #b5b2b2; }
.kys-upload-file {max-width: 200px; word-wrap: break-word;}
.w-auto {width: auto !important;}
.default-delete-btn {position: absolute; top: -10px; right: -10px;}
.d-block {display: block;}