@media print {
	/*@page {
		size: 210mm 297mm !important;
		margin: -180px -20px -20px -20px !important;
	}*/
	
	/************************
		IMPORTANT	IMPORTANT	IMPORTANT	IMPORTANT	IMPORTANT
		In the print preview dialog, ensure that "Margins" is set to "Default".
		If "Margins" are set to "None" (or other non-"Default" option) the @page settings will be ignored.
	************************/
	
	@page {
	  margin: 30px 0px 0px 0px;
	}

	@page :first {
	  margin: 0px;
	}
	
	body * {
		visibility: hidden;
	}
	
	html, body {
		/*width: 210mm !important;
		height: 282mm !important;
		overflow: visible !important;*/
	}
	body {
		margin: 0;
		/*size: 210mm 297mm !important;*/
		/*padding: 20px 0px 0px 0px !important;
		margin: -40px 0px 0px 0px !important;*/
	}
	
	table { page-break-inside:avoid }
	tr    { page-break-inside:avoid; page-break-after:auto }
	thead { display:table-header-group; }
	tfoot { display:table-footer-group; }
	
	#dvLabels, #dvLabels * {
		visibility: visible;
	}
  /*#dvLabels {
    position: absolute;
    left: 0;
    top: 0;
  }*/
}

#select2-category_id-results li[aria-disabled=true]
{
	color: #000 !important;
	font-weight: bold !important;
}

.skin-blue .main-header .logo:hover{
	background-color: #efefef;
}

.modal-heading {
  border-bottom: 1px solid #acacac29;
  padding: 15px;
}

.modal-heading h2 {
  font-size: 18px;
  color: #333333;
  margin: 0px;
}

.modal-mid {
  padding: 15px;
}

.modal-mid .form-group label {
  color: #637381;
  font-weight: 500;
}

.modal-mid .form-group label span {
  margin-left: 5px;
  font-weight: 400;
}

.modal-mid .form-group p {
  margin: 0px;
  color: #da874f;
  font-size: 12px;
}

.modal-mid .form-group .form-control {
  border-color: #cccccc;
  height: 46px;
}



.package-thumb {
	border: solid 1px #ccc;
	border-radius: 10px;
	margin-right: 20px;
	padding: 15px 50px 15px 50px !important;
}

.package-thumb:hover{
	background-color: #3c8dbc;
	color: white;
}

.package-selected {
	background-color: #3c8dbc;
	color: white;
}

.package-active {
	background-color: #008d4c !important;
	color: white;
}

.package-next {
	background-color: #e08e0b !important;
	color: white;
}


