html,
body {
	height: 100%;
}

body {
	background: #e9e9e9;
}
header {
	background: #e81921;
}
.bg-white {
	background: #FFF;
}
.bg-blue {
	background: #a8cee6;
}
.bg-blue-a {
	background: rgba(168,206,230,0.3);
}
.bg-green-a {
	background: rgba(100,173,4,0.2);
}
.bg-row {
	background: #f0f0f0;
}
.txt-black {
	color: #000;
}
.btn-custom {
	background: #e81921;
	color: #FFF;
}

.btn-custom:hover {
	color: #e9e9e9;
}

.login-wrapper {
	background: #FFF;
	padding: 40px;
	margin-top: 150px;
}

.dashboard {
	margin-top: 100px;
}

.dash-icon {
	color: #818181;
}
.sidebar {
	background: #000;
	padding: 0px;
}
.sidebar-title {
	width: 100%;
	padding: 20px 10px;
	background: #171717;
	color: #FFF;
}
.sidebar-items-plain {
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #171717;
	color: #FFF;
}
.sidebar-items-inactive {
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #171717;
	border-left: 5px solid #373737;
	color: #FFF;
}
.sidebar-items-active {
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #171717;
	border-left: 5px solid #64ad04;
	color: #FFF;
}
.sidebar-items-plain:hover,
.sidebar-items-inactive:hover,
.sidebar-items-active:hover {
	background: #171717;
}

.main-col {
	padding: 0rem 3rem 3rem;
}
.maxheight {
	height: auto; /*Emad Fix - This was set to 100% but it was breaking side menu on step 3*/
}
.subcat, .subcat-underline {
	border-bottom: 1px dashed #ccc ;
}

.pccat-subcat div{
	padding: 5px;
}

.item-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.item-controls{
	text-align: right;
}

.move-parent, .move-child{
	display: flex;
	justify-content: center;
	width: 30px;
	padding: 5px;
	border-radius: .25rem;
	color: #fff;
	text-align: center;
    background-color: #dc3545;
	border-color: #dc3545;
	cursor: move;
}

.move-child{
	width: 20px;
	height: 20px;
	font-size: 10px;
}

.ui-state-placeholder{
	background: #ccc;
	width: 100%;
	display: block;
	padding: 20px;
	margin: 0 0 15px 0;
	border-style: dashed;
	border-width: 2px;
	border-color: #000;
}

/* .ui-state-child-placeholder{
	background: #ccc;
	width: 75%;
	float: right;
	display: block;
	padding: 20px;
	margin: 0 0 15px 0;
	border-style: dashed;
	border-width: 2px;
	border-color: #000;
} */

.modifiers .fas {
	margin-right: 10px;
}
.infoblock {
	position: relative;
	background: #FFF;
	padding: 10px;
	box-shadow: 0px 0px 3px #d1d1d1;
}

.reorder{
	transition: background-color 0.2s ease;
}

.reorder.ui-sortable-helper {
	padding:24px;
	background-color:#ffffcc!important;
	border:1px dotted #ccc;
	cursor:move;
	margin-top:12px;
}

.reorder.ui-sortable-helper.pccat-subcat{
	background-color: transparent!important;
	border: 0!important;
}

.delete-pccat{
	cursor: pointer;
}
