.ui-checkbox input[type=checkbox]:checked+span:after {
    content: "\f00c";
	font-family: 'Font Awesome 5 Free';
}
input.ng-dirty.ng-invalid {
    border:1px solid Red;
}
input.ng-dirty.ng-valid {
    border:1px solid green;
}
.error-container {
   padding:0;
  }
 .error {
   padding:0;
   color:red;
  } 
  
 .grid {
  width:100%;
	height:100%;
}
.ui-grid-top-panel {
    /*text-transform: uppercase;*/
}

.ui-grid-category {
  text-align: center;border-right: 0px;box-shadow: -1px 1px #d4d4d4
} 

.ui-grid-cell.red {
    color: red !important;
}

.ui-grid-cell.green {
    color: green !important;
}


.ui-grid-row:hover > [ui-grid-row] > .ui-grid-cell:hover .ui-grid-cell,
.ui-grid-row:nth-child(odd):hover .ui-grid-cell,
.ui-grid-row:nth-child(even):hover .ui-grid-cell {
  background-color:#d5eaee;
}
.ui-grid-no-row-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10%;
  background-color: #f3f3f3;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d4d4d4;
  font-size: 2em;
  text-align: center;
}
.ui-grid-no-row-overlay > * {
  position: absolute;
  display: table;
  margin: auto 0;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.66;
}

.overflow-visible,
.overflow-visible .ui-grid-cell-contents {
  overflow: visible;
}
  
  .nodatatxt {
position: absolute;
top : 80px;
opacity: 0.25;
font-size: 1.5em;
width: 100%;
text-align: center;
z-index: 1000;
}

/******************OTP Verification****************/
      .otp-input {
        margin: 0 5px;
        text-align: center;
        line-height: 60px!important;
        font-size: 40px!important;
        border: solid 1px #ccc;
        box-shadow: 0 0 5px #ccc inset;
        outline: none;
        width: 30px!important;
        transition: all .2s ease-in-out;
        border-radius: 3px;
     }
 
/*****************OTP ***********************/  

.nav-icon-ul>li>a>i{
display: inline-block;
    margin-right: 10px;
    width: 15px;
    line-height: 1;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.google-seperator{
width: 100%;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    line-height: .1em;
    font-weight: 300;
}

p.google-seperator span {
    padding: 0 10px;
    background: #fff;
    color: #606060;
}
.m-lg-top-bottom {
    margin-top: 25px!important;
    margin-bottom: 25px!important;
}

/*****************Google button ***********************/  
.touch-scroll {
  -webkit-overflow-scrolling: touch;
     max-height:400px; 
    overflow-y: auto;
}

/*****************Action dropdown ***********************/  
#action-ul{

    z-index: 999;

}

#action-ul ul {
    padding-left: 0;
    list-style: none;
}

.action-ul > li > a {
   display: block;
    padding: 6px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}

.action-ul>li>a>i{	
display: inline-block;
    margin-right: 10px;
    width: 15px;
    line-height: 1;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	
}
.action-ul>li>a:focus, .action-ul>li>a:hover {
    text-decoration: none;
    color: #333;
    background-color: #edf1f2!important;
}

/*****************Action dropdown ***********************/  
.selectedIndex {
  background:  #b3d1ff;

}


.sideBar {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  /*overflow-y: auto;*/
  border: 1px solid #f7f7f7;
  height: 100%;
}

.sideBar-body {
  position: relative;
  padding: 10px !important;
  border-bottom: 1px solid #f7f7f7;
  height: 72px;
  margin: 0 !important;
  cursor: pointer;
}

.sideBar-body:hover {
  background-color: #ffffff;
}

.sideBar-avatar {
  text-align: center;
  padding: 0 !important;
}

.avatar-icon img {
  border-radius: 50%;
  height: 49px;
  width: 49px;
}

.sideBar-main {
  padding: 0 !important;
}

.sideBar-main .row {
  padding: 0 !important;
  margin: 0 !important;
}

.sideBar-name {
  padding: 0px !important;
}

.name-meta {
  font-size: 100%;
  padding: 0% !important;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.sideBar-time {
  padding: 0px !important;
}

.time-meta {
  text-align: right;
  font-size: 12px;
 /* padding: 1% !important;*/
  color: rgba(0, 0, 0, .4);
  vertical-align: baseline;
}	



/* For ui grid  scroll */
.ui-grid-viewport {
    overflow-anchor: none;
}

.ui-grid-cell.red {
   color: red !important;   
}

.ui-grid-cell.white {
   background-color: #fff !important; 
   color: #000 !important;
}
.ui-grid-cell.yellow {
   background-color: #E4D40B !important ;  
   color: #000 !important;
}
.ui-grid-cell.darkGrey {
   background-color: #a9a9a9 !important ;  
   color: #000 !important;
   font-weight: bold;
}
.ui-grid-cell.lightGrey {
   background-color: #d3d3d3 !important ;  
   color: #000 !important;
}


.pb-150 {
     padding-bottom: 150px!important; 
}

.panel-body{padding:15px;}