@import "setAndSavingTarget.css";
@import "newAdded.css";


/* Root CSS */
/* fallback */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(material/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

/* material icons css */
.fs-10{font-size:10px}
.fs-15{font-size:15px}
.fs-16{font-size:16px}
.fs-15{font-size:15px}
.fs-18{font-size:18px}
.fs-20{font-size:20px !important}
.fs-21{font-size:21px}
color: #f7f7f7;
.disableButton{background: #BBBBBB !important; color:#f7f7f7 !important}

:root {
	--primary-color:#2067A5;
	--active-menu: #2067A5;
	--active-border-bottom: solid 3px #2067A5;
	--profile-background-color: #2067A5;
	--anchor-hover: #2067A5;
	--icon-hover: #2067A5;
	--menu-left-hover: solid 3px #2067A5;
	--menu-active: #c3d7e7;
	--primary-bg-color:#2067A5;
	--breadcrumb-active:#2067A5;
	--hover-color:#2067A5;
	--primary-text-color:#2067A5;
	
}

html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif !important;
	font-size: 12px;
	background: #f1f1f1;
	color: #1b1b1b;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.fa:hover {
	color: var(--icon-hover)
}

a:hover {
	color: var(--anchor-hover) !important
}
.btn:hover {
    color: #fff;
}
 a.button-primary-action:hover{
	 color:#fff !important	
	 
 }
.primary-text-color{ color: var(--primary-text-color)}
.primary-text-color:hover { color: #004d90}

label
 {
vertical-align: top;
}

.edit{color:}
#page-content {
	flex: 1 0 auto;
	font-size: 12px;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.dropdown-menu[data-bs-popper] 
{
right: 0 !important;
left:unset;

}
/* Customize Datatable */
.dataTables_scrollHeadInner{width:100% !important}
 table{width:100% !important}  
.dataTables_wrapper .form-select{padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;}
.dt-button{   display: none;}
 tfoot {
    display: table-header-group;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: none;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff !important;
}
.dataTables_length{float:left}
	  .sorting_disabled:before{content:none !important}
	  	  .sorting_disabled:after{content:none !important}
/* Header and Footer */
	.nav-link {
	color: rgba(0, 0, 0, 0.55);
	font-weight: bold;
	font-size: 13px;
	color: #000 !important;
}

li.nav-item {
	margin: 0px 13px;
}

.navbar-nav>li.active {
	border-bottom: var(--active-border-bottom);
	color: var(--active-menu) !important;
}

li a.submenu-active{border-left: var(--menu-left-hover);    background-color: #e9ecef;
}
li.active a {
	color: var(--active-menu) !important
}

.dropdown-product-change {
	background-color: #fff;
	color: #aba8a8;
	padding: 7px;
	margin: -8px 0;
	padding: 12px 9px;
	font-size: 15px;
	border-left: solid 1px #dee2e6;
	border-right: solid 1px #dee2e6;
	border-top: none;
	border-bottom: none;
}

.header-dropdown {
	position: relative;
	display: inline-block;
}

.header-dropdown-menu:hover {
	background: none !important
}

.header-dropdown-menu-list {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	right: 0;
	border: 1px solid rgba(0, 0, 0, .15);
}
.header-dropdown-menu .header-dropdown-menu-list.header-dropdown-product-change-list{  
  right: 0 !important;
    left: unset;}
.dropdown-item {
	font-size: 13px
}

.dropdown-item {
	border-left: solid 3px #fff;
	padding: .6rem 1rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
	border-left: var(--menu-left-hover);
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: var(--menu-active);
}

.dropdown-profile .dropbtn-item {
	background-color: #fff;
	color: #aba8a8;
	font-size: 15px;
	border-top: none;
	border-bottom: none;
}

.dropdown-menu {
	min-width: 11rem
}

.header-dropdown-menu {
	position: relative;
	display: inline-block;
}

.header-dropdown-menu-list a {
	color: black;
	padding: 6px 11px 6px;
	text-decoration: none;
	display: block;
}

.header-dropdown-menu-list a:hover {
	background-color: #e9ecef;
}

.header-dropdown-menu:hover .header-dropdown-menu-list {
	display: block;
}

.header-dropdown-menu:hover .dropdown-product-change {
	background-color: #fff;
}

.header-dropdown-menu-list li.active {
	background-color: #f1f1f1;
}


/* Right Side Menu */

.right-dropdown .dropbtn {
	padding: 0;
}

.right-dropdown {
	border-left: 1px #dee2e6 solid;
	margin: -5px 0;
	padding: 6px;
}
.right-dropdown-list ul.dropdown-menu {
	max-width:250px;
	max-height:300px;
	overflow-y:auto;	
}

 .right-dropdown-list ul.dropdown-menu li a{
	 text-overflow: ellipsis;
white-space: nowrap;
  overflow: hidden;
 }
.right-dropdown-list {
	margin: 0 12px 0px 12px;
}

.right-dropdown-list:last-child {
	margin-right: 0;
}
.right-dropdown-list .notification-btn, .right-dropdown-list .favourite-btn {
	color: #a7a7a7;

	}
	.right-dropdown-list .notification-btn i.fa {
	font-size: 23px;
}

.right-dropdown-list .favourite-btn i.fa {
	font-size: 23px;
}
.right-dropdown-list .dropdown-notification-btn, .right-dropdown-list .dropdown-favourite-btn  {
	border: none;
	margin: 4px 0;
	color: #a7a7a7;
	background: none;
}

.right-dropdown-list .dropdown-profile-btn {
	background: var(--profile-background-color);
    padding: 5px 8px;
    border: none;
    color: #fff;
    margin-top: 3px;
}

.notify-circle	{
    height: 7px;
    background: var(--primary-color);
    border-radius: 50%;
    width: 7px;
    top: 4px !important;
    left: 12px;
    position: absolute;
	}
.right-dropdown-list .dropdown-favourite-btn i.fa {
	font-size: 23px;
}
.badge {
    position: relative;
    top: -15px !important;
    left: -16px;
    border-radius: 59%;
    background: var(--primary-bg-color);
       }
.megasubmenu ul li a {
	color: #777;
	font-size: 12px;
	text-decoration: none
}

.megasubmenu {
	padding: 1rem;
	font-size: 14px
}

.megasubmenu ul li a:hover {
	color: var(--primary-color);
}
li.has-megasubmenu:hover a.dropdown-item{   
 background-color: var(--menu-active);
border-left:solid 3px #2067A5 !important;
}

li.nav-item:hover a{color:var(--primary-color) !important;}

.megasubmenu li a:hover{color:#000 !important;}



#sticky-footer {
	flex-shrink: none;
	margin-top:2px;
}

.footer-left-menu {
	padding-top: 9px;
}

li.footer-left-menu-item a {
	border-right: solid 1px #dee2e6;
	padding: 0 19px;
	color: #777777;
	font-size: 11px;
	text-decoration: none;
}

li.footer-left-menu-item:last-child a {
	border-right: none
}

li.footer-left-menu-item a:hover {
	color: var(--primary-color) !important;
}

.poweredBy {
	color: #777777;
	float: right;
}

.poweredBy small {
	vertical-align: bottom
}

/* header and footer end */


/* Search */

.search-container {
	width: 300px;
	margin: 0 15px;
	float: right;
	clear: both;
}

form.searchbox.searchbox-open .searchbox-icon {
	background: #1d68a6;
	color: #FFFFFF;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.searchbox {
	position: relative;
	min-width: 50px;
	width: 0%;
	height: 38px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.searchbox-input {
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	background: #eaeaea;
	width: 100%;
	height: 38px;
	margin: 0;
	padding: 0px 55px 0px 20px;
	color: #1d68a6;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.searchbox-input::-webkit-input-placeholder {
	color: #1d68a6;
}

.searchbox-input:-moz-placeholder {
	color: #1d68a6;
}

.searchbox-input::-moz-placeholder {
	color: #1d68a6;
}

.searchbox-input:-ms-input-placeholder {
	color: #1d68a6;
}

form.searchbox.searchbox-open .searchbox-icon .fa:hover {
	color: #fff !important
}

.searchbox-icon .fa {
	font-size: 18px;
}

.searchbox-icon {
	width: 50px;
	height: 38px;
	display: block;
	position: absolute;
	background: #fff;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: var(--primary-color);
}

form.searchbox.searchbox-open .searchbox-submit {
	width: 50px;
	height: 38px;
	display: block;
	position: absolute;
	background: #fff;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: var(--primary-color);
	background: #1d68a6;
	color: #FFFFFF;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.searchbox-open {
	width: 100%;
}

.display-mobile-device{display:none}
.display-web-device{display:block;}
.display-only-mobile{display:none}


/* Header and Footer End */








/* Responsive Query */




/* Google Pixel 2xl */



/* Landscape */
@media only screen and (-webkit-min-device-pixel-ratio: 3.5) {

.display-only-web
 {
display: none;
}

img.footer-wns-denali-logo
{
	display:none
}

.display-only-mobile

{
	display:block ;
}
.display-mobile-device
 {
    display: block !important;    
	float: left;

}
.display-web-device {
    display: none;
}

.search-container {
    width: 98%;
    float: right;
    clear: both;
margin-top: 7px;}
.right-dropdown {
    float: right;
}
}

/* iPhone X */

@media only screen and (min-device-width:375px) 
  and (max-device-width:812px) 
  and (-webkit-min-device-pixel-ratio:3)
  and (orientation:landscape) { 
  
  
.display-only-web
 {
display: none;
}

img.footer-wns-denali-logo
{
	display:none
}

.display-only-mobile

{
	display:block
}

.display-web-device {
    display: none;
}
.display-mobile-device {
    display: block !important;
	float:left;
}

.search-container {
    width: 98%;
    float: right;
    clear: both;
    margin-top: 7px;
}

.right-dropdown{border-left:none}

.right-dropdown {
    float: right;
}
}

/* Ipad Pro */

@media only screen and (min-width: 1024px) and (max-height: 1366px)  and (-webkit-min-device-pixel-ratio: 1.5) {
		.display-mobile-device{display:block !important ;   float: left;
}
	.display-web-device{display:none !important;}

.display-web-device{display:block !important;}

.display-mobile-device{display:none !important} 

img.brandLogoImage{ width: 75%;}

.right-dropdown-list {
    margin: 0 6px 0px 6px;
}
li.nav-item {
    margin: 0px 9px;
}

.search-container {
    width: 20%;
	    margin: 1px;
}
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

.display-mobile-device{display:none !important;}
.right-dropdown {

    float: right;
}

}

/* Tablet */

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation:portrait){
	.navbar-nav>li.active {
		border-bottom: none;
	}
	.header-flex {
		display: block !important;
		justify-content: initial !important;
	}
	.navbar-toggler {
		float: right;
	}
	ul.d-flex.right-dropdown {
		float: right;
	}
	.searchbox-open {
    width: 58%;
}
.search-container {
    width: unset;
    margin: 0 15px;
    clear: both;
float: unset;}
	/* .search-container { */
		/* width: 98%; */
		/* float: right; */
		/* clear: both; */
		/* margin-top: 7px; */
	/* } */
.right-dropdown{border-left:none}
	.navbar-collapse.collapse.show .navbar-nav {
		width: 100%
	}
		.display-mobile-device{display:block !important;float: left;}
		
		.header .container-fluid{padding:0}
	.display-mobile-device{display:block !important;float: left;}
.display-web-device{display:none !important;}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape)
{
		/* .display-mobile-device{display:none !important;} */
}

/* Tablet landscape*/

@media only screen and (min-width: 420px) and (max-width: 768px) and (orientation:landscape) {
	.navbar-nav>li.active {
		border-bottom: none;
	}
	.search-container {
		width: 98%;
		float: right;
		clear: both;
		margin-top: 7px;
	}

	/* li.footer-left-menu-item a{padding:0} */
	
	.display-mobile-device{display:block !important ;   float: left;
}
	.display-web-device{display:none !important;}

			/* .display-web-device{display:none !important;} */
.right-dropdown {

    float: right;
}

}


/* Mobile device landscape and portrait */

@media only screen and (max-width: 420px) and (orientation:landscape) 
{
	.responsiveWidth{width:93%}
.dropdown-product-change 
{
margin: -8px 0;
padding: 6px 9px;
}

.navbar-nav>li.active
{
border-bottom: none;
}

li.footer-left-menu-item a{padding:0}
.display-mobile-device{display:block !important}
.display-web-device{display:none !important;}
.display-only-web{display:none}


}

@media only screen and (max-width: 420px) and (orientation:portrait) 
{
		.responsiveWidth{width:93%}
.sectionWidth{width:91%}
	.navbar-nav>li.active {
		border-bottom: none;
	}
	.dropdown-product-change {
		margin: -8px 0;
		padding: 6px 9px;
	}
	.header-flex {
		justify-content: initial !important
	}
	.right-dropdown {
		margin-top: 6px;
		border-left: none;
		    justify-content: flex-end;

	}
	.navbar-toggler {
    margin-right: 7px;

		padding: 3px;
	}
	li.footer-left-menu-item a{padding:0}
	.search-container {
		width: 98%;
		float: right;
		clear: both;
		margin-top: 7px;
	}
		.display-mobile-device{display:block !important;float: left;}

		
		.display-web-device{display:none !important;}
		
		.display-only-mobile{display:block}

		img.footer-wns-denali-logo{display:none}
			.display-web-device{display:none !important;}
			.display-only-web{display:none}


}


/* Mobile to tablet */
@media only screen and (min-width: 420px) and (max-width: 768px) and (orientation:landscape)
{
	.display-only-web
	{display:none}
	img.footer-wns-denali-logo {
    display: none;
}
.display-only-mobile {
    display: block;
}
}

/* Header End */


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
	
.navbar .nav-item .dropdown-menu {
		display: none;
	}
.has-megasubmenu .dropdown-menu {
		display: none !important;
	}
.has-megasubmenu:hover .dropdown-menu {
		display: block !important;
	}
.navbar .nav-item:hover .dropdown-menu {
		display: block;
		right: 0;
		border-radius: 0;
		background: rgba(255, 255, 255, .95);
		box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
	}
.navbar .nav-item .dropdown-menu {
		margin-top: 0;
	}
.megasubmenu {
		left: 100%;
		top: 0;
		min-height: 100%;
		min-width: 100%;
	}
.dropdown-menu>li:hover .megasubmenu {
		display: block;
	}
	
.megasubmenu ul li{

    border-bottom: 1px dotted #c5c1c1;
    line-height: 2;
}
}


/* ============ desktop view .end// ============ */
.form-control,
.form-select {
	border-top: 0;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-bottom: 1px solid #b1b1b1 !important;
}

.form-control:focus,
.form-select:focus {
	box-shadow: none
}

.form-control:focus,
.form-select:focus {
	border-color: #f37526;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label 
{
	opacity: unset !important;
	color: var(--primary-color) !important;
	font-size: 13px;
    font-weight: 500;
    padding-right: 0;
    padding-left: 0;
}
.form-floating > label {
 
    padding-left: 0;
    padding-right: 0;
}
.select-field-lable-color {
	color: var(--primary-color);
	    font-weight: 500;

}

span.mandatory {
	color: red
}


.button-primary-action {
	color: #fff;
	background-color: var(--primary-color);
	border-color:  var(--primary-color);
}

.button-primary-action:hover {
	color: #fff;
    box-shadow: 1px 1px 5px 0px #a9a9a9;
	border-color:  var(--primary-color);
}
.btn-outline-secondary:hover
{
color: #6c757d;
    border-color: #6c757d; 
	box-shadow: 1px 1px 5px 0px #a9a9a9;
	background:none

	}
	
	.btn-light:hover
{
color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
	text-decoration:underline

	}
.button-secondary-action {
	background: #6c757d;
	color: #fff;
}

.button-tertiary-action {
	background: #f3f3f3;
	border: #a0a0a0 solid 1px;
}


/* Tabs */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #4a4a4a;
	/* background-color: #0d6efd; */
	border-left: solid 1px #c7c7c7;
	border-top: solid 1px #c7c7c7;
	border-bottom: solid 1px #c7c7c7;
	border-radius: 0;
	margin-right: -1px;
	background: #fff;
	border-left: none;
}

.nav-tabs {
	border-bottom: 1px solid #b9b9b9 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	border-color: #b9b9b9 #b9b9b9 #fff;
}

.nav-pills>.nav-link.active:first-child {
	border-top: none !important;
}

.nav-pills>.nav-link.active:last-child {
	border-bottom: none !important;
}

.custom-vertical-tabs {
	border-right: solid 1px #c7c7c7;
}

.card {
    box-shadow: 1px 1px 1px #cecdcd !important;
	border-radius: 0;
	border: solid 1px #e6e6e6;
    background: #fff;
}

.card-title {
	padding: .4rem 12px;
	border-bottom: solid 1px #cecece;
	font-size: 14px;
	color: var(--primary-color);
}

.form-select {
	border-bottom: 1px solid #b1b1b1 !important;
	    padding-top: 3px;

}

.ripple-effect {
	position: relative;
}

.effect {
	    padding-left: 0 !important;
    padding-right: 0 !important;
	border: 0;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
}

.effect~.focus-border {
	position: absolute;
	/* bottom: 0; */
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--primary-color);
	transition: 0.4s;
}

