.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;
  }
  
 .counter-ps {
    top: 9px !important;
 }

  
 /******************UI grid****************/ 
 .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
} 
  
  .nodatatxt {
position: absolute;
top : 80px;
opacity: 0.25;
font-size: 1.5em;
width: 100%;
text-align: center;
z-index: 1000;
}

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

.ui-select-bootstrap .ui-select-choices-row>span {  
    white-space: normal!important;
}

.grid .ui-grid-row-bg-red .ui-grid-cell {
    background-color: #E9422E !important;
    color: #fff !important;
 }

/******************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 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 ***********************/  
.pb-150{
	padding-bottom:150px!important;
}

/**********Underline Tabs CSS*******************/
.project-tab {
    padding: 0%;
    margin-top: 0%;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
 
}
.project-tab .nav-link {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #333;
    
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
   }

.project-tab #nav-tab .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 0px;
    
}

.project-tab #nav-tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #0062cc;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd;
    border-bottom-color: transparent;

}
/**********Underline Tabs CSS*******************/
	
.ml-10 {
    margin-left: 10px!important;
}



.form-group.required-field label.control-label:after{   
color: #767676;   
font-family: 'Font Awesome 5 Free'; 
font-weight: normal;
font-size: 6.3px;
content: "\f069"; 
top:4px;   
position: absolute;   
 margin-left: -1px;
}

.form-group.optional-field label.control-label:after{   
color:#767676;
font-weight: bold;
font-size: 8px;
content: "(Opt.)"; 
top:4px;   
position: absolute;   
 margin-left: 3px;
}

/**********Required-field  CSS*******************/

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

}
