/*-----------------------------------------*/
/*                 FONTS STARTS            */
/*-----------------------------------------*/
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/poppins/regular/poppins-regular-webfont.eot');
    src: url('../fonts/poppins/regular/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/regular/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins/regular/poppins-regular-webfont.woff') format('woff'),
         url('../fonts/poppins/regular/poppins-regular-webfont.ttf') format('truetype'),
         url('../fonts/poppins/regular/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/poppins/medium/poppins-medium-webfont.eot');
    src: url('../fonts/poppins/medium/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/medium/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins/medium/poppins-medium-webfont.woff') format('woff'),
         url('../fonts/poppins/medium/poppins-medium-webfont.ttf') format('truetype'),
         url('../fonts/poppins/medium/poppins-medium-webfont.svg#poppinsmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/poppins/semi-bold/poppins-semibold-webfont.eot');
    src: url('../fonts/poppins/semi-bold/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/semi-bold/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins/semi-bold/poppins-semibold-webfont.woff') format('woff'),
         url('../fonts/poppins/semi-bold/poppins-semibold-webfont.ttf') format('truetype'),
         url('../fonts/poppins/semi-bold/poppins-semibold-webfont.svg#poppinssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/poppins/bold/poppins-bold-webfont.eot');
    src: url('../fonts/poppins/bold/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/bold/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins/bold/poppins-bold-webfont.woff') format('woff'),
         url('../fonts/poppins/bold/poppins-bold-webfont.ttf') format('truetype'),
         url('../fonts/poppins/bold/poppins-bold-webfont.svg#poppinsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*-----------------------------------------*/
/*                 FONTS ENDS              */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*          COMMON CLASS STARTS            */
/*-----------------------------------------*/
html {
	background: #F1F1F1;
}
body {
	background: none;
	color: #212529;
	padding: 0 !important;
}
html,
body {
	font-family: 'Poppins-Regular';
    margin: 0;
}
iframe {
	border: none;
}
a {
	color: #0F367B;
	text-decoration: none;
    outline: none !important;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none !important;
}
a[href] {
	cursor: pointer;
}
a[href]:hover {
	color: #F52C2B;
}
input,
input:hover,
input:active,
input:focus {
    text-decoration: none;
    outline: none !important;
}
.p-relative {
    position: relative;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.d-table {
    display: table;
}
.d-table-cell {
    display: table-cell;
}
.v-middle {
    vertical-align: middle;
}
.color-inherit {
	color: inherit !important;
}
.tbl {
	display: table; width: 100%; height: 100%; table-layout: fixed;
}
.tbl-cell {
	display: table-cell; vertical-align: middle;
}
.pd-0 {
    padding: 0 !important;
}
.pdt-0 {
    padding-top: 0 !important;
}
.pdl-0 {
    padding-left: 0 !important;
}
.pdr-0 {
    padding-right: 0 !important;
}
.pdb-0 {
    padding-bottom: 0 !important;
}
.mg-0 {
    margin: 0 !important;
}
.mgt-0 {
    margin-top: 0 !important;
}
.mgl-0 {
    margin-left: 0 !important;
}
.mgr-0 {
    margin-right: 0 !important;
}
.mgb-0 {
    margin-bottom: 0 !important;
}
.b-0 {
	border: 0 !important;
}
.bt-0 {
	border-top: 0 !important;
}
.br-0 {
	border-right: 0 !important;
}
.bb-0 {
	border-bottom: 0 !important;
}
.bl-0 {
	border-left: 0 !important;
}
.pdr-5 {
    padding-right: 5px;
}
.height100 {
    height: 100%;
}
.width100 {
    width: 100%;
}
.font-bold {
	font-family: 'Poppins-Bold' !important;
}
.font-semi-bold {
	font-family: 'Poppins-SemiBold' !important;
}
.color-grey {
	color: #A2A2A8;
}
.color-black {
	color: #212529;
}
.color-dark-blue {
	color: #0F367A;
}
.color-blue {
	color: #1745A7;
}
.color-red {
	color: #F52C2B;
}
.bg-grey {
	background-color: #F4F4F4;
}
.bg-dark-grey {
	background-color: #E7E7E7;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-default {
	cursor: default !important;
}
.no-pointer-events {
	pointer-events: none !important;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-line2 {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis-line3 {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ellipsis-line4 {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ellipsis-line5 {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.height400overflow {
	max-height: 400px;
	overflow: auto;
}
/*-----------------------------------------*/
/*          COMMON CLASS ENDS              */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*        LOADER STARTS                    */
/*-----------------------------------------*/
.loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100003;
	background-color: rgba(16, 16, 16, 0.5);
	display: none;
}
.loader-tbl {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
.loader-tbl-cell {
	display: table-cell;
	vertical-align: middle;
}
.loader-box {
	background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
	border-radius: 15px;
    width: 240px;
  	height: 90px;
}
.loader-text {
	position: relative;
	color: #2E2E39;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	width: 200px;
  	height: 50px;
  	line-height: 50px;
}
.loader-text::before,
.loader-text::after {
  	content: "";
  	display: block;
  	width: 15px;
  	height: 15px;
  	position: absolute;
  	background-color: #F52C29;
    -webkit-animation: load .7s infinite alternate ease-in-out;
          	animation: load .7s infinite alternate ease-in-out;
}
.loader-text::before {
  	top: 0;
}
.loader-text::after {
  	bottom: 0;
  	background-color: #0F367A;
}
@-webkit-keyframes load {
  	0% {
    	left: 0;
    	height: 30px;
    	width: 15px;
  	}
  	50% {
    	height: 8px;
    	width: 40px;
  	}
  	100% {
    	left: 185px;
    	height: 30px;
    	width: 15px;
  	}
}
@keyframes load {
  	0% {
    	left: 0;
    	height: 30px;
    	width: 15px;
  	}
  	50% {
    	height: 8px;
    	width: 40px;
  	}
  	100% {
    	left: 185px;
    	height: 30px;
    	width: 15px;
  	}
}
@media(max-width: 767px) {
	.loader-box {
		transform: scale(0.7);
		transform-origin: center center;
	}
}
/*-----------------------------------------*/
/*        LOADER ENDS                      */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*         BLUE TABLE STARTS               */
/*-----------------------------------------*/
.table-blue {
	overflow: hidden;
	margin-bottom: 0 !important;
}
.table-blue thead tr:first-child th:first-child {
	border-top-left-radius: 13px;
}
.table-blue thead tr:first-child th:last-child {
	border-top-right-radius: 13px;
}
.table-blue tbody tr.last td:first-child {
	border-bottom-left-radius: 13px;
}
.table-blue tbody tr.last td:last-child {
	border-bottom-right-radius: 13px;
}
.table-blue tbody tr.hide {
	display: none;
}
.table-blue thead tr {
	background-color: #1A3A6B;
    color: #EDEFF3;
}
.table-blue tr[data-id="clickable"] {
	cursor: pointer;
}
.table-blue thead th {
	font-family: 'Poppins-SemiBold';
	font-size: 15px;
	padding: 10px 20px;
	font-weight: normal;
	vertical-align: top;
	border: none;
}
.table-blue .sortable-header {
	cursor: pointer;
}
.table-blue .sort-action {
	position: relative;
    margin-left: 10px;
    display: inline-block;
    height: 12px;
    width: 8px;
}
.table-blue .sort-action .icon {
	position: absolute;
    left: 0px;
    font-size: 14px;
    color: #A0A1A6;
    height: 5px;
    line-height: 5px;
    overflow: hidden;
}
.table-blue .sort-action .icon-down {
    bottom: 0px;
}
.table-blue .sort-action .icon-up {
    top: 0;
}
.table-blue .sort-action .fa::before {
	line-height: 5px;
}
.table-blue .sortable-header[data-sortorder="asc"] .sort-action .icon-up {
	color: #fff;
}
.table-blue .sortable-header[data-sortorder="desc"] .sort-action .icon-down {
	color: #fff;
}
.list-container[data-count="0"] .table-blue .sortable-header {
	pointer-events: none;
}
.list-container[data-count="0"] .table-blue .sort-action {
	display: none;
}
.list-container[data-count="0"] .table-blue .sortable-header .sort-action .icon-up,
.list-container[data-count="0"] .table-blue .sortable-header .sort-action .icon-down {
    color: #A0A1A6;
}
.table-blue tbody tr {
	background-color: #F4F4F4;
}
.table-blue tbody tr.even {
	background-color: #ffffff;
}
.table-blue tbody td {
	font-family: 'Poppins-Regular';
	font-size: 14px;
    padding: 12px 20px;
    color: #40404A;
    border-top: none;
    border-right: 1px solid #E9EAEB;
    vertical-align: top;
}
@media(max-width: 1199px) {
	.table-blue thead tr:first-child th:first-child {
		border-top-left-radius: 10px;
	}
	.table-blue thead tr:first-child th:last-child {
		border-top-right-radius: 10px;
	}
	.table-blue tbody tr.last td:first-child {
		border-bottom-left-radius: 10px;
	}
	.table-blue tbody tr.last td:last-child {
		border-bottom-right-radius: 10px;
	}
	.table-blue thead th {
		font-size: 14px;
		padding: 8px 15px;
	}
	.table-blue tbody td {
		font-size: 13px;
	    padding: 8px 15px;
	}
}
@media(max-width: 991px) {
	.table-blue thead tr:first-child th:first-child {
		border-top-left-radius: 8px;
	}
	.table-blue thead tr:first-child th:last-child {
		border-top-right-radius: 8px;
	}
	.table-blue tbody tr.last td:first-child {
		border-bottom-left-radius: 8px;
	}
	.table-blue tbody tr.last td:last-child {
		border-bottom-right-radius: 8px;
	}
	.table-blue thead th {
		font-size: 13px;
		padding: 5px 10px;
	}
	.table-blue tbody td {
		font-size: 12px;
	    padding: 5px 10px;
	}
	.table-blue .sort-action {
	    margin-left: 5px;
	    height: 9px;
	}
	.table-blue .sort-action .icon {
	    font-size: 12px;
	}
	.table-blue .sort-action .icon-down {
	    bottom: -1px;
	}
	.table-blue .sort-action .icon-up {
	    top: -1px;
	}
}
/*-----------------------------------------*/
/*         BLUE TABLE ENDS                 */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*         BORDERED TABLE STARTS           */
/*-----------------------------------------*/
.orange-border {
	border: 2px solid #F8812A;
	border-radius: 5px;
	margin-bottom: 0 !important;
}
.orange-border.with-padding {
	padding: 20px 30px;
}
table .allowEdit {
	cursor: pointer;
}
table .edited {
	background-color: #f2f2f2 !important;
	cursor: default !important;
	pointer-events: none;
}
table tr.has-error {
	background-color: #fdd !important;
}
.table-bordered {
	margin-bottom: 0 !important;
}
.table-bordered tr td,
.table-bordered tr th {
	border: 1px solid #EAEBEC;
	border-left: none;
	border-top: none;
	font-size: 16px;
	padding: 10px 20px;
	line-height: 1.533333333;
	vertical-align: top;
}
.table-bordered tr td.action-td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.table-bordered tr td.input-td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.table-bordered tr td.input-td .form-control {
	min-width: 100px;
}
.table-bordered tr td:last-child,
.table-bordered tr th:last-child {
	border-right: none;
}
.table-bordered tbody tr:last-child td {
	border-bottom: none;
}
.table-bordered tr th {
	font-size: 13px;
	font-weight: normal;
}
.column-action {
	width: 60px;
	min-width: 60px;
}
.column-checkbox {
	width: 38px;
	min-width: 38px;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.column-checkbox .radio-checkbox-box {
	width: 18px;
	overflow: hidden;
}
.action-icon {
	color: #A6B2C4;
    font-size: 20px;
}
@media(max-width: 1199px) {
	.table-bordered tr td,
	.table-bordered tr th {
		font-size: 15px;
		padding: 8px 15px;
	}
	.table-bordered tr td.action-td {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.table-bordered tr th {
		font-size: 12px;
	}
	.action-icon {
	    font-size: 18px;
	}
	.column-action {
		width: 50px;
		min-width: 50px;
	}
	.orange-border.with-padding {
		padding: 15px 25px;
	}
}
@media(max-width: 991px) {
	.table-bordered tr td,
	.table-bordered tr th {
		font-size: 14px;
		padding: 8px 12px;
	}
	.table-bordered tr th {
		font-size: 12px;
	}
	.action-icon {
	    font-size: 16px;
	}
	.column-action {
		width: 40px;
		min-width: 40px;
	}
	.orange-border.with-padding {
		padding: 10px 20px;
	}
}
@media(max-width: 767px) {
	.table-bordered tr td,
	.table-bordered tr th {
		font-size: 13px;
		padding: 5px 10px;
	}
	.table-bordered tr td.action-td {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.table-bordered tr th {
		font-size: 11px;
	}
	.action-icon {
	    font-size: 16px;
	}
	.table-bordered tr td.input-td {
		padding-top: 1px;
		padding-bottom: 1px;
	}
	.orange-border.with-padding {
		padding: 5px 15px;
	}
}
/*-----------------------------------------*/
/*         BORDERED TABLE ENDS             */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*         TABLE SPACING STARTS            */
/*-----------------------------------------*/
table tr th.width-fix-125,
table tr td.width-fix-125 {
	min-width: 125px;
	width: 125px;
}
table tr th.width-fix-160,
table tr td.width-fix-160 {
	min-width: 160px;
	width: 160px;
}
table tr th.width-fix-170,
table tr td.width-fix-170 {
	min-width: 170px;
	width: 170px;
}
table tr th.width-fix-205,
table tr td.width-fix-205 {
	min-width: 205px;
	width: 205px;
}
table tr th.width-16,
table tr td.width-16 {
	width: 16%;
	min-width: 16%;
}
table tr th.width-20,
table tr td.width-20 {
	width: 20%;
	min-width: 20%;
}
table tr th.width-21,
table tr td.width-21 {
	width: 21%;
	min-width: 21%;
}
table tr th.width-23,
table tr td.width-23 {
	width: 23%;
	min-width: 23%;
}
table tr th.width-27,
table tr td.width-27 {
	width: 27%;
}
table tr th.width-35,
table tr td.width-35 {
	width: 35%;
	min-width: 35%;
}
table tr th.width-37-5,
table tr td.width-37-5 {
	width: 37.5%;
	min-width: 37.5%;
}
table tr th.width-39-5,
table tr td.width-39-5 {
	width: 39.5%;
	min-width: 39.5%;
}
@media(min-width: 992px) and (max-width: 1199px) {
	table tr th.width-22-lg,
	table tr td.width-22-lg {
		width: 22%;
		min-width: 22%;
	}
	table tr th.width-31-lg,
	table tr td.width-31-lg {
		width: 31%;
		min-width: 31%;
	}
}
@media(min-width: 768px) and (max-width: 991px) {
	table tr th.width-22-5-md,
	table tr td.width-22-5-md {
		width: 22.5%;
		min-width: 22.5%;
	}
	table tr th.width-32-md,
	table tr td.width-32-md {
		width: 32%;
		min-width: 32%;
	}
}
@media(max-width: 767px) {
	table tr th.width-23-5-sm-xs,
	table tr td.width-23-5-sm-xs {
		width: 23.5%;
		min-width: 23.5%;
	}
	table tr th.width-33-sm-xs,
	table tr td.width-33-sm-xs {
		width: 33%;
		min-width: 33%;
	}
}
table tr th.p-h-per,
table tr td.p-h-per {
	padding-left: 20%;
	padding-right: 20%;
}
table tr th.p-h-fix-35,
table tr td.p-h-fix-35 {
	padding-left: 35px;
	padding-right: 35px;
}
table tr th.p-h-fix-15,
table tr td.p-h-fix-15 {
	padding-left: 15px;
	padding-right: 15px;
}
table tr th.p-h-per-5,
table tr td.p-h-per-5 {
	padding-left: 5%;
	padding-right: 5%;
}
table tr th.p-h-per-6-5,
table tr td.p-h-per-6-5 {
	padding-left: 6.5%;
	padding-right: 6.5%;
}
table tr th.p-h-per-10,
table tr td.p-h-per-10 {
	padding-left: 10%;
	padding-right: 10%;
}
table tr th.p-h-per-13,
table tr td.p-h-per-13 {
	padding-left: 13%;
	padding-right: 13%;
}
@media(max-width: 1199px) {
	table tr th.width-fix-160,
	table tr td.width-fix-160 {
		min-width: 135px;
		width: 135px;
	}
	table tr th.width-fix-170,
	table tr td.width-fix-170 {
		min-width: 150px;
		width: 150px;
	}
	table tr th.width-fix-205,
	table tr td.width-fix-205 {
		min-width: 175px;
		width: 175px;
	}
	table tr th.p-h-per,
	table tr td.p-h-per {
		padding-left: 14%;
		padding-right: 14%;
	}
	table tr th.p-h-fix-35,
	table tr td.p-h-fix-35 {
		padding-left: 25px;
		padding-right: 25px;
	}
	table tr th.p-h-per-5,
	table tr td.p-h-per-5 {
		padding-left: 4%;
		padding-right: 4%;
	}
	table tr th.p-h-per-6-5,
	table tr td.p-h-per-6-5 {
		padding-left: 4.5%;
		padding-right: 4.5%;
	}
	table tr th.p-h-per-10,
	table tr td.p-h-per-10 {
		padding-left: 7%;
		padding-right: 7%;
	}
	table tr th.p-h-per-13,
	table tr td.p-h-per-13 {
		padding-left: 8%;
		padding-right: 8%;
	}
}
@media(max-width: 991px) {
	table tr th.width-fix-160,
	table tr td.width-fix-160 {
		min-width: 125px;
		width: 125px;
	}
	table tr th.width-fix-170,
	table tr td.width-fix-170 {
		min-width: 145px;
		width: 145px;
	}
	table tr th.width-fix-205,
	table tr td.width-fix-205 {
		min-width: 156px;
		width: 156px;
	}
	table tr th.p-h-per,
	table tr td.p-h-per {
		padding-left: 13%;
		padding-right: 13%;
	}
	table tr th.p-h-fix-35,
	table tr td.p-h-fix-35 {
		padding-left: 20px;
		padding-right: 20px;
	}
	table tr th.p-h-per-5,
	table tr td.p-h-per-5 {
		padding-left: 3%;
		padding-right: 3%;
	}
	table tr th.p-h-per-6-5,
	table tr td.p-h-per-6-5 {
		padding-left: 4%;
		padding-right: 4%;
	}
	table tr th.p-h-per-10,
	table tr td.p-h-per-10 {
		padding-left: 6%;
		padding-right: 6%;
	}
	table tr th.p-h-per-13,
	table tr td.p-h-per-13 {
		padding-left: 7%;
		padding-right: 7%;
	}
}
@media(max-width: 767px) {
	table tr th.width-fix-160,
	table tr td.width-fix-160 {
		min-width: 105px;
		width: 105px;
	}
	table tr th.width-fix-170,
	table tr td.width-fix-170 {
		min-width: 135px;
		width: 135px;
	}
	table tr th.width-fix-205,
	table tr td.width-fix-205 {
		min-width: 140px;
		width: 140px;
	}
	table tr th.p-h-per,
	table tr td.p-h-per {
		padding-left: 10%;
		padding-right: 10%;
	}
	table tr th.p-h-fix-35,
	table tr td.p-h-fix-35 {
		padding-left: 15px;
		padding-right: 15px;
	}
	table tr th.p-h-per-5,
	table tr td.p-h-per-5 {
		padding-left: 2%;
		padding-right: 2%;
	}
	table tr th.p-h-per-6-5,
	table tr td.p-h-per-6-5 {
		padding-left: 3%;
		padding-right: 3%;
	}
	table tr th.p-h-per-10,
	table tr td.p-h-per-10 {
		padding-left: 5%;
		padding-right: 5%;
	}
	table tr th.p-h-per-13,
	table tr td.p-h-per-13 {
		padding-left: 6%;
		padding-right: 6%;
	}
}
/*-----------------------------------------*/
/*         TABLE SPACING ENDS              */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*              LABEL STARTS               */
/*-----------------------------------------*/
.label {
    color: #fff;
	font-size: 13px;
    padding: 3px 10px;
    border-radius: 5px;
    border: none;
    display: inline-block;
    margin-bottom: 0;
}
.label-with-border {
	padding: 2px 9px;
}
.label-margin {
	margin-top: 7px;
	margin-right: 10px;
}
.label-lite {
	background-color: #D8D8D8;
	color: #212529;
}
.label-lite .fa {
	color: #B2B2B2;
	margin-left: 5px;
	font-size: 1.2em;
	margin-top: 3px;
}
.label-default {
	background-color: #8B8B95;
}
.label-warning {
	background-color: #F9BF02;
}
.label-success {
	background-color: #00C45E;
}
.label-success-dark {
	background-color: #1F7310;
}
.label-danger {
	background-color: #FB2332;
}
.label-danger-dark {
	background-color: #D0021A;
}
.label-black {
	background-color: #000000;
}
.label-info {
	background-color: #1B06FF;
}
.label-white {
	background: #fff;
    color: #000;
    border: 1px solid #000;
}
@media(max-width: 1199px) {
	.label {
		font-size: 12px;
	    padding: 2px 8px;
	}
	.label-with-border {
		padding: 1px 7px;
	}
	.label-margin {
		margin-top: 5px;
		margin-right: 7px;
	}
	.label-lite .fa {
		margin-left: 3px;
		margin-top: 2px;
	}
}
@media(max-width: 767px) {
	.label {
		font-size: 11px;
	    padding: 2px 5px;
	}
	.label-with-border {
		padding: 1px 4px;
	}
	.label-margin {
		margin-top: 3px;
		margin-right: 5px;
	}
	.label-lite .fa {
		margin-left: 2px;
		margin-top: 1px;
	}
}
/*-----------------------------------------*/
/*              LABEL ENDS                 */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*              PAGGING STARTS             */
/*-----------------------------------------*/
.pagination-container {
	margin: 3px 0;
}
.pagination-container li {
    color: #92929C;
}
.pagination-container li a {
	font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 20px;
    padding: 4px 5px;
    min-width: 32px;
    height: 32px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    text-align: center;
    color: inherit;
    border: 1px solid transparent;
}
.pagination-container li:first-child a {
	margin-right: 15px;
}
.pagination-container li:last-child a {
	margin-left: 15px;
}
.pagination-container li.bordered a {
	border-color: #E1E1E9;
	background: none;
}
.pagination-container li a[href]:hover {
	color: #1A3A6B;
}
.pagination-container li.bordered a[href]:hover {
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
}
.pagination-container li.active a {
	font-family: 'Poppins-SemiBold';
	color: #1A3A6B;
	cursor: default;
	pointer-events: none;
}
.pagination-container li a .fa {
	font-size: 20px;
}
.pagination-container .pagination {
	margin-bottom: 0;
}
.pagination-container li.disabled a {
	cursor: default;
	pointer-events: none;
}
@media(max-width: 991px) {
	.pagination-container li a {
		font-size: 13px;
	    line-height: 15px;
	    padding: 4px 2px;
	    min-width: 25px;
	    height: 25px;
	    border-radius: 5px;
	}
	.pagination-container li:first-child a {
		margin-right: 10px;
	}
	.pagination-container li:last-child a {
		margin-left: 10px;
	}
	.pagination-container li a .fa {
		font-size: 14px;
	}
}
/*-----------------------------------------*/
/*              PAGGING ENDS               */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*         LISTING FOOTER STARTS           */
/*-----------------------------------------*/
.list-ft {
	padding-top: 30px;
	padding-bottom: 30px;
}
.list-ft-col {
	padding-top: 5px;
	padding-bottom: 5px;
}
.list-container[data-count="0"] .list-ft {
	display: none;
}
@media(max-width: 1199px) {
	.list-ft {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media(max-width: 767px) {
	.list-ft {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.list-ft {
		text-align: center;
	}
	.list-ft .pagination-container {
		display: inline-block;
    	float: none;
	}
}
/*-----------------------------------------*/
/*         LISTING FOOTER ENDS             */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*                TITLE STARTS             */
/*-----------------------------------------*/
.page-title {
	color: #1A1831;
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Poppins-SemiBold';
    margin: 0;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
}
.small-title {
	color: #1A1831;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 45px;
    margin-bottom: 30px;
}
@media(max-width: 1199px) {
	.page-title {
		font-size: 20px;
	}
	.small-title {
	    margin-top: 35px;
	    margin-bottom: 25px;
	}
}
@media(max-width: 991px) {
	.page-title {
		font-size: 18px;
		float: none;
	}
	.small-title {
	    font-size: 14px;
	    margin-top: 25px;
	    margin-bottom: 20px;
	}
}
@media(max-width: 767px) {
	.page-title {
		font-size: 16px;
	}
	.small-title {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
}
@media(max-width: 575px) {
	.page-title {
		font-size: 15px;
	}
}
/*-----------------------------------------*/
/*             TITLE ENDS                  */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*                CARD STARTS              */
/*-----------------------------------------*/
.card {
    border-radius: 15px;
    background: #fff;
    border: 0;
    margin-bottom: 30px;
}
.card-body {
    padding: 28px;
}
.card-body.start-with-text {
    padding-top: 23px;
}
@media(max-width: 1199px) {
	.card {
	    border-radius: 12px;
	    margin-bottom: 25px;
	}
	.card-body {
	    padding: 25px;
	}
	.card-body.start-with-text {
	    padding-top: 20px;
	}
}
@media(max-width: 991px) {
	.card {
	    border-radius: 10px;
	    margin-bottom: 20px;
	}
	.card-body {
	    padding: 20px;
	}
	.card-body.start-with-text {
	    padding-top: 18px;
	}
}
@media(max-width: 767px) {
	.card {
	    border-radius: 8px;
	    margin-bottom: 15px;
	}
	.card-body {
	    padding: 15px;
	}
	.card-body.start-with-text {
	    padding-top: 12px;
	}
}
/*-----------------------------------------*/
/*                 CARD ENDS               */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*             ALERTIFY LOGS STARTS        */
/*-----------------------------------------*/
.alertify-logs {
	z-index:10002;
	width: 500px;
	max-width: calc(100% - 10px);
	top: 10px;
	bottom: inherit;
	right: inherit;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: none;
}
.alertify-log {
	padding: 10px 15px;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.6);
	cursor: pointer;
	top: -300px;
	margin: 0;
	right: inherit;
	text-shadow: none;
	padding-right: 40px;
	background-color: #ffff61;
	border-color: #ffff61;
	color: #000;
}
.alertify-log-show {
	top: 0;
	right: inherit;
}
.alertify-log-success {
	background-color: #0ac209;
	border-color: #0ac209;
	color: #fff;
}
.alertify-log-error {
	background-color: #e20c0b;
	border-color: #e20c0b;
	color: #fff;
}
.alertify,
.alertify-show,
.alertify-log,
.alertify-hide,
.alertify-log-hide {
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.alertify-log-hide {
	-webkit-transform: translate(0, -100px);
	-moz-transform: translate(0, -100px);
	-ms-transform: translate(0, -100px);
	-o-transform: translate(0, -100px);
	transform: translate(0, -100px);
	opacity: 0
}
.alertify-log .caption {
	position: relative;
	padding-left: 25px;
	font-family: 'Poppins-SemiBold';
	line-height: 23px;
	font-size: 14px;
}
.alertify-log .caption .fa {
	position: absolute;
	top: 4px;
	left: 0;
	font-weight: normal;
}
.alertify-log .caption .close-btn {
	left: inherit;
    right: -28px;
    font-size: 18px;
    top: 1px;
    opacity: 0.75;
}
.alertify-log .caption .close-btn:hover {
    opacity: 1;
}
.alertify-log .desc {
	padding-left: 25px;
	font-family: 'Poppins-Medium';
	font-size: 12px;
}
.alertify-log ul {
	margin-bottom: 0;
	padding-left: 15px;
}
@media(max-width: 1199px) {
	.alertify-logs {
		width: 450px;
		top: 8px;
	}
	.alertify-log .caption {
		font-size: 13px;
	}
	.alertify-log .caption .close-btn {
	    font-size: 16px;
	    top: 2px;
	}
	.alertify-log .desc {
		font-size: 12px;
	}
	.alertify-log ul {
		padding-left: 15px;
	}
}
@media(max-width: 991px) {
	.alertify-logs {
		width: 400px;
		font-size: 12px;
	}
	.alertify-log .caption .close-btn {
	    font-size: 14px;
	    top: 3px;
	}
	.alertify-log .desc {
		font-size: 11px;
	}
	.alertify-log ul {
		padding-left: 15px;
	}
}
@media(max-width: 767px) {
	.alertify-logs {
		top: 4px;
	}
	.alertify-log {
		padding: 8px 12px;
		padding-right: 32px;
	}
	.alertify-log .caption {
		padding-left: 22px;
		line-height: 20px;
	}
	.alertify-log .caption .fa {
		top: 2px;
	}
	.alertify-log .caption .close-btn {
		right: -20px;
	}
	.alertify-log ul {
		padding-left: 10px;
	}
}
@media(max-width: 575px) {
	.alertify-logs {
		width: 100%;
	}
}
/*-----------------------------------------*/
/*             ALERTIFY LOGS ENDS          */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*          ALERTIFY CONFIRM STARTS        */
/*-----------------------------------------*/
.alertify-cover {
	background-color: rgba(0,0,0,0.45);
	opacity: 1;
}
.alertify {
	border: none;
	border-radius: 4px;
	width: 500px;
	max-width: calc(100% - 30px);
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}
.alertify .alertify-message {
	display: none;
}
.alertify .custom-message {
	padding: 25px;
}
.alertify .custom-message-in {
	position: relative;
	padding: 5px 0px 5px 80px;
}
.alertify .custom-message .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	text-align: center;
}
.alertify .custom-message .icon img,
.alertify .custom-message .icon .fa {
	width: 100%;
	display: block;
}
.alertify .custom-message .icon .fa {
	font-size: 70px;
	color: orange;
	line-height: 60px;
}
.alertify .custom-message .icon .fa::before {
	line-height: 0.857142857;
}
.alertify .custom-message .title {
	font-size: 20px;
	font-family: 'Poppins-SemiBold';
}
.alertify .custom-message .desc {
	font-size: 14px;
	font-family: 'Poppins-Regular';
	color: #A2A2A8;
}
.alertify .custom-message + p {
	display: none;
}
.alertify .alertify-buttons {
	padding: 20px;
	text-align: center;
	background: #F4F4F4;
	box-shadow: none;
	border-top: 1px solid #E1E1E9;
}
.alertify .alertify-buttons button {
	margin-left: 7px;
	margin-right: 7px;
	text-shadow: none;
	box-shadow: none;
	min-width: 100px;
	padding: 8px 20px;
	font-size: 16px;
}
.alertify .alertify-button-cancel,
.alertify .alertify-button-cancel:active,
.alertify .alertify-button-cancel:focus {
	color: #fff;
    background: #1745A7;
    border: 1px solid #1745A7;
}
.alertify .alertify-button-cancel:hover {
	color: #fff;
    background: #F52C2B;
    border: 1px solid #F52C2B;
}
.alertify .alertify-button-ok,
.alertify .alertify-button-ok:active,
.alertify .alertify-button-ok:focus {
	color: #fff;
    background: #F52C2B;
    border: 1px solid #F52C2B;
}
.alertify .alertify-button-ok:hover {
	color: #fff;
    background: #1745A7;
    border: 1px solid #1745A7;
}
@media(max-width: 1199px) {
	.alertify {
		width: 450px;
	}
	.alertify .custom-message {
		padding: 20px;
	}
	.alertify .custom-message-in {
		padding: 2px 0px 2px 65px;
	}
	.alertify .custom-message .icon {
		width: 50px;
	}
	.alertify .custom-message .icon .fa {
		font-size: 58px;
		line-height: 50px;
	}
	.alertify .custom-message .title {
		font-size: 18px;
	}
	.alertify .custom-message .desc {
		font-size: 13px;
	}
	.alertify .alertify-buttons {
		padding: 15px;
	}
	.alertify .alertify-buttons button {
		margin-left: 6px;
		margin-right: 6px;
		min-width: 85px;
		padding: 5px 15px;
		font-size: 14px;
	}
}
@media(max-width: 991px) {
	.alertify {
		width: 400px;
	}
	.alertify .custom-message {
		padding: 15px;
	}
	.alertify .custom-message-in {
		padding: 2px 0px 1px 55px;
	}
	.alertify .custom-message .icon {
		width: 45px;
	}
	.alertify .custom-message .icon .fa {
		font-size: 53px;
		line-height: 45px;
	}
	.alertify .custom-message .title {
		font-size: 16px;
	}
	.alertify .custom-message .desc {
		font-size: 12px;
	}
	.alertify .alertify-buttons {
		padding: 12px;
	}
	.alertify .alertify-buttons button {
		margin-left: 5px;
		margin-right: 5px;
		min-width: 70px;
		padding: 3px 10px;
		font-size: 12px;
	}
}
@media(max-width: 767px) {
	.alertify {
		width: 350px;
	}
	.alertify .custom-message {
		padding: 12px;
	}
	.alertify .custom-message-in {
		padding: 2px 0px 1px 48px;
	}
	.alertify .custom-message .icon {
		width: 40px;
	}
	.alertify .custom-message .icon .fa {
		font-size: 47px;
		line-height: 40px;
	}
	.alertify .custom-message .title {
		font-size: 14px;
	}
	.alertify .custom-message .desc {
		font-size: 11px;
	}
	.alertify .alertify-buttons {
		padding: 10px;
	}
	.alertify .alertify-buttons button {
		margin-left: 4px;
		margin-right: 4px;
		min-width: 65px;
		padding: 3px 8px;
		font-size: 11px;
	}
}
/*-----------------------------------------*/
/*          ALERTIFY CONFIRM ENDS          */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*               MODAL STRATS              */
/*-----------------------------------------*/
.modal-header {
	padding: 10px 20px;
}
.modal-title {
	font-family: 'Poppins-SemiBold';
	font-size: 24px;
}
.modal-body {
	padding: 20px;
}
.modal-body.start-with-text {
	padding-top: 15px;
}
.modal-footer {
	padding: 10px;
}
.modal-footer.text-center {
	justify-content: center;
}
@media(min-width: 576px) {
	.signature-modal .modal-dialog {
		max-width: 442px;
	}
	.modal-dialog {
		max-width: 535px;
	}
}
/*-----------------------------------------*/
/*               MODAL ENDS                */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*         SIGNATURE CANVAS STARTS         */
/*-----------------------------------------*/
.sigPad {
	width: 402px !important;
	position: relative;
}
.clearButton {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	font-family: 'Poppins-SemiBold';
	cursor: pointer;
}
.clearButton:hover {
	color: #1745A7 !important;
}
.pad {
	width: 400px;
	height: 250px;
}
.sigWrapper {
	display: block;
	width: 402px !important;
	height: 252px !important;
}
.sigWrapper.current {
	border: 1px solid #ccc !important;
}
/*-----------------------------------------*/
/*         SIGNATURE CANVAS ENDS           */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*              CUSTOM TAB STARTS          */
/*-----------------------------------------*/
.custom-tab .nav-tabs {
	border: none;
	margin-left: -15px;
	margin-right: -15px;
}
.custom-tab .nav-tabs .nav-item {
	margin: 5px 0 5px 0;
	padding-left: 15px;
	padding-right: 15px;
}
.custom-tab .nav-tabs .nav-link {
	border: 1px solid #A5B2C4;
	border-radius: 10px;
	color: #A5B2C4;
	font-size: 13px;
	font-family: Poppins-SemiBold;
	text-align: center;
	padding: 10px 5px;
	background-color: #fff;
	height: 100%;
	cursor: default;
}
.custom-tab .nav-tabs .nav-link.blue {
	border-color: #17366E;
	background-color: #17366E;
	color: #fff;
	cursor: pointer;
}
.custom-tab .nav-tabs .nav-link.active {
	position: relative;
	cursor: default;
}
.custom-tab .nav-tabs .nav-link.active::after {
	display: block;
	content: "\f054";
	position: absolute;
	top: 50%;
	right: -23px;
	transform: translateY(-50%);
	z-index: 1;
	font-family: FontAwesome;
	color: #17366E;
	font-size: 18px;
}
.custom-tab .nav-tabs .nav-item:last-child .nav-link.active::after {
	display: none;
}
.custom-tab .tab-bar {
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #A5B2C4;
	height: 1px;
	position: relative;
}
.custom-tab .tab-bar::before,
.custom-tab .tab-bar::after {
	position: absolute;
	top: 0;
	transform: translateY(-5px);
	width: 10px;
	height: 10px;
	background-color: #A5B2C4;
	border-radius: 50%;
	content: '';
	z-index: 1;
}
.custom-tab .tab-bar::before {
	left: 0;
}
.custom-tab .tab-bar::after {
	right: 0;
}
.custom-tab .tab-bar span {
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #A5B2C4;
	border-radius: 5px;
	padding: 5px 15px;
	display: block;
	color: #fff;
	font-size: 13px;
	font-family: Poppins-SemiBold;
}
.custom-tab .tab-bar span::after {
	content: attr(data-tab) " / " attr(data-count);
}
.border-box {
	border: 1px solid #A4ACBC;
	border-radius: 10px;
}
@media(max-width: 1199px) {
	.custom-tab .nav-tabs {
		margin-left: -10px;
		margin-right: -10px;
	}
	.custom-tab .nav-tabs .nav-item {
		padding-left: 10px;
		padding-right: 10px;
	}
	.custom-tab .nav-tabs .nav-link {
		border-radius: 8px;
		font-size: 12px;
		padding: 8px 4px;
	}
	.custom-tab .nav-tabs .nav-link.active::after {
		right: -18px;
		font-size: 16px;
	}
	.custom-tab .tab-bar {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.custom-tab .tab-bar::before,
	.custom-tab .tab-bar::after {
		width: 10px;
		height: 10px;
	}
	.custom-tab .tab-bar span {
		padding: 3px 10px;
		font-size: 12px;
	}
	.border-box {
		border-radius: 8px;
	}
}
@media(max-width: 991px) {
	.custom-tab .nav-tabs {
		margin-left: -7px;
		margin-right: -7px;
	}
	.custom-tab .nav-tabs .nav-item {
		padding-left: 7px;
		padding-right: 7px;
		margin: 3px 0 3px 0;
	}
	.custom-tab .nav-tabs .nav-link {
		border-radius: 5px;
		font-size: 11px;
		padding: 6px 3px;
	}
	.custom-tab .nav-tabs .nav-link.active::after {
		right: -14px;
		font-size: 14px;
	}
	.custom-tab .tab-bar {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.custom-tab .tab-bar::before,
	.custom-tab .tab-bar::after {
		width: 8px;
		height: 8px;
		transform: translateY(-4px);
	}
	.custom-tab .tab-bar span {
		padding: 3px 10px;
		font-size: 11px;
	}
	.border-box {
		border-radius: 6px;
	}
}
@media(max-width: 767px) {
	.custom-tab .nav-tabs {
		margin-left: -5px;
		margin-right: -5px;
	}
	.custom-tab .nav-tabs .nav-item {
		padding-left: 5px;
		padding-right: 5px;
		margin: 2px 0 2px 0;
	}
	.custom-tab .nav-tabs .nav-link {
		border-radius: 5px;
		font-size: 9px;
		padding: 5px 3px;
	}
	.custom-tab .nav-tabs .nav-link.active::after {
		right: -11px;
		font-size: 12px;
	}
	.custom-tab .tab-bar {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.custom-tab .tab-bar::before,
	.custom-tab .tab-bar::after {
		width: 8px;
		height: 8px;
		transform: translateY(-4px);
	}
	.custom-tab .tab-bar span {
		padding: 2px 5px;
		font-size: 10px;
	}
	.border-box {
		border-radius: 5px;
	}
}
/*-----------------------------------------*/
/*              CUSTOM TAB ENDS            */
/*-----------------------------------------*/