.skin-blue .main-header .navbar {
	background-color: #F2F2F2;
	color: #fff;
	/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.skin-blue .main-header .logo {
	background-color: #F2F2F2;
	color: #367fa9;
}


.content-wrapper {
	background-color: #fff !important;
	border-top: 0 !important;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: #367fa9;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
	background-color: #f2f2f2;
}

.sidebar-menu>li>a {
	background-color: #fff;
}

.skin-blue .sidebar-menu>li.menu-open>a{
	background: #e2e2e2 !important;
}

.skin-blue .sidebar-menu>li:hover>a{
	background-color: #fff;
	color: #000;
}

.skin-blue .sidebar-menu>li.active>a {
	background: linear-gradient(99.78deg, #9181F4 -5.85%, #5038ED 109.55%) !important;
	color: #fff !important;
}

.skin-blue .sidebar a {
	color: #000;
	/* font-family: "Poppins", sans-serif; */
	font-size: 15px;
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
	color: #000;
}

.skin-blue .sidebar-menu>li>.treeview-menu {
	background-color: #f6fcff;
	padding: 0;
}

.skin-blue .sidebar-menu .treeview-menu>li.active>a {
	font-weight: bold;
}

.skin-blue .sidebar-menu .treeview-menu>li.active>a, .skin-blue .sidebar-menu .treeview-menu>li>a:hover {
	color: #367fa9;
}

.skin-blue .sidebar-menu .treeview-menu>li>a {
	color: #367fa9;
}


.box {
	box-shadow: 4px 4px 10px 5px #ccc;
	border-radius: 8px;
	margin-top: 10px;
}



.login-page{
	/*background: linear-gradient(145deg, rgba(2,0,36,1) 0%, rgba(7,53,83,1) 0%, rgba(32,100,144,1) 100%);*/
	background: url('../img/login-bg.jpg');	
	/*background-size: 100% 100%;*/
    background-attachment: fixed;
	overflow: hidden;
}

.login-logo, .register-logo {	
	text-align:center;
	margin-bottom:25px;
	font-weight:300;
}

.login-logo span {
	display: block;
	font-size: 25px;
	color: #65b05b;
	font-weight: 400;
	padding-bottom: 3px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

.login-logo a,.register-logo a{
	color:#444;
}

.register-page{
	background:#d2d6de;
}

.login-box, .register-box {
	width:360px;
	position: absolute;
	left: calc(50% - 180px);
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.login-box-body,.register-box-body{
	background: #f9f7f7;
	padding:30px 40px 40px 40px;
	border-radius:20px;
	color:#666;
}

.login-box-body .form-control-feedback,.register-box-body .form-control-feedback{
	color:#777;
}

.login-box-msg,.register-box-msg{
	margin:0;
	text-align:center;
}

.login_page_logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-bottom: 30px
}


.float-right{
	float: right;
}

.btn-md{
	min-width: 80px;
}

.btn-success{
	min-width: 80px;
}

.btn-warning{
	min-width: 80px;
}

.btn-danger{
	min-width: 115px;
}

.send i{
	color: #3c8dbc;
	font-size: 18px;
	margin: 0px 8px 0px 8px;
}

.edit i{
	color: #00a65a;
	font-size: 18px;
	margin: 0px 8px 0px 8px;
	vertical-align: middle;
}

.delete i{
	color: #dd4b39;
	font-size: 18px;
	margin: 0px 8px 0px 8px;
	vertical-align: middle;
}

.danger i{
	color: #dd4b39;
	font-size: 18px;
	margin: 0px 8px 0px 8px;
	vertical-align: middle;
}

.warning i{
	color: #f2b704;
	font-size: 18px;
	margin: 0px 8px 0px 8px;
	vertical-align: middle;
}

.disabled i {
	color: #cccccc;
	font-size: 18px;
	margin: 0px 8px 0px 8px;
	vertical-align: middle;
}

.lang i {
	color: #3c8dbc;
	font-size: 18px;
	margin: 0px 8px 0px 8px;
	vertical-align: middle;
}

.disabled:hover, .disabled:active, .disabled:focus{
	color: #cccccc;	
}

.edit i:hover, .delete i:hover, .lang i:hover, .send i:hover{
	font-weight: bold;
}

.thChkMain{
	width: 40px;
	text-align: center;
}

.entryForm {
	padding: 0px 15px; 
	border-top: 1px solid #f4f4f4;
}

.grayLine {
	background-color: #f4f4f4;
	width: 100%;
	height: 2px;
}

.lang-name-div{
	width: 100%;
	background-color: #ecf0f5;
	padding: 5px 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-radius: 2px;
	text-align: center;
	font-weight: bold;
}

.validating-loader{
	background-image: url('../img/loading16.gif');
    background-repeat: no-repeat;
    background-position: 99% center;
}

.validating-success{
	background-image: url('../img/tick.png');
    background-repeat: no-repeat;
    background-position: 99% center;
}

.validating-error{
	background-image: url('../img/cross.png');
    background-repeat: no-repeat;
    background-position: 99% center;
}

.radio{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.file-control{
	opacity: 0;
	position: absolute !important;
	z-index: 3 !important;
}

.file-control-hidden{
	opacity: 0;
	position: absolute !important;
	z-index: 3 !important;
	height: 34px;
}

.recommendation{
	color: #737373;
	font-size: 12px;
	display: inline-block;
	margin-left: 5px;
}

.list-image-thumb{
	width: 90px;
	height: 50px;
}

.ul-tabs
{
	list-style-type:none; 
	margin: 0px; 
	padding: 0px; 
	display: flex;
}

.dvSteps
{
	width: 100%;
	height: 65px;
	display: block;
	background-color: #fff;
	margin-top: 8px;
	box-shadow: 4px 4px 10px 5px #ccc;
	border-radius: 8px;
}

.ul-tabs li{
	padding: 4px 10px 4px 10px;
    position: relative;
	margin: 0 20px;
}

.ul-tabs a{
	font-size: 16px;
	text-decoration: none;
    display: block;
    background: transparent;
    color: #222d32;
    text-align: center;
    padding-bottom: 2px;
    padding-top: 4px;
}

.ul-tabs .tabNo{
	display: block;
    width: 23px;
    height: 23px;
    border-radius: 20px;
    background-color: #a2a4a5;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding-top: 1px;
	margin: 0 auto;
	margin-bottom: 4px;
}

.activeTabNo{
	background-color: #0073b7 !important;
}

.ul-tabs li:after{
	position: absolute;
    content: '';
    height: 0px;
    width: 100%;
    left: 0;
    bottom: 0px;
    background-color: #0073b7;
}

.ul-tabs li.active:after{
	height: 3px;
}

.ul-tabs li.active a{
	color: #0073b7;
	font-weight: bold;
}

.tdAttrName{
	background-color: #ecf0f5;
	padding: 5px;
	font-weight: bold;
}

.file-preview{
	height: 287px;
}

.img-preview{
	border: solid 1px #ddd;
	padding: 8px;
	text-align: center;
	max-width: 250px;
}

.img-preview img{
	max-width: 100%;
	height: 130px;
	margin-bottom: 2px;
}

.gj-list li.active{
	background-color: #fff !important;
}

.custom-group-addon{
	width: 35%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    padding-left: 2px;
}

.middle-align-td td{
	vertical-align: middle !important;
}

.dvCategTreeContainer{
	width: 100%;
	height: 330px;
	overflow: auto;
	border: solid 1px #d2d6de;
}

.main-sidebar{
	z-index: 10;
}
.main-header{
	z-index: 11;
	border-bottom: 1px solid #ddd;
}


.form-control, .select2-container--default .select2-selection--single, .img-preview, .dvCategTreeContainer {
	border-radius: 5px !important;
	resize: none !important;
}

.datepicker, .form-control-addon {
	border-radius: 0px !important;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.datetimepicker{
	border-radius: 0px !important;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	margin-top: 0px !important;
	padding: 6px 12px !important;
}

.datetimepicker {
	border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.input-group-addon {
	border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}


.leftTriangle {
	width: 0px;
	height: 0px;
	border-left-width: 10px;
	border-right-width: 0px;
	border-top-width: 10px;
	border-bottom-width: 0px;
	border-style: solid;
	background-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: #b2dcbc;
	margin-top: 15px;
	float: left;
}

.leftChatBox {
	max-width: 80%;
	background-color: #b2dcbc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0px 5px 5px 5px;
	margin-top: 15px;
	float: left;
}

.leftChatBoxRepeat {
	margin-top: 5px;
	margin-left: 10px;
	border-radius: 5px 5px 5px 5px;
	float: left;
}

.rightTriangle {
	width: 0px;
	height: 0px;
	border-left-width: 0px;
	border-right-width: 10px;
	border-top-width: 10px;
	border-bottom-width: 0px;
	border-style: solid;
	background-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: #D3DCE3;
	margin-top: 15px;
	float: right;
}

.rightChatBox {
	max-width: 80%;
	background-color: #D3DCE3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px 0px 5px 5px;
	margin-top: 15px;
	float: right;
}

.rightChatBoxRepeat {
	margin-top: 5px;
	margin-right: 10px;
	border-radius: 5px 5px 5px 5px;
	float: right;
}



.dash-card{
	background-color: #000;
	border-radius: 4px;
	padding: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	cursor: pointer;
}

.dash-card .dash-card-icon{
	margin-right: 10px;
}

.dash-card .dash-card-icon img{
	width: 100%;
	max-width: 50px;
	min-width: 50px;
}

.dash-card .dash-card-content{
	width: calc(100% - 50px);
	display: flex;
	justify-content: center;
	position: relative;
}

.dash-card .dash-card-content:after{
	position: absolute;
	left: 6px;
	top: 50%;
	background-color: #ffffff54;
	width: 1px;
	content: "";
	height: 30px;
	margin-top: -15px;
}

.dash-card .dash-card-content .dash-card-content-inner{
	width: 100%;
}

.dash-card .dash-card-content h3{
	color: #fff;
	font-size: 18px;
	margin: 0px 0px 10px;
	text-align: center;
}

.dash-card .dash-card-content .status-info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
}

.dash-card .status-info .info{
	text-align: center;
	width: 50%;
	padding: 0px 5px;
}

.dash-card .status-info .info h4{
	color: #fff;
	font-size: 14px;
	margin: 0px 0px 3px;
}

.dash-card .status-info .info span{
	color: #fff;
	font-size: 18px;
	display: block;
}

/*bg colors*/
.bg-orange-light{
	background-color: #ff902f;
}

.bg-green{
	background-color: #59cf5d;
}

.bg-light-green{
	background-color: #69b829;
}

.bg-pink{
	background-color: #ff646c;
}

.bg-blue{
	background-color: #1e62f1;
}

.bg-light-blue {
	background-color: #00c0ef;
}

.bg-brown{
	background-color: #a57665;
}

.bg-blue-gray{
	background-color: #607d8b;
}

.bg-lime{
	background-color: #b6c61d;
}

.bg-amber{
	background-color: #ffc107;
}

.bg-purple-light{
	background-color: #bd3fd2;
}

.bg-dark-red {
	background-color: #bf3e48;
}

.bg-sky-blue {
	background-color: #a4d0e9;
}

.border-primary {
	border: solid 1px #367fa9;
}
.btn_color {
    background: linear-gradient(99.78deg, #9181F4 -5.85%, #5038ED 109.55%);
	color : white;
  }
