
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@media (min-width: 1300px){
	.container{
		min-width:1270px;
	}
}
@media (max-width: 767px){
	.container{
		padding-left: 15px;
		padding-right:15px;
	}
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #818386;
	font-weight: 400;
}
a{
	color:unset;
}
a:hover{
	text-decoration: none;
	color:unset;
}
p{
	margin-bottom:15px;
}
input, select{
	height: 40px;
	border-radius: 0;
    background: #ebebeb;
    border: 1px solid #ebebeb;
    padding: 0 15px;
}
select{
	background: #ebebeb url(../images/down-arrow.png)no-repeat scroll right center;
	background-position-x: 97%;
	background-size: 12px;
	-webkit-appearance: none;
	padding-right: 35px;
}
.form-control:focus{
	border: none;
	box-shadow: unset;
}
.count_n{
	width: 14px;
	height: 14px;
	background: red;
	display: inline-block;
	border-radius: 100%;
	color: #fff;
	font-size: 11px;
	text-align: center;
	position: relative;
	top: -7px;
}
.paddingTB50{
	padding-top:50px;
	padding-bottom:50px;
}
.pb__40{
	padding-bottom:40px;
}
.mt__30{
	margin-top:30px;
}
.mb__0{
	margin-bottom:0 !important;
}
.owl-theme .owl-nav{
	margin-top: 0 !important
}
.owl-theme .owl-nav .owl-prev{
	position: absolute;
    left: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/left-arrow.png)no-repeat scroll center center !important;
    background-size: 13px !important;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}
.owl-theme .owl-nav .owl-next{
	position: absolute;
    right: -15px;
    width: 30px;
    height:30px;
    background: url(../images/right-arrow.png)no-repeat scroll center center !important;
    background-size: 13px !important;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}
.owl-theme .owl-nav .owl-prev span,
.owl-theme .owl-nav .owl-next span{
	display: none;
}
.whiteColor{
	color:#fff !important;
}
.section-header{
	margin:0 0 30px;
}
.title_name{
    font-size: 26px;
    line-height: 34px;
    color: #00a1ed;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.addBorderBtm{
	position: relative;
	padding:0 0 15px;
}
.addBorderBtm:after{
	position: absolute;
	content:"";
	height: 1px;
	width: 360px;
	background: #969696;
	margin:0 auto;
	left:0;
	right:0;
	bottom:0;
	text-align: center;
}
.addBorderBtm.whiteBorder:after{
	background:#ffffff8c !important;
}
@media only screen and (max-width: 767px) {
	.title_name{
		font-size: 26px;
		color: #00a1ed;
		font-weight: 600;
		margin: 0 0 10px;
	}
	.addBorderBtm:after{
		width:250px;
	}
	.section-header{
		margin:0 0 20px;
	}
}
button:focus{
	outline:none;
}
.green-btn{
    height: 40px;
    border-radius: 25px;
    background-color: #9fd633;
    line-height: 40px;
    padding: 0 40px;
    min-width: 320px;
	border: 1px solid #9fd633;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	display:inline-block;
	text-transform: uppercase;
}
.green-btn:hover,
.green-btn:focus{
	background: transparent;
	color: #9fd633;
	border-color: #9fd633;
}
.small-green-btn{
    height: 40px;
    border-radius: 25px;
    background-color: #9fd633;
    line-height:38px;
    padding: 0 20px;
    min-width: 140px;
	border: 1px solid #9fd633;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	display:inline-block;
	text-transform: uppercase;
}
.small-green-btn:hover,
.small-green-btn:focus{
	background: transparent;
	color: #9fd633;
	border-color: #9fd633;
}
.small-white-btn{
    height: 40px;
    border-radius: 25px;
    background-color: #f5f6f7;
    line-height:38px;
    padding: 0 20px;
    min-width: 140px;
	border: 1px solid #c1c1c1;
	font-size: 14px;
	color: #818386;
	font-weight: 600;
	display:inline-block;
	text-transform: uppercase;
}
.small-white-btn:hover,
.small-white-btn:focus{
	background: #fff;
	color: #818386;
	border-color: #c1c1c1;
}
.small-red-btn{
    height: 40px;
    border-radius: 25px;
    background-color: #d54b33;
    line-height:38px;
    padding: 0 20px;
    min-width: 140px;
	border: 1px solid #d54b33;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	display:inline-block;
	text-transform: uppercase;
}
.small-red-btn:hover,
.small-red-btn:focus{
	background: transparent;
	color: #d54b33;
	border-color: #d54b33;
}
@media only screen and (max-width: 767px) {
	.green-btn, .white-btn{
		height:40px;
		line-height:39px;
		font-size: 14px;
		padding:0 25px;
		min-width: 180px;
	}
	.small-green-btn, .small-white-btn, .small-red-btn{
		min-width: 120px;
	}
}

.light_green{
    background: #9fd633;
}
.sky_blue{
	    background: #00a1ed;
}
.light_sky_blue{
	background:#8bd4e9;
}

