.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #d9534f!important;
	background-color: #d9534f!important;
}


::-webkit-input-placeholder { color:#ff0000!important; font-weight: bold!important;  }
::-moz-placeholder { color:#ff0000!important; font-weight: bold!important; } /* firefox 19+ */
:-ms-input-placeholder { color:#ff0000!important; font-weight: bold!important; } /* ie */
input:-moz-placeholder { color:#ff0000!important; font-weight: bold!important; }
 


@media screen and (max-width: 992px) {

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis*/  
   -ms-flex: 1 1 auto;
    flex: 1 1 auto; 
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}
	
	
	
	
	
	
	
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}

