.content-header{
    margin-bottom:30px;
}

.modal-xl{
    width: 90%;
}

#loading{
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,0.85);
	width: 100%;
	height: 100%;
	z-index: 1500;
	padding-top: 150px;
	font-size: 22px;
}

#loading img {
    width: 200px;
}

#to_top_button {
    background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    width: 36px;
    height: 30px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    text-align: center;
    border-top-left-radius: 5px;
}

#to_top_button a {
    color: #FFFFFF;
    font-size: 1.8em;
}
.required:after{
	content: ' *';
	color: #f00;
}
.editOverlayPage,
.editOverlayWidget,
.editOverlayBlockSx,
.editOverlayBlockDx{
    position: absolute;
    top: 80px;
    left: 120px;
    z-index: 10000;
    display: none;
    /*max-width: 1000px;*/
}
.editBgOverlayPage{
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.actionCntEditPage{
     margin-left: 10px;
     padding-bottom: 20px;
 }
#contentarea{ min-height: 200px !important }
#rte-toolbar, #divFrameLink{ z-index: 10000}
#dropImage, #dropLogo, #dropImageMobile{
	min-height: 90px;
	padding: 30px 15px;
}
.dropzone.dz-started .dz-message{ opacity: 1 }
.dz-success-mark svg{ display: none }
#docs_upload{
	opacity: 0;
	filter: alpha(opacity=0);
	height: 0;
}
.wi_listAttachments{
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.wi_listAttachments li:not(:last-child){ margin-bottom: 5px }
.wi_listAttachments a{
	color: #444;
}
.nav-tabs a{ color: #444; font-size: 16px }
#dropGallery{
	padding: 5px;
	min-height: 100px;
	border: 2px dashed #aaa;
}
#dropGallery .dz-message{ text-align: center; }
.datepicker.dropdown-menu{ z-index: 1060 !important }


#listPages > div{
	margin-bottom: 15px;
	font-size: 16px;
}

#addTags button{
	border: 0;
	background-color: transparent;
	padding: 6px 12px;
	font-size: 18px;
}
#addTags .input-group-addon{
	padding: 0;
	background-color: #5cb85c;
	color: #fff;
}
.tagsCnt span.label{
	margin-right: 10px;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
}
.tagsCnt i{cursor: pointer }
.tagsCnt b{margin-right: 10px }
.tagsCnt .editTag{
	display: none
}
.promoBox{
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	padding: 5px 5px 0;
	margin-bottom: 15px;
}
#listGallery, #listHour{
	list-style: none;
	padding-left: 0;
}
#listGallery:after{
	display: table;
	content: '';
	clear: both;
}
#listGallery > li{
	display: block;
	float: left;
	width: 18%;
	margin-right: 15px;
	height: 180px;
}
#listHour li{
	display: block;
	margin-bottom: 6px;
}
.addNewHour{ margin-bottom: 30px ; }
.hoursCnt > div{
	padding: 5px 5px 0;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 5px;
}
.hoursCnt{ margin-bottom: 20px }

.cursorPointer {
  cursor: pointer;
}

#quotationForm .row{
  margin-top: 10px;
  margin-bottom: 10px;
}

#weekd-data .row-odd {
    padding: 4px;
}

#weekd-data .row-even {
    background-color: #f2f2f2;
    padding: 4px;
}
.dashboardListStats > h3{
	margin-top:5px;
	margin-bottom:5px;
}