/* Pagination css start*/
.pagination{
	margin:0;
}
.pagination-container{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin:20px 0 0;
}
.pagination-result_p{
	margin: 5px 15px 10px 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-right: 8px;
	background: #f4f2f2;
	border-color: #f4f2f2;
	color:#818386;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span{
	background: #f4f2f2;
	border-color: #f4f2f2;
	color:#818386;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-left: 8px;
}
/*.pagination li{*/
/*	display: none !important;*/
/*}*/
.pagination li.active{
	display:inline !important;
}
.pagination li.active span{
	background: #f4f2f2;
	border-color: #f4f2f2;
	color:#818386;
}
.pagination li.prev,
.pagination li.next{
	display: inline !important;
}
@media only screen and (max-width: 767px) {
	.pagination-container{
	    justify-content: center;
	}
}
/* Pagination css end*/

/* modal popup css start*/
.modal{
	left:50%;
	right:unset;
	top:50%;
	bottom:unset;
	transform:translate(-50%, -50%);
	padding:10px 0;
}
.modal .modal-content{
	box-shadow: unset;
	border-radius: 0;
	border: none;
}
.modal .modal-header{
	border: none;
	background: #003344;
	padding: 15px 40px;
}
.modal .modal-header .modal-title{
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
}
.modal .modal-body{
    padding: 30px 40px;
}
.modal .modal-body .action_btn{
	text-align:center;
	margin-top:25px;
}
.modal .modal-body .action_btn button{
	margin: 5px;
}
@media only screen and (max-width: 767px) {
	.modal{
		width:100%;
	}
	.modal .modal-header{
		padding:15px;
	}
	.modal .modal-body{
		padding:15px;
	}
	.modal .modal-dialog{
		width:90%;
		margin:0 auto;
	}
}
/* modal popup css end*/

