/*-------------------------------------------*/
/* Admin Global Footer Style    			 */ 
/*-------------------------------------------*/



/*------ Framework ------*/
#page_footer {width:100%;height:64px;padding:24px 24px; background: #4e4e4e;text-align:left;box-sizing: border-box;}
#page_footer a, #page_footer a:visited { color:#c0c0c0;font-size:14px;text-decoration: none;margin-right:14px;}
#page_footer a:hover { color:#fff;}

#page_footer .twitter-icon:hover { color:#fff;}
#page_footer .facebook-icon:hover { color:#fff;}

#page_footer a.ac-icon { font-size:19px;}


/*------ Support popup menu ------*/

/* Icon */
.support-icon { position: fixed; right: 20px; bottom: 20px; width: 47px; height: 47px; background-color: #4DCBA9; border-radius: 100%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); cursor: pointer;z-index: 2000; }
.support-icon:hover { background-color: #40c19e; }
.support-icon span { width: 22px; height: 22px;font-size:22px;color: #fff; position: absolute; top: 50%; left: 50%; margin-left: -11px; margin-top: -11px;line-height: 0 }
.support-icon span:before { margin: 0;}

/* Menu */
.support-menu { display: none;position: fixed; width: 250px; right: 20px; bottom: 80px; border: #cacaca 1px solid; border-radius: 6px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); z-index: 2000; }
.support-menu .header { text-align: center; padding: 10px 15px; border-bottom: #cacaca 1px solid; margin-bottom: 15px; }
.support-menu .header h5 { margin-bottom: 0;font-size:16px;font-weight: 600; }
.support-menu .header .close { position: absolute; right: 15px; top: 13px; opacity: 0.4; cursor: pointer; }
.support-menu .header .close:hover { opacity: 0.8; }
.support-menu .menu { padding: 0 15px 15px 15px;font-size: 14px; }
.support-menu .menu h6 { font-size: 14px; font-weight: 600; margin-top: 0;margin-bottom: 8px; }
.support-menu .menu .section { margin-bottom: 15px; }
.support-menu .menu .section ul { margin: 0;padding:0;}
.support-menu .menu .section ul li { list-style-type: none;line-height: 1.8em;}