.editable-section:hover,
.editing-section {
	border-top: 1px solid #1c1c1c;
	background-color: #eee;
	padding: 5px 10px;
	/* margin-top: 35px; */
	user-select: none;
	position: relative;
}

.editing-tools,
.edited-options {
	display: none;
	position: absolute;
	float: none;
	transition: all .1s ease;
	right: 0px;
	z-index: 100
}


.editing-tools a,
.edited-options a,
.editable-page-toolbar button {
	color: #fff;
	text-decoration: none;
	clear: both;
	border: 1px solid white;
	background-color: #0fc0fc;
	padding: 5px 10px;
	margin-right: 2px;
}

.editable-page-toolbar button {
	margin-bottom: 2px;
	width: 40px;
	height: 40px;
}

.editing-tools a>.fa,
.edited-options a>.fa {
	display: inline-block;
}

.editable-section:hover .editing-tools {
	display: block;
	width: 100%;
	text-align: right;
}

.editing-section .editing-tools {
	display: none !important;
}

.editing-section .edited-options {
	display: block;
	top: 50px;
	right: 0px;
}

.editing-section .edited-options a {
	display: block;
	margin-bottom: 2px;
}

/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
	z-index: 999;
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 60%;
	top: 80px;
	min-width: 300px;
	display: block !important;
}

.modal-content .heading {
	margin-bottom: 15px;
	font-size: 1.5rem;
}

/* The Close Button */
.close {
	float: right;
	font-size: 35px;
	font-weight: bold;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.goog-logo-link {
	display: none !important;
}

.goog-te-gadget {
	color: transparent !important;
}

#google_translate_element {
	display: none !important;
}

.copy {
	position: absolute;
	margin-left: -51px;
	margin-top: 1px;
	width: 50px;
	height: 50px;
	background: none;
	border: 0;
}

.copy:hover {
	background: #0fc0fc;
	color: #fff;
}

.copy-toast {
	text-align: center;
	font-size: 10px;
	background: #000;
	color: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 100px;
	margin-top: -15px;
	display: none;
}

.editable-page-toolbar {
	position: fixed;
	top: 25%;
	left: 0;
	z-index:999;
}

.editable-page-toolbar button,
#page-modal button {
	display: block;
	background: #0fc0fc;
	opacity: 1;
	color: white;
	padding: 10px;
	border: 1px solid white;
	text-align: center;
}

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	/* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 150px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 6px;
	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 125%;
	/* margin-left: -60px;          /* Fade in tooltip */
	opacity: 0;
	transition: opacity 0.3s;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.625;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	margin-left: -10px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #555 transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.form-group {
	margin-bottom: 10px;
}

.version-row {
	background: #eee;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.version-row .date {
	font-style: italic;
	font-size: 14px;
}

.restore.button {
	padding: 6px 10px;
	float: right;
}

.restore.button i {
	width: 14px;
	height: 16px;
}

.menu_order_class {
	min-width: 60px;
	background: #fff;
	border: 1px solid #d9d9d9;
	color: #545454;
	font-size: 14px;
	padding: 10px;
	width: 60px;
}

select {
	min-width: 90%;
	background: #fff;
	border: 1px solid #d9d9d9;
	color: #545454;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}

.menu-table {
	width: 100%;
	margin: 5% 0;
}

.first-child-menu-table,
.second-child-menu-table {
	margin-bottom: 0;
}

.text-center {
	text-align: center;
}

.menu-items {
	position: relative;
}

.menu-items a.button {
	position: absolute;
	right: 0;
	width: 45px;
	height: 44px;
	padding: 10px 15px;
}

.menu-table select {
	width: 90%
}

.ml-5 {
	margin-left: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.btn-info {
	color: white !important;
	background-color: #0fc0fc !important;
	border-color: #0fc0fc !important;
}

.form-group label {
	margin-bottom: 5px;
}

.btn-info:hover {
	background-color: #31d2f2 !important;
	border-color: #31d2f2 !important;
}

.menu-buttons {
	margin: 20px 0 0;
}

.add-menu-item {
	display: none;
	background: #eee;
	padding: 10px;
	margin: 10px 0;
}

.add-menu-item button {
	margin: 10px 0 0;
}

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

span.move-buttons {
	position: absolute;
	height: 45px;
	width: 27px;
}

span.move-buttons i,
.menu-items i {
	color: white;
}

span.move-buttons a.up {
	top: 0;
	height: 23px;
	padding: 0px;
	width: 27px;
}

span.move-buttons a.down {
	bottom: 0;
	height: 23px;
	padding: 0px;
	width: 27px;
}

.menu-table td {
	padding: 1px 0;
}

button[disabled],
html input[disabled] {
	background: #eee;
}

.pageBanner p {
	color: white
}

#section-modal .section-row {
	background: #eee;
	margin-bottom: 10px;
	padding: 10px
}

.table td {
	border: 1px solid black;
}

.mbr-5 {
	margin-bottom: 3rem !important
}
.pageWrapper{
	padding-top: 40px;
}
.language-dropdown a{
	color:#0fc0fc;
	display: inline-block;
	width: 100%;
}
#menu-modal select {
	height: 43px!important;
}
#nav-border{
	z-index: 1000;
    background: white;
}
.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.small-box>.inner {
    padding: 10px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}
.small-box>.inner p{
	text-transform: capitalize;
}
.small-box>.inner h3{
	font-weight: bold;
}
.small-box>.small-box-footer {
    background-color: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
	cursor: pointer;
}

.small-box .icon {
    color: rgba(0,0,0,.15);
    z-index: 0;
}

.small-box .icon>i.fa, .small-box .icon>i.fab, .small-box .icon>i.fad, .small-box .icon>i.fal, .small-box .icon>i.far, .small-box .icon>i.fas, .small-box .icon>i.ion {
    font-size: 70px;
    top: 20px;
}
.small-box .icon > i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
}
.w-100px
{
	width: 100px;
}
.bootstrap-select>.dropdown-toggle{
	background: white!important;
	border: 1px solid #ccc;
	color: black!important;
}