/* CSS Document */
body
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	/*position:relative;*/
	
}
@font-face
{
font-family: abeatbyKai;
src: url(abeatbyKaiRegular.otf);
}
a
{
	color:#000;
}
#chart_3
{
	display:none;
}
.steps
{
    bottom: 90px;
    position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.steps .line
{
	background: #fafafa;
    border-radius: 10px;
    height: 5px;
    position: absolute;
    width: 100%;
	margin:-3px 0 0;
	-moz-box-shadow:    inset 0 0 2px rgba(0,0,0,0.2);
   -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
   box-shadow:         inset 0 0 2px rgba(0,0,0,0.2);
    z-index: 0;
}

.steps div p
{
	color: #444;
    display: table-cell;
    font-size: 10px;
    margin-left: -8px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}
.steps div
{
	width:30px;
	height:30px;
	color:#fff;
	text-align:right;
	margin:-16px 60px 5px;
	background:#fafafa;
	position:relative;
	z-index:100;
	float:left;
	cursor: default;
	display:table;
	border-radius:50%;
	-moz-box-shadow:    inset 0 0 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
	box-shadow:         inset 0 0 2px rgba(0,0,0,0.2);
}
.steps .approved
{
	background:url("images/check-mark-xxl.png") no-repeat scroll center center / 15px auto #33CC66;
	color:#fff;
}
.steps .rejected
{
	background:url("images/check-mark-xxl.png") no-repeat scroll center center / 15px auto #FF3333;
	color:#fff;
}
.steps .current
{
	background:url("images/loading.gif") no-repeat scroll center center / 28px auto #0096ff;
	color:#fff;
}
.steps div h1
{
	color: rgba(255, 255, 255, 1);
    font-size: 27px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: -3px;
    position: absolute;
}
.side_title
{
	color: rgba(0, 0, 0, 0.1);
    font-family: Arial;
    font-size: 30px;
    left: -220px;
    position: absolute;
    text-align: right;
    text-transform: capitalize;
    top: 360px;
    transform: rotate(270deg);
    width: 500px;
}
.settings_div table tr td, .settings_div table
{
	border:0px;
	font-family:normal; 
	font-size:14px;
}
.settings_div .reports_menus
{
	display:none;
	font-family:normal; 
}
.quick_links
{
    margin-left: -20px;
	margin-top: -20px;
    width: 812px;
}
.quick_links div
{
	background:none no-repeat scroll 0 0 / contain  #444;
	width:79px;
	height: 30px;
    padding: 0 0 0 35px;
	text-align:left;
	color:#fed814;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	margin:1px 0px 1px 1px;
	cursor:pointer;
	display: table;
}
.quick_links div span
{
	display: table-cell;
	vertical-align: middle;
}
.quick_links div:hover
{
	background:none no-repeat scroll 0 0 / contain  #000;
}
.quick_status
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 0;
    margin-left: -20px;
    position: absolute;
    width: 100%;
}
.quick_status div
{
	background:#fed814;
	width:114px;
	height: 60px;
    padding: 10px 0px;
	text-align:center;
	color:#111;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	margin:1px 0px 1px 1px;
	cursor:pointer;
}
.quick_status div:hover
{
	background:#f0b500;
}
.quick_status div .count
{
	font-size:40px;
}
.reports_menus_td
{
	background:#fed814;
	border:0px !important;
	padding:0px !important;
}
.reports_menus
{
	width:181px;
	min-height:400px;
}
.reports_menus ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.reports_menus ul li a
{
	text-decoration:none;
	display:block;
	border-bottom:1px solid rgba(0,0,0,0.2);
	border-top:1px solid rgba(255,255,255,0.5);
	padding:15px 10px;
}
.reports_menus ul li a:hover
{
	background:rgba(255,255,255,0.5);
}
.details_div
{
	background: none repeat scroll 0 0 #444;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    padding: 20px 20px 20px 15px;
}
.details_div span
{
	font-size:20px;
	font-weight:bold;
	font-family: Microsoft Sans Serif;
	color:#fed814;
}
.details_div a
{
	display:block;
	padding:3px;
	color:#444;
	text-decoration:none;
	text-shadow:1px 1px 0px rgba(255,255,255,0.4);
	background:#fed814;
	min-width:80px;
	text-align:center;
	font-weight:bold;
	border-radius:3px;
}
.details_div a:hover
{
	background:#f0b500 !important;
	box-shadow:1px 1px 0px rgba(0,0,0,0.5);
}
.construction_bg
{
	background:#fff url("images/login_bg.jpg") repeat-x scroll center center / cover;
	width:100%;
	height:100%;
	position:absolute;
}
.construction
{
	width:650px;
	height:685px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1;
}
.default_value
{
	font-style:italic;
	color:#00CCCC;
}
.menu_small
{
width:71px !important;
float:left !important;
font-family:Verdana, Arial, Helvetica, sans-serif !important;
text-align:center !important;
font-size:9px !important;
padding-bottom:4px !important;
margin:0px !important;
}
.attendance_img
{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 100px;
    width: 120px;
	position:absolute;
}
.attendance
{
	width:240px;
	margin:40px 10px;
	float:left;
	height:100px;
	padding:2px;
	background:rgba(0,0,0,0.1);
	border:1px solid rgba(0,0,0,0.3);
	border-radius:5px;
}
.attendance_div
{
	width:110px;
	float:right;
}
.attendance_div input:not([type="submit"]), textarea
{
	margin:3px;
	cursor:pointer;
}
.attendance_div lable
{
	cursor:pointer;
}
.attendance_img p
{
	text-align:center;
	background:rgba(0,0,0,0.6);
	color:#fff;
	padding:10px 0px;
	margin:0px;
	position:absolute;
	bottom:0px;
	width:100%;
}
.notqualified
{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    color: red;
    font-size: 20px;
    height: 385px;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 110px;
    width: 500px;
    z-index: 9999;
}
.qualified
{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    color: red;
    font-size: 20px;
    height: 385px;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 110px;
    width: 500px;
    z-index: 9999;
}
.first_round
{
	background: #03ce7f;
    color: #fff;
    font-size: 20px;
    height: 80px;
    left: 0;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    top: 110px;
    width: 100px;
    z-index: 9999;
}
.num_table
{
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	width:450px;
	border:0px !important;
	float:left;
	height:30px;
	margin-top:1px;
}
.num_table a
{
	color:#333333;
	text-decoration:none;
}
.num_table table
{
	border:0px solid #cccccc !important;
	margin-top:-12px;
}
.num_table table td
{
	border:0px solid #cccccc !important;
}
.late_login
{
	background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    left: 25%;
    padding: 10px;
    position: fixed;
    top: 35%;
    width: 600px;
}
.performer_popup
{
	width:430px;
	height:230px;
	border-radius:5px;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.6);
	position:fixed;
	z-index:99999;
	left:35%;
	top:20%;
	background-color:#fff;
	background-size:cover;
	background-position:center;
}
.performer_popup_logo
{
	background: url("images/small_logo.png") no-repeat scroll 5px 7px / 130px auto rgba(255, 255, 255, 0.95);
    border-radius: 0 0 5px 5px;
    bottom: 95px;
    height: 40px;
    position: absolute;
    right: -95px;
    transform: rotate(270deg);
    width: 230px;
}
.performer_popup_clipart
{
	background:url(images/congratz_clip_art.png) no-repeat;
	width:260px;
	height:180px;
	position: absolute;
    right: -100px;
    top: -70px;
}
.performer_popup_clipart_week
{
	background:url(images/congratz_clip_week_art.png) no-repeat;
	width:260px;
	height:180px;
	position: absolute;
    right: -100px;
    top: -70px;
}
.performer_popup_msg
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-radius: 0 0 0 4px;
    bottom: 0;
    color: #fff;
    font-family: Helvetica;
    font-size: 22px;
    height: 40px;
    padding: 10px;
    position: absolute;
    width: 370px;
	text-transform:uppercase;
}
.performer_popup_msg p
{
	margin:0 0 2px;
	font-size:12px;
}
.user_org_image
{
	background-size: cover;
    border-radius: 50%;
    height: 100px;
    margin-left: 0;
    margin-top: 110px;
    width: 100px;
	background-position: center center;
	position:fixed;
}
.slideshow
{
	background: none repeat scroll 0 0 #333333;
    color: #fff;
    display: block;
    float: right;
    font-size: 24px;
    height: 140px;
    line-height: 130px;
    text-align: center;
    text-decoration: none;
    width: 170px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.slideshow:hover
{
	background:#000000;
	line-height:140px;
}
.mailcount
{
	background: none repeat scroll 0 0 #ff0000;
    border-radius: 50%;
    color: #fff;
    float: right;
    height: 25px;
    line-height: 23px;
    margin-top: 4px;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 25px;
    z-index: 99999;
}
.mailcount_home
{
	background: none repeat scroll 0 0 #ff0000;
    border-radius: 50%;
    color: #fff;
    float: right;
    height: 28px;
    line-height: 26px;
    margin-top: 4px;
    text-align: center;
    width: 28px;
    z-index: 99999;
}
.survey_updates
{
	width:250px;
	height:200px;
	background-size: cover;
	background-position: center center;
	float:left;
	font-size:30px;
	position:relative;
	margin:2px 2px 22px 110px;
}
.bonus_name
{
	bottom: 0;
	background:rgba(0,0,0,0.7);
    color: #fff;
    font-size: 20px;
    padding: 5px 10px 5px 5px;
    position: absolute;
    text-align: right;
    width: 335px;
	margin-left:-100px;
	text-transform:capitalize;
}
.bonus_total_count
{
	background:#33CCCC;
	text-align:center;
	padding:15px;
}
.bonus_total_count .count
{
	font-size:95px;
}
.survey_udates_table table tr td
{
	border:0px;
	padding:0px;
}
.survey_name
{
	background: none repeat scroll 0 0 #525252;
    color: #fff;
    font-size: 66px;
    height: 192px;
    text-align: center;
    width: 300px;
}
.survey_updates .bonus, .survey_updates .bonus_total
{
	bottom: 101px;
    font-size: 12px;
    left: -100px;
    position: absolute;
    text-align: center;
    width: 100%;
	background:#33CC33;
	height:84px;
	width:100px;
	padding-top:15px;
	color:#000;
	text-align:center;
}
.survey_updates .bonus .count, .survey_updates .bonus_total .count
{
	font-size:50px;
}
.survey_updates .bonus_total
{
	bottom: 0px;
    left: -100px;
}
.quality_score
{
	float:left;
	width:200px;
	height:200px;
	background:#33CCCC;
	color:#fff;
	padding:20px;
	font-size:30px;
	position:relative;
	margin:2px;
}
.quality_score p
{
	border-top: 1px solid rgba(255,255,255,0.6);
    font-size: 26px;
    margin: 2px;
    text-align: right;
	padding-top:5px;
}
.quality_score .bonus
{
	bottom: 0;
    font-size: 12px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	background:#33CC33;
}
.quality_score .bonus .count
{
	font-size:50px;
}
.user_display, .emp_display
{
	float:left;
	padding-bottom:30px;
}
.user_display
{
	margin-left:80px;
	border:10%;
}
.user_img, .user_img_profile
{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-position:center;
	background-size: 100%;
	float:left;
	height:250px;
	margin:1px;
	position:relative;
	color:#fff;
	font-family: abeatbyKai;
	overflow:hidden;
}
.user_img_profile
{
	margin:0px;
	height:350px;
}
.user_img:hover, .user_img_profile:hover
{
	background-position:center;
	background-size: 110%;
}
.user_img_profile h1
{
	font-size: 50px;
    margin: 20px 0 0;
	position:fixed;
}
.user_img_profile .text
{
	margin-top:75px;
	position:fixed;
}
.online .inactive, .online .active
{
	width:15px;
	height:15px;
	position:absolute;
	bottom:10px;
	right:10px;
	border-radius:50%;
	overflow:hidden;
	cursor:pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.online .status, .user_img_profile .online .status
{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	padding-top:320px;
	line-height:20px;
}
.online .status:hover
{
	padding-top:155px;
}
.user_img_profile .online .status:hover
{
	padding-top:240px;
}
.online .active
{
	background:#00CC00;
}
.online .inactive
{
	background:#FF0033;
}
.online .notactive
{
	background:#00CCFF;
}
.user_img .overlay, .user_img_profile .overlay
{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height:100%;
	position:absolute;
	width:94%;
	padding:0 3%;
	background:rgba(0,0,0,0.4)
}
.user_img .overlay:hover, .user_img_profile.overlay:hover
{
	background:rgba(0,0,0,0.8);
	font-size:15px;
}
.ui-datepicker-trigger
{
	margin-left: 280px;
    margin-top: -35px;
    width: 35px;
}
.count
{
	font-weight:bold;
	font-size:20px;
}
.target:hover, .target_pending:hover, .target_achived:hover, .incentive_survey:hover, .target_rejected:hover
{
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}
.target, .target_pending, .target_achived, .incentive_survey, .target_rejected
{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 50%;
    color: #ffffff;
    float: right;
    font-size: 10px;
    height: 120px;
    margin: 2px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 120px;
	background:#04c994;
	bottom:-180px;
	z-index:99;
	cursor:pointer;
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.7);
}
.target_rejected
{
	bottom: -100px;
    height: 60px;
    left: 270px;
    width: 60px;
}
.target_pending
{
    height: 70px;
    width: 70px;
	bottom:-230px;
}
.target_achived
{
    bottom: -130px;
    height: 90px;
    right: -90px;
    width: 90px;
}
.incentive_survey
{
    bottom: -130px;
    height: 90px;
    right: -90px;
    width: 90px;
	box-shadow:0 0 0 5px rgba(0, 191, 108, 0.9)
}
.target div
{
	bottom: 5px;
    position: absolute;
    width: 120px;
}
.target_pending div
{
	bottom: 10px;
    position: absolute;
    width: 70px;
}
.target_achived div
{
	bottom: 10px;
    position: absolute;
    width: 90px;
}
.incentive_survey div
{
	bottom: 10px;
    position: absolute;
    width: 90px;
}
.target .count, .target_pending .count, .target_achived .count, .incentive_survey .count, .target_rejected .count
{
	font-weight:bold;
	font-size:60px;
	line-height:120px;
	font-family: abeatbyKai;
}
.target_rejected .count
{
	font-size:26px;
	line-height:60px;
}
.target_pending .count
{
	font-size:30px;
	line-height:70px;
}
.target_achived .count
{
	font-size:30px;
	line-height:90px;
}
.incentive_survey .count
{
	font-size:30px;
	line-height:90px;
}
.user_view
{
	background-size: cover !important;
}
.user_view .overlay
{
	background:rgba(0,0,0,0.4);
	color: #fff;
    font-size: 30px;
    height: 95%;
	padding:2%;
    text-align: right;
    width: 96%;
	text-shadow:1px 1px 2px #000;
	margin:0px;
}
.user_view_small
{
	background-position: 0 -20px;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    height: 70px;
    width: 177px;
	margin-left: 12px;
}
.user_view_small_inner
{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0px solid #06e8eb;
    float: left;
    height: 37px;
    margin: 0px 8px 0px 0px;
    width: 37px;
}
.dashboard
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	padding:15px;
}
.btn_download
{
	background:#444;
	height:37px;
	top:0px;
	right:0px;
	width:100%;
	z-index:99;
}
.btn_download ul
{
	margin:0px;
	padding:0px;
}
.btn_download li
{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    height: 37px;
    list-style: outside none none;
    margin: 0px;
    overflow: hidden;
    position: relative;
    width: 180px;
    z-index: 99;
}
.btn_download li a
{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color:#fff;
	text-decoration:none;
	text-align:left;
	padding-left:50px;
	line-height:36px;
	position:absolute;
}
.btn_download li a:hover
{
	color:#fed814;
}
.btn_download .Add:hover
{
	background:url(images/icon_add.png) no-repeat scroll 0 0 / contain  #272727;
}
.btn_download .Add
{
	background:url(images/icon_add.png) no-repeat scroll 0 0 / contain  #444;
}
.btn_download .Setting:hover
{
	background:url(images/icon_setting.png) no-repeat scroll 0 0 / contain  #272727;
}
.btn_download .Setting
{
	background:url(images/icon_setting.png) no-repeat scroll 0 0 / contain  #444;
}
.btn_download .Bonus:hover
{
	background:url(images/icon_bonus.png) no-repeat scroll 0 0 / contain  #272727;
}
.btn_download .Bonus
{
	background:url(images/icon_bonus.png) no-repeat scroll 0 0 / contain  #444;
}
.btn_download .Dashboard:hover
{
	background:url(images/icon_view_all.png) no-repeat scroll 0 0 / contain  #272727;
}
.btn_download .Dashboard
{
	background:url(images/icon_view_all.png) no-repeat scroll 0 0 / contain  #444;
}
.btn_download .View:hover
{
	background:url(images/icon_view_all.png) no-repeat scroll 0 0 / contain  #272727;
}
.btn_download .View
{
	background:url(images/icon_view_all.png) no-repeat scroll 0 0 / contain  #444;
}
.btn_download .Payslip:hover
{
	background:url(images/icon_pay_slip.png) no-repeat scroll 0 0 / contain  #272727;
}
.btn_download .Payslip
{
	background:url(images/icon_pay_slip.png) no-repeat scroll 0 0 / contain  #444;
}
.btn_download .View_user:hover
{
	background:url(images/icon_view_user.png) no-repeat scroll 0 0 / contain  #272727;
}
.btn_download .View_user
{
	background:url(images/icon_view_user.png) no-repeat scroll 0 0 / contain  #444;
}
.btn_download .Upload:hover
{
	background:url(images/icon_upload.png) no-repeat scroll 0 0 / contain  #272727;
}
.btn_download .Upload
{
	background:url(images/icon_upload.png) no-repeat scroll 0 0 / contain  #444;
}
.btn_download .Postal
{
	background:url(images/icon_postal_finder.png) no-repeat scroll 0 0 / contain  #444;
}
.btn_download .Postal:hover
{
	background:url(images/icon_postal_finder.png) no-repeat scroll 0 0 / cover  #272727;
}
.btn_download .Target
{
	background:url(images/icon_target.png) no-repeat scroll 0 0 / contain  #444;
}
.btn_download .Target:hover
{
	background:url(images/icon_target.png) no-repeat scroll 0 0 / contain  #272727;
}
.btn_download .Helpline
{
	background:url(images/icon_helpline.png) no-repeat scroll 0 0 / contain  #444;
}
.btn_download .Helpline:hover
{
	background:url(images/icon_helpline.png) no-repeat scroll 0 0 / contain  #272727;
}
.btn_download .Edit:hover
{
	background:url(images/icon_edit_big.png) no-repeat scroll 0 0 / contain  #272727;
}
.btn_download .Edit
{
	background:url(images/icon_edit_big.png) no-repeat scroll 0 0 / contain  #444;
}
.btn_download .Download:hover
{
	background:url(images/icon_download.png) no-repeat scroll 0 7px / contain  #272727;
}
.btn_download .Download
{
	background:url(images/icon_download.png) no-repeat scroll 0 0 / contain  #444;
}
.top_inner_menu
{
	background:#ebebeb;
	height: 55px;
    padding: 5px;
	font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
	border-bottom:3px solid #444;
}
.main_div
{
	background:url("") repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}
