.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
a.w264{ 
    width: 246px !important;
}

.w200{
	width: 240px !important;
	padding-left: 8px;
	padding-right: 8px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

span.has-cancel{
  position: relative;
  display: inline-block;
}
span.has-cancel .cancel{
  float:right;
  top: 4px;
}

.hide_bl {
  display:none !important;
}

.show_bl {
  display:block !important;
}


.left-part div.contact .list{
  position: relative;
}
.left-part div.contact .list:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -14px;
  right: -14px;
  height: 0;
  border-bottom: 1px dashed #eeeff0;
}

.left-part div.contact .list{
  position: relative;
  margin-top:40px;
}
.left-part div.contact .list:first-child{
  margin-top:0px;
}

.w140{
  width: 140px;
  padding-left: 8px;
  padding-right: 8px;
}


.merror {
    border: 1px solid red;
}

.right-col.hide{ display: none; }

/*.tab-filter{ height: 200px }*/

.for-autocompl ul.like-select[data-autocomp="time"] {
    min-height: 140px;
}