@charset "utf-8";
/* CSS Document */

/* -----------------------------------------
   * Filename: master.css
   * Author: Welcom Digital 
----------------------------------------- */

/****** Main content ******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	border:0;
	outline:none;
	padding:0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}

body {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	font-size: 13px;
	color: #333333;
	line-height: 1.5;
	font-family:"Segoe UI", Verdana, Helvetica, Sans-Serif;
}

a,
a:hover,
a:focus,
.btn,
.btn:focus,
.btn:hover {
	outline: none!important;
}

label {
	font-weight: bold;
}

hr {
	border-top: 1px solid #ccc;
}

.wrapper {
	min-height: 100%;
}

.reset {
	text-decoration: none;
	list-style-type: none;
}
.h5, h5 {
    font-size: 20px;
}

/****** Font ***********/

.font-18 {
	font-size: 18px;
}

.font-size-normal {
	font-size: 12px;
}


/****** Margin ***********/

.mrg-t-3 {
	margin-top: 3px;
}

.mrg-t-2 {
	margin-top: 2px;
}


/****** Bg color *******/

.bg-blue {
	background-color: #0a1e2c;
}
.bg-white {
	background-color: #ffffff;
}

/****** Button *********/

button {
	border: 1px solid #F60;
	color: #fff;
	cursor: pointer;
	background-color: #FF8C00;
	font: 400/100% Arial, Helvetica, sans-serif;
	padding: .34em 0.8em .38em 0.8em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	display: inline-block;
	line-height: 1.5;
}

.btn {
	min-width: 100px;
	height: 25px;
	line-height: 16px;
	box-sizing: border-box;
	padding:0.10rem .55rem 0.21rem .55rem;
}

.btn + .btn,
.btn + .btn + .btn {
	margin-left: 6px;
}

/*
.btn,
.btn:hover {
	padding: 0.20rem .75rem .350rem .75rem;
    font-size: .9rem;
    line-height: 1;
    min-width: 100px;
}


h5 .btn,
.d-flex h5+.btn {
	min-width: auto;
}
*/
.btn-primary {
	background-color: #FF8C00;
	border-color: #F60;
	text-shadow: 0 0 0 rgba(0, 0, 0, .25);
	font-weight: normal;
}

.btn-primary:hover {
    background-color: #D86D05;
    border-color: #F60;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(240, 108, 11, 0.5);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #cc6c00;
	border-color: #bf5e00;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(240, 108, 11, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #ecb682;
	border-color: #fab07a;
}

.btn-secondary {
	color: #fff;
	background-color: #929292;
	border-color: #848282;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #bdc0c3;
	border-color: #bdc0c3;
}

/*button:active {
	transform: translateY(0px);
}*/

.btn-danger {
	background-color: #FF0000;
	border-color: #FF0000;
}

.btn-danger:hover {
	background-color: #C60606;
	border-color: #FF0000;
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #e47580;
	border-color: #e47580;
}

.btn-light {
	color: #212529;
	background-color: #ececec;
	border-color: #cbcbcb;
}

.btn-light:hover {
	background-color: #dad8d8;
	border-color: #bdbcbc;
}
 
.btn-icon,
.btn-icon:hover {
	min-width: 25px;
	padding: 0.20rem .25rem .20rem .25rem;
	min-height: 25px;
	line-height: 17px;
}

.btn-info {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #49a4dd;
	border-color: #49a4dd #49a4dd #49a4dd;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	font-weight: normal;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #fff;
	background-color: #237fcb;
	*background-color: #237fcb;
}

.btn-repaymententry-customer {
	padding: 0 12px;
	min-width: auto !important;
	line-height: 24px;
}
.page-action {
	text-align: right;
}

/****** Border *********/

.on {
	border-top: 5px solid #090;
}

.off {
	border-top: 5px solid #FF0000;
}

.idle {
	border-top: 5px solid #60B3E6;
}

.activeLine {
	border-bottom: 3px solid #090;
}

.offLine {
	border-bottom: 3px solid #FF0000;
}

