﻿/*
	SDSD Bootstrap TagHelpers Specific Styles
*/
/* various Bootstrap fixes */
/* last column floating fix */
[class*=col-] + .col-xs-12, [class*=col-] + .col-sm-12, [class*=col-] + .col-md-12, [class*=col-] + .col-lg-12 {
    float: left;
    width: 100%;
}



/* BS-FORM */
.bs-form {
}

	.bs-form.bs-form-control {
	}

		/* label */
		.bs-form .bs-form-control.label-on-the-left label {
		}
		
		/* Input and validation wrapper */
		.bs-form .bs-form-control.label-on-the-left .input-wrapper {
		}
