/*material-icons css*/

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.title_nps .material-icons{
    background-image: url(../img/nps-menu-icon.svg) !important;
    max-width: 15px !important;
    background-repeat: no-repeat;
    background-position: center;
}

.title_nps:hover .material-icons, .title_nps:focus .material-icons, .title_nps.active .material-icons, .title_nps.active:hover .material-icons, .title_nps.active:focus .material-icons{
    background-image: url(../img/nps-menu-icon-hover.svg) !important;
    max-width: 15px !important;
    background-repeat: no-repeat;
    background-position: center;
}
.btndeletepar{ margin-left:5px!important;}
.btnarchievepar{ margin-top:-97px!important; margin-left:155px!important;}
.selectprojectbtn {float: right; margin-bottom: 1%;}

body , html{
	background: #f5f8fa;
}
.sidebar-dashboard nav.main-menu.expanded {
    width:200px;
    overflow:visible;
}
.sidebar-dashboard .main-menu {
    background:#000000;
    box-shadow: 0.2rem 1px 5px 0 rgba(0, 0, 0, 0.3);
    position:fixed;
    top:0;
    bottom:0;
    height:100%;
    left:0;
    width:60px;
    overflow:hidden;
    -webkit-transition:width .2s linear;
    transition:width .2s linear;
    -webkit-transform:translateZ(0) scale(1,1);
    z-index:9999;
}