.effect:focus~.focus-border {
	width: 100%;
	transition: 0.4s;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 2.1rem !important;
}
table.fulltable.fulltable-editable td.fulltable-edition-control a {
	color: #f8901e;
	text-decoration: none;
}

input[type=file] {
	border: solid 1px #b1b1b1 !important;
}


/* Drag & Drop */

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.drag-list {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 690px) {
	.drag-list {
		display: flex;
	}
	.switches-kanban {
		display: flex;
		overflow: scroll;
	}
	#portfoliolist .portfolio {
		width: 100% !important;
	}
}

.drag-column {
	flex: 1;
	margin: 0 1px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 690px) {
	.drag-column {
		margin-bottom: 30px;
	}
}

.drag-column h2 {
	font-size: 0.8rem;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
}

ul.onHold>li.drag-item {
	border-left: 3px #000 solid !important
}

ul.triage>li.drag-item {
	border-left: 3px #6e80cd solid !important
}

ul.inProgress>li.drag-item {
	border-left: 3px #0086ee solid !important
}

ul.completed>li.drag-item {
	border-left: 3px #00ad6c solid !important
}

ul.cancelled>li.drag-item {
	border-left: 3px #fc4a5f solid !important
}

.drag-column-on-hold .drag-column-header,
.drag-column-on-hold .is-moved,
.drag-column-on-hold .drag-options {
	background: #e0dddd;
	/* opacity: .1; */
	color: #424242;
}

