﻿/*html, body, iframe { height: 100%; }*/

/*label.form-control {
	border: 0px solid #ccc;
	margin-bottom: 0px;
}*/

.border-top {
	border-top: 1px solid #ccc;
}

.select2-container .select2-choice abbr {
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 40px;
	top: 8px;
	font-size: 1px;
	text-decoration: none;
	border: 0;
	background: url('select2.png') right top no-repeat;
	cursor: pointer;
	outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
	display: inline-block;
}

.select2-container .select2-choice abbr:hover {
	background-position: right -11px;
	cursor: pointer;
}

.form-horizontal .control-text {
	text-align: left;
	margin-bottom: 0;
	padding-top: 7px;
}

.legend {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 5px;
	background: 0 0;
	display: block;
	padding: 8px 0;
	border-bottom: 1px dashed rgba(0,0,0,.2);
	font-size: 16px;
	color: #222;
	width: 100%;
	line-height: inherit;
}

.mandatory-field {
	font-weight: bold;
}

/*
	=======================================
	jQuery validation
	=======================================
*/

.field-validation-error {
    color: #b94a48;
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.field-validation-valid {
    display: none;
}

.select2-container.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

input.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

    input.input-validation-error:focus {
        border-color: #953b39;
        -webkit-box-shadow: 0 0 6px #d59392;
        -moz-box-shadow: 0 0 6px #d59392;
        box-shadow: 0 0 6px #d59392;
    }

.validation-summary-errors {
    /*font-weight: bold;*/
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


/* Loading plugin */

.loading-overlay {
	display: table;
	opacity: 0.7;
}

.loading-overlay-content {
	text-transform: uppercase;
	letter-spacing: 0.4em;
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.loading-overlay.loading-theme-light {
	background-color: #fff;
	color: #000;
}

.loading-overlay.loading-theme-dark {
	background-color: #000;
	color: #fff;
}


/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

	.bs-callout h4 {
		margin-top: 0;
		margin-bottom: 5px;
	}

	.bs-callout p:last-child {
		margin-bottom: 0;
	}

	.bs-callout code {
		border-radius: 3px;
	}

	/* Tighten up space between multiple callouts */
	.bs-callout + .bs-callout {
		margin-top: -5px;
	}

/* Variations */
.bs-callout-danger {
	border-left-color: #ce4844;
}

	.bs-callout-danger h4 {
		color: #ce4844;
	}

.bs-callout-warning {
	border-left-color: #aa6708;
}

	.bs-callout-warning h4 {
		color: #aa6708;
	}

.bs-callout-info {
	border-left-color: #1b809e;
}

	.bs-callout-info h4 {
		color: #1b809e;
	}

label.error {
	margin-top: 6px;
	padding: 0 1px;
	font-size: 11px;
	line-height: 15px;
	color: #b94a48;
}

input.error, select.error {
	border-color: #b94a48 !important;
}

#btn_refreshTable {
	display: none;
}

.dx-header-row {
	color: #333 !important;
	background-color: #eee !important;
}

