.error,
.required {
    color: #f44336;
    font-weight: bold;
}

input.error,
textarea.error,
select.error,
select.error + .select2 {
    color: #f44336;
    font-weight: bold;
    border: 1px solid #f44336;
}

.select2-container {
    width: 100% !important;
}

.rowLinkJs {
    cursor: pointer;
}

.nav-tabs-custom > .nav-tabs > li.error {
    border-top-color: #d33724;
}

h2, .h2 {
	font-size: 20px;
}