.drag-column-in-progress .drag-column-header,
.drag-column-in-progress .is-moved,
.drag-column-in-progress .drag-options {
	background: #d4d7e4;
	color: #6e80cd;
}

.drag-column-needs-review .drag-column-header,
.drag-column-needs-review .is-moved,
.drag-column-needs-review .drag-options {
	background: #c9dbea;
	color: #0086ee;
}

.drag-column-approved .drag-column-header,
.drag-column-approved .is-moved,
.drag-column-approved .drag-options {
	background: #cae1db;
	color: #00ad6c;
}

.drag-column-cancelled .drag-column-header,
.drag-column-cancelled .is-moved,
.drag-column-cancelled .drag-options {
	background: #efe2e5;
	color: #fc4a5f;
}

.drag-column-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}

.drag-inner-list {
	min-height: 50px;
}

.drag-item {
	margin: 5px 1px;
	min-height: 113px;
	background: rgb(255 255 255);
	transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	box-shadow: 1px 1px 3px #d6d6d6;
	border: solid 1px #cecece;
}

.drag-item.is-moving {
	transform: scale(1.5);
	background: rgba(0, 0, 0, 0.8);
}

.drag-header-more {
	cursor: pointer;
}

.drag-options {
	position: absolute;
	top: 44px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	transform: translateX(100%);
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.drag-options.active {
	transform: translateX(0);
	opacity: 1;
	z-index: 1;
}

.drag-options-label {
	display: block;
	margin: 0 0 5px 0;
}

.drag-options-label input {
	opacity: 0.6;
}

.drag-options-label span {
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 400;
	margin-left: 5px;
}

h6 .manageProjectID {
	color: #eb1212;
}

h6.manageProjectTitle {
	color: #3c3c3c;
	font-size: 1.1rem;
}

.manage-project-info {
	padding: 8px;
}

.manageProjectSubmittedBy,
.manageProjectAssignedTo {
	font-size: 13px;
	color: var(--primary-color);
}

.manageProjectStage {
	border-top: solid 1px #d8d8d8;
	padding: 1px 5px;
}

/* .manageProjectStage span { */
	/* color: #676767; */
/* } */

a.manageProjectView {}

a.manageProjectView {
	float: right;
	color: var(--primary-color);
}

#container {
	margin: 1em auto;
}

