.full-width {
	width: 100%;
}

img.article_img {
	width: 100px;
	height: auto;
}

/* === Индикатор === */
#indicate {
	left:50%;
	top: 50%;
	padding: 25px 30px 30px 30px;
	z-index: 3000;
    position: fixed;
    height: 88px;
    width: 200px;
    margin-top: -48px; /* значение равно половине height со знаком минус */
    margin-left: -80px; /* значение равно половине width со знаком минус */
}
#indicate p {
	margin-bottom: 4px;
	padding: 0 0 0 0;
	font-size: 12px;
}

#indicate-overlay {
	position: fixed;
	z-index: 2000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.indicate-overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
/* --- Индикатор ---*/

/* === Ошибки валидации === */
.form-error .help-block,
.error-message,
.form-error .control-label,
.form-error .radio,
.form-error .checkbox,
.form-error .radio-inline,
.form-error .checkbox-inline {
  color: #b94a48 !important;
}

.form-error.form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-error.form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.form-error.input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-feedback .checkbox .form-control-feedback {
	right: -30px !important;
}

.has-feedback .checkbox label ~ .form-control-feedback {
    top: 0px !important;
}
/* === Ошибки валидации === */

.pagination ul > li {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    color: #999999;
    cursor: default;
    background-color: transparent;
	list-style-type: none !important;
}

.pagination ul > li:first-child {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}
.pagination li.active {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff; 
    border: 1px solid #ddd;
}

.radio label {
	padding-right: 20px;
}

.display-none {
	display: none;
}
.no-padding-left {
	padding-left: 0px;
}
.no-padding-right {
	padding-left: 0px;
}

#filterNav {
	position: fixed;
	width: 100%;
	top: 50px;
}

#image_edit .imageBlock {
	display: inline-block;
	text-align: center;
}
#image_edit .imageBlock img {
	width: 200px;
}
table.draggable td:hover{
    cursor:move;
}
.alert {
    position: absolute;
    width: 100%;
    z-index: 9999;
}
@media (min-width: 1200px) {
    .modal-lg {
        width: 1100px;
    }
}
@media (min-width: 1400px) {
    .modal-lg {
        width: 1300px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.linkDotted {
    cursor: pointer;
    border-bottom: 1px dotted;
}

.input.date label {
    margin-right: 10px;
}
.input.date select {
    width: auto!important;
    display: inline-block;
}