.sidebar-dashboard .main-menu>ul {
    margin:0;
}
.sidebar-dashboard .main-menu li {
    position:relative;
    display:block;
    width:200px;
}
.sidebar-dashboard .main-menu li>a {
    position:relative;
    display:table;
    border-collapse:collapse;
    border-spacing:0;
    color:rgba(255,255,255,.55);
    font-size: 14px;
    text-decoration:none;
    -webkit-transform:translateZ(0) scale(1,1);
    -webkit-transition:all .2s linear;
    transition:all .2s linear;
}
.sidebar-dashboard .main-menu li>a>i{
    position: relative;
    display: table-cell;
    width: 60px;
    min-width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px !important;
	color: rgba(255,255,255,.55);
}
.sidebar-dashboard .main-menu .nav-icon {
    position:relative;
    display:table-cell;
    width:60px;
    height:60px;
    text-align:center;
    vertical-align:middle;
    font-size:18px;
}
.sidebar-dashboard .main-menu .nav-text {
    position:relative;
    display:table-cell;
    vertical-align:middle;
    width:190px;
}
.no-touch .scrollable.hover {
    overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
    overflow-y:auto;
    overflow:visible;
}
.sidebar-dashboard nav {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.sidebar-dashboard nav ul,.sidebar-dashboard nav li {
    outline:0;
    margin:0;
    padding:0;
}
.sidebar-dashboard nav.main-menu li.active>a,.sidebar-dashboard .dropdown-menu>li>a:focus,.sidebar-dashboard .dropdown-menu>.active>a,.sidebar-dashboard .dropdown-menu>.active>a:focus,.sidebar-dashboard .dashboard-page nav.dashboard-menu ul li.active a {
    color:#fff;
    background-color:#0097DC;
}
.sidebar-dashboard .main-menu li:hover>a , .sidebar-dashboard .dropdown-menu>li>a:hover,.sidebar-dashboard .dropdown-menu>.active>a:hover,.sidebar-dashboard .no-touch .dashboard-page nav.dashboard-menu ul li:hover a{
    color:#fff;
    background-color:#0097DC;
}
.sidebar-dashboard nav.main-menu li.active>a>i,.sidebar-dashboard .dropdown-menu>li>a:focus>i,.sidebar-dashboard .dropdown-menu>.active>a>i,.sidebar-dashboard .dropdown-menu>.active>a:focus>i,.sidebar-dashboard .dashboard-page nav.dashboard-menu ul li.active a>i , .sidebar-dashboard .main-menu li:hover>a>i , .sidebar-dashboard .dropdown-menu>li>a:hover>i,.sidebar-dashboard .dropdown-menu>.active>a:hover>i,.sidebar-dashboard .no-touch .dashboard-page nav.dashboard-menu ul li:hover a>i{
	color:#fff;
}
.sidebar-dashboard ul.subnav-menu{
    background: #0097DC;
    display: none;
}
.sidebar-dashboard ul.subnav-menu li a{
    width: 100%;
    padding: 10px 10px 10px 20px;
    display: inline-block;
}
.sidebar-dashboard nav.main-menu li.has-subnav > a:after{
    content: '\02C5';
    position: absolute;
    font-size: 14px;
    right: 10px;
    top: 35%;
    transition:.2s ease;
}
.sidebar-dashboard nav.main-menu li.has-subnav.turn > a:after{
    transform:rotate(-180deg);
    transition:.2s ease;
}
.sidebar-dashboard nav.main-menu li.has-subnav.turn > a{
    background: #0097DC;
    color: #fff;
}
.menu-extras ul.navbar-nav li.dropdown > a{
    padding-right: 25px !important;
	font-size:12px;
}
.menu-extras ul.navbar-nav li.dropdown ul.dropdown-menu  li  a{
	font-size:12px;
}
.menu-extras ul.navbar-nav li.dropdown > a:after{
    content: '\02C5';
    position: absolute;
    font-size: 14px;
    right: 10px;
    top: 35%;
    transition:.2s ease;
    line-height: normal;
    transition:.2s ease;
}
.menu-extras ul.navbar-nav li.dropdown.open > a:after{
    transform:rotate(-180deg);
    transition:.2s ease;
}


/* toolbar css */	

.newtoolbar.card-box{
	position: relative;
    width: 100%;
    left: 0;
    top: initial;
    z-index: 999;
    padding: 8px 0;
    margin: 0;
    border-radius: 0;
}
.newtoolbar.card-box h1.font-600.custommargin{
	margin:0;
    font-size: 24px!important;
}
.newtoolbar.card-box .btn-group{
	/*padding: 4px 0;*/
}
.newtoolbar.card-box .btn-group button#button-location , a.btn-default.floatright{
	background-color: #eeeeee !important;
    border: 1px solid #c3c3c3 !important;
    color: #555555 !important;
}
a.btn-default.floatright{
	margin-top:4px;
}
.newtoolbar.card-box #date_range.form-control{
	display:inline-block;
	width:auto;
	background-color: #eeeeee ;
    border: 1px solid #c3c3c3;
    color: #555555;
}
.newtoolbar.card-box .col-sm-8.text-right button{
	margin-left: 10px;
}
.newtoolbar.card-box .col-sm-8.text-right ul li img{
	width:20px;
	margin-right:8px;
}
div.text-right button.btn-default , div.text-right button.btn-warning , span.group-span-filestyle label.btn-default , button.btn-default , .pagination > .active > a{
	background-color: #4DBA6D !important;
    border: 1px solid #4DBA6D !important;
}
div.text-right button.btn-danger , div.text-right button.btn-warning , span.group-span-filestyle label.btn-danger , button.btn-danger , .pagination > .active > a{
	background-color: #cc0000 !important;
    border: 1px solid #cc0000 !important;
}
.pagination > .active > a{
	background-color: #0097DC !important;
    border: 1px solid #0097DC !important;
}
div.text-right.col-sm-12 button.btn-danger , button.btn-danger.deleteuserclass{
	background-color: #cc0000 !important;
    border: 1px solid #cc0000 !important;
}
div.text-right button.btn-info , div.text-right button.btn-default.dropdown-toggle{
	background-color: #eeeeee !important;
    border: 1px solid #c3c3c3 !important;
    color: #555555 !important;
}
div.text-right button.btn-info i.text-white{
	color: #555555 !important;
}
#topnav .topbar-main .logo{
	margin-bottom:0;
}
#topnav .topbar-main .navbar-nav{
    margin:0;
    padding: 0;
}
#topnav .topbar-main div.logo{
	margin-top:0;
}
#topnav .topbar-main .navbar-nav>li>.dropdown-menu{
	margin-top:0;
}
button i span{
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.wrapper {
    margin: 75px 12px 0 75px;
}
.wrapper .container{       
	width:100%;  
}

.wrapper .footer .container{width:90%;}                                                                              
.aa { cursor:pointer; }
#ui-datepicker-div .ui-datepicker-header{
	background:#e4e4e4;
}
#ui-datepicker-div a.ui-state-default{
	background:#e4e4e4;
}
#ui-datepicker-div a.ui-state-default.ui-state-highlight{
	border: 1px solid #ff9933;
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
}
@media(max-width:1143px){
	.panel-body.ht200.pad45new {
		min-height: 408px;
	}
}
@media (max-width: 1053px){
	.panel-body.ht200.pad45new {
		min-height: 450px;
	}
}
@media (max-width: 1029px){
	.panel-body.ht200.pad45new {
		min-height: 495px;
	}
}
@media(max-width:767px){
    .header_icons .navbar-nav li{
        display: inline;
    }
	.newtoolbar.card-box h1.font-600.custommargin{
		font-size: 17px !important;
	}
	.newtoolbar.card-box .col-sm-6.pull-right.margincust{
		float:none !important;
	}
	.newtoolbar.card-box .col-sm-6 .text-right{
		text-align:left !important;
	}
	.newtoolbar.card-box .col-sm-8.text-right{
		text-align:left;
		padding:0;
	}
	.newtoolbar.card-box>.col-sm-6{
		padding:0;
	}
	#topnav .topbar-main div.logo img{
		width: 95px;
		height: auto;
	}
	.menu-extras ul.navbar-nav li.dropdown > a{
		font-size:10px;
	}
	.newtoolbar.card-box{
		padding-right:15px;
	}
	.newtoolbar.card-box #date_range.form-control{
		font-size:12px;
		margin-left:5px;
	}
	.newtoolbar.card-box .col-sm-8.text-right button {
		margin-left: 5px;
		margin-top: 5px;
		font-size: 12px;
	}
	.wrapper {
		margin: 220px 12px 0 75px;
	}
	.menu-extras ul.navbar-nav li.dropdown > a:after{top:25%;}
}