.top_login_logo
{
	background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px auto;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 120px;
    margin-left: 84px;
    margin-top: -150px;
    position: absolute;
    width: 119px;
}
.logo_login
{
	text-align:center;
	margin:20px;
}
.login_text
{
	bottom: 20px;
    color: #ccc;
    font-size: 10px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.login_text a
{
	color:#fed814;
	text-decoration:none;
}
.login_text a:hover
{
	color:#f0b500;
}
#Sign-In
{
	background: rgba(255, 255, 255, 0.99) none repeat scroll 0 0;
    border-radius: 2px;
    margin: auto;
    padding: 90px 30px 30px;
    position: relative;
    top: 25%;
    width: 275px;
    z-index: 99;
}
.count_big
{
	text-align:center;
	font-size:100px;
	font-weight:bold;
	background:#4cc6ff;
	border-radius:50%;
	width:200px;
	height:200px;
	color:#fff;
	line-height:200px;
	margin:auto;
}
.warning_msg
{
	color:#1E3486; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:20px; width:100%; margin-top:10%; text-align:center;
}
.success_msg_small
{
	color:#fff; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; width:100%; padding:2px 2%;
	background:#33CC66;
	margin:2px 0px;
}
.information_msg_small
{
	color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; width:96%; padding:5px 2%;
	background:#54c7e8;
	margin:2px 0px;
}
.error_msg_small
{
	color:#fff; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; width:96%; padding:5px 2%;
	background:#FF0000;
	padding:5px;border-radius:3px;
	margin:2px 0px;
}
.access_denied
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index:9999;
	background:rgba(255,255,255,0.95);
	text-align:center;
	padding-top:20%;
	color:#0066CC;
	font-size:20px;
}
.access_denied a
{
	color:#0066CC;
	text-decoration:none;
}
.access_denied a:hover
{
	color:#CCCCCC;
}
.logo
{
	width:230px;
}
.main_content
{
	width:1024px;
	margin:auto;
}
.menu_tab
{
	height:70px;
	background:#444;
	background-size: cover;
	margin:3px 0px;
}
.menu_tab_img
{
	background:url("images/logo-top.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	height:70px;
	width:150px;
	float:left;
	position:absolute;
	margin-left:0px;
	background-position: 0 -20px;
}
.content_event
{
	width:80%;
	max-width:807px;
	min-width:300px;
	float:left;
	background:rgba(255,255,255,1);
}
.content_event_content
{
	height:530px;
	font-family: abeatbyKai;
	padding:20px;
	position:relative;
}
.title
{
	font-family: abeatbyKai;
	font-size:22px;
	text-align:left;
	margin:0px;
	color:#525252;
	text-transform: capitalize;
}
rect
{
	fill-opacity:0;
}
g
{
	margin-top:-30px;
}
g text
{
	color:#000;
}
g g rect
{
	fill-opacity:0.9;
}
.content_event_gallery
{
	background:rgba(0, 0, 0, 0.3);
	height:140px;
	display:none;
}
.content_event_hr
{
	background:url("images/hr.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
	height:100%;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.content_event_vp
{
	background:url("images/vp.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
	height:100%;
	opacity: 0.3;
    filter: alpha(opacity=30);
	padding-left:8px;
}
.select_survey
{
	height:100%;
	padding-left:8px;
	margin: auto;
    max-width: 1000px;
}
.select_survey div a
{
	display: block;
    height: 100%;
    line-height: 300px;
	text-align:center;
	color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
	line-height:630px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-decoration:none;
	width:100%;
}
.select_survey div a:hover
{
	line-height:300px;
}
.select_survey div
{
	position:relative;
	width:32%;
	min-width:248px;
	margin:0px 2px;
	height:100%;
	background-color:rgba(0,0,0,0.1);
	float:left;
	cursor:pointer;
	background-position: center;
	background-repeat:no-repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-size:400px;
	overflow:hidden;
}
.select_survey div:hover
{
	background-color:rgba(0,0,0,0.5);
	background-size:100%;
}
.select_survey div .btn_select
{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background:no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    height: 100%;
    position: absolute;
    width: 100%;
	line-height:630px;
}
.select_survey div .btn_select:hover
{
	line-height:20px;
}
.content_event_dashboard
{
	min-width:230px;
	background:	rgba(0, 0, 0, 0.1);
	float:left;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:2px;
	min-height:147px;
}
.content_event_dashboard h1
{
	font-family: abeatbyKai;
	font-size:18px;
	text-transform: capitalize;
}
.content_event_dashboard_event
{
	background-position: center center;
    background-size: cover;
    height: 140px;
	position: absolute;
    width: 771px;
	bottom:6px;
}
.content_event_dashboard_event h1
{
	margin:0px;
	padding:5px 10px;
	background:rgba(0,0,0,0.4);
}
.content_event_dashboard_event h2, .content_event_dashboard_event h3
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
	padding:5px 10px;
	background:rgba(0,0,0,0.4);
}
.content_event_dashboard_event div
{
	
	height: 78%;
    padding: 2% 20px;
}
.side_logo {
    background: url("images/small_logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 38px;
    margin-top: 290px;
    position: absolute;
    right: -70px;
    transform: rotate(270deg);
    width: 200px;
}
.div_buttons
{
	float:left;
	width:207px;
}
.div_buttons_inner
{
	width:217px;
	position:absolute;
	right:0px;
	margin-top:20px;
	z-index:9999999;
}
#inner_menus
{
	right: -218px;
	top:18px;
    display:none;
	position:fixed;
}
.div_menus .icon-div
{
	width:45px;
	margin:5px;
	float:left;
}
.div_menus p
{
	float:left;
	width:100px;
	font-family: abeatbyKai;
	color:#303030;
	font-size:20px;
	margin:8px 0;
}
.div_menus .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
	margin:5px;
	background:#303030;
}
.user_status
{
	height:70px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:67px;
	color:#fff;
	float:right;
    text-align: right;
    width: 60%;
}
.user_status_inner
{
	height:37px;
	width:200px;
	right:218px;
	position:fixed;
	background:#fed814;
  	z-index: 999;
	top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:34px;
	color:#303030;
	text-align:left;
}
.div_menus
{
	background:#fed814;
	cursor: pointer;
    height: 37px;
    position: fixed;
    right: 0;
    top: 0;
    width: 217px;
	z-index:999;
}
.div_login
{
	background:url("images/icon_login.png") no-repeat scroll 5px center / 30px auto rgba(0, 0, 0, 0.3);
	height: 40px;
    width: 215px;
	cursor:pointer;
	float:right;
	border:0px;
	font-size:22px;
	z-index:99999;
	color:#06e8eb;
	text-align:center;
	line-height:40px;
}
.div_login:hover
{
	background:url("images/icon_login.png") no-repeat scroll 5px center / 30px auto rgba(0, 0, 0, 0.7);
}
.div_logout
{
	background:url("images/icon_logout.png") no-repeat scroll 5px center / 30px auto rgba(0, 0, 0, 0.7);
	height: 70px;
    width: 38px;
	cursor:pointer;
	float:right;
	border:0px;
	font-size:0px;
	z-index:99999;
}
.div_logout:hover
{
	background:url("images/icon_logout.png") no-repeat scroll 5px center / 30px auto rgba(0, 0, 0, 0.9);
}
.div_logout_inner
{
	background:url("images/icon_logout.png") no-repeat scroll 5px center / 30px auto rgba(0, 0, 0, 0.2);
	height: 37px;
    position: fixed;
    right: 0;
    top: 0;
    width: 38px;
	cursor:pointer;
	border:0px;
	font-size:0px;
	z-index:99999;
}
.div_logout_inner:hover
{
	background:url("images/icon_logout.png") no-repeat scroll 5px center / 30px auto rgba(0, 0, 0, 0.5);
}
.div_menus:hover
{
	background:#eec700;
}
.div_buttons_main
{
	background:#fed814;
	position:relative;
	float:left;
	margin-left:2px;
	height:570px;
}
.div_buttons_main div
{
	width:210px;
	height:80px;
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.10);
	border-top:1px solid rgba(255,255,255,0.10);
	font-family:abeatbyKai;
	cursor:pointer;
	margin:0px 2px 0px 2px;
}
.div_buttons_main ul
{
	margin:0px;
	padding:0px;
}
.div_buttons_main ul li
{
	list-style:none;
}
.div_buttons_main ul li a
{
}
.div_buttons_main div:hover
{
	background:rgba(0,0,0,0.10);
}
.div_buttons_main div p
{
	float:left;
	font-size: 16px;
    margin: 0px;
    width: 120px;
	color:#494949;
	line-height:80px;
}
.div_buttons_main div img
{
	float:left;
	width:70px;
}
.div_buttons div, .div_buttons_inner div
{
	width:215px;
	height:168px;
	background:#fed814;
	font-family:abeatbyKai;
	float:left;
	cursor:pointer;
	margin:0px 2px 2px 2px;
}
.div_buttons_inner div
{
	background:#fed814;
	border:1px solid #CCCCCC;
	border-top:0px solid #CCCCCC;
	margin:0px !important;
	height:98px;
}
.div_buttons_inner div:hover
{
	background:#f2cc06;
}
.div_buttons div:hover
{
	background:#f2cc06;
}
.div_buttons div p, .div_buttons_inner div p
{
	float:left;
	font-size: 24px;
    margin-top: 60px;
    width: 100px;
	color:#494949;
}
.div_buttons_inner div p
{
	font-size: 18px;
	margin-top:30px;
}
.div_buttons div img
{
	float:left;
	margin-top:35px;
}
.div_buttons_inner div img
{
	float:left;
}
.footer
{
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    padding-bottom: 10px;
	bottom:0;
	clear: both;
   /* height: 3em;
    margin-top: -3em;
	padding-bottom: 10px;
    position: absolute;
	width:100%;*/
}
.footer_logo
{
	float:left;
}
.footer_logo img
{
	margin:50px 80px 20px;
}
.footer_text
{
	width:500px;
	float:center;
	margin-top:30px;
}
.footer_text a
{
	color:rgba(255,255,255,0.8);
	text-shadow:0px 1px 1px rgba(0,0,0,0.7);
	text-decoration:none;
	width:150px;
	display:block;
	height: 30px;
}
.footer_text a:hover
{
	color:#fed814;
}
.copy_rights
{
	color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    line-height: 45px;
    text-align: center;
	margin-left:250px;
}
.social_media
{
	margin-left: 20px;
    margin-top: 5px;
    width: 130px;
}
.social_media div
{
	float:left;
	margin:3px;
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:rgba(0,0,0,0.3);
	background-position:50% -30px;
	background-repeat:no-repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.social_media div:hover
{
	background-color:#fed814;
	background-position:50% 2px;
}
.social_media .f
{
	background-image:url(images/f.png);
}
.social_media .t
{
	background-image:url(images/t.png);
}
.social_media .g
{
	background-image:url(images/g.png);
}