/* STYLElar */
.display-none {
	display: none;
}

.nav-color {
	background-color: #099;
	color: #fff;
}

.tab-color {
	background-color: #cd5c5c;
	color: #fff;
}

.no-margin {
	margin: 0 !important;
}

.pointer {
	cursor: pointer;
}


/**
***	MODAL: Clear Contents
**/
#modal-clear-content {
	max-width: 330px !important;
	text-align: center;
}

#modal-clear-content .iziModal-header i, #modal-clear-content .iziModal-header h2, #modal-clear-content .iziModal-header p {
	color: #ff9800 !important;
}

#modal-clear-content .iziModal-content {
	background-color: #fff3e0;
}

#modal-clear-content section {
	margin-top: 1rem;
	color: #ff9800;
}

#modal-clear-content section span {
	cursor: pointer;
}

#modal-clear-content section span:hover {
	padding-bottom: 2px;
	border-bottom: 2px solid #ff9800;
}


/**
***	Sidebar
**/
.sidebar {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	box-shadow: 1px 0px 20px #8c8c8c;
	background-color: #f3f3f3;
}

.sidebar-inner {
	padding: 10px 0 10px 2rem;
}

.sidebar-inner .content-list {
	padding-left: 1.5rem;
}

.sidebar-inner .content-list li {
	padding: 3px 0;
	list-style-type: none; 
	color: #34495e;
}

.sidebar-inner .content-list li span {
	cursor: pointer;
}

.sidebar-inner .content-list li span:hover {
	padding-bottom: 2px;
	border-bottom: 2px solid #099;
}

.sidebar-inner .content-list li b {
	color: #099;
}

.sidebar-inner p {
	margin: 0;
	color: #099;
	font-weight: 600;
}

.sidebar-inner .sidebar-section {
	border-bottom: 2px solid #e2e2e2;
	padding: 10px 0;
}

.sidebar-inner div:nth-child(3) {
	border: none;
}

.sidebar .sidebar-options {
	margin-top: 1rem;
}

.sidebar-section .dropdown-toggle:after {
	display: none;
}

.sidebar-section .area-list {
	padding: 0;
	box-shadow: 1px 0px 20px #dedede;
   	top: -1rem !important;
    left: 8rem !important;
}

.sidebar-section .area-list li {
	color: #34495e;
	padding: 3px 5px;
	cursor: pointer;

}


.sidebar-section .area-list li:hover {
	background-color: #dedede;
}



/**
***	Contents
**/
.content-body {
	margin-left: 500px;
	padding: 10px;
	word-break: break-word;
}

.content-body .editable {
	display: none;
}

.content-body .table-div {
	margin-bottom: 2rem !important;
}

.content-body .table {
	border: 2px solid #dee2e6;
	margin-bottom: 10px;
	table-layout: fixed;
}

.content-body .table td {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.content-body .table .label{
	margin-bottom: 0 !important;
}

.content-body h1, .content-body p, .content-body .image {
	margin-bottom: 1.5rem !important;
}

.content-body h4 {
	margin-bottom: 0.75rem !important;
}

.content-body .title {
	font-size: 2.5rem;
	font-weight: 500;
	width: 100%;
	margin-bottom: 1.5rem !important;
}

.content-body .subtitle {
	font-size: 1.5rem;
	font-weight: 500;
	width: 100%;
	margin-bottom: 0.75rem !important;
}

.content-body .text {
	width: 100%;
	margin-bottom: 1rem !important;
}

.content-body .bold {
	width: 100%;
	font-weight: bold;
}

.content-body .image {
	max-width: 100%;
	max-height: 100%;
	transition: all 100ms ease-in;
}

.content-body .image-overlay {
	transition: all 100ms ease-in;
	opacity: 0.70;
	box-shadow: 0 0 2rem #000;
}

.content-body h1, .content-body h4 {
	margin: 0;
	padding: 0;
}

.btn:focus{
	box-shadow: none;
}

.table-bold {
	font-weight: bold;
}

textarea {
	resize: none;
	color: inherit;
	border: none;
	height: 100%;
	width: 100%;
}

.remove-title {
	position: absolute;
    margin-left: -34px;
    margin-top: 24px;
    font-size: 17pt;
    color: #d83c3c;
    cursor: pointer;
}

.remove-subtitle {
	position: absolute;
    margin-left: -34px;
    margin-top: 10px;;
    font-size: 17pt;
    color: #d83c3c;
    cursor: pointer;
}

.remove-text {
	position: absolute;
    margin-left: -34px;
    margin-top: 5px;;
    font-size: 17pt;
    color: #d83c3c;
    cursor: pointer;
}

.remove-image {
	position: absolute;
    margin-left: -34px;
    margin-top: 5px;;
    font-size: 17pt;
    color: #d83c3c;
    cursor: pointer;
}

.remove-table {
	position: absolute;
    margin-left: -34px;
    margin-top: 5px;;
    font-size: 17pt;
    color: #d83c3c;
    cursor: pointer;
}


.content-body .add-badge {
	background-color: #099;
	color: #fff;
	cursor: pointer;
	padding: 6px;
}

.content-body .remove-row-icon {
	cursor: pointer;
    color: #d83c3c;
    position: absolute;
    right: -23px;
    font-size: 22pt;
}

.content-body .remove-col-icon {
    position: absolute;
    top: 1.5rem;
    color: #d83c3c;
    cursor: pointer;
}