/* css for dashboard page 24-9-2019 */
.add-btn{
	width:auto;
	float:right;
}
.cart-title{
	font-size: 24px;
    color: #9f9f9f;
    margin: 0 0 15px;
}
.billinginfo_div, .neworder_div {
	display:none;
}
#grand_span{
	font-weight:bold;
}

/* new change theme style */
.btn {
    background: #0097DC !important;
    color: #fff !important;
    border: 1px solid #0097DC !important;
    border-radius: 8px;    
    margin: 0;
}
.btn:hover{
    background: #40B1E5 !important;
	border: 1px solid #40B1E5 !important;
}
/* .btn.btn-default,
div.text-right button.btn-default{
	background: #F5F8FA !important;
    border: 1px solid #0097DC !important;
	color: #0097DC !important;
	border-radius: 8px;
}
.btn.btn-default,
div.text-right button.btn-default .text-white{
    color: #0097DC !important;
} */
/* .btn.btn-default:hover{
	 background: #F5F8FA !important;
	 border: 1px solid #0097DC !important;
} */
.btn.btn-danger:hover{
	background-color: #cc0000b0 !important;
	border: 1px solid #cc0000  !important;
}
.bar-setting button {
    margin-left: 10px;
}
#blue.btn{
	background: #0097DC !important;
    color: #fff !important;
    border: 1px solid #0097DC !important;
    border-radius: 8px;
    margin: 0;
}
#blue.btn:hover{
    background: #40B1E5 !important;
	border: 1px solid #40B1E5 !important;
}
#red.btn{
	background: #AB0F00 !important;
    color: #fff !important;
    border: 1px solid #AB0F00 !important;
    border-radius: 8px;
    margin: 0;
}
#red.btn:hover{
    background: #ab0f00bd !important;
	border: 1px solid #ab0f00bd !important;
}
#green.btn{
	background: #00AC4E !important;
    color: #fff !important;
    border: 1px solid #00AC4E !important;
    border-radius: 8px;
    margin: 0;
}
#green.btn:hover{
    background: #6ec281  !important;
	border: 1px solid #6ec281  !important;
}
#yellow.btn{
	background: #FFCC23 !important;
    color: #fff !important;
    border: 1px solid #FFCC23 !important;
    border-radius: 8px;
    margin: 0;
}
#yellow.btn:hover{
    background: #ffcc2394  !important;
	border: 1px solid #ffcc2394  !important;
}
#orange.btn{
	background: #D97927 !important;
    color: #fff !important;
    border: 1px solid #D97927 !important;
    border-radius: 8px;
    margin: 0;
}
#archive.btn{
	background: #766f6f  !important;
    color: #fff !important;
    border: 1px solid #766f6f  !important;
    border-radius: 8px;
    margin: 0 !important;
}
#archive.btn:hover{
    background: #919191  !important;
	border: 1px solid #919191  !important;
}
#orange.btn:hover{
    background: #d97927ba  !important;
	border: 1px solid #d97927ba  !important;
}
ul.dropdown-menu.notify-drop.notify-drop-inventory {
    min-width: 350px !important;
}
ul.dropdown-menu.notify-drop.notify-drop-inventory .badge{
    position: relative !important;
    top: 0 !important;
    right: -5px !important;
}
.footer.text-center{position: absolute !important;}