/**/
.setHeightToscroll{
	height:72vh;
	overflow-y:scroll;
}
.setScollbar::-webkit-scrollbar-track,
.table_div_d::-webkit-scrollbar-track,
.additionalNotes::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.setScollbar::-webkit-scrollbar,
.table_div_d::-webkit-scrollbar,
.additionalNotes::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}
.setScollbar::-webkit-scrollbar-thumb,
.table_div_d::-webkit-scrollbar-thumb,
.additionalNotes::-webkit-scrollbar-thumb{
	background-color: #666;
}
/**/
/* Hedaer Css Start */
header #main-nav{
	margin-bottom: 0;
	border:none;
	border-radius: 0;
}
header .header_inner_d{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:7px 0;
}
header .navbar{
	margin:0;
	border:none;
}
header .navbar-fixed-top{
	top: 37px;
}
header .navbar-collapse{
	margin: 0;
	padding: 0;
}
header .navbar-toggle{
	margin:0 !important;
}
header .navbar-toggle .icon-bar{
	background:#818386;
}
header .logo-div{
	display: block;
}
header .logo-image{
	width: 110px;
}
header .navigation__d{
	background: #00a1ed;
}
header .navbar-nav{
	display: flex;
	justify-content: center;
	width:100%;
}
header .navbar-nav li{
	margin:0 5px;
}
header .navbar-nav li a{
	padding: 10px 5px !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
header .navbar-nav li a.active,
header .navbar-nav li a:hover,
header .navbar-nav li a:focus{
	background: #003344;
	color:#fff;
}
@media only screen and (max-width: 767px) {
	header .navbar-toggle{
		margin-right: 0;
		padding:0 !important;
		margin-left: 10px !important;
	}
	header .navbar-nav li a {
		padding: 15px !important;
		margin:0;
		border-bottom: none
	}
	header .navbar-header{
		width:100%;
	}
	header .navbar-nav li{
		border-bottom:1px solid #d7d7d7;
		margin:0;
		width:100%;
	}
	header .navbar-nav li:last-child{
		border-bottom:none;
	}
	header .navbar-collapse{
		width:100%;
		margin: 0 !important;
		height:100vh;
		overflow-y:scroll;
	}
	header .navbar-nav{
		margin:0;
		flex-wrap: wrap;
	}
}
/* Header Css End*/

/**/
.topStrip, .bottomStrip{
	background:#003344;
	height:35px;
	width:100%;
}
.MainContent{
	min-height:400px;
	background: url(../images/crm-bg.png)no-repeat scroll center center;
	background-size:cover;
}
/**/

/* Login Page css start */
.login_form{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.login_form .img_d{
	width:50%;
}
.login_form .img_d img{
	width: 100%;
	display: block;
}
.login_form .content_d{
	width: 50%;
	text-align: center;
	padding: 120px 90px;
}
.login_form .logo__d{
	margin:0 0 35px;
}
.login_form .title_name{
	margin:0 0 35px;
}
.login_form .form-data{
	margin:0 0 20px;
}
.login_form label{
	display: block;
	text-align: left;
	font-size: 14px;
	color: #818386;
	font-weight: 400;
}
.login_form input{
	width: 100%;
	background-color: #edebeb;
	border: 1px solid #707070;
	height: 40px;
	padding:5px 10px;
}
.login_form input:focus{
	outline:none;
}
.login_form .lostPassRegister{
	font-size: 14px;
	color: #818386;
	font-weight: 400;
	text-align: left;
}
.login_form .action_btn{
	margin-top: 40px;
	margin-bottom:25px;
}
.login_form .resetPasswordD p{
	text-align: left;
}
.login_form p a:hover{
	color:#00a1ed;
}
@media (min-width: 768px){
	.login_form .img_d img{
		display:none;
	}
	.login_form:before{
		position: absolute;
		content: "";
		top:0;
		bottom: 0;
		left:0;
		background: url(../images/login/crm-login.png)no-repeat scroll 75% center;
		background-size: cover;
		width:50%;
		height: 100%;
	}
	.login_form.register__form:before{
		background: url(../images/login/register.png)no-repeat scroll 75% center;
		background-size: cover;
	}
	.login_form.forgotPass__form:before{
		background: url(../images/login/forgot-pass.png)no-repeat scroll 75% center;
		background-size: cover;
	}
}
@media (max-width: 1199px){
	.login_form .content_d{
		padding:30px 30px;
	}
}
@media (max-width: 767px){
	.login_form .img_d{
		width: 100%;
	}
	.login_form .content_d{
		width: 100%;
	}
	.login_form h3{
		margin:0 0 25px;
	}
	.login_form .logo__d{
		margin:0 0 25px;
	}
	.login_form .action_btn{
		margin-top: 25px;
	}
}
/* Login Page css end */


/* Dashboard home css start*/
.DBHome_sec{
	padding:35px 0;
}
.DBHome_sec .homeblockList{
	display: flex;
	flex-wrap: wrap;
	margin:0 -10px;
}
.DBHome_sec .homeblockList .content_d{
	width:33.33%;
	padding:0 10px;
	text-align: center;
}
.DBHome_sec .homeblockList .setBgBox{
	background:#9fd633;
	display: block;
	min-height: 300px;
	margin:0 0 20px;
	padding:25px 10px 10px;
	display: flex;
	justify-content: center;
}
.DBHome_sec .homeblockList .img_div{
	margin:0 0 15px;
}
.DBHome_sec .homeblockList img{
	width:100px;
	margin:0 auto;
}
.DBHome_sec .homeblockList h3{
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
	margin:0 0 15px;
	text-transform: uppercase;
}
.DBHome_sec .homeblockList p{
	font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    margin: 0;
}
.DBHome_sec .homeblockList .light_green{
	background:#9fd633;
}
.DBHome_sec .homeblockList .grey{
	background:#313133;
}
.DBHome_sec .homeblockList .light_sky_blue{
	background:#8bd4e9;
}
.DBHome_sec .homeblockList .sky_blue{
	background:#00a1ed;
}
.DBHome_sec .homeblockList .navy_blue{
	background:#003344;
}
.DBHome_sec .homeblockList .light_grey{
	background:#818386;
}
.DBHome_sec .new_tile_btn{
	width: 100%;
    font-size: 16px;
    color: #818386;
    font-weight: 600;
    height: 41px;
    background-color: #eaeaea;
    border: 1px solid #707070;
    border-radius: 0;
    padding: 7px;
}
.DBHome_sec .new_tile_btn:focus{
	outline:none;
}
.DBHome_sec .new_tile_btn img{
	margin-right: 7px;
	width:27px;
}
@media (max-width: 767px){
	.DBHome_sec .homeblockList .content_d{
		width: 100%;
	}
	.DBHome_sec .homeblockList .setBgBox{
		min-height: 280px;
	}
	.DBHome_sec .new_tile_btn{
		font-size:14px;
	}
}
/* Dashboard home css end*/

/* Inventory management css start*/
.mainTitleNButtons{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0 10px;
}
.mainTitleNButtons .action_btn{
	margin:0 10px 10px;
}
.filterMain__d{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 20px;
}
.filterMain__d .filter_inner_d{
	width: 33.33%;
	padding:0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
    margin-bottom: 0.6%;
}
.filterMain__d .filter_inner_d select,
.filterMain__d .filter_inner_d input{
	width:calc(100% - 130px);
}
.filterMain__d .filter_inner_d input.quickSearch__input{
    width: calc(100% - 130px);
    background: #ebebeb url(../images/search.png)no-repeat scroll left center;
    background-size: 16px;
    padding-left: 34px;
    background-position-x: 10px;
}
.filterMain__d .filter_inner_d .action_btn{
	width:120px;
}
.filterMain__d .filter_inner_d .action_btn .small-green-btn{
	min-width: 120px;
}
.crm_table_div table{
	background: #fff;
	margin:0;
}
.crm_table_div table thead{
	background: #003344;
}
.crm_table_div .table>thead>tr>th{
	border-bottom: none;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	vertical-align: top;
	min-width: 110px;
}
.crm_table_div .table>thead>tr>th:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 65%;
    right: 0;
    background: #fff;
    top: 50%;
    transform: translate(0, -50%);
}
.crm_table_div .table>thead>tr>th:last-child:after {
	width:0px;
}
.crm_table_div .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.crm_table_div .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f4f2f2;
}
.crm_table_div .table>tbody>tr{
	height: 50px;
}
.crm_table_div .table>tbody>tr>td{
	padding:15px 10px;
}
.crm_table_div .table>tbody>tr>td,
.crm_table_div table select{
	font-size: 12px;
	color: #818386;
	font-weight: 500;
}
.crm_table_div table .edit_view_btn,
.crm_table_div table .delete_btn{
	background: transparent;
	border: none;
	padding: 0;
}
.crm_table_div table select{
	-webkit-appearance: none;
	width: auto;
	background: url(../images/down-arrow.png)no-repeat scroll right center;
	background-position-x: 97%;
	background-size: 12px;
	border: none;
	height: auto;
	box-shadow: unset;
	border-radius: 0;
	padding:0 17px 0 0;
	height:unset;
	min-height:unset;
}

