*:focus {
	outline: none;
}

@font-face {
	font-family: Poppins-Black;
	src: url('../fonts/poppins/Poppins-Black.ttf');
}

@font-face {
	font-family: Poppins-Bold;
	src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
	font-family: Poppins-ExtraBold;
	src: url('../fonts/poppins/Poppins-ExtraBold.ttf');
}

@font-face {
	font-family: Poppins-ExtraLight;
	src: url('../fonts/poppins/Poppins-ExtraLight.ttf');
}

@font-face {
	font-family: Poppins-Light;
	src: url('../fonts/poppins/Poppins-Light.ttf');
}

@font-face {
	font-family: Poppins-Medium;
	src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
	font-family: Poppins-Regular;
	src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
	font-family: Poppins-SemiBold;
	src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

@font-face {
	font-family: Poppins-Thin;
	src: url('../fonts/poppins/Poppins-Thin.ttf');
}

body {
	font-family: 'Poppins-Regular', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.uppercase {
	text-transform: uppercase;
}

::placeholder {
	text-transform: none;
}
/*Utility Classes*/
.cursor-p {
	cursor: pointer;
}

.ptb-17 {
	padding: 17px 0;
}

.pt-6 {
	padding-top: 6px;
}

.mt-31 {
	margin-top: 31px;
}

.float-r {
	float: right;
}

.pr-0 {
	padding-right: 0px;
}

.mr-15 {
	margin-right: 15px;
}

.w-25 {
	width: 25%
}

.txt-right {
	text-align: right;
}

.mr-5 {
	margin-right: 5px !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.center {
	display: flex;
	justify-content: center;
}

.mb-14 {
	margin-bottom: 14px;
}

.mb-41 {
	margin-bottom: 41px;
}

.mt-41 {
	margin-top: 41px;
}

.w-33 {
	width: 33.33%;
}

.plr-21 {
	padding: 0 21px;
}

.mt-14 {
	margin-top: 14px;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.pl-3 {
	padding-left: 3px !important;
}

.pr-3 {
	padding-right: 3px !important;
}

.pl-15 {
	padding-left: 15px;
}

.ml-5p {
	margin-left: 5px;
}

.ptb-9 {
	padding-top: 9px;
	padding-bottom: 9px;
}

.w-15 {
	width: 15%;
}

.w-85 {
	width: 85%;
}

.mt-16 {
	margin-top: 16px;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-5p {
	margin-bottom: 5px;
}

.mb-26 {
	margin-bottom: 26px;
}
/*****************/
button {
	outline: none !important;
	cursor: pointer;
}

.logo-ptp {
	margin: 6px 0 8px 19px;
	width: 150px;
}

.user-menu {
	border-left: 1px solid rgba(56, 71, 90, .15);
	height: 52px;
}

.navbar .navbar-nav>li>a {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.main-header .sidebar-toggle {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

.sidebar-toggle {
	display: none;
}

.side-bar-border-b {
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.sidebar-icon {
	width: 20px;
	height: 20px;
}

.caret-down {
	font-size: 18px;
	margin-left: 10px;
	font-weight: bold;
	position: relative;
	top: 1px;
}

.user-info-p .welcome {
	color: #59778E;
	font-size: 11px;
	font-family: Poppins-Medium;
	line-height: 15px;
	text-transform: capitalize;
}

.user-info-p {
	width: 215px;
	line-height: 18px;
	position: relative;
	top: 10px;
}

.main-header .user-info-p {
	width: auto;
	line-height: 18px;
	position: relative;
	top: 10px;
}

.user-info-p .user-info {
	color: #0AC0F2;
	font-size: 12px;
	font-family: Poppins-Bold;
	line-height: 7px;
	letter-spacing: .3px;
	/*     width: 315px; */
}

.header-upper {
	display: flex;
	justify-content: space-between;
	width: auto;
	margin-right: 25px;
}

.title-header {
	color: rgba(25, 35, 84, 1);
	font-family: Poppins-Bold;
	font-size: 14px;
}

.title-right-icon {
	width: 15px;
}

.header-title {
	margin-bottom: 0;
	color: #fff;
	font-family: Poppins-Bold;
	font-size: 14px;
	padding: 8px 0 8px 21px;
	border-bottom: 1px solid rgba(210, 223, 232, .2);
	height: 38px;
}

.header-title-shiping-line {
	margin-bottom: 0;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 8px 0 8px 21px;
	border-bottom: 1px solid rgba(210, 223, 232, .2);
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 13px;
}

.header-title-pass-sett {
	margin-bottom: 0;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 8px 0 8px 21px;
	border-bottom: 1px solid rgba(210, 223, 232, .2);
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.ops-dash-header-title {
	margin-bottom: 0;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	border-bottom: 1px solid rgba(210, 223, 232, .2);
	height: 38px;
}

.mpn-dropdown {
	font-weight: bold;
	color: #59778E;
}

.header-title-detail {
	height: 38px;
	background: #EEF2F5 !important;
	color: #394D65 !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .3px;
	align-items: center;
	border-radius: 5px;
	margin-bottom: 6px;
	width: 100%;
}

.header-title-detail-info {
	height: 38px;
	background: #EEF2F5 !important;
	color: #59778E !important;
	display: flex;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .3px;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
	margin-bottom: 6px;
}

.header-title-icon {
	padding: 5px 13px !important;
	margin: 0 !important;
}

.header-title-icon:hover {
	background: rgba(0, 0, 0, 0.1);
}
/*Data table*/
.txt-center {
	text-align: center;
}

.odd {
	background: #EEF2F5 !important;
	font-family: Poppins-Medium;
	color: #59778E;
	font-size: 13px;
}

.even {
	background: #EEF2F5 !important;
	font-family: Poppins-Medium;
	color: #59778E;
	font-size: 13px;
}

.odd:hover {
	background: #EEF2F5 !important;
}

.even:hover {
	background: #EEF2F5 !important;
}

.sorting_1 {
	background: #EEF2F5 !important;
}

table.dataTable thead th, table.dataTable thead td {
	padding: 0px 10px !important;
	/* 	line-height: 33px; */
	position: relative;
	bottom: 6px;
	height: 38px;
	border: none !important;
}

table.dataTable tr td {
	border-bottom: 6px solid #fff !important;
}

table.dataTable.no-footer {
	border-bottom: 6px solid transparent !important;
	position: relative;
	bottom: 6px;
}

.sorting_asc {
	background: #EEF2F5 !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	height: 36px;
	padding: 0px 10px !important;
	color: #394D65 !important;
}

.sorting_desc {
	background: #EEF2F5 !important;
}

.sorting {
	background: #EEF2F5 !important;
}

.dataTables_length label {
	margin-bottom: 25px !important;
}

table.dataTable thead th {
	position: relative;
	background-image: none !important;
}

table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after,
	table.dataTable thead th.sorting_desc:after {
	font-family: FontAwesome;
	display: inline-block;
	padding-left: 10px;
}

table.dataTable thead th.sorting:after {
	content: "\f0dc";
	color: #394D65;
	font-size: 0.8em;
	padding-top: 0.12em;
}

table.dataTable thead th.sorting_asc:after {
	content: "\f0de";
}

table.dataTable thead th.sorting_desc:after {
	content: "\f0dd";
}
/******************************/
/*Model*/
.model-right .modal-header {
	background: #CDDFEC;
	height: 39px;
	border-bottom: none;
	padding-top: 7px !important;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
	position: fixed;
	width: 100%;
	z-index: 99;
}

.model-right .modal-title {
	color: #192354;
	font-size: 14px;
	font-family: Poppins-Bold;
}

.model-header-icon {
	width: 14px;
	height: 14px;
	margin-right: 10px;
}

#myModal-add .modal-body {
	position: relative !important;
	height: calc(100% - 40px);
}

.create-shipping-line .form-error {
	position: absolute !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 12px !important;
}

.create-user-role .form-error {
	position: absolute !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 12px !important;
}

.right-side-model.modal-content .modal-footer {
	position: fixed !important;
	bottom: 0 !important;
	width: 100%;
	text-align: center;
	background: #EEF2F5;
	height: 66px;
	padding: 15px !important;
	border-top: 1px solid #BEC7CC;
	z-index: 999;
}

.modal-content .modal-footer button+button {
	margin-bottom: 0 !important;
}

.footer-model {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logout-button-bg {
	width: 95px !important;
	border-radius: 20px;
	height: 30px;
	color: #fff;
	border: none;
	font-size: 13px;
	font-family: Poppins-Medium;
	/* IE10+ */
	background: -ms-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Opera */
	background: -o-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #0678DB),
		color-stop(100, #1BD5EB));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* W3C Markup */
	background: linear-gradient(to right, #0678DB 0%, #1BD5EB 100%);
}

.logout-button-bg:hover {
	width: 95px !important;
	border-radius: 20px;
	height: 30px;
	color: #fff;
	border: none;
	font-size: 13px;
	font-family: Poppins-Medium;
	/* IE10+ */
	background: -ms-linear-gradient(left, #1BD5EB 0%, #0678DB 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(left, #1BD5EB 0%, #0678DB 100%);
	/* Opera */
	background: -o-linear-gradient(left, #1BD5EB 0%, #0678DB 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #1BD5EB),
		color-stop(100, #0678DB));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(left, #1BD5EB 0%, #0678DB 100%);
	/* W3C Markup */
	background: linear-gradient(to right, #1BD5EB 0%, #0678DB 100%);
}

.button-bg {
	width: 105px !important;
	border-radius: 20px;
	height: 34px;
	color: #fff;
	border: none;
	font-size: 13px;
	font-family: Poppins-Bold;
	/* IE10+ */
	background: -ms-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Opera */
	background: -o-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #0678DB),
		color-stop(100, #1BD5EB));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* W3C Markup */
	background: linear-gradient(to right, #0678DB 0%, #1BD5EB 100%);
}

.button-bg:hover {
	width: 105px !important;
	border-radius: 20px;
	height: 34px;
	color: #fff;
	border: none;
	font-size: 13px;
	font-family: Poppins-Bold;
	/* IE10+ */
	background: -ms-linear-gradient(left, #1BD5EB 0%, #0678DB 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(left, #1BD5EB 0%, #0678DB 100%);
	/* Opera */
	background: -o-linear-gradient(left, #1BD5EB 0%, #0678DB 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #1BD5EB),
		color-stop(100, #0678DB));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(left, #1BD5EB 0%, #0678DB 100%);
	/* W3C Markup */
	background: linear-gradient(to right, #1BD5EB 0%, #0678DB 100%);
}

.button-bg {
	width: 105px !important;
	border-radius: 20px;
	height: 34px;
	color: #fff;
	border: none;
	font-size: 13px;
	font-family: Poppins-Bold;
	/* IE10+ */
	background: -ms-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Opera */
	background: -o-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #0678DB),
		color-stop(100, #1BD5EB));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* W3C Markup */
	background: linear-gradient(to right, #0678DB 0%, #1BD5EB 100%);
}

.button-outline {
	width: 105px !important;
	border-radius: 20px;
	height: 34px;
	color: #0AC0F2;
	background: #DDF5F9;
	font-size: 13px;
	border: 1px solid #65DAED;
	font-weight: bold;
}

.button-outline:hover {
	width: 105px !important;
	border-radius: 20px;
	height: 34px;
	color: #fff;
	border: none;
	font-size: 13px;
	font-family: Poppins-Bold;
	/* IE10+ */
	background: -ms-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Opera */
	background: -o-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #0678DB),
		color-stop(100, #1BD5EB));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* W3C Markup */
	background: linear-gradient(to right, #0678DB 0%, #1BD5EB 100%);
}

.no-data-avail {
	display: block;
	text-align: center;
	font-weight: 600;
}

.header-title-icon {
	box-shadow: none !important;
}
/******************************/
/******************/
/*sidebar popup*/
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog, .modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 25%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content, .modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body, .modal.right .modal-body {
	padding: 60px 25px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal-body label {
	font-family: Poppins-Medium;
	font-size: 13px;
	color: #394D65;
}

.modal.left.fade.in .modal-dialog {
	left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: 0;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}

/* ----- v CAN BE DELETED v ----- */
body {
	background-color: #78909C;
}

.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}

.btn-demo {
	margin: 15px;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 16px;
	background-color: #CDDFEC;
}

.btn-demo:focus {
	outline: 0;
}

.demo-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: #212121;
	text-align: center;
}

.demo-footer>a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
/***************/
/* .table-responsive {
    overflow-x: inherit;
} */
input[type=search], select, textarea {
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*user profile*/
.performance {
	padding: 20px 28px;
}

.sidebar-title {
	font-size: 14px;
	color: #192354;
	font-family: Poppins-Bold;
	margin-bottom: 16px;
}

.sidebar-card {
	/* background: #EEF2F5; */
	background: #e9ecef;
	height: 80px;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 10px;
}

.sidebar-card-title {
	color: #0AC0F2;
	width: 100%;
	font-size: 14px;
	font-family: Poppins-Bold;
	padding: 8px 11px 11px 13px;
	margin: 0;
}

.sidebar-card-title-2 {
	color: #0AC0F2;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 13px 5px 13px;
	margin: 0;
}

.sidebar-card-title-day {
	color: #0AC0F2;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 13px 5px 13px;
	margin: 0;
}

.row-2-moves {
	padding: 5px 15px;
}

.border-b-2 {
	border-right: 1px solid rgba(179, 194, 204, .3);
}

.card-title-border {
	border: 1px solid rgba(179, 194, 204, .3);
	display: block;
}

.best-day {
	color: rgba(89, 119, 142, 1);
	font-weight: 500;
	margin: 0;
}

.performance .best-day {
	color: #59778E;
	font-size: 13px;
	font-family: Poppins-Bold;
}

.performance .best-day-ops {
	color: #59778E;
	font-size: 13px;
	font-family: Poppins-medium;
	margin-bottom: 0;
}

.best-day-title-card {
	color: #59778E;
	font-size: 11px;
	margin: 0;
	font-family: Poppins-Medium;
}

.performance .payout-desc {
	color: #10D484;
	font-weight: 700;
	font-size: 13px;
	margin: 0;
}

.best-day-title {
	color: #0AC0F2;
	font-size: 14px;
	letter-spacing: .2px;
	font-family: Poppins-Bold;
	padding: 7px 15px;
}

.best-day-desc {
	color: #fff;
	font-size: 13px;
	letter-spacing: .2px;
	font-family: Poppins-SemiBold;
	padding: 7px 15px;
}

.moves-title {
	color: #fff;
	font-size: 14px;
	letter-spacing: .2px;
	font-family: Poppins-Bold;
	line-height: 15px;
	padding: 4px 15px;
	width: 50%;
	border-right: 1px solid rgba(210, 223, 232, .2);
}

.title-second {
	color: #394D65;
	font-size: 14px;
	text-align: center;
	font-family: Poppins-Bold;
	padding: 10px 0;
	line-height: 16px;
}

.sm-second {
	color: #59778E;
	font-size: 11px;
	text-align: center;
	font-family: Poppins-Medium;
	display: block;
}

.payout-title {
	color: #0FDC88;
	font-size: 14px;
	letter-spacing: .2px;
	font-family: Poppins-Bold;
	line-height: 15px;
	padding: 4px 15px;
	width: 50%;
}

.moves-title-sm {
	color: #A5ADBE;
	font-size: 11px;
	font-family: Poppins-SemiBold;
	display: block;
}

.row-2 {
	padding: 8px 11px 11px 13px;
}

.payout-label {
	color: rgba(89, 119, 142, 1);
	font-size: 11px;
	margin: 0;
	font-family: Poppins-Medium;
}

.payout-desc {
	color: #10D484;
	font-family: Poppins-Bold;
	font-size: 14px;
	margin: 0;
}

.payout {
	display: flex;
	align-items: center;
	line-height: 1px;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/
.logo-ptp-login {
	width: 65%;
}

.login-text {
	color: #A5ADBE;
	font-size: 16px;
	text-align: center;
	font-family: Poppins-SemiBold;
	margin-top: 43px;
	margin-bottom: 41px;
}

.limiter {
	width: 100%;
	margin: 0 auto;
}

.container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #f2f2f2;
}

.wrap-login100 {
	width: 100%;
	background: #fff;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	flex-direction: row-reverse;
}

/*==================================================================
  [ login more ]*/
.login100-more {
	width: calc(100% - 630px);
	background-repeat: no-repeat;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.login100-more-change-p {
	background: url(../css/login-bg.png);
	width: calc(100% - 630px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.login100-more::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
}

/*==================================================================
  [ Form ]*/
.login100-form {
	width: 630px;
	min-height: 100vh;
	display: block;
	background-color: #012239;
	padding: 173px 120px 60px 120px;
	position: relative;
}

.login100-form-title {
	width: 100%;
	display: block;
	font-family: Poppins-Regular;
	font-size: 30px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
}

/*------------------------------------------------------------------
  [ Responsive ]*/
@media ( max-width : 992px) {
	.login100-form {
		width: 50%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.login100-more {
		width: 50%;
	}
}

@media ( max-width : 768px) {
	.login100-form {
		width: 100%;
	}
	.login100-more {
		display: none;
	}
}

@media ( max-width : 576px) {
	.login100-form {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 70px;
	}
}

@media ( max-width : 992px) {
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}

input:-internal-autofill-selected {
	background-color: #3f576a !important;
	background-image: none !important;
	color: #A5ADBE !important;
}
/*Login textbox*/
.text-lbl {
	border-radius: 25px;
	background-color: #3f576a;
	padding-left: 50px;
	border: none;
	height: 49px;
	width: 100%;
	color: #A5ADBE;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.login-txt-icon {
	position: absolute;
	/* z-index: 9; */
	left: 20px;
	top: 15px;
}

.text-lbl::-webkit-input-placeholder { /* Chrome */
	color: #999 !important;
	font-size: 14px;
	opacity: .8;
}

.login-button {
	width: 100%;
	border-radius: 25px;
	height: 52px;
	font-size: 16px;
	color: #fff;
	font-family: Poppins-SemiBold;
	border: none;
	outline: none;
	margin-bottom: 15px;
	/* IE10+ */
	background: -ms-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Opera */
	background: -o-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #0678DB),
		color-stop(100, #1BD5EB));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(left, #0678DB 0%, #1BD5EB 100%);
	/* W3C Markup */
	background: linear-gradient(to right, #0678DB 0%, #1BD5EB 100%);
}

.login-button:hover {
	width: 100%;
	border-radius: 25px;
	height: 52px;
	font-size: 16px;
	color: #fff;
	font-family: Poppins-SemiBold;
	border: none;
	outline: none;
	margin-bottom: 15px;
	/* IE10+ */
	background: -ms-linear-gradient(left, #1BD5EB 0%, #0678DB 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(left, #1BD5EB 0%, #0678DB 100%);
	/* Opera */
	background: -o-linear-gradient(left, #1BD5EB 0%, #0678DB 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #1BD5EB),
		color-stop(100, #0678DB));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(left, #1BD5EB 0%, #0678DB 100%);
	/* W3C Markup */
	background: linear-gradient(to right, #1BD5EB 0%, #0678DB 100%);
}

.login-r {
	font-size: 20px;
	font-weight: bold;
	margin-left: 9px;
}

.forgot-pass {
	color: #A5ADBE;
	font-family: Poppins-SemiBold;
	font-size: 14px;
	text-align: center;
	margin-top: 24px;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: block;
	text-align: center;
	/* width: 100%; */
}

.forgot-pass:hover {
	text-decoration: underline;
}

.user-header {
	position: relative;
}

.edit-logout {
	position: absolute;
	right: 15px;
	top: 15px;
	display: flex;
}

.icon-edit-logout {
	width: 16px;
	margin-right: 15px;
}
/*Dashboard*/
.header-bg {
	background-image: url(../img/dashboard-bg.png);
	height: 229px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 8px;
	display: flex;
}

.d-flex-v-center {
	display: flex;
	align-items: center;
}

.performance-header {
	display: flex;
	padding: 16px 21px;
	justify-content: space-between;
	align-items: center;
}

.perfo-det-1 {
	color: #A5ADBE;
	font-size: 13px;
	margin-bottom: 0;
	font-family: Poppins-Medium;
}

.header-lbl-3-row {
	color: #A5ADBE;
	font-size: 13px;
	margin-bottom: 0;
	font-family: Poppins-Medium;
}

.header-lbl-4-row {
	color: #A5ADBE;
	font-size: 13px;
	margin-bottom: 0;
	font-weight: 600;
}

.perfo-det-2 {
	font-family: Poppins-Medium;
	color: #0AC0F2;
	font-size: 18px;
	margin-bottom: 0px;
}

.perfo-det-3 {
	font-weight: 500;
	color: #0FDC88;
	font-size: 18px;
	margin-bottom: 0px;
}

.user-menu .dropdown-toggle::after {
	display: none;
}

.navbar {
	padding: 0 !important;
}

.header-left {
	width: 25%;
}

.header-right {
	width: 75%;
}

.truck {
	width: 58px;
}

.border-b {
	border-bottom: 1px solid rgba(210, 223, 232, .2);
}

.header-left {
	border-right: 1px solid rgba(210, 223, 232, .2);
}

.mr-25 {
	margin-right: 25px;
}

.header-graph {
	width: 122px;
}

.header-graph-value {
	position: absolute;
	color: #24F2B7;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 0;
	left: 48px;
	bottom: 26px;
}

.graph-border {
	border-right: 1px solid rgba(210, 223, 232, .2);
	border-left: 1px solid rgba(210, 223, 232, .2);
	position: relative;
}
 
.border-r {
	border-right: 1px solid rgba(210, 223, 232, .2);
}

.border-l {
	border-left: 1px solid rgba(210, 223, 232, .2);
}

.border-r-1 {
	border-right: 1px solid rgba(210, 223, 232, 1);
}

.best-main {
	position: relative;
	margin: 0 auto;
	padding: 1.5%;
	width: 89%;
}

.best-main-pm-dash {
	position: relative;
	margin: 0 auto;
	padding: 1.5% 8%;
	width: 89%;
}

.main-content {
	position: relative;
}

.main-content-pm-dash {
	position: relative;
}

.best-main .owl-theme .custom-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.best-main .owl-theme .custom-nav .owl-prev, .best-main .owl-theme .custom-nav .owl-next
	{
	position: absolute;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.best-main .owl-theme .custom-nav .owl-prev i, .best-main .owl-theme .custom-nav .owl-next i
	{
	font-size: 30px;
	color: #EEF2F5;
}

.best-main .owl-theme .custom-nav .owl-prev {
	left: 0;
}

.best-main .owl-theme .custom-nav .owl-next {
	right: 0;
}

.main-content {
	position: relative;
	margin: 0 auto;
	padding: 0 4%;
	width: 97%;
}

.main-content-pm-dash {
	position: relative;
	margin: 0 auto;
	padding: 0 3%;
	width: 100%;
}

.main-content .owl-theme .custom-nav {
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
}

.main-content-pm-dash .owl-theme .custom-nav {
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
}

.best-main-pm-dash .owl-theme .custom-nav {
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next
	{
	position: absolute;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.main-content-pm-dash .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next
	{
	position: absolute;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.best-main-pm-dash .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next
	{
	position: absolute;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i
	{
	font-size: 25px;
	color: #EEF2F5;
}

.best-main .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i
	{
	font-size: 25px;
	color: #EEF2F5;
}

.main-content .owl-theme .custom-nav .owl-prev {
	left: 0px;
	top: 40px;
}

.main-content-pm-dash .owl-theme .custom-nav .owl-prev {
	left: 15px;
	top: 45px;
	color: #fff;
}

.best-main-pm-dash .owl-theme .custom-nav .owl-prev {
	left: 8px;
	top: 25px;
	color: #fff;
}

.main-content .owl-theme .custom-nav .owl-next {
	right: 0px;
	top: 40px;
}

.main-content-pm-dash .owl-theme .custom-nav .owl-next {
	right: 38px;
	top: 45px;
	border: none;
	position: absolute;
}

.best-main-pm-dash .owl-theme .custom-nav .owl-next {
	right: 38px;
	top: 47px;
	border: none;
	position: absolute;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: none !important;
	outline: none !important;
}

.owl-carousel .moves-payout-item {
	background: #EEF2F5;
	background-repeat: no-repeat;
	width: 195px;
	border-radius: 5px;
}

.moves-payout-item::before {
	background: #fff;
	height: 100px;
	width: 5px;
	z-index: 999;
}

.pm-dash-main .moves-payout-item {
	background-repeat: no-repeat;
	width: 194px;
	margin: 0 auto;
	text-align: center;
}

.owl-carousel .best-item {
	height: 76px;
	background-repeat: no-repeat;
	background: rgba(64, 71, 94, .7);
	width: 266px;
	border-radius: 5px;
}

.owl-theme .owl-nav {
	margin-top: 0 !important;
}

.carousel-item+.carousel-item {
	margin-right: 10px !important;
}

.owl-stage {
	margin: 0 auto !important;
}

.owl-wrapper {
	margin: 0 auto !important;
}

.item-title {
	color: #9FA7B8;
	font-size: 12px;
	letter-spacing: 0.3px;
	font-family: Poppins-SemiBold;
	margin-bottom: 0;
	background: #272e46;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 0 10px 0;
}

.pm-dash-main .circle-fix {
	position: absolute;
	display: block;
	text-align: center;
	margin: 0 auto;
	top: 4px;
	z-index: 999;
	left: 48.5%;
	background-color: #fff;
	border: 2px solid #FFF;
	border-radius: 18px;
	box-shadow: 0 0 0 3px #888;
}

.circle-fix {
	position: absolute;
	display: block;
	text-align: center;
	margin: 0 auto;
	top: 4px;
	z-index: 999;
	left: 95px;
	background-color: #fff;
	border: 2px solid #FFF;
	border-radius: 18px;
	box-shadow: 0 0 0 3px #888;
}

.profile-header-title {
	margin: 19px 0 10px 0;
}

.ops-dash-header-title {
	margin: 19px 0 5px 0;
}

.bg-profile-sec {
	background: url(../img/profile-user-section.svg);
	height: 425px;
	/* width: 254px; */
	background-size: cover;
	border-radius: 5px;
	position: relative;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: none !important;
	background-color: #fff;
	border-bottom: 3px solid #0AC0F5 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-color: none !important;
	background-color: #fff;
	border-bottom: 3px solid #0AC0F5 !important;
	color: #0AC0F5 !important;
}

.nav-tabs .nav-link {
	border: none !important;
}

.margin-top-80 {
	margin-top: 80px;
}

.bg-profile-sec .profile-user-name {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-family: Poppins-SemiBold;;
	line-height: 19px;
	margin-top: 16px;
	margin-bottom: 0;
	width: 100%;
	word-break: break-all;
	padding: 0 10px;
}

.profile-user-name {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	margin-top: 16px;
	margin-bottom: 0;
	width: 100%;
	word-break: break-all;
}

.profile-u-id {
	color: #C4C7CE;
	font-size: 13px;
	font-family: Poppins-Medium;
}

.margin-right-5 {
	margin-right: 5px;
}

.icon-badge {
	position: relative;
}

.icon-badge .badge-light {
	position: absolute;
	height: 15px;
	width: 15px;
	top: -8px;
	left: 18px;
	border-radius: 50px;
	border: 1px solid #18C7E8;
	font-size: 11px;
	text-align: center;
	line-height: 7.5px;
	display: flex;
	justify-content: center;
}

.profile-month-rank {
	color: #C4C7CE;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 0;
}

.profile-shift-rank {
	color: #C4C7CE;
	font-size: 13px;
	font-family: Poppins-Medium;
	margin-bottom: 0;
}

.profile-rank-value {
	color: #fff;
	font-size: 22px;
	font-family: Poppins-Medium;
	margin-bottom: 0;
}

.footer-profile {
	position: absolute;
	bottom: 5px;
	padding: 0 25px;
	height: 77px;
	/* background: rgba(13, 60, 81, .7); */
}

.height-77 {
	height: 77px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.yesterday-row-col {
	display: flex;
	background: #EEF2F5;
	justify-content: space-between;
	padding: 12px 24px 12px 12px;
	margin-bottom: 10px;
	align-items: center;
	border-radius: 5px;
	height: 59px;
}

.user-no {
	color: #0AC0F2;
	font-size: 20px;
	font-weight: 600;
}

.user-info-pic {
	display: flex;
}

.user-info-pic img {
	width: 34px;
}

.user-info-id-p {
	margin-left: 15px;
	line-height: 17px;
}

.user-info-id {
	color: #394D65;
	font-size: 13px;
	margin-bottom: 0;
	font-weight: 500;
}

.user-info-name {
	color: #394D65;
	font-size: 13px;
	font-family: Poppins-Bold;
	margin-bottom: 0;
}

.moves-count-no {
	color: #394D65;
	font-size: 14px;
	font-family: Poppins-Bold;
	margin-bottom: 0;
}

.moves-count-title {
	color: #394D65;
	font-size: 13px;
	font-family: Poppins-SemiBold;
	margin-bottom: 0;
}

.rank-status-no {
	color: #58EE2B;
	font-family: Poppins-Bold;
	font-size: 13px;
	margin-bottom: 0;
}

.rank-status-title {
	color: #59778E;
	font-size: 11px;
	margin-bottom: 0;
	font-weight: 600;
}

/*OPS Dashboard*/
.header-dashboard .moves-title {
	border-right: none;
	font-family: Poppins-SemiBold;
}

.header-dashboard .payout-title {
	width: 58%;
	padding: 12px 6px;
}

.header-dashboard .moves-title-sm {
	font-family: Poppins-SemiBold;
}

.header-dashboard .truck {
	width: 81px;
	height: 44px;
	margin: 22px 0 22px 0;
}

.header-dashboard .performance-header {
	justify-content: center;
	padding: 12px 0;
}

.header-dashboard .perfo-det-2 {
	font-size: 28px;
	color: #0AC0F2;
	margin-bottom: 22px;
	font-weight: 500;
}

.header-dashboard .perfo-det-2-se {
	font-size: 28px;
	color: #10D484;
	margin-bottom: 22px;
	font-weight: 500;
}

.header-dashboard .clock {
	margin: 0px 0 22px 0;
	height: 44px;
}

.center-header-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.alert {
	border-radius: 5px !important;
}

.ops-dash-title-header-right {
	color: #59778E;
	font-size: 12px;
	/* font-weight: 500; */
}

.ops-dash-last-update {
	color: #59778E;
	font-size: 12px;
	font-family: Poppins-Medium;
}

.ops-vessel-title {
	font-size: 14px;
	color: #0AC0F2;
	font-family: Poppins-Bold;
	margin-left: 7px;
}

.ops-vessel-title-yellow {
	font-size: 14px;
	color: #EEB90C;
	font-weight: bold;
	padding-left: 35px;
}

.ops-vessel-title-green {
	color: rgba(0, 197, 141, 1);
	font-size: 13px;
	font-family: Poppins-Bold;
	padding-left: 35px;
}

.ops-vessel-title-red {
	font-size: 14px;
	color: #E93836;
	font-family: Poppins-Bold;
	padding-left: 35px;
}

.ops-vessel-title-y {
	font-size: 14px;
	color: #192354;
	font-family: Poppins-Bold;
	margin-left: 7px;
}

.main-vessel-card {
	background: #EEF2F5;
	border-radius: 5px;
	margin-bottom: 15px;
}

.main-vessel-card-title {
	padding: 6px 15px 6px 15px;
	cursor: pointer;
}

.ops-history-right .main-vessel-card-title {
	padding: 6px 15px 6px 15px;
	cursor: unset !important;
}

.ops-history-right .ops-speed-graph {
	padding: 5px 0;
}

.ops-card-border-t {
	border-top: 1px solid rgba(179, 194, 204, .4);
}

.ops-card-border-l {
	border-left: 1px solid rgba(179, 194, 204, .4);
}

.ops-card-border-r {
	border-right: 1px solid rgba(179, 194, 204, .4);
}

.ops-card-border-b {
	border-bottom: 1px solid rgba(179, 194, 204, .4);
}

.vessel-info {
	color: rgba(89, 119, 142, 1);
	font-size: 11px;
	font-family: Poppins-Medium;
}

.space-target .vessel-info {
	color: rgba(89, 119, 142, 1);
	font-size: 11px;
	font-family: Poppins-Medium;
	line-height: 20px;
}

.vessel-info-value {
	color: rgba(57, 77, 101, 1);
	font-size: 13px;
	font-family: Poppins-Bold;
	padding-left: 35px;
}

.vessel-info-target-value {
	color: rgba(0, 197, 141, 1);
	font-size: 13px;
	font-weight: bold;
}

.vessel-info-target-value-y {
	color: #EEB90C;
	font-size: 13px;
	font-weight: bold;
}

.space-target {
	padding: 15px 10px 15px 15px;
}

.space-target-ops-dash {
	padding: 20px 10px 20px 15px;
}

.space-target-ops-dash .vessel-info {
	line-height: 20px;
}

.ops-main-div .space-target {
	padding: 15px 10px 15px 15px;
}

.footer-card-value {
	font-size: 13px;
	font-family: Poppins-Bold;
	color: rgba(57, 77, 101, 1);
}

.footer-card-title {
	font-size: 11px;
	font-family: Poppins-Medium;
	color: rgba(89, 119, 142, 1);
}

.ops-speed-graph {
	position: relative;
}

.speed-info {
	position: absolute;
	bottom: 0;
	right: 34%;
	bottom: 21px;
}

.speed-info p {
	margin-bottom: 0;
}

.speed-info .value {
	font-size: 23px;
	font-weight: bold;
	color: #394D65;
}

.speed-info .info {
	font-size: 12px;
	font-weight: 600;
	color: #59778E;
}

.vessel-info-height {
	height: calc(100vh - 25vh);
	overflow-y: auto;
	background: #fff;
	overflow-x: hidden;
}

/* Slim Scroll */
.scroll-style-1::-webkit-scrollbar {
	width: 13px;
	height: 18px;
}

.scroll-style-1::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	background-color: rgba(146, 166, 181, .3);
	-webkit-box-shadow: inset -1px -1px 0px rgba(146, 166, 181, 0.05), inset
		1px 1px 0px rgba(146, 166, 181, 0.05);
}

.scroll-style-1::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}

.scroll-style-1::-webkit-scrollbar-corner {
	background-color: transparent;
}

.lowest-move-list {
	background: #EEF2F5;
	border-radius: 5px;
	padding: 8px 17px;
	height: 51px;
	align-items: center;
	margin-bottom: 5px;
}

.lowest-move-list .operator-value {
	font-size: 13px;
	font-family: Poppins-Bold;
	color: #394D65;
}

.lowest-move-list .operator-id {
	font-size: 11px;
	font-family: Poppins-Medium;
	color: #59778E;
}
/*Vessel info model*/
.vessel-info-model .modal-header {
	background: #2b2f48 !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	height: 45px;
	color: #fff;
	font-weight: bold;
	padding-top: 11px !important;
}

.vessel-info-model .modal-content {
	border-radius: 7px !important;
}

.vessel-info-model .modal-title {
	font-size: 14px !important;
	margin-left: 10px;
	font-weight: bold;
}

.vessel-info-model .modal-body {
	padding: 25px;
}

.vessel-info-model .ops-title-ship {
	width: 35px;
	height: 26px;
}

.vessel-info-model .close {
	outline: none !important;
	font-size: 25px !important;
	color: #fff !important;
	text-shadow: none !important;
	opacity: 1 !important;
}

.vessel-info-model .model-row-1 {
	background: #CDDFEC;
	border-radius: 5px;
}

/*pranav*/
.dataTables_filter {
	display: none;
}

.select-filter>input {
	display: none;
}

.access-rights {
	margin-bottom: 50px !important;
}

.no-sort::after {
	display: none !important;
}

.no-sort {
	pointer-events: none !important;
	cursor: default !important;
}

.bg-tab {
	background: #EEF2F5 !important;
}

.table>thead>tr>th {
	background: #EEF2F5 !important;
	font-family: Poppins-medium;
}

.dataTables_info {
	padding-top: 0 !important;
}

.dataTables_wrapper .dataTables_paginate {
	padding-top: 0 !important;
}

.modal-header .close {
	outline: none !important;
}

#tree1 {
	width: 100%;
}
/********/
.delete-conformation .modal-body p {
	font-size: 20px;
	color: #192354;
	font-weight: 600;
	margin: 32px 0;
}

.delete-conformation .footer-model {
	margin-bottom: 29px;
}

.delete-conformation .modal-content {
	border-radius: 5px;
}

.delete-conformation {
	position: relative;
}

.mr-12 {
	margin-right: 12px !important;
}

.delete-model-bg {
	position: absolute;
	bottom: -15px;
	left: -15px;
}

#idConfirmDelete {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-group label {
	margin-bottom: 5px;
}

.title-bold {
	font-size: 14px;
	color: #394D65;
	font-family: Poppins-Bold;
	letter-spacing: .3px;
}

.title-label {
	font-size: 11px;
	color: #59778E;
	font-family: Poppins-Medium;
}

.row-1-p-tb {
	padding: 13px 0 13px 26px;
	height: 62px;
}

.border-r-row-1 {
	border-right: 1px solid rgba(179, 194, 204, .4);
}

.vessel-model-body {
	padding: 30px 25px !important;
}

.qc {
	padding: 16px 0;
	background: rgba(205, 223, 236, 1);
	border-radius: 5px;
	margin-right: 5px;
	height: 51px;
}

.qc-detail {
	background: rgba(238, 242, 245, 1);
	height: 51px;
	border-radius: 5px;
}

.qc-detail div {
	font-size: 13px;
	color: #394D65;
	letter-spacing: .3px;
	width: 18%;
	line-height: 52px;
	text-align: center;
	font-family: Poppins-Medium;
}

.footer-info {
	background: #CDDFEC;
	height: 37px;
	display: flex;
	font-size: 13px;
	align-items: center;
	padding-left: 26px;
	font-weight: 500;
}

.footer-info .title-bold {
	font-size: 14px;
	color: #394D65;
	font-weight: bold;
	letter-spacing: .3px;
	margin-right: 10px;
}

.vessel-info-model .close {
	font-size: 30px !important;
	font-family: Poppins-Medium;
	position: relative;
	top: -3px;
}

.moves-count {
	line-height: 17px;
}

.rank-status {
	line-height: 17px;
}

.for-show-more .yesterday-row-col {
	margin-bottom: 16px;
}

.load-more-data {
	color: #0CAFDE !important;
	font-weight: 600 !important;
	font-size: 11px;
}

.footer-down {
	font-size: 16px;
}
/* show less - load more */
#myList div {
	display: none;
}

#loadMore {
	color: green;
	cursor: pointer;
}

#loadMore:hover {
	color: black;
}

#showLess {
	color: red;
	cursor: pointer;
	display: none;
}

#showLess:hover {
	color: black;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0 1em !important;
}

/*OPS HISTORY*/
.history-card {
	width: 252px;
	height: 107px;
	background: #EEF2F5;
	border-radius: 5px;
	margin-right: 6px;
	margin-bottom: 16px;
}

.history-date {
	color: #192354;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0 !important;
	padding: 16px 0 0 16px;
}

.history-time {
	font-size: 11px;
	color: #59778E;
	font-weight: 500;
	padding-left: 16px;
	padding-bottom: 14.5px;
	margin-bottom: 0;
}

.history-card .border-b {
	border-bottom: 1px solid rgba(179, 194, 204, .4);
}

.total-box p {
	margin-bottom: 0;
	font-size: 11px;
	color: rgba(89, 119, 142, 1);
	padding-left: 16px;
	padding-bottom: 11px;
	padding-top: 11px;
}

.total-box-value p {
	margin-bottom: 0;
	color: #0CB0DF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 2px;
	letter-spacing: .3px;
}

.total-box-value {
	padding-right: 16px;
}

.total-box-up {
	color: #58EE2B;
	font-size: 11px;
	font-weight: 500;
}
/***/

/*HOC*/
.liner-dashboard-main .hoc-card {
	width: 350px;
}

.hoc-card {
	width: 327px;
	height: 107px;
	background: #EEF2F5;
	border-radius: 5px;
	margin-right: 6px;
	margin-bottom: 16px;
}

.genral-dash.hoc-card {
	width: 345px;
	height: auto !important;
	background: #EEF2F5;
	border-radius: 5px;
	margin-right: 16px;
	margin-bottom: 6px;
}

.hoc-footer-value {
	font-size: 13px;
	font-family: Poppins-Bold;
	color: rgba(57, 77, 101, 1);
	margin-bottom: 0;
	padding-top: 7px;
}

.hoc-footer-title {
	font-size: 11px;
	font-family: Poppins-Medium;
	color: rgba(89, 119, 142, 1);
	margin-bottom: 0;
	padding-bottom: 7px;
}

.hoc-vessel-title {
	color: #192354;
	font-family: Poppins-Bold;
	font-size: 14px;
	margin-bottom: 0;
	margin-left: 10px;
}

.hoc-card-header {
	padding: 6px 15px;
}

.hoc-card .border-b {
	border-bottom: 1px solid rgba(179, 194, 204, .4);
}

.hoc-card .border-r {
	border-right: 1px solid rgba(179, 194, 204, .4);
}

.hoc-card .hoc-target p {
	font-size: 11px;
	color: #59778E;
	font-family: Poppins-Medium;
	margin-bottom: 0;
	padding-left: 15px;
	line-height: 19px;
}

.hoc-target-value p {
	margin-bottom: 0;
}

.hoc-target-value .green {
	color: #00C58D;
	font-size: 13px;
	font-family: Poppins-Bold;
	letter-spacing: .3px;
	padding-right: 40px;
}

.hoc-target-value .yellow {
	color: #EEB90C;
	font-size: 13px;
	font-family: Poppins-Bold;
	letter-spacing: .3px;
	padding-right: 40px;
}

.hoc-target-value .red {
	color: #E93836;
	font-size: 13px;
	font-family: Poppins-Bold;
	letter-spacing: .3px;
	padding-right: 40px;
}

.hoc-card .pmph-value p {
	color: #394D65;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .3px;
	margin-bottom: 0;
	/* 	padding-right: 40px; */
}

.etd-b {
	color: #00C58D;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
	text-align: center;
}

.genral-header {
	height: 38px;
}

.etd-s {
	color: #59778E;
	font-size: 11px;
	font-family: Poppins-Medium;
	margin-bottom: 0;
	text-align: center;
}
/***/
/*profile File upload*/
.profile-opt .user-image {
	margin-left: 0 !important;
}

.profile-pic {
	/* 	max-width: 100%;
	max-height: 100%;
	display: block;
	border: 2px solid #fff;
	border-radius: 50%;
 */
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.file-upload {
	display: none;
}

.circle {
	border-radius: 1000px !important;
	overflow: hidden;
	width: 80px;
	background: #999;
	margin: 0 auto;
	height: 80px;
	border: 3px solid #0AC0F2;
}

img {
	max-width: 100%;
	height: auto;
}

.p-image {
	position: absolute;
	top: 73px;
	right: 100px;
	color: #0AC0F2;
	background: #fff;
	border-radius: 50%;
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	cursor: pointer;
}

.p-image:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
	font-size: 1.2em;
}

.upload-button:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	color: #999;
}

.header-dd {
	margin: 0 !important;
	padding: 15.5px 15px !important;
	background-color: #eef2f5 !important;
	color: #444;
	border-color: transparent !important;
	box-shadow: none !important;
}

#idRInterval {
	right: 0 !important;
	left: unset !important;
}

.header-dd li>a {
	width: auto;
	display: block;
	padding: 5px 10px;
}

.navbar .dropdown-menu li>a:hover {
	display: block !important;
}

.navbar .dropdown-menu li>a {
	display: block !important;
	padding: 5px 15px !important;
}

.header-dd li a:hover {
	display: block !important;
	padding: 5px 15px !important;
}

.user-header input {
	font-size: 11px !important;
	width: 100%;
	text-align: left;
}

.main-section {
	position: relative;
	/* width: 90%; */
	width: 100%;
	height: 80px;
}

.b-gauge {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
}

.demo2 {
	position: relative;
	width: 130px;
	height: 130px;
	box-sizing: border-box;
	margin: auto;
}

.b-gauge__label {
	position: absolute;
	font-size: 10px;
	color: #607d8b;
	min-width: 20%;
	margin-left: 5px;
	white-space: nowrap;
}

.gauge-value {
	font-size: 100%;
	color: #607d8b;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	text-align: center;
	font-family: Poppins-Bold;
}

.gauge-value-2 {
	font-size: 70%;
	color: #607d8b;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	font-family: Poppins-Medium;
}

/* .b-gauge__labels .b-gauge__label:nth-child(1) { */
/* 	left: 105px !important; */
/* 	top: 25px !important; */
/* 	width: 50px; */
/* } */

/* .b-gauge__labels .b-gauge__label:nth-child(2) { */
/* 	left: 110px !important; */
/* 	top: 45px !important; */
/* 	width: 50px; */
/* } */

/* .b-gauge__labels .b-gauge__label:nth-child(3) { */
/* 	left: 110px !important; */
/* 	top: 65px !important; */
/* 	width: 50px; */
/* } */

/***/
.edit-input, .edit-input1 {
	display: none;
	height: 26px;
	padding: 0 5px;
	border-radius: 3px;
	color: #495057;
	border: 1px solid #ced4da;
}

.control-label {
	margin-top: 0 !important;
}

.text-info {
	margin-bottom: 0;
}

#plz {
	margin-bottom: 0;
}

.profil-eid {
	display: block;
	font-size: 11px;
	color: #59778E;
	font-family: Poppins-Medium;
	/* margin-top: 3px; */
	letter-spacing: .2px;
	position: relative;
	word-break: break-all;
	/*     top: 5px; */
}

.profil-id {
	display: block;
	font-size: 11px;
	color: #59778E;
	font-family: Poppins-Medium;
	margin-top: 0px;
	position: relative;
	top: 0x;
}

.profile-user-name {
	z-index: 5;
	color: #fff;
	color: #192354;
	line-height: 17px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 0;
}

.table-center {
	margin: 0 auto;
	text-align: center;
}

.icon-edit-logout1 {
	width: 15px;
}

.save-file-profile {
	position: relative;
	right: 12px;
	top: 7px;
}

.mt-15 {
	margin-top: 15px;
}

.ops-history .main-vessel-card {
	width: 328px;
	height: 130px;
}

.speed-ops-card {
	width: 115px;
}

.ops-speed-graph {
	position: relative;
}

.ops-speed-graph .speed-info {
	position: absolute;
	bottom: 0;
	right: 26%;
	bottom: 15px;
}

.ops-speed-graph .value {
	font-size: 20px !important;
	line-height: 1.2;
}

.ops-speed-graph .info {
	font-size: 10px !important;
}

.ops-main-div .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	height: 107px;
	background: #2B2F48;
	padding: 0;
	border-radius: 5px;
	width: 98%;
}

.nav-link.active .nav-item-date {
	font-size: 14px;
	font-family: Poppins-Bold;
	margin-left: 16px;
	margin-top: 16px;
	color: #fff;
	margin-bottom: 0;
}

.nav-item-date {
	font-size: 14px;
	font-weight: bold;
	margin-left: 16px;
	margin-top: 16px;
	color: #000;
	margin-bottom: 0;
}

.nav-link.active .nav-item-day {
	color: rgba(224, 236, 245, .6);
	margin-left: 16px;
	font-family: Poppins-Medium;
	margin-bottom: 15px;
}

.nav-item-day {
	color: rgba(89, 119, 142, 1);
	margin-left: 16px;
	margin-bottom: 15px;
}

.ops-history .main-vessel-card {
	margin-right: 5px;
}

.border-b {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-nav-item {
	align-items: center;
	padding: 8px 16px;
}

.nav-link.active .footer-nav-item .payout-title {
	font-size: 11px;
	padding: 0;
	color: rgba(205, 223, 236, .6);
	font-family: Poppins-Medium;
}

.footer-nav-item .payout-title {
	font-size: 11px;
	padding: 0;
	color: rgba(89, 119, 142, 1);
	font-weight: normal;
}

.footer-nav-item .payout-red {
	font-size: 14px;
	color: rgba(233, 56, 54, 1);
	font-family: Poppins-Bold;
}

.footer-nav-item .payout-green {
	font-size: 14px;
	color: #4dbd74;
	font-family: Poppins-Bold;
}

.footer-nav-item .payout-orange {
	font-size: 14px;
	font-family: Poppins-Bold;
	color: #ffc107
}

.payout-red {
	font-size: 14px;
	color: rgba(233, 56, 54, 1);
	font-family: Poppins-Bold;
}

.payout-green {
	font-size: 14px;
	color: #4dbd74;
	font-family: Poppins-Bold;
}

.payout-orange {
	font-size: 14px;
	font-family: Poppins-Bold;
	color: #ffc107
}

.ops-history .nav-item {
	position: relative;
}

.side-navi {
	position: relative;
}

/* .pos-navi {
	position: absolute;
	background-image: url(/img/bright.svg);
	width: 100%;
} */
.ops-main-div .nav-pills .nav-pills .show>.nav-link {
	width: 100%;;
	height: 107px;
	background: rgba(238, 242, 245, 1);
	padding: 0;
	margin-bottom: 10px;
}
/* .non-active-tab {
    width: 100%;
    height: 107px;
    background: rgba(238, 242, 245, 1);
    padding: 0;
}  */
/* .nav-item {
	background: rgba(238, 242, 245, 1);
	margin-bottom: 5px;	
	background-image: url('/img/bright.svg');
	border-radius: 5px;
 	width: 98%;
} */
.nav-item .border-b {
	border-bottom: 1px solid rgba(179, 194, 204, .4);
}

.nav-link.night {
	width: 98%;
	border-radius: 5px;
	margin-bottom: 5px;
	background: rgba(238, 242, 245, 1);
	padding: 0 !important;
	background-image: url(/img/night.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 10px top 5px !important;
}

.nav-link.day {
	width: 98%;
	border-radius: 5px;
	margin-bottom: 5px;
	background: rgba(238, 242, 245, 1);
	padding: 0 !important;
	background-image: url(/img/bright.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 10px top 5px !important;
}

.nav-link .payout-title {
	color: rgba(89, 119, 142, 1);
}

.nav-link .nav-item-day {
	color: rgba(89, 119, 142, 1);
}
/**/
/*right arrow*/
.nav-link.active:after, .nav-link.active:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.nav-link.active:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #2B2F48;
	border-width: 7px;
	margin-top: -7px;
}

.nav-link.active:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #2B2F48;
	border-width: 7px;
	margin-top: -7px;
}

.history-list-height {
	height: calc(100vh - 18vh);
	overflow-y: auto;
	background: #fff;
	overflow-x: hidden;
	width: 100%;
}

.border-r-divide {
	border-right: 1px solid rgba(215, 220, 225, 1);
	height: calc(100vh - 12vh);
}

.header-bg.height-180 {
	height: 180px;
}

.dashboard-header-space {
	padding: 25px 30px 27px 31px;
}

/*Admin Dasboard*/
.dasboard-card {
	background: rgba(255, 255, 255, .14);
	width: 100%;
	height: 128px;
	margin-right: 23px;
	border-radius: 5px;
}

.dasboard-card-last {
	background: rgba(255, 255, 255, .14);
	width: 100%;
	height: 128px;
	border-radius: 5px;
}

.registered-user-w {
	width: 35px;
	height: 45px;
	margin-top: 10px;
	margin-right: 26px;
	margin-bottom: 10px;
}

.tot-reg-users {
	color: #0ac0f2;
	font-size: 35px;
	letter-spacing: .3px;
	font-weight: bold;
	padding-left: 21px;
	padding-right: 5px;
	padding-top: 21px;
	line-height: 22px;
}

.tot-reg-users-orange {
	color: #EEB90C;
	font-size: 35px;
	letter-spacing: .3px;
	font-weight: bold;
	padding-left: 21px;
	padding-right: 5px;
	padding-top: 21px;
	line-height: 22px;
}

.lbl-reg-users {
	font-size: 13px;
	color: rgba(165, 173, 190, 1);
	font-weight: 520;
}

.lbl-reg-users-green {
	color: #0FDC88;
	font-size: 35px;
	letter-spacing: .3px;
	font-weight: bold;
	padding-left: 21px;
	padding-right: 5px;
	padding-top: 21px;
	line-height: 22px;
}

.dashboard-t-border {
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.dashboard-r-border {
	border-right: 1px solid rgba(255, 255, 255, .12);
}

.w-25 {
	width: 25%;
}

.tot-reg-user .header-title-w {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
}

.tot-desk-active-users .header-title-w {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
}

.header-title-w {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 21px;
}

.header-title-t {
	font-size: 11px;
	color: #d5dae4;
	padding-left: 10px;
}

.borad-msg-list-main .borad-msg-list {
	width: 85%;
}

.image-list-main {
	width: 15%;
	/* position: absolute;
    bottom: 10px;
    right: 15px; 
    display: flex;*/
}

.image-list-main #userImgList {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.borad-msg-list-main {
	background: rgba(238, 242, 245, 1);
	height: auto;
	border-radius: 5px;
	padding: 17px 14px 14px 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
	position: relative;
}

.broad-msg-b {
	color: rgba(57, 77, 101, 1);
	font-size: 13px;
	font-family: Poppins-Medium;
	display: flex;
	width: 100%;
	word-wrap: break-word;
	line-height: 14px;
}

.borad-msg-list-main .broad-msg-b {
	color: rgba(57, 77, 101, 1);
	font-size: 13px;
	font-family: Poppins-Medium;
	display: flex;
	/*    width: 100%; */
	word-wrap: break-word;
	line-height: 14px;
}

.broad-msg-b-main {
	color: #394D65;
	font-size: 13px;
	font-family: Poppins-SemiBold;
	/* width: 90%; */
	display: flex;
	/* word-wrap: break-word; */
	word-break: break-all;
	line-height: 14px;
}

.broad-img {
	width: 27px;
	height: 27px;
}

.image-list-main .broad-img:nth-of-type(1) img {
	/* 	position: absolute;
    right: 95px;
    bottom: 0; */
	z-index: 2;
	margin-left: 16px;
	width: 27px;
	height: 27px;
}

.image-list-main .broad-img:nth-of-type(2) img {
	z-index: 1;
	margin-left: 8px;
	width: 27px;
	height: 27px;
}

.image-list-main .broad-img:nth-of-type(3) img {
	z-index: 0;
	width: 27px;
	height: 27px;
}

.class1 {
	position: absolute;
	right: 0;
}

.time-info {
	color: rgba(89, 119, 142, 1) !important;
	font-size: 11px;
	padding-top: 5px;
}

.users-end {
	height: 27px;
	width: 27px;
	border: 1px solid #fff;
	border-radius: 50px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.mr-13 {
	margin-right: 13px;
}

.pos-rel {
	position: relative;
}

.over-img {
	position: absolute;
	top: 0;
	left: -20px;
}

.top-7 {
	top: 7px;
}

.w-90 {
	width: 90%;
}

.header-dd-broadcast {
	background: #CDDFEC;
	height: 65px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 15px;
	overflow: hidden;
}

.select-users-drop-d {
	text-indent: 1px;
	text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../img/br_down.png) no-repeat 5px center;
	background-position-x: 97%;
	background-size: 12px;
	font-size: 13px;
	font-family: Poppins-medium;
	color: #59778E;
}

.footer-text-style {
	width: 100%;
	height: 100%;
	border: none;
	background: rgba(205, 223, 236, .1);
	padding: 7px 50px 7px 15px;
	position: relative;
	font-size: 11px;
	font-family: Poppins-SemiBold;
	color: #394D65;
	letter-spacing: .3;
}

.footer-text-style::placeholder {
	color: rgba(89, 119, 142, .7);
}

.broadcast-sent-image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.broadcast-message-list {
	height: calc(100vh - 37vh);
	overflow-x: hidden;
	overflow-y: auto;
}

.broadcast-sent-image-p {
	background-image: linear-gradient(to right top, #17c4e8, #00b4e9, #00a4e8, #0093e5,
		#0880dd) !important;
	height: 34px;
	width: 36px;
	border-radius: 50% !important;
	position: absolute;
	padding: 0 !important;
	margin: 0 !important;
	right: 10px;
	border: none !important;
}

.footer-broadcast {
	background: #CDDFEC;
	height: 65px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	border-top: 1px solid rgba(188, 199, 207, 1);
}

.broad-msg-box {
	padding-left: 30px;
	padding-right: 0;
	margin-top: 5px;
}

.broad-msg-box-right {
	padding-left: 20px;
	padding-right: 0;
	margin-top: 5px;
}

.set-pos-header {
	margin-right: 15px;
	margin-top: 3px;
}

.set-pos-body {
	margin-right: 15px;
	margin-top: 3px;
	padding-left: 20px;
}

.mt-5p {
	margin-top: 5px;
}

.broadcast-profile-image {
	height: 34px;
	width: 34px;
	border: 2px solid #fff;
	border-radius: 50px;
}

.pl-10p {
	padding-left: 10px;
}
/*Password setting*/
.box-card-border {
	border: 1px solid rgba(190, 199, 204, .8);
}

.user-header {
	position: relative;
}

.save-profile {
	position: absolute;
	top: 9px;
	right: 13.5px;
	width: 18px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 24px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 4px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #10D484;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}

.check-users-list {
	height: calc(100vh - 51vh);
	overflow-x: hidden;
	overflow-y: auto;
	background: #EEF2F5;
}

.check-list-name {
	color: #59778E;
	font-size: 13px;
	line-height: 14px;
	font-family: Poppins-Bold;
	letter-spacing: .3px;
}

.check-list-number {
	color: #59778E;
	font-size: 11px;
	font-family: Poppins-Medium;
	letter-spacing: .3px;
}

.profile-list-item {
	height: 63px;
	background: #EEF2F5;
	border-bottom: 1px solid rgba(205, 215, 222, .5);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.lbl-pass-setting {
	color: #394D65;
	font-size: 13px;
	font-family: Poppins-Medium;
}

.pass-setting-main .odd-bg {
	height: 70px;
	display: flex;
	align-items: center;
	background: #fff;
}

.pass-setting-main .pr-20 {
	padding-right: 30px;
}

.pass-setting-main .even-bg {
	height: 70px;
	display: flex;
	align-items: center;
	background: #EEF2F5;
}
/* .box-space {
    padding-right: 40px;
    padding-left: 5px;
} */
.card-body.pass-setting-main {
	padding: 0;
}

.mr-30p {
	margin-right: 30px;
}
.mr-10 {
	margin-right: 10px;
}
.pl-20 {
	padding-left: 20px;
}

.pr-20 {
	padding-right: 20px;
}

.mb-20p {
	margin-bottom: 20px !important;
}

.mb-30p {
	margin-bottom: 30px !important;
}

.mb-35p {
	margin-bottom: 35px !important;
}

.form-control[readonly], .form-group .form-control[disabled],
	.form-group .form-control[readonly] {
	background: #fff !important;
}
/*Mobile push notification*/
.header-dd-broadcast-mobile {
	background: #CDDFEC;
	height: 91px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 15px;
	overflow: hidden;
}

.w-48 {
	width: 48%;
}

.select-users-drop-d-mobile {
	text-indent: 1px;
	font-size: 13px;
	font-weight: 550;
	padding: 6px 11px;
	text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 30px;
	appearance: none;
	background: #fff url(/img/br_down.png) no-repeat 5px center;
	background-position-x: 94%;
	background-size: 12px;
}

.mobile-noti-main .dd-title {
	font-size: 13px;
	color: #394D65;
	font-family: Poppins-Medium;
	display: block;
	width: 100%;
	position: relative;
	bottom: 2px;
}

.w-98 {
	width: 95%;
	font-weight: bold;
	color: #59778E;
}

.no-selected {
	font-weight: bold;
	color: #59778E;
	font-size: 13px;
	background: #EEF2F5;
	position: sticky;
	display: block;
	height: 30px;
	width: 100%;
	z-index: 9;
	padding-left: 21px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(205, 215, 222, .5);
}

.mt-25 {
	margin-top: 25px;
}

.mobile-noti-textarea {
	width: 100%;
	height: 100%;
	border: none;
	background: #EEF2F5;
	padding: 19px;
	position: relative;
	font-size: 13px;
	font-weight: 600;
	color: rgba(89, 119, 142, 1);
}

.mobile-noti-textarea::-webkit-input-placeholder {
	color: rgba(89, 119, 142, .6);
}

.mt-50p {
	margin-top: 50px
}

.title-mob-noti {
	margin-bottom: 16px;
	margin-top: 2px;
	height: 38px;
}

.select-shipping button {
	border-color: #d2d6de;
}

.mt-80 {
	margin-top: 80px !important;
}

.acc-lock-lbl .checkbox-material {
	margin-right: 5px;
}

.admin-profile {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	/* 	background: rgba(255, 0, 0, .7); */
	border: 5px solid transparent;
	background-clip: padding-box;
	box-shadow: 0 0 0 2px #fff;
}

.h-112 {
	height: 112px;
}

.perfo-det-2-se .hours {
	font-size: 18px !important;
	font-weight: 500 !important;
}

.perfo-det-2-se .minutes {
	font-size: 18px !important;
	font-weight: 500 !important;
}

.perfo-det-2-se .seconds {
	font-size: 18px !important;
	font-weight: 500 !important;
}

.perfo-det-2-se .time-sepraoor {
	font-size: 18px !important;
	font-weight: 500;
}

.next-payout-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url(/img/next-payout.svg);
	background-repeat: no-repeat;
	background-size: unset;
	background-position: center;
	position: relative;
}

.shift-end-main {
	background-image: url(/img/shift-end.svg);
	background-repeat: no-repeat;
	background-size: unset;
	background-position: center;
	position: relative;
	display: flex;
	justify-content: center;
}

.header-label-r {
	color: #000;
	font-family: Poppins-Medium;
	margin-top: 15px;
	margin-right: 5px;
}

.shift-end-timer .hours {
	color: #10D484 !important;
	font-size: 28px !important;
	font-weight: 500 !important;
}

.shift-end-timer .minutes {
	color: #10D484 !important;
	font-size: 28px !important;
	font-weight: 500 !important;
}

.shift-end-timer .seconds {
	color: #10D484 !important;
	font-size: 28px !important;
	font-weight: 500 !important;
}

#Div2 {
	display: none;
}

.expandable-space {
	padding-left: 15px;
	padding-top: 5px;
}
/* Internal css*/
/*shipping line*/
thead input {
	width: 100%;
	height: 70%;
	padding: 0px;
	box-sizing: border-box;
}

table.dataTable thead tr:nth-child(1) th {
	background-color: #cddfec !important;
}

#user-list-table table.dataTable thead tr:nth-child(n) th {
	background-color: #cddfec !important;
}

#user-list-table table.dataTable thead tr:nth-child(1) th:nth-of-type(1)
	{
	width: 8% !important;
}

#user-list-table table.dataTable thead tr:nth-child(1) th:nth-of-type(2)
	{
	width: 23% !important;
}

#user-list-table table.dataTable thead tr:nth-child(1) th:nth-of-type(3)
	{
	width: 17% !important;
}

#user-list-table table.dataTable thead tr:nth-child(1) th:nth-of-type(4)
	{
	width: 8% !important;
}

#user-list-table table.dataTable thead tr:nth-child(1) th:nth-of-type(5)
	{
	width: 8% !important;
}

#user-list-table table.dataTable thead tr:nth-child(1) th:nth-of-type(6)
	{
	width: 8% !important;
}

#user-list-table table.dataTable thead tr:nth-child(1) th:nth-of-type(7)
	{
	width: 8% !important;
}

#user-list-table table.dataTable thead tr:nth-child(1) th:nth-of-type(8)
	{
	width: 8% !important;
}

#user-list-table table.dataTable thead tr:nth-child(1) th:nth-of-type(9)
	{
	width: 6% !important;
}

#user-list-table table.dataTable thead tr:nth-child(1) th:nth-of-type(10)
	{
	width: 6% !important;
}

.user-img-size {
	width: 24px !important;
	height: 24px !important;
	float: left;
	margin-right: 10px;
}

#shiping-line-main-tab table.dataTable thead tr:nth-child(n) th {
	background-color: #cddfec !important;
	width: 10.5% !important;
}

table.dataTable thead tr:nth-of-type(1) th {
	padding-left: 15px !important;
}

table.dataTable thead tr:nth-of-type(1) .last-col-border-r {
	border-top-right-radius: 5px !important;
}

table.dataTable thead tr:nth-of-type(1) .first-col-border-r {
	border-top-left-radius: 5px !important;
}

#user-role-list table.dataTable thead tr:nth-child(n) th {
	background-color: #cddfec !important;
	width: 10.5% !important;
}

#audit-log-main table.dataTable thead tr:nth-child(n) th {
	background-color: #cddfec !important;
	width: 10.5% !important;
}

#user-list-table table.dataTable thead tr:nth-child(n) th input::-webkit-input-placeholder
	{
	font-family: Poppins-Medium;
}

.dt-head-center.dt-body-center input::-webkit-input-placeholder {
	font-family: Poppins-Medium;
}
/***************/
/*User list*/
#dateRange, #mdateRange, #loginIdTextField, #nameIdTextField,
	#staffIdTextField, #createdByTextField, #lineCodeTextField,
	#modifiedByTextField, #lineNameTextField, #emailAddressTextField,
	#phoneNumberTextField, #statusFilter {
	display: none;
}

/* .btn-center {
    display: flex !important; 
    flex-direction: column !important;
    width: 35px !important;
    margin-top: 15% !important;
} */
#myModal-add .modal-body {
	/* position: relative !important; */
	height: auto !important;
}

.ph-number::-webkit-inner-spin-button, .ph-number::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
	.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
	.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
	border: 1px solid #d2d6de !important;
	padding: 8px 15px !important;
}

thead input {
	width: 100%;
	height: 70%;
	padding: 0px;
	box-sizing: border-box;
}

table.dataTable thead tr:nth-child(1) th {
	background-color: #cddfec !important;
}

/***************/
/*User role list*/
#dateRange, #mdateRange, #roleNameTextField, #modifiedByTextField,
	#createdByTextField, #statusFilter {
	display: none;
}

thead input {
	width: 100%;
	height: 70%;
	padding: 0px;
	box-sizing: border-box;
}

table.dataTable thead tr:nth-child(1) th {
	background-color: #cddfec !important;
}
/***************/
/*Audit log*/
#dateRange, #actionTextField, #actionByTextField {
	display: none;
}

thead input {
	width: 100%;
	height: 70%;
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 13px;
}

table.dataTable thead tr:nth-child(1) th {
	background-color: #cddfec !important;
	font-size: 13px;
	letter-spacing: .3px;
}
/***************/
/*PM */
.mb-0 {
	margin-bottom: 0;
}

.ml-3p {
	margin-left: 3px;
}

.mr-3p {
	margin-right: 3px;
}

.mlr-3p {
	margin: 0 3px;
}

.history-time-end {
	font-size: 11px;
	color: #59778E;
	font-weight: 500;
	padding-left: 2px;
	padding-bottom: 14.5px;
	margin-bottom: 0;
}

.divide {
	position: relative;
	bottom: 6px;
	font-size: 11px;
	color: #59778E;
	font-weight: 500;
}

.history-time {
	font-size: 11px;
	color: #59778E;
	font-weight: 500;
	padding-right: 4px;
	padding-left: 16px;
	padding-bottom: 14.5px;
	margin-bottom: 0;
}

.pm-rtg.tabs {
	max-width: 300px;
	margin-bottom: 15px;
}

.pm-rtg .tabs-nav {
	list-style: none !important;
}

.pm-rtg.tabs-nav li {
	float: left;
	width: 50%;
}
/* .pm-rtg.tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
} */
/* .pm-rtg.tabs-nav li:last-child a {
  border-top-right-radius: 6px;
} */
.pm-rtg a {
	background: #eaeaed;
	border: 1px solid #cecfd5;
	color: #0087cc;
	display: block;
	font-family: Poppins-Bold;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
}

.pm-rtg a:hover {
	color: #ff7b29;
}

.pm-rtg .tab-active a {
	background: #fff;
	color: #2db34a;
	cursor: default;
}

.pm-rtg.tabs-stage {
	border: 1px solid #cecfd5;
	border-radius: 0 0 6px 6px;
	border-top: 0;
	clear: both;
	padding: 24px 30px;
	position: relative;
	top: -1px;
}
/*HOC*/
.etd-m {
	margin-right: 3px;
}

.hoc-timer {
	padding: 12px 0;
}

.hoc-timer .hours, .minutes, .seconds {
	font-size: 22px !important;
	font-weight: 550 !important;
}

.hoc-timer .container {
	font-size: unset !important;
}
/******/
/* PM Dashboard */
.gauge-value-pm {
	font-size: 35px;
	color: #83f562;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 130px;
	text-align: center;
	font-weight: 600;
}

.margin-top-80 {
	margin-top: 80px;
	border-radius: 50%;
}

.pm-rtg.tabs {
	max-width: 300px;
	margin-bottom: 15px;
}

.pm-rtg .tabs-nav {
	list-style: none !important;
}

.pm-rtg.tabs-nav li {
	float: left;
	width: 50%;
}
/* .pm-rtg.tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}
.pm-rtg.tabs-nav li:last-child a {
  border-top-right-radius: 6px;
} */
.pm-rtg a {
	background: #717586;
	/*   border: 1px solid #cecfd5; */
	color: #fff !important;
	display: block;
	font-weight: 600;
	font-size: 14px 0;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
}

.pm-rtg a:hover {
	color: transparent;
}

.pm-rtg .tab-active a {
	background: #2B2F48;
	color: #fff;
	cursor: pointer;
}

.pm-rtg.tabs-stage {
	/* border: 1px solid #cecfd5; */
	/* border-radius: 0 0 6px 6px; */
	/* border-top: 0; */
	clear: both;
	padding: 24px 30px;
	position: relative;
	top: -1px;
}
/*user list two column*/
.create-user-model .modal-dialog {
	position: fixed;
	margin: auto;
	width: 100% !important;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

@media ( min-width : 576px) {
	.create-user-model .modal-dialog {
		max-width: 900px !important;
		margin: 1.75rem auto;
	}
}
/***/
.lbl-userlist {
	color: rgba(57, 77, 101, 1) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
	white-space: nowrap;
}
/*Page not found*/
#notfound {
	position: relative;
	height: 100vh;
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound {
	max-width: 410px;
	width: 100%;
	text-align: center;
}

.notfound .notfound-404 {
	height: 280px;
	position: relative;
	z-index: -1;
}

.notfound .notfound-404 h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 230px;
	margin: 0px;
	font-weight: 900;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url('../img/bg.jpg') no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	background-position: center;
}

.notfound h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
}

.notfound p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 0px;
}

.notfound a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	-webkit-box-shadow: 0px 4px 15px -5px #0046d5;
	box-shadow: 0px 4px 15px -5px #0046d5;
}

.desk-pos-set {
	position: relative;
	left: -13px;
}

.pass-setting-main .w-100 {
	width: 50% !important;
}

.pl-30-fail-attempt {
	padding-left: 40px;
}
/****************/
.table td, .table th {
	vertical-align: middle !important;
	min-width: 90px;
}

.bg-color-white{
	background-color: #fff;
}
.position{
	position: sticky !important;
	right: 0 !important;
}

.position-2{
	position: sticky !important;
	left: 0 !important;
}
.position-3{
	position: sticky !important;
	left: 100px !important;
}

.width-100{
	min-width: 100px !important;
}

th{
	width: 20px !important;
}

/* table {
	width: 100%;
	border-collapse: collapse;
} */

table.dataTable tbody th, table.dataTable tbody td {
	padding: 0 !important;
	height: 38px !important;
	padding-left: 15px !important;
}

.table-edit-icon {
	color: #0AC0F2;
	font-size: 18px !important;
	margin-bottom: 8px;
}

.table-del-icon {
	color: #e63c2f;
	font-size: 20px !important;
}

.white-back {
	background: #fff !important;
}

.success-header {
	display: block;
	width: 100%;
	padding: 10px 15px;
	margin: 0 15px 15px 15px;
}

.more-profile-info {
	color: rgba(10, 192, 242, 1);
	font-family: Poppins-Medium;
	font-size: 11px;
	z-index: 99;
	position: relative;
	top: 5px;
	left: 5px;
}

.ml-4p {
	margin-left: 7px;
	margin-right: 7px;
}

.mt-4p {
	margin-top: 4px;
}

.current-shift {
	color: #394D65;
	margin-right: 10px;
	font-size: 14px;
	font-family: Poppins-Medium;
}

.p-tb-18 {
	padding: 18px 0;
}

.alert-info {
	border-color: transparent !important;
}

.login-footer-fix {
	color: rgba(165, 173, 190, .5);
	font-size: 13px;
	font-family: Poppins-Regular;
}

.login-footer-fix-best-view {
	color: rgba(165, 173, 190, .5);
	font-size: 13px;
	font-family: Poppins-Regular;
	position: relative;
	top: 25px;
}

.home-footer-main {
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translate(-50%, -50%);
}

.w-16 {
	width: 16.67%;
}

.mt-20 {
	margin-top: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.week-desc {
	color: #59778E;
	font-family: Poppins-Medium;
	font-size: 13px;
	margin-bottom: 0;
	padding-right: 10px;
}

.ml-4px {
	margin-left: 4px !important;
}

.profile-error {
	font-size: 11px;
	color: red;
}

.mb-10 {
	margin-bottom: 10px;
}

.payout-details {
	background: #EEF2F5;
	border-radius: 5px;
}

.moves-payout-owl {
	width: 194px !important;
}

.p-lr-15 {
	padding: 0 15px;
}

.w-70-right-side {
	width: 83%;
}

.w-30-nav {
	width: 17%;
}

.ops-history-height-mb {
	height: calc(100vh - 18vh);
	overflow-x: hidden;
	overflow-y: auto;
}

.password-eye {
	position: absolute;
	right: 38px;
	top: 12px;
}

.rtg-crane {
	width: 43px;
}

.pass-exp {
	position: relative;
	left: -8px;
}

.pass-setting-main #pwdRemember {
	position: relative;
	left: 40px;
	/*     width: 228px; */
}
/* Material checkbox */

/* Styling Checkbox Starts */
.checkbox-label {
	display: block;
	position: relative;
	margin: auto;
	cursor: pointer;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	width: 20px;
	clear: both;
}

.checkbox-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkbox-label .checkbox-custom {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 20px;
	background-color: #fff;
	/* border-radius: 5px; */
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 1px solid #A0A9AF;
}

.checkbox-label input:checked ~ .checkbox-custom {
	background-color: #FFFFFF;
	border-radius: 5px;
	-webkit-transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	opacity: 1;
	border: 1px solid #A0A9AF;
}

.checkbox-label .checkbox-custom::after {
	position: absolute;
	content: "";
	left: 12px;
	top: 12px;
	height: 0px;
	width: 0px;
	border-radius: 5px;
	border: solid #009BFF;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(0deg) scale(0);
	-ms-transform: rotate(0deg) scale(0);
	transform: rotate(0deg) scale(0);
	opacity: 1;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked ~ .checkbox-custom::after {
	-webkit-transform: rotate(45deg) scale(1);
	-ms-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	opacity: 1;
	left: 7px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid #009BFF;
	border-width: 0 2px 2px 0;
	background-color: transparent;
	border-radius: 0;
}

.ptb-29 {
	padding: 29px 0;
}
/******************/
.txt-place::-webkit-input-placeholder {
	font-size: 12px;
}

.in-days {
	width: 90px;
	margin-top: 12px;
}

.in-days-abs {
	position: absolute;
	right: 25%;
}

#pwdRemember {
	width: 150px;
}

#pwdExpiry {
	position: relative;
	left: 5px;
	width: 150px;
}

#failAtt {
	width: 150px;
}

#pwdLength {
	width: 150px;
}

.lbl-uname {
	display: block;
	text-align: left;
	margin-bottom: 2px;
	font-size: 12px;
	color: #59778E;
}

.mb-7 {
	margin-bottom: 7px;
}

.mt-30 {
	margin-top: 30px;
}

.form-control {
	font-size: 13px;
}

.active-filter {
	background: rgba(0, 0, 0, 0.1);
	padding: 5px 13px;
}

.create-user-model .form-error {
	position: absolute !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 12px !important;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center
	{
	/* text-align: left !important; */
	padding-left: 12px !important;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center,
	table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center
	{
	/*     text-align: left !important; */
	padding-left: 12px !important;
}

.ops-history-height-mb .vessel-info-value {
	padding-left: 0;
	text-align: left;
}

.lowest-move-list .border-r {
	border-right: 1px solid rgba(210, 223, 232, .9);
	margin-right: 20px;
}

.ptb-19 {
	padding: 19px 0;
}

.ptb-6 {
	padding: 6px 0;
}

.hoc-card.genral-dash .border-t {
	border-top: 1px solid rgba(179, 194, 204, .4);
}

.hoc-card.genral-dash .border-r {
	border-right: 1px solid rgba(179, 194, 204, .4);
}

.vessel-search {
	height: 30px;
	width: 300px;
}

.search-icon {
	color: #000;
	position: absolute;
	top: 6px;
	right: 10px;
}

.color-white {
	color: #fff !important;
}

.opacity-1 {
	opacity: 1 !important;
}

.required:after {
	/* content:" *"; */
	color: red;
	content: " *";
	display: inline;
}

.h-36 {
	height: 36px;
}

.m-tb-10 {
	margin: 10px 0;
}

.auto-login {
	margin: 0 !important;
	text-align: center !important;
	color: rgba(25, 35, 84, 1);
	font-weight: normal !important;
	font-size: 1.1rem !important;
}

.w-auto {
	width: auto !important;
}

.past-24 {
	font-size: 11px;
	line-height: 10px;
}

.pos-10 {
	position: relative;
	bottom: 13px;
}

.owl-theme .owl-nav .fa-angle-left {
	font-size: 25px !important;
	color: #EEF2F5 !important;
}

.owl-theme .owl-nav .fa-angle-right {
	font-size: 25px !important;
	color: #EEF2F5 !important;
}

.w-50-center {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}

/*PM Incentive settings*/
.tab-inc-sett {
	width: 100%;
	margin: 0 auto;
	border: 1px solid rgba(190, 199, 204, .8);
}

.center-txt {
	text-align: center;
}

.tab-inc-sett {
	font-size: 14px;
}

.Incentive-40 {
	margin-top: 40px !important;
}

.mr-7 {
	margin-right: 7px;
}

.tab-inc-sett>thead>tr>th {
	border: 0;
	border-bottom: 1px solid rgba(190, 199, 204, .8) !important;
}

.btn-center-m-top {
	margin: 0 auto;
	margin-top: 2rem;
}

.width-dd {
	width: 13.8rem;
	margin-right: 15px;
}

.btn-approval {
	margin-right: 30px !important;
	height: 35px;
}

.loop-div {
	border: 1px solid rgba(190, 199, 204, .8);
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}

.w-100pr {
	width: 100%;
}
/*Choosen select*/
/* .chosen-select .chosen-drop  */
.chosen-container.chosen-with-drop .chosen-drop {
	top: unset !important;
	bottom: 37px !important;
	border: 1px solid #1bbae1;
	width: 220px !important;
}

.chosen-single {
	background: #fff !important;
	height: 37px !important;
	border-radius: 2px;
	line-height: 37px !important;
	border: 1px solid #ced4da !important;
	box-shadow: none !important;
	border-radius: .25rem;
	margin-right: 15px;
	text-align: left !important;
	color: #495057 !important;
	font-weight: normal;
	padding-left: 15px !important;
	font-size: 13px !important;
}

.chosen-single:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff !important;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.chosen-container .chosen-results {
	text-align: left !important;
}

.chosen-container-single .chosen-single span {
	margin-right: 0 !important;
}

.chosen-container .chosen-results {
	color: #495057 !important;
}

.chosen-container {
	width: 235px !important;
}
/****************/
.title-table {
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

.mt-40 {
	margin-top: 40px;
}

.wrapper {
	overflow-y: hidden !important;
}

.new-approvalUser:nth-child(even) {
	/* background: #CCC !important; */
	background: #fff !important;
}
/* .new-approvalUser:nth-child(odd) {
	background: red !important;
}  */
/* addListApprovalUserstr:nth-child(odd) {background: #FFF;}; */
.p-20 {
	padding: 20px;
}

.w-30 {
	width: 120px !important;
	/* 	border-right: 1px solid gray; */
	color: #212529;
	margin-right: 20px;
}

.w-70 {
	width: 70% !important;
	color: gray;
}

.card-custom-box {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	border: 1px solid green;
	position: relative;
	margin-left: 25px;
	border-radius: 5px !important;
	padding: 20px 20px 15px 35px;
	margin-bottom: 30px;
}

.round-status {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.24);
	position: absolute;
	top: 50%;
	border: 3px solid darkgrey;
	left: -5px;
	transform: translate(-50%, -50%);
}

.custom-alert-signal {
	margin-bottom: 0;
	padding: 0px 10px;
	width: auto !important;
	text-align: center;
	font-weight: 500;
	border-radius: 15px !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.p-2-0 {
	padding: 2px 0;
}

.mt-35 {
	margin-top: 35px !important;
}

.ml-8pr {
	margin-left: 8.5%;
}

.btn-approve {
	border-radius: 50% !important;
	height: 35px !important;
	display: flex;
	width: 35px !important;
	line-height: 25px !important;
	text-align: center !important;
	outline: none !important;
	position: absolute;
	right: -15px;
	top: -15px;
	justify-content: center;
	align-items: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.mar-10-0 {
	margin: 10px 0 5px 0;
}

.err-pos-setting .form-error {
	display: block;
	/* margin-top: 5px; */
	margin-bottom: 10px;
	/* line-height: 140%; */
	position: absolute;
	width: 15%;
	margin: 3px 0;
	line-height: 12px;
	font-size: 12px;
	/* margin-top: 1px; */
	color: #dd4b39;
}

.mr-50 {
	margin-right: 50px;
}

.w-275 {
	width: 275px;
}

.h-center {
	margin: 0 auto;
	text-align: center;
}

.oi-sett .form-error {
	position: absolute;
	right: 0;
	width: 230px;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	text-align: left;
}

.err-pos-setting .table-striped tbody tr:last-child td {
	padding-bottom: 35px;
}

/*Phase 2*/
.header-left {
	width: 30%;
}

.header-right {
	width: 70%;
}

.left-first {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(210, 223, 232, 0.2);
}

.brd-r {
	/* border-right: 1px solid rgba(210, 223, 232, 0.2); */
	border-right: 1px solid #37425e;
}

.brd-l {
	border-left: 1px solid rgba(210, 223, 232, 0.2);
}

.brd-none {
	border-bottom: none !important;
}

.pr-20 {
	padding-right: 20px;
}

.d-b-w-55 {
	display: block;
	text-align: left;
	width: 57%;
}

.pr-5p {
	padding-right: 5px;
}

.plr-10 {
	padding-right: 10px;
	padding-left: 10px;
}

.left-sec {
	color: white;
	display: flex;
	flex-direction: column;
	padding: 0;
}

.grp-bb {
	display: block;
	color: #a5adbe;
	font-size: 15px;
	padding: 3px 0;
	width: 100%;
	text-align: center;
	border-bottom: 0.5px solid #37425e;
	font-weight: 500;
}

.pr-16 {
	padding-right: 16px;
}

.bb-0 {
	border-bottom: 0;
}

.w-215 {
	width: 215px !important;
}

.qc-moves-val {
	color: #18c7e8;
	font-family: Poppins-Bold;
}

.left-sec-last {
	padding: 11px 14px;
	justify-content: center;
	text-align: center;
}

.f-w-b-22 {
	font-family: Poppins-Bold;
	font-size: 18px;
	line-height: 25px;
}

.f-w-b-18 {
	font-family: Poppins-Bold;
	font-size: 16px;
	padding: 8px 17px;
}

.pos-rel {
	position: relative;
}

.header-graph-value {
	position: absolute;
	color: #24f2b7;
	font-size: 20px;
	font-family: Poppins-Bold;
	margin-bottom: 0;
	left: 35px;
	top: 25px;
	bottom: 26px;
}

.header-lbl-3-row {
	color: #a5adbe;
	font-size: 13px;
	margin-bottom: 0;
	font-family: Poppins-Bold;
	text-align: left;
	/* margin: 16px 0 0 21px; */
}

.h-70 {
	height: 70px;
}

.pr-10 {
	padding-right: 10px;
}

.graph-border {
	border-right: 1px solid rgba(210, 223, 232, 0.2);
	border-left: 1px solid rgba(210, 223, 232, 0.2);
	position: relative;
	height: 75px;
}

.h-278 {
	height: 278px;
}

.shift-end-tim {
	color: #10d484;
	font-size: 16px;
	font-family: Poppins-Bold;
	padding-right: 10px;
	margin-bottom: 0;
}

.set-b-brd {
	border-bottom: none;
	border-top: 1px solid rgba(210, 223, 232, 0.2);
}

.best-main {
	position: relative;
	margin: 0 auto;
	padding: 2.75% 8%;
	width: 89%;
}

.main-content {
	position: relative;
	margin: 0 auto;
	padding: 0 5%;
	width: 97%;
}
/* popover */
.popup-next-target {
	position: absolute;
	top: 0;
	right: 50px;
	background: #eef2f5;
	z-index: 999;
	border-radius: 5px;
	width: 345px;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.title-popup-next-target {
	color: #394d65;
	margin-bottom: 0;
	font-family: Poppins-Bold;
	font-size: 14px;
	padding: 7px 0;
}

.bg-blue {
	background: #18c7e8;
}

.tab-head {
	background: #18c7e8;
	color: #fff;
}

.brd-r-white {
	border-right: 1px solid #dde6ed;
}

.tab-head th {
	font-size: 12px !important;
	padding: 5px 10px;
	color: #fff !important;
}

.tab-crane-team td {
	border-bottom: 1px solid #dde6ed;
	padding: 3px 15px;
	text-align: left;
	font-size: 13px;
	font-family: Poppins-Regular;
	color: #394d65;
}

.p-3-15 {
	padding: 3px 15px !important;
	text-align: left;
}

.btn-close-pop {
	background: #18c7e8 !important;
	font-family: Poppins-Bold !important;
	font-weight: bold !important;
	border-radius: 15px !important;
	margin: 10px 1px;
	font-size: 12px;
	width: 40%;
	border: none !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.btn-close-pop:focus {
	box-shadow: none !important;
}

.popup-next-target:after {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 22px;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #eef2f5;
}

.header-graph-value-title {
	margin-bottom: 0;
	color: #fed94e;
	position: absolute;
	top: 49px;
	left: 32px;
	font-size: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.moves-count {
	border-left: 1px solid #d2dfe8;
}

.rank-status {
	border-left: 1px solid #d2dfe8;
}

.w-40p {
	width: 40%;
}

.graph-content-box {
	align-items: center;
	justify-content: center;
}
hr {
    margin-top: 10px;
	margin-bottom: 10px;
}
.dash-award1{
	color: #262d48;
    font-family: Poppins-SemiBold;
    font-size: 14px;
}
.dash-award1 .d-flex{
	align-items: center;
  }
  .user-image1 {
    width: 30px;
    height: 30px;
}
.pos-rel{
	position: relative;
}
.badge{
	background-color: #ffffffd1;
    border-radius: 50%;
    color: #38436e;
    font-size: 9px;
    font-family: Poppins-Bold;
    text-align: center;
    line-height: 9px;
    border: 1px solid #16c1f2;
    position: absolute;
    left: 58%;
    top: -16%;
	padding: 0.13em;
    height: 12px;
    width: 12px;
}
.user-img-size1{
	width: 28px !important;
    height: 28px !important;
    float: left;
    margin-right: 10px;
}
.badge-sec{
	display: flex;
}
.badge-sec1{
	position: relative;
}
.badge-sec1 img{
	width: 30px;
	height: 30px;
}
.pos-stick{
	position: sticky;
	top: 0px;
	z-index: 250;
	}
.dis-flex{
	display: flex;
}
.w-5 {
    width: 5%;
}
.w-20 {
    width: 20%;
}

.pr-8{
	padding-right: 8px;
}
.w-31 {
    width: 30%;
}
.badge1{
	top:11%;
	    left: 52%;
}

/* osdesign */
.mega{
	border: 1px solid #e8e8e8;
    max-height: 700px !important;
    overflow: auto;
    border-radius: 4px;
}
.custom-table{
	width: 100%;
    max-width: 100%;
    margin-bottom: 0rem;
}
.custom-table td ,th{
    width: 250px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-height: 55px !important;
	text-align: center;
	color: #59778E;
    font-family: "Poppins-Medium";
}
.custom-table th{
	background: #cddfec !important;
	font-family: "Poppins-Bold";
	color: rgba(25, 35, 84, 1);
}

@media screen and (max-width: 1900px) and (min-width: 1701px){
	.vessel-info-height {
    height: calc(100vh - 23vh) !important;}
}

@media screen and (max-width: 1700px) and (min-width: 1599px){
	.vessel-info-height {
    height: calc(100vh - 28vh)!important;}
}
@media screen and (max-width: 1440px) and (min-width: 1365px){
	.vessel-info-height {
    height: calc(100vh - 30vh)!important;}
}
@media screen and (max-width: 1366px) and (min-width: 1280px){
	.vessel-info-height {
    height: calc(100vh - 34vh)!important;}
}
@media screen and (max-width: 1279px) and (min-width: 900px){
	.vessel-info-height {
    height: calc(100vh - 32vh)!important;}
}


