.autocomplete-items {
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

#loading-icon{
	background-color: #000;
    display: block;
    margin: 0;
	filter: Alpha(Opacity=8);
    opacity: .08;
    width: 45px;
    height: 45px;
    margin-left: -23px;
    margin-top: -23px;
    padding: 0.0625em;
    background: url(images/ajax-loader.gif);
    background-size: 47px 47px;
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0;
}

button, input[type=button], input[type=submit]{
	font-size: 90%;
    margin: .2em 0;
    padding: .2em .5em;
    vertical-align: middle;
    margin: 0.2em 0.325em;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jPopup, .jDialog{
	border-radius: 0.6em;
	position: fixed;
	display: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #a1a1a1;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
	box-shadow: 0 0 12px rgba(0,0,0,.6);
	background-color: white;
	min-width: 290px;
}

.jPopup{
	z-index: 1300;
} 
.jDialog{
	z-index: 1200;
    max-height: 96vh;
    overflow: auto;
}
.jPopupTitle{
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 100%;
}
.jPopupTitle h3, .jPopupTitle h2
{
	padding: 0 10px;
	margin: 8px;
}
.jPopupBody{
	padding: 1em;
}

#jPopupBackground, #jDialogBackground, #jPanelBackground{
	position: fixed;
	opacity: .2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
}
#jPopupBackground{
	z-index: 1298;
}
#jDialogBackground, #jPanelBackground{
	z-index: 1198;
}
.jPanel{
	-webkit-box-shadow: 5px 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: 5px 0 5px rgba(0,0,0,.15);
	box-shadow: 5px 0 5px rgba(0,0,0,.15);
	transition: left 250ms;
	z-index: 1200;
	min-height: 100%;
	max-height: none;
}
.roundButton{
	background-clip:padding-box;
	background-color:rgb(242, 242, 242);
	border: 1px solid rgb(133, 133, 133);
	border-radius: 16px;
	border-collapse:separate;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
	color:rgb(0, 0, 0);
	cursor:pointer;
	display:inline-block;
	height:28px;
	line-height:20.8px;
	margin:7.136px;
	overflow:hidden;
	padding:0px;
	position:relative;
	user-select:none;
	vertical-align:middle;
	width:28px;
}

.roundButton:hover{
	background-color: #FFFFFF;
    border-color: #8c8c8c;
    text-shadow: 0; 
}

.roundButton:active{
	background-color: #a91f32;
    border-color: #ec2b46;
    text-shadow: 0;
    border-style: outset;
}
.roundButton:focus, .roundButton:active:focus{
	outline:0;
	border-style: outset;
    box-shadow: 1px 1px 3px 2px rgba(236, 43, 70, 0.2);
    border: 1px solid rgb(133, 133, 133);
	border-radius: 16px;
    border-style: outset;
}

.roundButton:after{
    top: 50%;
	left: 50%;
    margin: -11px;
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    background: rgba(0,0,0,.15) no-repeat center center;
    border-radius: 1em;
}
.deleteIcon:after{
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%207%2C4%203%2C0%200%2C3%204%2C7%200%2C11%203%2C14%207%2C10%2011%2C14%2014%2C11%2010%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

.addIcon:after{
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C5%209%2C5%209%2C0%205%2C0%205%2C5%200%2C5%200%2C9%205%2C9%205%2C14%209%2C14%209%2C9%2014%2C9%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
/*********************** sortable *************************/
ol.sortable {
	padding-left: 5px;
	user-select: none;
}

ol.sortable, ol.sortable ol, .dragging {
	list-style-type: none;
}
.dragging {
	outline: 1px dashed #4183C4;
	box-shadow: 0 4px 20px rgba(0,0,0,0.5);
	opacity: 0.5;
}
ol.sortable li ol li:hover{
 	background-color: #bbb;
}
.active > div, .collapsible:hover {
  background-color: #777 !important;
}

.sortable li div.sortableDiv {
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: move;
	border-color: #D4D4D4 #D4D4D4 #BCBCBC;
	margin: 0;
	padding: 3px;
}

.disclose, .expandEditor {
	cursor: pointer;
	width: 20px;
	display: none;
}

.sortable span.ui-icon {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.collapsible_list, .collapsible_list ul{
	list-style: none;	
}
.collapsible {
	padding: 4px;
}
.collapsible, .collapsible-child {
	cursor: pointer;
}
.drop-down-btn:hover .right{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-color: #b22b2b;
}
.drop-down-btn:hover .down{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-color: #b22b2b;
}
.collapsible_content {
    transition: max-height 0.2s ease-out;
}
.roundCornersList{
	padding: 0;
}
.roundCornersList > li:first-child > .collapsible{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.roundCornersList > li:last-child > .collapsible{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.helpTip{
	position: relative;
}
.helpTip:hover::after{
	display: block;
    background-color: #555;
    color: #fff;
    text-align: center;
    content: attr(helpTipText);
    padding: 2px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 100;
	left: 0;
	bottom: 110%;
	text-shadow: 1px 1px 0 #777;
}

.inputField:hover .helpTip {
  visibility: visible;
  opacity: 1;
}
/*-------------- toggle button ------------------*/
.toggleSwitch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  vertical-align: middle;
  margin-left: 5px;
}

.toggleSwitch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggleSwitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggleSwitch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
/*
input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
*/
input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
@media only screen and (min-width: 500px) {
    .collapsible {
        width: 100%;
    }
}