#container {
	min-width: 800px;
	margin: 1em auto;
}

.scrolling-container {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.grid-filter {
	margin-top: -31px !important;
	margin-bottom: 9px !important;
	margin-left: 144px !important;
}


/* Dragula CSS  */

.gu-mirror {
	position: fixed !important;
	margin: 0 !important;
	z-index: 9999 !important;
	opacity: 0.8;
	list-style-type: none;
}

.gu-hide {
	display: none !important;
}

.gu-unselectable {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.gu-transit {
	opacity: 0.2;
}


/* Demo info */

.section {
	padding: 20px;
	text-align: center;
}

.section a {
	color: white;
	text-decoration: none;
	font-weight: 300;
}

.section h4 {
	font-weight: 400;
}

.section h4 a {
	font-weight: 600;
}

.manageProjectInnerMenu>ul.dropdown-menu::before {
	content: none !important
}

.manageProjectInnerMenu>ul.dropdown-menu::after {
	content: none !important
}

.advanced-filter {
	/* display: block; */
	padding: 4px 4px;
	margin-right: 10px;
	border: solid 1px #a9a5a5;
	padding: 5px;
	color: #666;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 2px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #000;
	font-weight: normal;
}

#filters-chart {
	margin-top: -31px !important;
	margin-bottom: 9px !important;
	margin-left: 144px !important;
}


/* manageDetails page */

td.details-control {
	background: url('./../images/details_open.png') no-repeat center center;
	cursor: pointer;
}

tr.shown td.details-control {
	background: url('./../images/details_close.png') no-repeat center center;
}

h5.bd-title.spendSavingTitle {
	border-bottom: solid 1px #bfbfbf;
	padding: 4px;
}

ul#filters {
    display: -webkit-inline-box;
    float: left;
    margin-top: -30px;
    margin-bottom: 9px;
    margin-left: 135px;
}

#filters li {
	float: left;
}

ul#filters-table,
ul#filters-chart {
	display: -webkit-inline-box;
	float: left;
	margin-top: -4px;
	margin-bottom: 9px;
	margin-left: 26px;
}

ul#filters-chart li span.active {
	background: #000;
	color: #fff !important;
}

#filters-table li {
	float: left;
}

#filters2 {
	display: -webkit-inline-box;
	float: left;
	/* margin-top: -4px; */
	/* margin-bottom: 9px; */
	/* margin-right: 14px; */
}

#filters2 li {
	float: left;
}

h5.manageProjectHeading {
	float: left
}

#filters li span.filter {
	display: block;
	padding: 4px 4px;
	margin-right: 10px;
	border: solid 1px #a9a5a5;
	padding: 5px;
	color: #666;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 2px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #000;
	font-weight: normal;
}

#filters-table li span.filters-table,
#filters-chart li span.filters-chart {
	display: block;
	padding: 4px 4px;
	margin-right: 10px;
	border: solid 1px #a9a5a5;
	padding: 5px;
	color: #666;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 2px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #000;
	font-weight: normal;
}

.viewChangeFilter a {
	padding: 4px 4px;
	margin-right: 10px;
	color: #000;
}

#filters li span.active {
	color: #fff;
	background: #3d3d3d;
}
/* #filters-table li span.active { */
	/* color: #fff; */
	/* background: #3d3d3d; */
/* } */

.active-table-filter {
	color: #fff !important;
	background: #3d3d3d;
}
#filters2 li span.active {
	color: #fff;
	background: #3d3d3d;
}

#portfoliolist .portfolio {
	border: solid 1px #e4d4d4;
	float: left;
	overflow: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}

.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	background: #e95a44;
	cursor: pointer;
}

.portfolio img {
	max-width: 100%;
	position: relative;
	top: 0;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
	display: block;
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: -30px;
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
	background: #e95a44;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.portfolio .label-text {
	color: #fff;
	position: relative;
	z-index: 500;
	padding: 0;
}

.portfolio .text-category {
	display: block;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}

.portfolio:hover .label {
	bottom: 0;
	white-space: inherit;
	font-weight: 100;
}

.portfolio:hover img.app-image {
	top: -30px;
}

.video-name {
	background-image: linear-gradient(to right, #c86a2a, #3a1f0c);
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

/* Track */
   .accordion-item.cardChecklist {
    /* background: #fff;  */
	box-shadow: 1px 1px 3px 1px #cacaca;
}
.cardChecklist .accordion-button{background: #fff;}
.cardChecklist  .accordion-body{
border-top: solid 1px #d6d6d6;
}
.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 27px
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative
}

.track .step.active:before {
    background: #FF5722
}

.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px
}

.track .step.active .icon {
    background: #ee5435;
    color: #fff
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd
}

.track .step.active .text {
    font-weight: 400;
    color: #000
}

.track .text {
    display: block;
    margin-top: 7px
}

.checklistStatus
	{
float: right;
display: inline-flex;
margin-left: 21px;
	}
.checklistStatus li
{
padding-right: 18px;
}
  .checklistProjectHeading {
  font-size: 14px;
}

.track-summary
{
	border: solid 1px #e2e2e2;
    padding: 11px;
    background: #f1f1f1;
	}
	
	.simple-pagination ul {
	padding: 0;
	list-style: none;
	margin:0 0 10px;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
	color: #FFF;
	background-color: var(--primary-color);
    border-color: var(--primary-color);

}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: var(--primary-color);
}

/* Survey  */
#service.form-select
{
border: transparent !important;
background-image:none !important;
	    padding-top: none !important;

}
#service.form-select:hover
{
border-bottom: solid 1px #b1b1b1 !important;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
	    padding-top: none !important;

}
#service.form-select:focus

{
	    padding-top: none !important;

background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
border-bottom: solid 1px #cecece !important;
}



