@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
 {
		.profile-dialog
		{
			width:500px;
		}
		.profile-dialog md-toolbar.md-tall{
			    min-height: 190px;
		}
		
		.poheadermtie20n{
			margin-top:-25px;
		}
		
		.todo-item {
    position: relative;
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-transform: none;
    cursor: pointer;
}

	 .todo-item .info .title {
    font-size: 15px;
    font-weight: 500;
	}
	.todo-item .info {
    margin: 0 16px 0 8px;
}
.desc{
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;

}
 
.RwTPtf{
	width:100%;
}
 .rfx-row-descIE{
	max-height: 68px;
    overflow: hidden;
    padding-left: 10px;
    padding-top:2px;
    border: 1px solid #c6c3c3;
    border-radius: 4px;
    background-color: #f8f8f8;
}
.todo-item .tags .tag {
    border-radius: 2px;
    margin: 8px 4px 0 0;
    padding: 3px 8px;
    background-color: rgba(0, 0, 0, 0.08);
}
.error {
    color: #fd397a;
    text-align: left !important;
}
.req {
    color: #fd397a;
}
.input-border {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}
.sticky-activity-buttons {
    position: fixed;
    top: 30% !important;
}
.dashbordScroll{
	-ms-overflow-style: scrollbar;
    height:200px;
}
 
md-table-container {
	position:relative;
    z-index:0;
    display: block;
    max-width: 100%;
   -ms-overflow-style: scrollbar;
    
}
/* .ie_warningMsg{
	margin-top: -84px !important   // Due to New Home page design
} */

.hideINIE{
	display: none !important;
}
  

.kt-header {
    display: flex;
    justify-content: space-between;
    height: 65px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}
body:not(.kt-aside--enabled) .kt-header-menu-wrapper {
    display: ruby-base-container !important;
    flex-direction: row;
    align-items: stretch; }


/* .s42 {width: 36px;} */

.dblist .kt-section__title {
    font-weight: normal;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.95);
}

.dblist .kt-section__desc {
    font-weight: normal;
    font-size: 12px;
    color: #959cb6;
    display: inline-table;
}
.ml-30p {margin-left: 30%;}
    .ml-40p {margin-left: 40%;}
    .ml-60p {margin-left: 60%;}
    .ml-55p {margin-left: 55%;}
    
     #invoice .invoice-container tbody{
   width: 100%;
    }  

    #toolbar-navigation-container, #toolbar {
    box-shadow: none;
}

::-ms-reveal {
    display: none;
}
md-checkbox.md-default-theme.md-checked .md-icon::after, md-checkbox.md-checked .md-icon::after{
	border-color: rgba(255, 255, 255, 0.87) !important;
	display: block !important;
}
.scrollable {
    -ms-overflow-style: scrollbar;
}
.form-control[readonly] {
  background-color: #ffffff; pointer-events: none;
}
  
  .footer-div{position: fixed;}
  
  input[type=text]::-ms-clear { display: none; }
  
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-height: 610px) {
	.sticky-activity-buttons {
    	position: fixed;
    	top: 110px !important;
	}
}