.border-bottom {
	border-bottom-color: #d0d3d7 !important;
}

.border-secondary {
	border-color: #d0d3d5 !important;
}

/****** Width **********/

.min-w-auto {
	min-width: auto;
}

.w-15 {
	width: 15%;
}


/****** Alert *********/

.alert-danger,
.value-alert,
.declined-agree-link {
	color: #ff0000;
}

.active-agree-link {
	color: green;
}

a.value-alert:hover {
	color: #d82e2e;
}


/****** Navbar *********/

.navbar-dark .navbar-toggler {
	background-color: #0e0e0e;
	padding: .20rem 0.40rem .40rem 0.40rem;
}

.navbar-header .menu-h {
	font-size: 11px;
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.navbar-header .navbar-brand {
	padding: 0;
	float: none;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.navbar-header .navbar-toggle {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 0;
	margin-bottom: 0;
	border: 0;
	padding: 8px 5px 0px 5px;
}

.navbar-toggle {
	padding: 9px 5px;
	margin-top: 0;
	margin-right: 4px;
}

.navbar-toggle .icon-bar {
	width: 25px;
	height: 3px;
}

.navbar-toggle {
	background-color: #203340;
	border-width: 0;
	margin-bottom: 0;
}

.navbar-toggle .navbar-inner {
	background-attachment: inherit;
	background-clip: inherit;
	background-color: #203340;
	background-image: inherit;
	background-origin: inherit;
	background-position: inherit;
	background-repeat: inherit;
	background-size: inherit;
	border-color: #203340;
	border-radius: 0;
	filter: inherit;
	padding: 15px 10px;
}

.navbar-toggle .navbar-toggle:focus,
.navbar-toggle .navbar-toggle:hover {
	background-color: #0e0e0e;
}

.navbar-collapse {
	background: #10222e;
	display: block;
	height: 100% !important;
	margin-left: 0;
	margin-right: 0 !important;
	overflow-y: scroll;
	padding-left: 0;
	padding-right: 0;
	position: fixed;
	right: -245px;
	top: 0;
	width: 245px;
	z-index: 1041;
	opacity: 0.97;
}

.navbar-collapse.collapse {
	height: 100% !important;
}

.navbar-header .navbar-nav>li>a {
	border-bottom: 3px dotted #e1e1e1;
	color: #fff;
	font-size: 14px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: left;
	position: relative;
	display: block;
	padding: 7px 15px;
}

.navbar-header .navbar-nav>li.active>a,
.navbar-header .navbar-nav>li>a:focus,
.navbar-header .navbar-nav>li>a:hover {
	color: #e75e03;
	text-decoration: none;
}

.navbar-nav>li,
.navbar-nav {
	float: none;
}

.navbar-header .nav-title a {
	border-bottom: 3px solid #e1e1e1;
	color: #fff;
	display: block;
	font-size: 18px;
	text-align: left;
	padding: 5px 15px;
	margin: 25px 0 10px;
}

.navbar-header .header-close {
	padding: 0;
	position: fixed;
	right: 5px;
	top: 5px;
	z-index: 1050;
}

.adminPink {
	background: #ea3362;
	background: -moz-linear-gradient(top, #ea3362 0%, #a72848 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea3362), color-stop(100%, #a72848));
	background: -webkit-linear-gradient(top, #ea3362 0%, #a72848 100%);
	background: -o-linear-gradient(top, #ea3362 0%, #a72848 100%);
	background: -ms-linear-gradient(top, #ea3362 0%, #a72848 100%);
	background: linear-gradient(to bottom, #ea3362 0%, #a72848 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ea3362', endColorstr='#a72848', GradientType=0);
	border-color: #a72848;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.close {
	text-shadow: 0 0 0 #fff;
	box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
	opacity: 0.9;
}

.navScroll {
	overflow: hidden!important;
}

#scrollUp {
	color: gray;
	display: none;
	height: 31px;
	position: fixed;
	right: 20px;
	text-align: center;
	top: 0;
	width: 175px;
	z-index: 1050;
	font-size: 25px;
	cursor: pointer;
}

#scrollDown {
	bottom: 0;
	color: gray;
	display: none;
	height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 175px;
	z-index: 1050;
	font-size: 25px;
	cursor: pointer;
}

.pos-md {
	top: 50%;
}

#back-top {
	border-radius: 50%;
	bottom: 2%;
	color: #000;
	display: block;
	font-size: 34px;
	height: 36px;
	margin-bottom: 7px;
	padding-top: 2px;
	position: fixed;
	right: 1%;
	text-align: center;
	transition: all 1s ease 0s;
	width: 36px;
	z-index: 1000;
	opacity: 0.6;
}

.material-icons {
	font-size: 26px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	color: #203340;
}


/****** Card panel *********/

.card {
	border: 1px solid #d0d0d0;
	border-radius: 1px;
	background-color: #f0f0f0;
	border-radius: 6px;
}

.card h5 {
	cursor: pointer;
	font-size:18px;
	font-weight: bold;
	color: #4d4d4d;
}

.card .card-subtitle {
	cursor: auto;
}

.card .card-body+.card-footer,
.card .card-footer {
	padding: 10px 0 0;
	border-radius: 0;
	justify-content: space-between;
	align-items: center;
	border-top: none;
	background: none;
}

h5 .indicator {
	transform: rotate(180deg);
	position: relative;
	bottom: -3px;
}

h5.collapsed .indicator {
	transform: rotate(0deg);
	bottom: 0px;
}


/****** Form *********/

.form-group {
	margin-bottom: 0.5rem;
}

.form-control:disabled+.input-icon {
	cursor: not-allowed;
}

.input-group-text,
.form-control {
	/*height: calc(1.2em + .75rem + 0px);*/
	padding:.10rem .45rem;
	font-size: 0.9rem;
	line-height: 13;
}

textarea.form-control {
	line-height: 1.5;
}

.col-form-label {
	font-size: 13px;
}

.fileinput-button {
	overflow: hidden;
	position: relative;
}

.fileinput-button input {
	cursor: pointer;
	direction: ltr;
	font-size: 200px;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.required:after {
	content: " *";
	color: #f00;
}

.invalid-feedback {
	font-size:13px;
}

.input-validation-error,
.input-validation-errorMsg {
	border: 1px solid red!important;
	background-color: #fee!important;
}

.input-group-append .btn {
	min-width: auto;
	height: 29px;
}

.info-view .col-form-label {
	padding-top: calc(.375rem + 1px);
	text-align: right;
}

.info-edit .col-form-label {
	padding-top: calc(.375rem + 5px);
	text-align: right;
}

.row-details .info-view {
	background-color: #fcfcfc;
}

.well-lbl-display-x {
	margin-bottom: 2px;
	padding: 2px 6px;
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid #E3E3E3;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	min-height: 30px;
}


/****** Table *********/

.table {
	background-color: #fff;
	border: 1px solid #d0d0d0;
	border-top: 0px solid #d0d0d0;
}

.table>thead>tr>th {
	vertical-align: top;
	border-bottom-width: 0;
}

.table tbody {
	border-top: 0 solid #ddd;
}

.table .thead-dark th {
	color: #fff;
	background-color: #2a86ce;
	border-color: #a8c2db;
	border-top: 0px solid #fff;
}

.table-xs-small {
	max-height: 172px;
	overflow-y: scroll;
}

.table tbody tr td:first-child a:hover {
	text-decoration: none;
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #f0f5f9;
}

tr.selected,
.table-striped tbody tr.selected td {
	background-color: #213341;
	color: #fff;
}


.table .btn-sm {
	padding: .10rem .5rem;
}

.table-scroll {
	max-height: 179px;
	margin-bottom: 20px;
}

.table-scroll .table {
	margin-bottom: 0;
}

.table-scroll.md {
	max-height: 246px;
}

.table-scroll.lg {
	max-height: 456px;
}

.table-scroll thead tr:nth-child(1) th {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 10;
}


/****** Table sort with icon *********/

th .sort span {
	background: url("../images/arr-sprite.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: pointer;
	float: right;
	height: 22px;
	text-indent: -9999px;
	width: 21px;
}

th .sort.dis span {
	background-position: -30px 0;
}

th .sort.up span {
	background-position: 0 -64px;
}

th .up.dis span {
	background-position: -30px -64px;
}

th .sort.down span {
	background-position: 0 -32px;
}

th .down.dis span {
	background-position: -30px -32px;
}

th .sort {
	color: white;
}

th .sort.dis {
	color: white;
}

th .sort:hover {
	color: white;
	text-decoration: none;
}

th .sort.dis:hover {
	color: white;
	text-decoration: none;
}


/****** Ribbon slider*********/

.slick-slider a {
	border-left: 1px solid #bacbda;
	border-right: 1px solid #2774ab;
	color: #fff;
	display: block;
	height: 74px;
	padding: 10px 10px 8px 10px;
	text-align: center;
	text-shadow: 1px 1px 1px #2a5b86;
	text-transform: uppercase;
	font-size: 13px;
	/*font-weight: bold;*/
	white-space: inherit;
}

.slick-slider .slick-slide:first-child a {
	border-left-width: 0;
}
.slick-slide.active a,
.slick-slider a:hover {
	background-color: #203340;
	text-decoration: none;
}

.slick-slider a .fas,
.slick-slider a .fa {
	font-size: 1.25rem;
}

.slick-slider .ribbon-innertext {
	display: block;
}

.slick-next {
	right: -15px;
}

.slick-prev {
	left: -15px;
}

.slick-slider.admin .slick-list {
	overflow: visible;
	z-index: 999;
}


/****** Dropdown menu*********/

.dropdown-menu a.dropdown-item {
	height: auto;
	border-bottom: 1px #aaa solid;
	color: #000;
	text-shadow: 0px 0px 0px #2a5b86;
	border-right: 0px solid #000;
	font-weight: normal;
	padding: 6px 8px 4px 8px;
	text-align: left;
}

.dropdown-menu a.dropdown-item:hover {
	color: #fff;
}

.dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px solid #000;
}

.dropdown-menu {
	background: #ddd;
	padding: 0;
	z-index: 2000;
}

.dropdown-toggle::after {
    border-top: .5em solid #4c8dc5;
    border-right: .5em solid transparent;
    border-left: .5em solid transparent;
}

/****** Model box*********/

.modal {
	padding-left: 0!important;
	padding-right: 0!important;
}

.modal-xl {
	max-width: 99.4%!important;
}

.modal-xlm {
	max-width: 91%;
}

.modal-lgx {
	max-width: 80%;
}

.modal-header {
	border-bottom: 1px solid #e5e5e5;
}

.modal-content {
	border: 4px solid rgba(72, 165, 221, 1);
}

.modal-body .dl-horizontal dd>.nor-txt,
.modal-body dl dt {
	padding-top: 10px;
}

.modal-body .info-content dl dd .btn {
	margin-top: 0px;
}

.modal-body dl dd input[type="checkbox"] {
	margin-top: 14px;
}

.header-span {
	font-size: 14px;
}


/****** Calendar UI*********/

.date-picker {
	position: relative;
}

.date-picker .input-icon {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 12px;
	right: 8px;
	font-size: 17px;
}

.date-picker input.datetimepicker {
	padding-right: 27px;
}

.datetimepicker .table-condensed>tbody>tr>td,
.datetimepicker .table-condensed>tbody>tr>th,
.datetimepicker .table-condensed>thead>tr>td,
.datetimepicker .table-condensed>thead>tr>th {
	border: 1px solid #f0f0f0;
	padding: 4px;
	font-size: 0.80rem;
}

.datetimepicker-days>table thead {
	background: #f0f0f0;
}


/****** Tab menu*********/

.nav-tabs .nav-link {
	padding: .5rem 0.5rem;
}

.tab-content {
	border: 1px solid #dee2e6;
	margin-top: -1px;
	padding: .5rem;
	height: 100%;
}

.mt-4.tabOne .tab-content {
	margin-top: 0px;
}


/****** Tooltip *********/

.tooltip {
	font-size: 11px;
}


/****** Common view info *********/

.numeric-display {
	background: #eee;
	padding: 0 6px 0 0;
	height: 24px;
	line-height: 24px;
}


/****** media query  *********/

@media (max-width: 575px) {
	.col-form-label {
		padding-right: 1px;
	}
	/* .btn {
		min-width: auto;
	}*/
}


/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
	.col-form-label {
		padding-top: 4px;
		padding-right: 1px;
	}
}


/*Medium devices (tablets, 667px and less)*/

@media (max-width: 667px) {
	.client-login {
		text-align: center;
		margin-top: 10px;
	}
	.alert.position-fixed {
		position: inherit!important;
	}
	.sub-heading-wrap {
		font-size: 12px;
	}
	.sub-heading-wrap h4,
	.sub-heading-wrap h5 {
		font-size: 15px;
		font-weight: bold;
	}
	.material-icons {
		font-size: 19px;
	}
}


/*Medium devices (tablets, 768px and up)*/

@media (max-width: 768px) {
	label,
	.col-form-label {
		font-size: 12px;
	}
	.modal-dialog {
		max-width: 650px;
	}
	.modal-xlm {
		max-width: 95%;
	}
}


/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
	.col-form-label {
		font-size: 13px;
	}
	.table-condensed>tbody>tr>td,
	.table-condensed>tbody>tr>th,
	.table-condensed>tfoot>tr>td,
	.table-condensed>tfoot>tr>th,
	.table-condensed>thead>tr>td,
	.table-condensed>thead>tr>th {
		padding: 8px;
	}
	.modal-xlm {
		max-width: 95%;
	}
}


/* CLOSE WIDE DESKTOP LAYOUT MEDIA QUERY */

@media only screen and (min-width: 320px) and (max-width:1100px) {
	.navbar-nav {
		margin: 0px;
	}
	.w-9 {
		width: 9%!important;
	}
	.tabTwo {
		display: none;
	}
	.tabTwo.tabTwoV2 {
		display: block;
	}
	.tab-wrap.ml-4 {
		margin-left: 0!important;
	}
	.modal .btn-group-sm>.btn,
	.btn-sm {
		font-size: .875rem;
	}
}


/* TABLET LAYOUT 
----------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.dl-horizontal.d-responsive dd {
		margin-left: 0;
	}
	.dl-horizontal.d-responsive dt {
		clear: left;
		float: none;
		width: 100%;
	}
	.w-15 {
		width: 20%;
	}
}


/* MOBILE/TABLET LAYOUT (PORTRAIT/320PX) 
----------------------------------------------- */

@media only screen and (max-width:991px) {
	.mrg-top-50-prc {
		margin-top: 20%;
	}
}


/* WIDE MOBILE LAYOUT (LANDSCAPE/320PX) 
----------------------------------------------- */

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.info-content .divider dd {
		border-top: 0px solid #ccc;
		line-height: 20px;
		margin-bottom: 10px;
		margin-left: 0px;
	}

	.navbar-header {
		right: 1px;
		top: -77px;
	}

	.pagination>li>a,
	.pagination>li>span {
		padding: 6px 7px;
	}

	.left-col h3,
	.right-col h3 {
		text-align: center;
	}

	.offset-box .w-15 {
		width: 28%;
	}
}

/* WIDE MOBILE LAYOUT (LANDSCAPE/420PX) 
----------------------------------------------- */

@media only screen and (min-width: 420px) and (max-width: 766px) {
	.offset-box .w-15 {
		width: 20%;
	}
}

/* CLOSE WIDE MOBILE MEDIA QUERY */

@media only screen and (min-width: 360px) {
	.navbar-toggle {
		display: block;
	}
}