.crm_table_div table select.bespoke-products-list{
    -webkit-appearance: none;
    width: auto;
    background: url(../images/down-arrow.png)no-repeat scroll right center;
    background-position-x: 97%;
    background-size: 12px;
    border: none;
    height: auto;
    box-shadow: unset;
    border-radius: 0;
    padding:0 17px 0 0;
    height:unset;
    min-height:unset;
}

.crm_table_div table select.bespoke-products-list{
    -webkit-appearance: none;
    width: auto;
    background: url(../images/down-arrow.png)no-repeat scroll right center;
    background-position-x: 97%;
    background-size: 12px;
    border: none;
    height: auto;
    box-shadow: unset;
    border-radius: 0;
    padding:0 17px 0 0;
    height:unset;
    min-height:unset;
}
option[disabled] {
    background-color: #e1e1e1;
}

.crm_table_div .table>tbody>tr>td,
.crm_table_div .table>tbody>tr>th,
.crm_table_div .table>thead>tr>td,
.crm_table_div .table>thead>tr>th{
	padding: 10px;
	border-top:none;
	vertical-align: middle;
}
.crm_table_div .table .flag_span{
	padding-left: 15px;
}
.crm_table_div table select.orderStatusOptions{
	/*height: 50px;*/
	width: 150px;
	background-image: url(../images/down-arrow.png);
	padding: 0 10px;
	background-repeat: no-repeat;
	background-position:right center;
	background-position-x: 97%;
	background-size: 12px;
}
/*.crm_table_div .orderStatusOptions.complete{
	background-image: url(../images/white-down-arrow.png);
	background-color:#1aba33;
	background-position:right center;
	background-position-x: 97%;
	color:#fff;
}
.crm_table_div .orderStatusOptions.pending{
	background-image: url(../images/white-down-arrow.png);
	background-color:#f8ae21;
	background-position:right center;
	background-position-x: 97%;
	color:#fff;
}
.crm_table_div .orderStatusOptions.cancelled{
	background-image: url(../images/white-down-arrow.png);
	background-color:#f24a0c;
	background-position:right center;
	background-position-x: 97%;
	color:#fff;
}*/
.crm_table_div table .small-green-btn{
	height:30px;
	line-height: 26px;
	min-width:120px;
}
/* upload product popup css start*/
.uploadproductlist .formdata input{
	padding: 0;
	background: transparent;
	border: none;
}
.uploadproductlist .formdata input:focus{
	outline:none;
}
/* upload product popup css end*/
@media (max-width: 1199px){
	.table_div_d{
		width:100%;
		overflow-x: scroll;
	}
	.table_div_d::-webkit-scrollbar-track{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #d7d7d7;
	}

	.table_div_d::-webkit-scrollbar{
		height: 5px;
		background-color: #d7d7d7;
	}

	.table_div_d::-webkit-scrollbar-thumb{
		background-color: #003344;
	}
	.filterMain__d .filter_inner_d{
		width: 100%;
		margin: 0 0 10px;
	}
}

/* Inventory management css edn*/

