.newdashboar_main_div{
}
.newdashboar_coming_soon{
	height: calc(100vh - 90px);
	display: flex;
	justify-content: center;  /* Horizontal center */
	align-items: center;
	margin:auto;
	color: #DADADA;
	font-family: Montserrat;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform:uppercase;
}
.report-button-tab-div{
	margin-bottom:20px;
}
.user-type-outer{
	width:100%;
	overflow:auto;
	scrollbar-width: thin;
}
.user-type-outer::-webkit-scrollbar {
	display: none;  /* Safari and Chrome */
}
.user-type-inner{
	border:2px solid #BEE4DD;
	padding:10px 0px;
	display:flex;
	width:fit-content;
	border-radius:30px;
	background:#FFFFFF;
}
.user-type-block{
	height:87px;
	border-right:2px solid #BEE4DD;
	min-width:165px;
	width:auto;
	white-space:nowrap;
	padding-left:20px;
	padding-right:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.user-type-block-inner{
	/*width: 87%;*/
	min-width:165px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position:relative;
	padding:20px;
	cursor:pointer;
}
.user-type-arrow{
	position:absolute;
	top:18px;
	left:96%;

}
.select-user-designation{
	background: #EBEBEB;
	border-radius:10px;
}
.user-type-name{
	color: #000;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.14px;
}
.user-type-count{
	color: #333;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 32px */
	letter-spacing: -0.32px;
}
.user-table{
	margin-top:20px;
}
.edit-user-btn{
	color: #B75A2C;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.14px;
	border:0px;
	background:#FFFFFF;
}
/* table */
.ui-grid-header-cell{
	background:#FFFFFF!important;
	padding-top:10px;
}
.ui-grid-header-cell-label{
	color: #5A79C1 ;
	font-family: Montserrat ;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.14px;
}
.ui-grid-column-menu-button{
	top:10px !important;
}
.ui-grid-cell-contents{
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.14px;
}
.ui-grid-row:nth-child(even) .ui-grid-cell{
	background:#FFFFFF !important;
}
.ui-grid-row .ui-grid-cell{
	padding-top:12px;
	padding-left:5px;
	border-right:0px;
	border-bottom:1px solid #EEEEEE;
}
.ui-grid-footer-cell .ui-grid-cell-contents{
	font-weight:600;
	font-size:16px;
	background:#FFFFFE;
}
.report_sr_no{
	color:#000;
	font-weight:500;
	text-align:center;
}
.grid-font{
	color:#000;
	font-weight:500;
}
.ui-grid-viewport{
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	scrollbar-width: thin;

} 
.ui-grid-viewport::-webkit-scrollbar {
	display: none;  /* Safari and Chrome */
}
input[type="text"].ui-grid-filter-input{
	border-radius: 5px !important;
	border: 0.5px solid #BEE4DD !important;
	background: #F5F5F5 !important;
}
/*table*/
.all_user_add_user{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-top:12px;
	padding-bottom:10px;
}
.all_user_label{
	margin-left:5%;
	color: #000;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.22px;
}
.all_user_btn button, .expenses_add_btn a{
	height:38px;
	background:#BEE4DD;
	border:1px solid #BEE4DD;
	color: #000;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.12px;
	border-radius:5px;
	padding:11px 20px;
	display:flex;
	align-items:center;
}
.all_user_btn a{
	height:38px;
        background:#FFF;
        border:1px solid #BEE4DD;
        color: #000;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.12px;
        border-radius:5px;
        padding:11px 20px;
        display:flex;
        align-items:center;
	margin-right:10px;	
}
.btn-success-divine{
	height:38px;
	background:#BEE4DD;
	border:1px solid #BEE4DD;
	color: #000;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.12px;
	border-radius:5px;
	padding:11px 20px;
}
.btn-grid-inactive{
	height:29px;
	background:#FFC5C5;
	border:1px solid #DF0404;
	color: #DF0404;
	font-family: 'Poppins';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.12px;
	border-radius:5px;
	padding:4px 12px;
}
.btn-grid-active{
	height:29px;
	background: rgba(22, 192, 152, 0.38);
	border:1px solid #008767;
	color: #008767;
	font-family: 'Poppins';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.12px;
	border-radius:5px;
	padding:4px 12px;
}
.btn-default-divine{
	height:38px;
	background:#FFF;
	border:1px solid #000;
	color: #000;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.12px;
	border-radius:5px;
	padding:11px 20px;
}
.modal-header{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.modal-cancel-btn{
	border:0px;
	background:white;
}
.modal-body input[type=text],.modal-body textarea ,.modal-body select, .modal-body option{
	color: #3D3C42;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.12px;
	background:#F4F6FA;
	border-radius:10px;
	height:38px;
}
.modal-title h3{
	color: #000;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.22px;
}
.ng-confirm-content{
	color: #000;
	font-family: Montserrat;
	font-weight:600;
}
.search-bar-div{
	height:38px;
	border-radius: 10px;
	border: 1px solid #BEE4DD;
	background: #FFF;
	line-height:38px;
	width:40%;
}
.search-bar-icon{
	font-size:16px;
	height:90%;
	margin-right:8px;
	margin-left:8px;
}
.search-bar-input{
	height:90%;
	border: 0;
	background: #FFF;
	width:80%;
}
.search-bar-input:focus{
	outline: none;
}
.console-breadcrumb{
	margin-top:20px;
	margin-left:20px;

}
.console-breadcrumb-main{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.console-breadcrumb-sub{
	color: #464646;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.status_pending{
	color: #4D4D4D;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.14px;
	border-radius: 4px;
	border: 1px solid #4D4D4D;
	background: #F8CEA5;	
	padding: 4px 12px;
	text-transform:capitalize;
}
.status_reject{
	color: #DF0404;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.14px;
	border-radius: 4px;
	border: 1px solid #4D4D4D;
	background: #FFC5C5;	
	padding: 4px 12px;
	text-transform:capitalize;
}
.status_approved{
	color: #4D4D4D;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.14px;
	border-radius: 4px;
	border: 1px solid #4D4D4D;
	background: #A6E7D8;	
	padding: 4px 12px;
	text-transform:capitalize;
}
.status_hold{
	color: #4D4D4D;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.14px;
	border-radius: 4px;
	border: 1px solid #4D4D4D;
	background: #FFEA30;	
	padding: 4px 12px;
	text-transform:capitalize;
}
.report-new-link-div{
	border-radius: 25px;
	border: 1px solid #BEE4DD;
	background: #FFF;
	height:100%;
}
.report-tab{
	padding-bottom: 60px;
	border-radius: 30px;
	background: #FDFDFE;
	box-shadow: 2px 2px 4px 0px rgba(186, 186, 186, 0.25);
	padding-right: 60px;
}
.report-tab .nav{
	display:none !important;
}
.report_new_stock_container_5{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 45px;
	width: fit-content;
}
.report_new_stock_container{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 70px;
	width: fit-content;
}
.report_new_container{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 70px;
	width: fit-content;
}
.report_new_title_container{
	margin-bottom:20px;	
	margin-top:20px;	
}
.report_new_title{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	margin-right:7px;
}
.report_new_date{
	color: #525252;
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	text-transform: capitalize;
}
.report_new_each_sale{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background:#F7F7F7;
	padding:12px 27px 19px 27px;

}
.report_new_each_sale_title{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
.report_new_stock_container_5 .report_new_each_sale_title,.report_new_stock_container_5 .report_new_each_sale_pcs{
	white-space:nowrap;
}
.report_new_each_sale_total{
	color: #1E1E1E;
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding-top:10px;
	padding-bottom:10px;
}
.report_new_each_sale_pcs{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;	
}
.yellow_left_border{
	border-left:4px solid #F6A528;
}
.blue_left_border{
	border-left:4px solid #4691CC;
}
.pink_left_border{
	border-left:4px solid #F6AFAD;
}
.green_left_border{
	border-left:4px solid #5AD537;
}
.graph_div{
	margin-top:40px;
}
.graph_title_container{
	margin-bottom:40px;
}
.graph_title{
	color: #2E2E30;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-right:10px;
}
.graph_date{
	color: #2E2E30;
	font-family: Montserrat;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;	
}
.report-new-link-title{
	padding-top:20px;
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:40px;
}
.sub-menu_new{
	color: #1D1D1D;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.report_sub_link_a_new{
	margin-bottom:20px;
}
.report-new-nave-button,.report-new-nave-button:hover,.report-new-nave-button:active,.report-new-nave-button:focus{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	/*border-radius: 10px;
	/*border: 1px solid var(--Secondary, #BEE4DD);
	background: #BEE4DD;*/
	/*padding:15px;*/
	margin-right:1%;
	/*min-width:15%;*/
	cursor:pointer;
}
.selected-nav,.selected-nav:hover,.selected-nav:active,.selected-nav:focus{
	/*border: 1px solid var(--Secondary, #034D50);
	background: var(--Secondary, #034D50);	
	color: #FFF;*/
}
.report-new-category-table{
	border-radius: 30px;
	border-collapse: collapse;
	box-shadow: 0 0 0 1px #C7C7C7;
	border-style: hidden;
}

.report-new-category-table tr th,.report-new-category-table tr td:first-child{
	white-space:nowrap;
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding:21px 25px;
	background:#F7F7F7;
	border: 1px solid #c3c3c3;
}
.report-new-category-table tr td{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding:21px 25px;
	border: 1px solid #c3c3c3;
}
.report-new-category-table tr:first-child th:first-child{
	border-top-left-radius:30px;	
}
.report-new-category-table tr:first-child th:last-child{
	border-top-right-radius:30px;
}
.report-new-category-table tr:first-child th:last-child{
	border-top-right-radius:30px;
}
.report-new-category-table tr td:first-child{
	background:unset;
}
.report_active_order_title{
	color: #0B783D;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.report-new-stock-ownership{
	margin-top:80px;
	margin-bottom:80px;
}
.report-new-title{
	margin-left:45px;
	color: #000;
	text-align: left;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
.filter-btn-img{
	margin-right:10px;
}
.detail_stock_container{
	margin-top:48px;
}
.metal_solitaire_info_report_new_container{
	clear:both;
	display:flex;
	margin-top:29px;

}
.metal_solitaire_info_report_new{
	/*width:49%;*/
	margin-right:40px;
}
.metal_solitaire_info_report_new table{
	margin-right:auto;
	margin-left:auto;
}
.metal_solitaire_info_report_new table tr th{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	background: #BEE4DD;
	padding:18px 15px;
	border:2px solid #FFF;
	text-align:right;
}
.metal_solitaire_info_report_new table tr th:first-child{
	text-align:left;
}
.metal_solitaire_info_report_new table tr td{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding:18px 15px;
	text-align:right;
	background:#F7F7F7;
	border-bottom:2px solid #FFF;
	border-top:2px solid #FFF;
}
.metal_solitaire_info_report_new table tr td:first-child{
	text-align:left;
	border:4px solid #FFF;
	white-space:nowrap;
}
.metal_solitaire_info_report_new table tr td:last-child{
	font-weight:600;
}
.dsd_report_new table tr td{
	padding:9px 15px;
	text-align:right;
	background: #F7F7F7;
	height:36px;
	color: #000;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	border-right:5px solid #FFF;
	border-bottom:5px solid #FFF;
}
.dsd_report_new table tr td:first-child{
	text-align:left;
}
.dsd_report_new table tr td:last-child{
	background:#BEE4DD;
	text-align:right;
}
.dsd_report_new table tr:first-child td,.dsd_report_new table tr td:first-child,.dsd_report_new table tr td:last-child{
	font-weight:600;
}
.no-wrap{
	white-space:nowrap;
}
.grid-anchor{
	text-decoration:none;
	color:#5A79C1;
	font-weight:500;
	white-space:nowrap;
}
.grid-similar{
	color:#000;
	font-weight:500;
}
.grid-last-column{
	padding-right:15px !important;
}
.menu-back-button-new,.menu-back-button-new:hover{
	position:relative;
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	text-decoration:none;
}
.menu-back-img{
	position:absolute;
	top:5px;
	left:-20px;
}
.closing-stock-date-input{
	height:36px;
	margin-left:20px;
	margin-right:20px;
	border-radius:5px;
	outline:none;
}
.view_detail_stock_container{
	color: #000;
	text-align: left;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
.detail_stock_span img{
	width:14px;
}
.detail_stock_span{
	padding-left:8px;
	cursor:pointer;
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.report-desc{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
}
.report-desc-btn{
	border-radius: 50%;
	width: 24px;
	height: 24px;
	color: blue;
	background: white;
	border-color: blue;
}
