footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

footer div{
	text-align: center;
}

.navbar-nav .open .dropdown-menu.log_list {
    width: 300px;
}

.navbar-nav .open .dropdown-menu.log_list {
    width: 300px;
}

ul.log_list li {
    background: #f7f7f7;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 6px 0;
    width: 96%!important;
}

ul.log_list li a .message {
    display: block!important;
    font-size: 11px;
}

.dropdown-menu.log_list span {
    white-space: normal;
}

.navbar-nav .open .dropdown-menu.consult_list {
    width: 300px;
}

.navbar-nav .open .dropdown-menu.consult_list {
    width: 300px;
}

ul.consult_list li {
    background: #f7f7f7;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 6px 0;
    width: 96%!important;
}

ul.consult_list li a .message {
    display: block!important;
    font-size: 11px;
}

.dropdown-menu.consult_list span {
    white-space: normal;
}

.top_nav{
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1000;
}

.right_col{
	position: absolute;
	top: 58px;
	bottom:49px;
	right: 0;
	left: 0;
	overflow: auto;
}

.x_panel .float-control{
	position: fixed;
    bottom: 8%;
    right: 8px;
	z-index: 1000;
}

.x_panel .float-control .btnAdd{
	border-radius: 90px;
	width: 40px;
    height: 40px;
	padding: 0px;
    padding-top: 6px;
	font-size: 20px;
}

.scroll-to-top{
	display: none;
	position: fixed;
    bottom: 8%;
    right: 16px;
	z-index: 1000;
	border-radius: 90px;
	width: 40px;
    height: 40px;
	padding: 0px;
    padding-top: 6px;
	font-size: 20px;
	cursor:pointer;
	background: #2a3f54;
	box-shadow: 1px 1px solid black;
	color: white;
}

.custom-editor-frame{
	width: 100%;
	height: calc(100vh - 200px);
	border: 0px;
}

.btn-table{
	padding: 4px 8px;
	margin-right: 0px;
}

.right{
	text-align: right;
}

.center{
	text-align: center;
}

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

.preview{
	width: 80px;
	height: 80px;
	background-size: 80px 80px;
}

.btnUploadGallery{
	display: block;
}

.main-view{
	margin-bottom: 10px;
}

.main-image{
	display: inline-block;
	width: 260px;
	height: 320px;
	border: 1px solid #aeaeae;
}


.main-image-control{
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}


.list-view{
	padding: 10px;
	text-align: center;
	overflow: auto;
	border-top: 1px solid black;
}

.list-item{
	vertical-align: top;
	display: inline-block;
	margin: 20px 20px;
}

.list-item:hover > .list-item-image{
	
	border: 2px solid blue;
	
}

.activeImage > .list-item-image {
	border: 2px solid blue;
}

.list-item-image{
	width: 140px;
	height: 130px;
	border: 2px solid #aeaeae;
	margin: auto;
}

.list-item-filename{
	width: 160px;
	text-align: center;
}

.btnUploadGallery{
	margin-top: 10px;
}

.select-mode{
	display: contents;
}

th.control{
	width: 180px;
}

.menu_section{
	border-top: 2px solid white;
	padding-top: 15px;
}

.menu-item .notif-count{
	float: right;
    background: red;
    color: white;
    border-radius: 90px;
    text-align: center;
    padding: 4px 10px;
}

.text-wrap{
	max-height:66px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report-controller-row{
	display: flex;
	flex-wrap: wrap;
	font-size: 24px;
	width: 100%;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 10px;
}

.report-controller-row .report-row-field .report-controller{
	padding: 5px;
	min-width: 250px;
}


.keywordGraph{
	background: white;
	padding: 10px;
}

.visitorGraph{
	background: white;
	padding: 10px;
}

.productGraph{
	background: white;
	padding: 10px;
}

.graphItem{
	display: inline-block;
	width: 50%;
	padding: 10px;
	vertical-align: top;
}

.surveyGraph{
	background: white;
	padding: 10px;
}

.productUlasanGraph{
	background: white;
	padding: 10px;
}

.waGraph{
	background: white;
	padding: 10px;
}

.catalogGraph{
	background: white;
	padding: 10px;
}


.w_75{
	width: 75%;
}

.w_50{
	width: 50%;
}

.w_40{
	width: 40%;
}

.w_10{
	width: 10%;
}

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

.img-note{
	font-weight: 500;
    font-size: 12px;
}

.c3-line-mobile-old{
	stroke-dasharray: 2;
}

.c3-line-desktop-old{
	stroke-dasharray: 2;
}

.graphFilter{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.graphFilter select{
	margin: 5px 10px;
	padding: 5px;
	min-width: 100px;
}