body#t, body#t input, body#t select, body#t textarea, body#t button{
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #222;
}
body#t input, body#t select, body#t textarea{
/*  padding: 1px 2px;*/
  padding: 3px;
  margin: 1px 0px;

}
body#t{
  margin: 0;
  transition-duration: .2s;
}

body#t *{
  box-sizing: border-box;
}


body#t #header{
  background: rgb(234,234,234);
  display: flex;
  padding: 3px;
  align-items: center;
  justify-content: space-between;
}

/*AJAX*/
#ajax-active{
    position: fixed;
    z-index: 999;
    margin: 10px;
    right: 0px;
    bottom: 0px;
    display: none;
}
#ajax-active > img{
	width: 49px;
	height: 49px;
}

/*Стили выбор ответвенных и тегов*/
ul.collection-list{
  margin: 0;
  padding: 0;
  list-style-type: none;
  outline: none;
}
.small-menu{
   cursor: pointer;
   width: 1em;
   text-align: right;
   opacity: 0.1;
}
.small-menu:hover{
   opacity: 1;
}
.resp-avatar img{
    border: 1px solid #CCC;
    border-radius: 2px;
    width: 45px;
	height: 45px;
}

/*Стили полей ввода*/
span[contenteditable=true], .select_adv_single{
	display: inline-block;
	background-color: white;
	border: 1px solid #DDD;
	padding: 4px 3px;
	margin: 1px 0px;
	word-break: break-word;
}

body#t textarea, body#t select, body#t input:not([type=file]):not([type=submit]):not([type=button]){
	border: 1px solid #DDD;
	padding: 3px;
}

body#t input:not([type=file]):not([type=submit]):not([type=button]):disabled{
	background-color: #f1f1f1;
}

/*Стили меню*/
.fg-menu-container{
    font-size: 100%;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;

}

.ui-dialog .ui-dialog-content{
	position:unset;
}

.select_adv_dropdown .status, .select_adv_single .status{
	display: flex;
	align-items: center;
}
.select_adv_dropdown .status i.fa, .select_adv_single .status i.fa{
	margin: 0px 5px; 
	color:#CCC; 
	opacity: 1; 
	font-size: 80%;
}
div.select_adv_single .status .text{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
