.color_pink {
    background: #ffc8c8 !important;
    border: 1px solid #ffb6b6
}

.hidden_element {
    display: none
}

/****стили_для_отображения_ошибки****/
#hover-title {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    background: black;
    opacity: 0.7;
    z-index: 1000011;
    color: white;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    display: none;
}

.bg_grey {
    background: #f0f0f0;
}

.error {
    color: red;
    display: block;
    clear: both;
    font-size: 12px;
}

.form_error_field {
    display: none;
}

.block_action{
    position: absolute;
    left: 87%;
    top: 4%;
	font-size: 16px;
}

.block_action_edit, 
.block_action_clear {
	opacity: 0.3;
}

.block_action_edit:hover, 
.block_action_clear:hover {
	opacity: 1;
}

.block_action_edit .glyphicon, 
.block_action_clear .glyphicon
 {
	width: 22px;
}
	
.block_action_edit:hover .glyphicon, 
.block_action_clear:hover .glyphicon
 {
	color:brown;
}