.line
{
	display:flex;
	justify-content: space-between;
}

.live > div
{
	padding:5px;
}

.popup
{
	margin-left:-145px;
	margin-top:-140px;
	width:290px;
	padding:15px 35px;
	top:50%;
	left:50%;
	position:fixed;
	display:none;
	overflow:hidden;
	border:1px solid #ccc;
	background:#fff;
	z-index:3100;
	height:380px;
}

.popup a.close
{
	width:16px;
	height:16px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:10px;
	right:10px;
	background:url(../images/close.png) no-repeat;
}

#overlay
{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
	background:#000;
	opacity:.8;
	z-index:3000;
}

.tarifnabor_form
{
	height:265px;
}

.tarif_form
{
	width:500px;
	height:700px;
	margin-top:-350px;
	margin-left:-250px;
}

.tarifyforma
{
	border-top:1px solid black;
	padding-top:5px;
	margin-top:15px;
}

.form-group label
{
	margin-top:7px;
}

.shortinputs
{
	max-width:250px;
}

#tarifform, #addtarifbtn
{
	margin-top:10px;
}

.h-5
{
	max-width:25px;
}

.project-actions > form
{
	display:inline;
}

.project-actions
{
	display:flex;
}

.project-actions *
{
	margin-right:5px;
}

.flex-1
{
	display:none;
}

#tarifnabory
{
	overflow-y:auto;
}

.tarifyvnabore
{
	margin-left:15px;
}

.dopuslugi_form
{
	height:250px;
	margin-top:-125px;
}

.tablepadding * td
{
	padding-top:7px;
}

.text-right
{
	padding-top:2px !important;
	padding-bottom: 29px !important;
}

#dopuslugilist
{
	margin-bottom:20px;
}

#dopusluginabory
{
	overflow-y:auto;
}

.doppassengers
{
	border-top:1px solid black;
	padding-top:10px;
	margin-top:20px;
	padding-bottom:10px;
}

#totalticketprice
{
	font-weight:bold;
}