/* Order Managment popup css start*/
.previousOrderPopup .action_btn{
	margin-top:0 !important;
}
.orderInfoPopup.modal{
	/*top:100px;*/
	width:100%;
}
.orderInfoPopup .modal-dialog{
	width:75%;
	margin:0 auto;
}
.orderInfoPopup .modal-content{
	box-shadow: unset;
	border: none;
}
.orderInfoPopup .modal-header{
	border: none;
	background: #003344;
	padding:15px 40px;
}
.orderInfoPopup .mh__d{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.orderInfoPopup .modal-title{
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
}
.orderInfoPopup .modal-header .close{
	height: 35px;
	border-radius: 25px;
	background-color: #00a1ed;
	line-height: 35px;
	padding: 0 20px;
	min-width: 118px;
	border: 1px solid #00a1ed;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	opacity: 1;
	box-shadow: unset;
	margin: 0;
	text-shadow: unset;
}
.orderInfoPopup .modal-body{
	padding:40px;
}
.orderPopupTabs ul.tabs11{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap:wrap;
}
.orderPopupTabs ul.tabs11 li{
	height: 35px;
    border-radius: 25px;
    background-color: #f5f6f7;
    line-height: 35px;
    padding: 0 20px;
    min-width: 118px;
    border: 1px solid #a8a8a8;
    font-size: 14px;
    color: #818386;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
	margin: 5px 15px 5px 0;
	cursor: pointer;
}
.orderPopupTabs ul.tabs11 li:hover,
.orderPopupTabs ul.tabs11 li:focus,
.orderPopupTabs ul.tabs11 li.active{
	background-color: #9fd633;
	color:#fff;
	border-color: #9fd633;
}

.orderPopupTabs ul.tabs_pps_11{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap:wrap;
}
.orderPopupTabs ul.tabs_pps_11 li{
	height: 35px;
    border-radius: 25px;
    background-color: #f5f6f7;
    line-height: 35px;
    padding: 0 20px;
    min-width: 118px;
    border: 1px solid #a8a8a8;
    font-size: 14px;
    color: #818386;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
	margin: 5px 15px 5px 0;
	cursor: pointer;
}
.orderPopupTabs ul.tabs_pps_11 li:hover,
.orderPopupTabs ul.tabs_pps_11 li:focus,
.orderPopupTabs ul.tabs_pps_11 li.active{
	background-color: #9fd633;
	color:#fff;
	border-color: #9fd633;
}

.orderInfoPopup .tab_content11 {
	padding: 30px 0 30px 0;
	display: none;
}
.orderInfoPopup .tab_pps_content11 {
	padding: 30px 0 30px 0;
	display: none;
}
.orderInfoPopup .orderCustomerDetails{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:-15px;
}
.orderInfoPopup .orderCustomerDetails .Details__D{
	width:48%;
	padding: 18px 10px;
	border-bottom: 1px solid #929292;
}
.orderInfoPopup .orderCustomerDetails .span_heading{
	font-size: 12px;
	color: #003344;
	font-weight: 500;
	padding-right: 10px;
}
@media (max-width: 1199px){
	.orderInfoPopup .modal-dialog{
		width:94%;
	}
}
@media (max-width: 767px){
	.orderInfoPopup .modal-header{
		padding:15px;
	}
	.orderInfoPopup .modal-body{
		padding:15px;
	}
	.orderInfoPopup .orderCustomerDetails .Details__D{
		width:100%;
	}
}
/* Order Managment popup css start*/

/* Analytics and Reports Page css start*/
.analyticsBlockList{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.analyticsBlockList .content_d{
	width: 25%;
	padding: 0 5px;
	text-align: center;
}
.analyticsBlockList .setBgBox{
	min-height: 200px;
	margin: 0 0 20px;
	padding: 10px 10px 10px;
	display: flex;
	justify-content: center;
	    background: #9fd633;
}
.analyticsBlockList .setBgBox.light_green{
    background: #9fd633;
}
.analyticsBlockList .setBgBox.light_sky_blue{
    background: #8bd4e9;
}
.analyticsBlockList .setBgBox.sky_blue{
	background: #00a1ed;
}
.analyticsBlockList .setBgBox.navy_blue{
	background: #003344;
}
.analyticsBlockList .img_div{
	margin:0 0 10px;
}
.analyticsBlockList .img_div img{
	width:90px;
	margin:0 auto;
}
.analyticsBlockList h3{
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 600;
	margin: 0 0 10px;
}
.analyticsBlockList p{
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 600;
	margin:0;
}
.reports--page .small-heading{
	font-size: 20px;
	color: #818386;
	font-weight: 600;
	margin: 0 0 15px;
}
.reports--page .formControl{
	position: relative;
    width: 250px;
}
.reports--page .formControl label{
    font-size: 12px;
    color: #003344;
    font-weight: 500;
    position: absolute;
    left: 15px;
    top: 9px;
    width: 100%;
    margin: 0;
    z-index: 1;
    width: 90px;
}
.reports--page .formControl input{
	background-color: #ffffff;
	border: 1px solid #707070;
	padding-left: 100px;
	width: 100%;
	z-index: 9;
	font-size: 12px;
	color: #818386;
	font-weight: 500;
}
.reports--page .formControl input:focus{
	outline: none;
}
.analytics__d{
	margin:0 0 30px;
}
.analytics__d .analytics_inner_d{
	display:flex;
	align-items: center;
	margin:0 -5px;
}
.analytics__d .analytics_inner_d .formControl{
	margin:0 5px;
}
.analytics__d .analytics_inner_d .action_div{
	padding:0 10px;
}
.report_type_inner_d{
	display: flex;
	margin:0 -5px 10px;
}
.report_type_inner_d .reportTypeD{
	font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0 10px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width:25%;
    margin:0 5px;
}
.report_type_inner_d .formControl{
	width:25%;
    margin:0 5px;
}
.report_type_inner_d .action_div{
	width:25%;
    margin:0 5px;
    display:flex;
    justify-content: space-between;
}
.report_type_inner_d .action_div .btn{
	width:48%;
}
@media (max-width: 767px){
	.analytics__d .analytics_inner_d{
		flex-wrap: wrap;
	}
	.analytics__d .analytics_inner_d .formControl{
		margin:0 5px 10px;
	}
	.reports--page .formControl{
		width:100%;
		margin:0 0 10px;
	}
	.analytics__d .analytics_inner_d .action_div{
		width:100%;
	}
	.analyticsBlockList .content_d{
		width: 100%;
	}
	.report_type_inner_d{
		flex-wrap:wrap;
	}
	.report_type_inner_d .reportTypeD{
		width:100%;
		margin:0 0 10px;
	}
	.report_type_inner_d .action_div{
		width:100%;
	}
}
/* Analytics and Reports Page css end*/

/* Customer Profile Page css start*/
.bg__blue_n_title{
	background: #003344;
	padding: 10px 0;
}
.bg__blue_n_title .title_name_with_bg{
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}
.title_name_withLightBg{
	font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 5px;
    background: #00a1ed;
    padding: 10px;
    text-align: center;
}
.setPaddingTB{
	padding:25px 0;
}
.formLabelStruct .formControl{
    position: relative;
    margin:0 0 20px;
}
.formLabelStruct .formControl label{
	font-size: 12px;
	color: #003344;
	font-weight: 500;
	position: absolute;
	left: 8px;
	top: 2px;
	margin: 0;
	z-index: 1;
}
.formLabelStruct .formControl input,
.formLabelStruct .formControl select{
	padding: 17px 8px 3px 8px;
    color: #818386;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #707070;
}
.formLabelStruct .formControl textarea{
    padding: 0px 8px 3px 8px;
    color: #000000;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #707070;
}

.formLabelStruct .action_btn{
	margin-top:15px;
}
.formLabelStruct .formControl input::placeholder{
	 color: #818386;
}
.customerProfile_sec .profile__top_sec{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.customerProfile_sec .profile__top_sec .customer__name_d{
	font-size: 14px;
    color: #003344;
    font-weight: 500;
	padding-left: 30px;
}
.customerProfile_sec .profile__top_sec .customer__name_d span{
	color:#818386;
}
.customerProfile_sec .profile__top_sec .profile__l_sec{
	display: flex;
	align-items: center;
}
.customerProfile_sec .pd_inner_div{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.customerProfile_sec .pd_inner_div .formControl{
	width:49.5%;
	margin:0 0 20px;
}
.detailsOrderMade_d{
	background:#edebeb;
}
.detailsForm__d{
	padding:15px 15px 25px;
}
.detailsForm__d .DetailsFormInnerD{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detailsForm__d .DetailsFormInnerD .formControl{
	width:32.83%;
	margin:0 0 15px;
}
.detailsForm__d .DetailsFormInnerD .formControl.changeWidth{
	width:49.5%;
}
.detailsOrderMade_d .crm_table_div{
	padding: 0 15px;
}
.detailsOrderMade_d .twoTableD{
	display:flex;
	flex-wrap: wrap;
	margin:0 -2px;
	padding:0 15px;
}
.detailsOrderMade_d .twoTableD .content__d{
	width:50%;
	padding:0 2px;
}
.detailsOrderMade_d .twoTableD .content__d .crm_table_div{
	padding:0;
}
.detailsOrderMade_d .table_div_d{
	height: 140px;
	overflow-y: scroll;
	margin: 0 0 20px;
}
.customerProfile_sec .add_information_sec .action_btn{
	margin-top: 15px;
	text-align: center;
}
.customerProfile_sec .additional__info .additionalNotes{
	margin:0 0 25px;
	    height: 205px;
    overflow-y: scroll;
}
.customerProfile_sec .additional__info input{
	width: 100%;
    background: #fff;
}
.customerProfile_sec .additional__info{
	padding: 15px;
	background: #edebeb;
}
.customerProfile_sec .additional__info .info{
	font-size: 12px;
	color: #818386;
	font-weight: 500;
	padding:10px;
	background:#fff;
}
.customerProfile_sec .additional__info .info:nth-child(2n){
	background:#f4f2f2;
}
/*.benifits_rewards_sec .crm_table_div{
	padding:15px;
}*/
.benifits_rewards_sec .crm_table_div table thead{
	background: #00a1ed;
}
.benifits_rewards_sec .crm_table_div .table tr>td,
.benifits_rewards_sec .crm_table_div .table>thead>tr>th{
	text-align: center;
}
.benefitsReward__d ul.tabs11{
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
.benefitsReward__d ul.tabs11 li{
	background:#f5f6f7;
	padding:7px 15px;
	color:#818386;
	font-size: 14px;
	font-weight: 600;
	margin:7px 7px;
	border:1px solid #f5f6f7;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
}
.benefitsReward__d ul.tabs11 li:first-child{
	margin-left: 0;
}
.benefitsReward__d ul.tabs11 li.active,
.benefitsReward__d ul.tabs11 li:hover,
.benefitsReward__d ul.tabs11 li:focus{
	background-color: #9fd633;
	border-color: #9fd633;
	color:#fff;
}
.benefitsReward__d .tab_content11 .tab_content_inner{
	background-color:#edebeb;
	padding:15px;
}
.benefitsReward__d .tab_content11 .tab_content_inner.easiLive{
	padding:0;
}
.bespokePricing__details .action_btn{
	margin:20px 0 0;
}
.bespokePricing__details .action_btn button{
	margin-right: 10px;
}
.tradeAccount__d .three_btn__d{
	margin:0 0 20px;
}
.tradeAccount__d .three_btn__d button{
	margin:0 5px
}
.tradeAccount__d .three_btn__d button:first-child{
	margin-left:0;
}
.tradeAccount__d .tradeAccForm{
	margin:0 0 10px;
}
.tradeAccount__d .table_div_d{
	margin:0 0 20px;
}
.tradeAccount__d .table_div_d td.paid,
.tradeAccount__d .table_div_d td.unpaid{
	padding:0;
}
.tradeAccount__d .table_div_d td .paid__d,
.tradeAccount__d .table_div_d td .unpaid__d{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tradeAccount__d .table_div_d td .paid__d{
	background:#91c628;
	color:#fff;
}
.tradeAccount__d .table_div_d td .unpaid__d{
	background:#d54b33;
	color:#fff;
}
.tradeAcc__Data{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tradeAcc__Data .formControl,
.tradeAcc__Data .formControlTrade{
	width:49.5%;
}
.toggleCheckBtn .switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;
}
.toggleCheckBtn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggleCheckBtn .slider_d {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
  border:1px solid #707070;
}
.toggleCheckBtn .slider_d:before {
	position: absolute;
	content: "NO";
	height: 38px;
	width: 40px;
	left: 0px;
	bottom: 0;
	background-color: #00a1ed;
	-webkit-transition: .4s;
	transition: .4s;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
}
/*.toggleCheckBtn input:checked + .slider_d {
  background-color: #9fd633;
}*/
.toggleCheckBtn input:focus + .slider_d {
  box-shadow: 0 0 1px #2196F3;
}
.toggleCheckBtn input:checked + .slider_d:before {
	content: "YES";
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  background-color: #9fd633;
  left:-1px;
}
.toggleCheckBtn{
	display: flex;
    align-items: center;
    font-weight: 500;
    margin:0 0 10px;
}
.toggleCheckBtn label{
	margin-right: 9px;
}
@media (max-width: 767px){
	.customerProfile_sec .profile__top_sec{
		flex-wrap: wrap;
	}
	.customerProfile_sec .profile__top_sec .profile__l_sec{
		width:100%;
		margin:0 0 15px;
	}
	.customerProfile_sec .profile__top_sec .profile__r_sec{
		width: 100%;
	}
	.customerProfile_sec .pd_inner_div .formControl{
		width:100%;
	}
	.detailsOrderMade_d .twoTableD .content__d{
		width:100%;
	}
	.detailsForm__d .DetailsFormInnerD .formControl{
		width:100%;
	}
	.tradeAcc__Data .formControl,
	.tradeAcc__Data .formControlTrade{
		width:100%;
	}
	.detailsForm__d .DetailsFormInnerD .formControl.changeWidth{
		width:100%;
	}
	.tradeAccount__d .three_btn__d button{
		    margin: 0 5px 10px;
	}
}
/* Customer Profile page css end*/

/* Edit Coupon Page css start */
.editCoupon__page .action_btn.markeingActionBtn{
	margin-top:15px;
}
.coupon__content_d .setPaddingAll{
	padding:15px 15px 5px;
}
.coupon__content_d{
    background: #ecebeb;
}
.couponContent{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.couponContent .form_d{
	width:49.5%;
	background: #fff;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    justify-content: space-between;
    margin:0 0 15px;
}
.couponContent .form_d.fullWidthDiv{
	width:100%;
}
.couponContent .form_d label{
	margin: 0;
	font-size: 12px;
	color: #003344;
	font-weight: 500;
	width:155px;
}
.couponContent .form_d input{
	width:calc(100% - 165px);
	background:transparent;
	border:none;
}
.couponContent .form_d input:focus{
	outline: none;
}
.couponContent .form_d .checkbox__d{
	width:calc(100% - 165px);
	display: flex;
	align-items: center;
    justify-content: space-around;
}
.couponContent .form_d input[type=checkbox] {
    width: 30px;
    height: 25px;
}
.couponContent .form_d .checkbox__d span{
	width:calc(100% - 50px);
}
@media (max-width: 767px){
	.couponContent .form_d{
		width:100%;
		flex-wrap: wrap;
	}
	.couponContent .form_d input{
		width:100%;
		border:1px solid #f5f5f5;
	}
	.couponContent .form_d label{
		width:100%;
	}
	.couponContent .form_d .checkbox__d{
		width:100%;
	}
}
/* Edit Coupon Page css end */

/* Success Page css start*/
.success__page .success__inner_d{
	padding:50px 0 200px;
}
.success__page .successContent .img_div{
	margin:0 0 30px;
}
.success__page .successContent .img_div img{
	width:80px;
}
.success__page .successContent h3{
	font-size: 26px;
	line-height: 34px;
    color: #003344;
    font-weight: 600;
    margin: 0 0 40px;
    text-transform: uppercase;
}
@media (max-width: 767px){
	.success__page .successContent .img_div img{
		width:60px;
	}
}
/* Success Page css end*/

/*SOME ADDITIONAL CSS*/
.validation-error {
    text-align: left;
    display: block;
}

.loading {
    z-index: 99999999;
    position: absolute;
    top: 0;
    left:-5px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.loading-content {
    position: absolute;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 40%;
    left: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
span.error-validation{
    color: red;
    font-size: 12px;
}

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 34px;
    margin-bottom: 15px;
    outline: none !important;
    transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 32px;
    padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 32px;
    width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
}
.clear_search {
    width: 100%;
    text-align: center;
    margin-bottom: -10px;
}
.MainContent{
    min-height:700px;
}
@media (min-width: 768px){
    .login_form:before{
        height:100vh;
    }
}
@media (min-width: 1300px){
    .container {
        width: 96%;
    }
}
@media (max-width: 1199px){
    .filterMain__d .filter_inner_d{
        width:50%;
    }
}
@media (max-width: 991px){
    header .navbar-nav li a{
        padding: 10px 3px !important;
        font-size: 11px;
    }
}
@media (max-width: 767px){
    .MainContent{
        min-height:550px;
    }
    header .navbar-header{
        width: 150px;
        order: 1;
    }
    header .logged-in-user{
        order:2
    }
    header .navbar-toggle{
        order:3
    }
    header .navbar-nav li a{
        font-size:14px;
    }
    .filterMain__d .filter_inner_d{
        width:100%;
    }
}

.toast {
    opacity: 1 !important;
}

#toast-container > div {
    opacity: 1 !important;
}
.prescriber_link_withid{
    color: #00a1ed;
}

.loader {
    width: 100%;
    height: 100%;
    background: #000000bd;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}

#loadingText{
	color: white;
}

.ppsDiv .table_div_d td .clearPPS {
	background: #91c628;
	color:#fff;
}
.ppsDiv .table_div_d td .pendingPPS {
	background: orange;
	color:#fff;
}
.ppsDiv .table_div_d td .clearPPS,
.ppsDiv .table_div_d td .pendingPPS {
	height:50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ppsDiv .table_div_d td.clearPPS_d,
.ppsDiv .table_div_d td.pendingPPS_d{
	padding:0;
}
.pps_btm_d{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px 0 0;
}
.pps_btm_d .action_btn{
	width:49%;
}
.pps_btm_d .total_profit{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    row-gap: 2px;
}
.pps_btm_d .total_profit label{
	margin-right:5px;
	font-weight:400;
}
.pps_btm_d .total_profit input{
	background:#fff;
}
@media only screen and (max-width: 767px) {
	.pps_btm_d .action_btn{
		width:100%;
		margin:0 0 10px;
	}
	.pps_btm_d .total_profit{
		width:100%;
	}
}

.id_with_popup {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.forminputs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
	width: 100%;
}

.forminputs input {
    width: 100% !important;
}

.pps_filter {
	align-items: end !important;
	column-gap: 20px !important;
}
.pps_filter > .clear_search {
	margin-bottom: unset !important;
	text-align: left;
}

#pps_scroll {
	max-height: 435px;
	overflow-y: scroll;
}

textarea#private_note {
    width: 100%;
}

.light_sky_blue_report {
    background: #003344;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #003344;
    border-color: #fff;
}

a.dropdown-item {
    display: block;
}

.dropdown-menu {
    padding: unset;
    background: #00a1ed;
}

span.divider {
    margin: 0px 10px;
}

.promotional--page .formControl{
	position: relative;
    width: 250px;
}
.promotional--page .formControl label{
    font-size: 12px;
    color: #003344;
    font-weight: 500;
    position: absolute;
    left: 15px;
    top: 9px;
    width: 100%;
    margin: 0;
    z-index: 1;
    width: 90px;
}
.promotional--page .formControl input{
	background-color: #ffffff;
	border: 1px solid #707070;
	padding-left: 100px;
	width: 100%;
	z-index: 9;
	font-size: 12px;
	color: #818386;
	font-weight: 500;
}
.promotional--page .formControl input:focus{
	outline: none;
}

.promotional--page .analytics__d {
	margin: 0px 0px 0px;
}

.promo_mail_success {
	background: transparent;
    color: #9fd633;
    border-color: #9fd633;
	font-size: 20px;
}

.mainTitleNButtons_promo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0 10px;
	justify-content: center;
}

.admin-form {
	display: flex;
	justify-content: flex-start;
	align-items: start;
	column-gap: 25px;
	margin: 0px 0px 35px 0px;
}

.sorting_link {
	text-decoration: underline;
}

.sorting_link:focus {
	color: #ffffff;
}

.prescriber_list .crm_table_div table{
	margin: 20px 0px;
}

.prescriber_list .crm_table_div table thead{
	background: #00a1ed;
}
.prescriber_list .crm_table_div .table tr>td,
.prescriber_list .crm_table_div .table>thead>tr>th{
	text-align: center;
}