
.table-form {

	border-radius:5px;
	border-collapse:separate;
	box-shadow: 0 2px 4px #cccccc;

}

.table-form thead tr th {
	text-shadow: 1px 1px 1px #FFFFFF;
	background-image: url("images/table_panel_head.png");
	background-position: center top;
	background-repeat: repeat-x;
	border: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD !important;
}


.table-form thead tr {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.table-form thead th {
	border-top-left-radius:5px;
	border-top-right-radius:5px
}


.table-form tbody tr:last-child td:first-child {
	border-bottom-left-radius:5px

}

.table-form tbody tr td {
	border-top: 0px;
	border-bottom: 1px dotted #AAAAAA;
}

.table-form tbody tr:last-child td:last-child {
	border-bottom-right-radius:5px
}

.input-group {
  max-width:400px;
}

.form-inline,.form-control,.form-select > .selectpicker {

	max-width:400px;
}


.form-small-width {
	max-width:150px;
}

.form-input:focus,.form-textarea:focus,.form-price:focus,.form-digits:focus,.form-mobiscroll:focus,.form-pass:focus,.form-slider:focus,.form-focus,.form-inline:focus,.selectpicker:focus,.btn-group.open > .btn, .multiselect:focus
{
	outline: 0 !important;
}

.selectpicker:focus {
    border-color: #5897fb !important;
}

.form-inline {
	height:auto !important;
	display:inline-block;
}

.form-pass::-moz-placeholder,.form-input::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder
{
	 font-size:12px;
}
.form-pass::-moz-placeholder,.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
	 font-size:12px;
}

.form-slider {
	width:60px;
	height:30px;
}



.slider-ui-container {
	position:absolute;
}

.form-slider-ui {
	position:relative;
	width:300px;
	left:70px;
	top:10px;
}



textarea.form-textarea {
height:200px;

}

.form-mobiscroll {
width:150px;

}


.passwordStrengthBar {
    background: white;
    border: 1px solid #777777;
    margin: 1px;
    width: 100px;
	 height:25px;
	 float:left;
}

.passwordStrengthBar div {
    height: 25px;
    width: 0;
}

.passwordStrengthBar div.strong {
    background-color: #32cd32;
}

.passwordStrengthBar div.medium {
    background-color: yellow;
}

.passwordStrengthBar div.weak {
    background-color: orange;
}

.passwordStrengthBar div.useless {
    background-color: red;
}


input .time {
width:40px !important;
}


.form-digits-container {
	display:inline-block;

}

.form-digits-controll {
	position:absolute;

}

/*
.form-submit  {

	box-shadow:inset 0px 1px 0px 0px #e2f0fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #156fc2) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #156fc2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#156fc2');
	background-color:#79bbff;
	border-radius:4px;
	height:30px;
	border:1px solid #25619e;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:3px 10px 5px 10px;

	text-decoration:none;
	text-shadow:0px 0px 1px #000000;
}

.form-submit:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b1d6fa), color-stop(1, #1389f0) );
	background:-moz-linear-gradient( center top, #b1d6fa 5%, #1389f0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1d6fa', endColorstr='#1389f0');
	background-color:#156fc2;
}
.form-submit:active {
	position:relative;
	top:1px;
}
 */

.form-wait-submit {
	background:none !important;
	background-image: url("images/loading_gray.gif") !important;
	border:1px solid #aaaaaa;

}

.form-delete {



	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');

	border-radius:4px;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:0px 10px 0px 10px;
	line-height:12px;
	text-decoration:none;
	text-shadow:0px 0px 1px #000000;
	height: 21px !important;

}
.form-delete:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#156fc2;
}

.form-delete:active {
	position:relative;
	top:1px;
}



.form-button {

	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;

	border-radius:4px;
	border:1px solid #bbbbbb;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:4px 10px 4px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-bottom:5px;
	margin-top:1px;
	cursor:pointer;

}

.form-button:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.form-button:active {
	position:relative;
	top:1px;
}

.form-select {
	max-width:350px;
	width:100%;
}



.formErrContainer {
	top:-40px;
	position:absolute;
	display:inline;
}

.formErr {
	position:relative;
	left:10px;
	top:-5px;
    background: none repeat scroll 0 0 #EE0101;
    border: 2px solid #ffffff;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 6px #000000;
    color: #FFFFFF;
    font-size: 13px;
	 font-weight:bold;
    padding: 8px 17px;

    width: 200px;
	 z-index:150;
}

.formErrText {
	z-index:153;
}

.formErrArrowContainer {
	position:absolute;
	z-index:151;
}

.formErrArrow {

	z-index:152;
	position:absolute;
	top:20px;
	left: -20px;
	background: none repeat scroll 0 0 #EE0101;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	box-shadow: 2px 2px 2px #999999;
	width:15px;
	height:15px;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);

}

.ui-dialog .ui-dialog-content {
	overflow: visible !important;
}

.form-multiswitch {
	margin-top:15px;
	max-width:350px;
	border:1px solid red;
}

.multiswitch-label {

	max-width:350px;

}

.ui-slider-range-min {
	background-image:none;
	background-color:#eeeeee;
}


legend {

	background-image: url("/framework/theme/assets/images/table_panel_head.png");
	background-position: center top;
	background-repeat: repeat-x;
	text-shadow: 1px 1px 1px #000000;
	padding:5px;
	padding-left:15px;
	font-size:17px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin:0px;
	color:#ffffff;

}

fieldset {
margin-bottom:15px;
}

.form-group {
	border-bottom:1px dotted #999999;
	/*border-left:1px dotted #999999;
	border-right:1px dotted #999999;*/
	padding-bottom:10px;
	padding-top:10px;
	margin:0px !important;

}

.form-unit {
	display:inline-block;
	position:relative;
	top:-13px;
	left:5px;
}

@media (max-width: 768px) {

	.formErrContainer {
		left:100px !important;
		top:-40px;

	}

	.formErrArrow {
		top:20px;
		left:-20px;
		transform: rotate(45deg);
	}

}


.form-checkbox {
/*	box-shadow:0px 0px 3px #000000;
	border:3px solid #eeeeee;
	width:30px;
	height:30px;*/
	font-size: 16px;
	margin: 8px 0 0 !important;
}


.dropdown-menu {
	z-index:120000;
}



.typeahead li strong {
	color:red;
}

.formErrText a {
	color: wheat;
    font-style: italic;
    text-decoration: underline;
}

legend .glyphicon {
    color: white;
}

legend button[data-toggle=tooltip] {
    background: none;
    border: none;
}