﻿.asterisk {
    color: #ff0000;
    display: block;
    float: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 3px;
}

/* ReSharper disable DeclarationIsEmpty */
.loading-image {
}

.validationMessage 
{
	margin-top: 6px;
	padding: 0 12px;
}

.input-prepend > .validationMessage {
	font-size: 12px;
	width: 235px;
}

.input-prepend > .error { margin-bottom: 10px; }

.control-label label, .question { float: left; }

.select2-container {
	width: 100%;
}

.select2-container .select2-choice {
    height: 34px;
    line-height: 34px;
}

.has-error > .select2-container > .select2-choice {
    border: 1px solid #A94442;
}

.has-success > .select2-container > .select2-choice {
    border: 1px solid #3C763D;
}

.panel-heading {
    cursor: pointer;
}

#initializing {
    position: absolute;
}

span.x-ui-pnotify-text {
    cursor:pointer
}