/* User Defined Report */
.savedReportList a{ text-decoration:none}
.notUsedreportFilter {color:#ddd;}
.notUsedreportFilter:hover {color:#ddd !important;}
.tags{background:#000; height:12px; width:20px}
.deleteReport{   font-size: 15px;}
.savedReportDesc{color:#808080}
.conditional:hover{background:rgb(105 115 118);color:#fff}
.btn-addRuleAndGroup:hover{color:#fff !important; background:rgb(105 115 118)}
.btn-addRuleAndGroup{ padding: 4px 5px;}
.btn-deleteRuleAndGroup{padding: 4px 5px;}


/* Survey  */
.Checklist.form-select
{
border: transparent !important;
background-image:none !important;
padding-top: none !important;

}


.Checklist.form-select:hover

{
padding-top: none !important;

background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
border-bottom: solid 1px #cecece !important;
}

.onHoverField{border:none !important;    padding: 0;
}
.onHoverField:hover{
border-bottom: solid 1px #b1b1b1 !important;
    padding: 0;

}

.question span:first-child  
{ 
color: #000;
}
			   .question{ padding: 10px 14px;
    font-size: 13px;    color: #696969;
}
			
.manageChecklistPage .formFields:after {
font-family: Material Icons;
   content: "\e3c9";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   visibility:visible;
   overflow:unset;
   color:#6c757d;
       font-size: 16px;

}

.surveyDetails .formFields:after {
font-family: Material Icons;
   content: "\e3c9";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   visibility:visible;
   overflow:unset;
   color:#6c757d;
       font-size: 16px;

}

.manageChecklistPageSectionEdit .formFields:after {
font-family: Material Icons;
   content: "\e3c9";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   visibility:visible;
   overflow:unset;
   color:#6c757d;
       font-size: 16px;

}
/* Manage checklist Details */

.sectionWidth{width:97%;float:left}



/* #Tablet (Portrait) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 768px;
	}
	#kanbanAdvancedFilter::after {

	right: 219px !important;

}

#kanbanAdvancedFilter::before {
	right:219px !important;

}

#chartAdvancedFilter::after {
	border-bottom: 8px solid #FFFFFF;
	border-left: 9px solid rgba(0, 0, 0, 0);
	border-right: 9px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	right: 324px;
	position: absolute;
	top: -7px;
}

#chartAdvancedFilter:: before {
	border-bottom: 9px solid rgba(0, 0, 0, 0.2);
	border-left: 9px solid rgba(0, 0, 0, 0);
	border-right: 9px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	right: 324px;
	position: absolute;
	top: -8px;
}

#gridAdvancedFilter::after {
	border-bottom: 8px solid #FFFFFF;
	border-left: 9px solid rgba(0, 0, 0, 0);
	border-right: 9px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	right: 679px;
	position: absolute;
	top: -7px;
}

#gridAdvancedFilter:: before {
	border-bottom: 9px solid rgba(0, 0, 0, 0.2);
	border-left: 9px solid rgba(0, 0, 0, 0);
	border-right: 9px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	right: 679px;
	position: absolute;
	top: -8px;
}
ul#filters {
 
    margin-top: unset;
	margin-left: unset;
}

}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
	.container {
		width: 95%;
	}
	#portfoliolist .portfolio {
		width: 48%;
		margin: 1%;
	}
	#ads {
		display: none;
	}
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.r-mt-0 {
		margin-top: 0 !important
	}
	.container {
		width: 70%;
	}
	#ads {
		display: none;
	}
	.grid-filter {
		margin-top: unset !important;
		margin-bottom: unset !important;
		margin-left: unset !important;
	}
	
}


/* #Clearing */


/* Self Clearing Goodness */

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after,
.clearfix:after {
	clear: both;
}

.row,
.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.toggler {
	color: #A1A1A4;
	font-size: 1.25em;
	margin-left: 8px;
	text-align: center;
	cursor: pointer;
}

.toggler.active {
	color: #000;
}

.switchs {}

.switch-item {
	display: block;
}

.switch-name {
	font-weight: 400;
}

.list .switch-item {
	position: relative;
	padding: 0;
}

.list .switch-item .pull-right {
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 800px) {
	.list .switch-item .stage:not(.active) {
		display: none;
	}
	.chart .switch-item .stage:not(.active) {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.list .switch-item .switch-progress-bg {
		display: none;
	}
	.chart .switch-item .switch-progress-bg {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.list .switch-item .pull-right {
		position: static;
		line-height: 20px;
		padding-bottom: 10px;
	}
}

.list .switch-country,
.list .switch-progress,
.list .switch-completes,
.list .switch-end-date {
	color: #A1A1A4;
}

.list .switch-country,
.list .switch-completes,
.list .switch-end-date,
.list .switch-name,
.list .switch-stage {
	margin: 0 10px;
}

.list .switch-country {
	margin-right: 0;
}

.list .switch-end-date,
.list .switch-completes,
.list .switch-country,
.list .switch-name {
	vertical-align: middle;
}

.list .switch-end-date {
	display: inline-block;
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
}

.switch-stage .stage {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	overflow: hidden;
	border-radius: 50%;
	padding: 0;
	margin: 0 2px;
	background: #f2f2f2;
	text-indent: -9999px;
	color: transparent;
	line-height: 16px;
}

.switch-stage .stage.active {
	background: #A1A1A4;
}

.list .list-only {
	display: auto;
}

.chart .chart-only {
	display: auto;
}

.grid .grid-only {
	display: auto;
}

.list .grid-only {
	display: none !important;
}

.list .chart-only {
	display: none !important;
}

.grid .list-only {
	display: none !important;
}

.grid .chart-only {
	display: none !important;
}

.chart .list-only {
	display: none !important;
}

.chart .grid-only {
	display: none !important;
}

.grid .switch-item {
	position: relative;
}

@media screen and (max-width: 600px) {
	.grid .switch-item {
		display: block;
		width: auto;
		/* height: 150px; */
		margin: 10px auto;
	}
}

.grid .switch-name {
	display: block;
	max-width: 80%;
	font-size: 16px;
	line-height: 20px;
}

.grid .switch-country {
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
}

.grid .switch-country,
.grid .switch-end-date {
	color: #A1A1A4;
}

.grid .switch-end-date:before {
	content: "Ends ";
}

.grid .switch-end-date.ended:before {
	content: "Ended ";
}

.grid .switch-progress {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 20px;
	border-top: 1px solid #eee;
	font-size: 13px;
}

.grid .switch-progress-bg {
	width: 40%;
	display: block;
}

@media screen and (max-width: 200px) {
	.grid .switch-progress-bg {
		display: none;
	}
}

.grid .switch-progress-labels {
	position: absolute;
	right: 20px;
	top: 0;
	line-height: 40px;
}

@media screen and (max-width: 200px) {
	.grid .switch-progress-labels {
		right: auto;
		left: 10px;
	}
}

.grid .switch-progress-label {
	line-height: 21px;
	font-size: 13px;
	font-weight: 400;
}

.grid .switch-completes {
	line-height: 21px;
	font-size: 13px;
	vertical-align: middle;
}

.grid .switch-stage {
	position: absolute;
	top: 20px;
	right: 20px;
}

.grid .switch-stage .stage {
	display: none;
}

.grid .switch-stage .active {
	display: block;
}

.grid .switch-end-date {
	font-size: 12px;
	line-height: 20px;
}

.switch-progress-label {
	vertical-align: middle;
	margin: 0 10px;
	color: #8DC63F;
}

.switch-progress-bg {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100px;
	height: 4px;
	border-radius: 2px;
	overflow: hidden;
	background: #eee;
}

.switch-progress-fg {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	background: #8DC63F;
}

ul.drag-list.switchs.list {
	display: unset;
}

<!-- Chart CSS -->#container,
#buttonGroup {
	max-width: 1200px;
	min-width: 320px;
	margin: 1em auto;
}

.hidden {
	display: none;
}

.main-container button {
	font-size: 12px;
	border-radius: 2px;
	border: 0;
	background-color: #ddd;
	padding: 13px 18px;
}

.main-container button[disabled] {
	color: silver;
}

.button-row button {
	display: inline-block;
	margin: 0;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: opacity 500ms;
}

.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 300px;
	position: relative;
}

.popup input,
.popup select {
	width: 100%;
	margin: 5px 0 15px;
}

.popup button {
	float: right;
	margin-left: 0.2em;
}

.popup .clear {
	height: 50px;
}

.popup input[type=text],
.popup select {
	height: 2em;
	font-size: 16px;
}

.grid-layout {  
  box-shadow: 1px 1px 1px #cecdcd !important;
	border: solid 1px #e6e6e6;
	background: #fff;
	padding: 14px !important;
	/* box-shadow: 2px 2px 2px #d4d4d4; */
}

table.dataTable.no-footer {
	border-bottom: solid 1px #e0e0e0 !important;
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 18px;
	border-bottom: 1px solid #e0e0e0 !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
	text-align: center;
}

table.dataTable thead th {
	text-align: center !important
}

#container {
	max-width: 1300px;
	margin: auto;
}


/* Crud Operation CSS */

.table-title .add-new {
	float: right;
	height: 30px;
	font-weight: bold;
	font-size: 12px;
	text-shadow: none;
	min-width: 100px;
	border-radius: 50px;
	line-height: 13px;
}

.table-title .create-project-add-new-item-list {
	float: right;
	height: 30px;
	font-weight: bold;
	font-size: 12px;
	text-shadow: none;
	min-width: 100px;
	border-radius: 50px;
	line-height: 13px;
}

.table-title .add-new i {
	margin-right: 4px;
}

table.table tr th,
table.table tr td {
	border-color: #e9e9e9;
}

table.table th i {
	font-size: 13px;
	margin: 0 5px;
	cursor: pointer;
}

table.table th:last-child {
	width: 100px;
}

table.table td a {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	min-width: 24px;
	color:var(--primary-color)
}

table.table td a.add {
	color: #27C46B;
}

table.table td a.edit {
	color: #FFC107;
}

table.table td a.delete {
	color: #E34724;
}

table.table td i {
	font-size: 19px;
}

table.table td a.add i {
	font-size: 24px;
	margin-right: -1px;
	position: relative;
	top: 3px;
}

table.table .form-control {
	height: 32px;
	line-height: 32px;
	box-shadow: none;
	border-radius: 2px;
}

table.table .form-control.error {
	border-bottom: 1px solid #ff0000 !important;
}

table.table td .add {
	display: none;
}


/* Create Project  */

.checklist-in-scope {
	background: #dfdfdf !important;
	color: #000 !important;
	font-weight: bold;
	font-size: 13px;
}

.ready-to-submit {
	background: #f8e9d6 !important;
	color: #755d1f !important;
	font-weight: bold;
	font-size: 13px;
}

.QC-submitted {
	background: #dffad9 !important;
	color: #5d8055 !important;
	font-weight: bold;
	font-size: 13px;
}

.QC-status {
	background: #ebeff8 !important;
	color: #1854fc !important;
	font-weight: bold;
	font-size: 13px;
}

ul.check-list li {
	padding: 4px;
	font-size: 13px;
}
.createProjectDateIcon
{
	position: absolute;
    right: 13px;
    top: 20px;
    font-size: 18px;
}

/* Export Action */
div.dt-button-collection{
	padding: 0px !important;
    border: 1px #cac5c5 solid  !important;
    border-radius: inherit  !important;
}
div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button {
  
    margin-top: 1px;
    margin-bottom: 1px !important;
    background: none;
    border-bottom: solid 1px #bdbdbd;
    border-right: 0;
    border-left: 0;
    border-top: navajowhite;
    border-radius: 0;
	font-size:12px
}
.dt-button-collection > div > button:last-child{border-bottom:none}
 
  .dt-button:hover
  {
	background: #f1f1f1 !important;
    border: none !important;
	  margin-top: 1px  !important;
    margin-bottom: 1px !important;
	    border-bottom: solid 1px #bdbdbd !important;
		color:var(--hover-color)

	}
 
  .dt-button:last-child:hover
  {
	background: #f1f1f1 !important;
    border: none !important;
	  margin-top: 1px  !important;
    margin-bottom: 1px !important;

	}	
 .dt-button:active
  {
    box-shadow: none !important;
	}
   
div.dt-button-background{background:none !important} 
.dataTables_length{  margin-right: 24px;}


/* Manage Project */

.table-title .add-new-item-list {
	float: right;
	height: 30px;
	font-weight: bold;
	font-size: 12px;
	text-shadow: none;
	min-width: 100px;
	border-radius: 50px;
	line-height: 13px;
}

.kanbanAdvancedFilter{position: absolute;    z-index: 999;    width: 99%;    margin-top: 5px;}
.gridAdvancedFilter{position: absolute;    z-index: 999;    width: 99%; }
.kanbanAdvancedFilter .card.card-body{border: solid 1px #b1b0b0;    border-radius: 4px;}
.gridAdvancedFilter .card .card-body{border: solid 1px #b1b0b0;    border-radius: 4px;}
.chartAdvancedFilter{position: absolute;    z-index: 999;    width: 99%; }
.chartAdvancedFilter .card.card-body{border: solid 1px #b1b0b0;    border-radius: 4px;}
.AdvancedDateShow{display:none}


/* QC */
        ul.approveQCList
{	 list-style: circle;
    margin: 13px 23px;
	}
		ul.approveQCList li{    padding: 7px;
}
	ul.approveQCList li a{color:#000;text-decoration:none}
   .multipleChecklistSubmit .card{ border: 1px solid rgba(0, 0, 0, 0.125) !important;}

/* Responsive */

@media only screen and (max-device-width: 768px) {
	.main-header .main-header-profile-menu .navbar-nav {
		display: flex;
		flex-direction: inherit;
	}
	nav.navbar.navbar-expand-lg.navbar-dark.p-0.sub-header {
		width: 100%;
		min-height: 37px;
	}
	nav.navbar.navbar-expand-lg.navbar-dark.p-0.sub-header .navbar-toggler-right {
		position: absolute;
		right: 0;
		top: 0;
		margin: 2px;
	}
	.dropdown-menu::before {
		border-bottom: 9px solid rgba(0, 0, 0, 0.2);
		border-left: 9px solid rgba(0, 0, 0, 0);
		border-right: 9px solid rgba(0, 0, 0, 0);
		content: none;
		display: none !important;
		left: 86px;
		position: absolute;
		top: -8px;
	}
	.dropdown-menu::after {
		border-bottom: 8px solid #FFFFFF;
		border-left: 9px solid rgba(0, 0, 0, 0);
		border-right: 9px solid rgba(0, 0, 0, 0);
		content: none;
		display: none !important;
		left: 86px;
		position: absolute;
		top: -7px;
	}
	ul#filters {
     margin-bottom: 7px;
    margin-top: unset;
	margin-left: unset;
}
ul#filters-table, ul#filters-chart
{ 
 margin-top: unset !important;
	margin-left: unset !important;
}

.kanbanAdvancedFilter{   margin-top: 28px;}

}


/* default styles here for older browsers. 
       I tend to go for a 600px - 960px width max but using percentages
    */

@media only screen and (min-width: 960px) {
	/* styles for browsers larger than 960px; */
}

@media only screen and (min-width: 1440px) {
	/* styles for browsers larger than 1440px; */
}

@media only screen and (min-width: 2000px) {
	/* for sumo sized (mac) screens */
}

@media only screen and (max-device-width: 480px) {
	/* styles for mobile browsers smaller than 480px; (iPhone) */
	.r-xs-mt-0 {
		margin-top: 0 !important
	}
	.r-xs-mt-3 {
		margin-top: 3px !important
	}
	.grid-filter {
		margin-top: unset !important;
		margin-bottom: unset !important;
		margin-left: unset !important;
	}
	#filters-chart {
		margin-top: unset !important;
		margin-bottom: unset !important;
		margin-left: unset !important;
	}
	.main-header-profile-menu{width:100%}
	.kanbanAdvancedFilter
	{    margin-top: 59px;}
		 .gridAdvancedFilter
	{    margin-top: 56px;}
 .chartAdvancedFilter  {    margin-top: 121px;}
ul#filters {
 
    margin-top: unset;
	margin-left: unset;
}
.grid-filter
{ 
 margin-top: unset !important;
margin-left: unset  !important;
}
}

@media only screen and (device-width: 768px) {
	
	/* default iPad screens */
}


/* different techniques for iPad screening */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
	/* For portrait layouts only */
			#kanbanAdvancedFilter::after {

	right: 254px !important;

}

#kanbanAdvancedFilter::before {
	right:254px !important;

}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
	/* For landscape layouts only */
	
		#kanbanAdvancedFilter::after {

	right: 338px !important;

}

#kanbanAdvancedFilter::before {
	right:338px !important;

}

