a.minus::before,a.plus::before{
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background-color: #eee;
	border-radius: 9px;
	margin-left: 10px;
	margin-right: 5px;
}
a.plus::before{
	content: "+";
}
a.minus::before{
	content: "-";
}
td.id{
	height:100%;
}
td.id a{
	display:inline-block;
	height:100%;
	line-height: 100%;
	width: 100%;
	text-align: center;
}
a.edit, a.delete{
	width:16px;
	height:16px;
	display: inline-block;
	text-indent: -9999px;
	background: transparent url('../img/edit.png') no-repeat center center;
}
a.delete{
	background-image: url('../img/delete.png');
}
.index table tr:nth-child(even){
	background-color: #eee;
}
.index span.phone{font-size: 14px;}
.options > div > label{
	font-weight: bold;
}
.options .checkbox label{
	display: inline-block;
}
.options .checkbox, .options div.radio label{
	float:left;
	margin-right: 20px;
}
.options div.radio label:first-child{
	float:none;
	margin-right: 0px;
}
.options::after{
	content: " ";
	clear: both;
	display: block;
}
.required > label:not(:first-child){
	font-weight: normal;
}
.required > label:not(:first-child):after{
	display:none;
}
.cke{margin-bottom: 19px !important;}
.featherlight-content{
	width: 90%;
	height: 90%;
}
form{
	margin-bottom: 30px;
}
form button[type=submit]{
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 500;
}
form.searchForm button[type=submit]{
	position: static;
	bottom: 0px;
	right: 0px;
	padding: 8px 30px;
	margin: 19px 0px 0px;
}
table tbody.sortable tr:not(.noSort) td:first-child{
	cursor:pointer;
	padding-left: 20px;
	background: transparent url('../img/move.png') no-repeat center left;
}
.index > h3 a, h4 a{
	font-size: 14px;
    display: inline-block;
    background: #eee;
    border-radius: 3px;
    padding: 5px 20px 5px 10px;
    margin-left: 15px;
    vertical-align: top;
    line-height: 22px;
}
.index > h3 a::before, h4 a::before{
	content: "+";
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	background-color: #eee;
	border-radius: 9px;
	margin-right: 5px;
	font-weight: bold;
	line-height: 22px;
	font-size: 22px;
	vertical-align: top;
}
.row{
	max-width: none;
}
.input.checkbox.columns{
	margin-top: 19px;
}

/*
box pre vyber belongstoMany
*/
.belongsToManyBox.select{
	border: 1px solid #bbb;
	background: #eee;
	margin: 10px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.belongsToManyBox.select > label{
	font-weight: bold;
    margin-bottom: 10px;
}
.belongsToManyBox.select input{
	margin-bottom: 0px;
}

.cmsBanners .slides{
	list-style-type: none;
	margin-left: 0px;
}
.cmsBanners .slides li{
	padding: 20px 0px;
	cursor: move;
	min-height: 180px;
}
.cmsBanners .slides li.placeholder{
	outline: 1px dotted black;
}
.cmsBanners .slides li:nth-child(even), .cmsBanners .slides .ui-sortable-helper{
	background-color: #eee;
}
.input.radio label:not(:first-child){
	font-size: 20px;
}

@media only screen and (max-width: 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium screens*/
@media only screen and (min-width: 40.063em) {
	.options .checkbox, .options div.radio label{
		min-width: 50%;
		margin-right: 0px;
	}
} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens*/
@media only screen and (min-width: 64.063em) {
	.options .checkbox, .options div.radio label{
		min-width: 33%;
	}
} /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* XLarge screens*/
@media only screen and (min-width: 90.063em) {
	.options .checkbox, .options div.radio label{
		min-width: 25%;
	}
} /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* XXLarge screens*/
@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */