.login-input-group{
    padding: 0px 15px;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active{
    background-color: #5ea261;
}

table.dataTable{
    border-spacing: 0px;
}
.btn-primary
{
    background-color: #5ea261;
    border-color:#5ea261;
}

.page-item.active .page-link
{
    background-color: #5ea261;
    border-color:#5ea261;
    color:white ! important;
}

.green_capital_feilds {
    display: none;

}

/*.card-header
{
    background-color: #5ea261 ! important;
}*/


.btn.btn-primary.float-right {

}
.btn:not(:disabled):not(.disabled) {

    cursor: pointer;

}
.btn-primary:hover {

    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;

}
.btn:focus, .btn:hover {

    text-decoration: none;

}

.card_header_new{
background-color: #00b33c ! important;
color: white ! important;
}

.btn_create
{
    color: #fff;
    background-color: #5ea261;
    border-color:#5ea261;
}
.btn_create:hover
{
    color: #fff;
    background-color: #5ea261;
    border-color:#5ea261;
}

md-input-container:not(.md-input-invalid).md-input-focused .md-input { 
    border-color: red; } 
md-input-container:not(.md-input-invalid).md-input-focused label {
    color: #5ea261; }
md-input-container:not(.md-input-invalid).md-input-focused md-icon {
    color: #5ea261; }
md-input-container.md-input-focused:not(.md-input-has-value) md-select{
    color: #5ea261; }

 md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value.md-select-placeholder {
    color: #5ea261; }
     md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value{
    color: #5ea261; }
     md-select:not([disabled]):focus .md-select-value {
         border-bottom-color:#5ea261;
     }
.md-errors-spacer {
    min-height: 0px;
}

.content {
    padding-bottom: 5px;
}

.container-fluid {
    padding-bottom: 5px;
}

.inputdemoErrors .inputErrorsApp {
  min-height: 48px; }

.inputdemoErrors md-input-container > p {
  font-size: 0.8em;
  text-align: left;
  width: 100%; }


.cp-element .md-errors-spacer {
    min-height: 0px;
}

.error {
    color: red;
    font-size: 14px;
}

.main-header .navbar-nav .nav-item{
    padding-top: 2px;
}

.footer-color
{
    color:#5ea261;
}

.btn_padding{
   padding-bottom: 0.25rem;
    padding-top: 0.50rem;
    padding-left: 0.50rem;
    padding-right: 0.50rem;
}

.home_color{
    color:#5ea261;
}

.breadcrumb-a-tag{
  color:#5ea261 !important;
}

.icon-arrow-right{
    margin-right:0px !important;
}

.html_height{
    height:0px ! important;
}

.login_top_margin{
    top: 200px ! important;
}

.p_r{
    padding-right : 135px ! important;
    }

    .page-link{
        color: #5ea261 ! important;
        
    }
 input[type="text"].ng-invalid{border: 1px solid red; }
 
 
 
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #5ea261;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


