@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, small, strong, img, form, label, dl, dt, dd, ol, ul, li, cite, code, blockquote, pre, abbr, address, table, caption, tbody, tfoot, thead, tr, th, td, article, footer, header, menu, nav, aside, details, section, summary, time, mark, audio, video, canvas, hgroup, figcaption, figure, del, dfn, em, ins, kbd, q, samp, sub, sup, var, b, i, fieldset, legend {

  margin: 0;

  padding: 0;

  border: 0;

  outline: 0;

  font-size: 100%;

  word-wrap: break-word;

  vertical-align: baseline;

  background: transparent;

  font-family: 'Open Sans', sans-serif;

}

textarea {
	font-family: 'Open Sans', sans-serif;
}
#background {

	background:url('/images/default/background.png');

}

#header {
	background-color: #2a4978;
}

#header #header_container {
	margin: 0 auto;
	padding: 7px 0;
	width: 1000px;
}

#header #header_container .header_left {
	float: left;
}

#header #header_container .header_right {
	float: right;
	display: table;
}

#header #header_container .header_right span {
	display: table-cell;
	vertical-align: middle;
	color: white;
}

.float_menu_sign_out_trigger {
	cursor: pointer;
}

.float_menu_sign_out {
	background: url('/images/default/user-info-wrapper.png');
	padding: 25px 15px 0;
	position: absolute;
	width: 190px;
	height: 95px;
	top: 37px;
	left: 110px;
}

#header #header_container .header_right .float_menu_sign_out span {
	display: table-cell;
	color: #2a4978;
}

#header #header_container .header_right .float_menu_sign_out .help {
	padding-top: 1px;
	line-height: 1;
	padding-left: 20px;
	height: 18px;
	background: url('/images/default/helpicon.png') no-repeat;
}

#header #header_container .header_right .float_menu_sign_out .logout {
	display: block;
	cursor: pointer;
	width: 68px;
	height: 25px;
	background: url('/images/default/button-logout.png');
}
#header #header_container .header_right .float_menu_sign_out .logout:hover {
	background: url('/images/default/button-logout-hover.png');
}

#footer {
	margin: 50px auto 20px;
	text-align: center;
	color: #2a4978;
	font-style: italic;
}

.none {
	display: none !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.old_blue {
	color: #2a4978;
}

#page_container {

	margin: 0 auto;

	width: 1000px;

}
.number_round {
	float: left;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 24px;
	padding-top: 6px;
	margin-left: -45px;
	border: solid 1px #2a4978;
	border-radius: 100px;
}

input[type=radio].radio_custom {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 25px;
	width: 25px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=radio].radio_custom + label.label_radio_custom {
	padding-left: 25px;
	height: 25px;
	display: inline-block;
	line-height: 15px;
	background: url('/images/default/radio-off.png');
	background-repeat: no-repeat;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	margin-top: -2px;
}

input[type=radio].radio_custom:checked + label.label_radio_custom {
	background: url('/images/default/radio-on.png');
}

input[type=checkbox].checkbox_custom {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 30px;
	width: 30px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].checkbox_custom + label.label_checkbox_custom {
	padding-left: 30px;
	height: 30px;
	display: inline-block;
	line-height: 15px;
	background: url('/images/default/checkbox-unchecked.png');
	background-repeat: no-repeat;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	margin-top: -3px;
	margin-left: 10px;
}

input[type=checkbox].checkbox_custom:checked + label.label_checkbox_custom {
	background: url('/images/default/checkbox-checked.png');
}

.setup_line_table {
	border-bottom: solid 1px #2a4978;
	margin: 2px auto 20px;
}

.setup_content {
	margin-left: 60px;
	color: #2a4978;
}

.setup_content .setup_field {
	margin-bottom: 15px;
}

.setup_content .field_name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.setup_content .field_note {
	font-size: 12px;
	font-weight: bold;
	color: #848587;
}

.setup_submit {
	width: 262px;
	height: 59px;
	background-image: url('/images/default/button-finish.png');
	cursor: pointer;
}

.setup_submit:hover {
	background-image: url('/images/default/button-finish_hover.png');
}

.csv_text {
	display: inline-block;
	color: #c2c2c2;
	background-color: white;
	margin-top: 6px;
	padding: 11px;
	width: 200px;
	border-radius: 3px;
}

.csv_file_label {
	cursor: pointer;
	display: inline-block;
	width: 138px;
	height: 52px;
	background-image: url('/images/default/button-upload.png');
}

.csv_file_label:hover {
	background-image: url('/images/default/button-upload_hover.png');
}

.setup_textarea {
	border-radius: 3px;
	padding: 10px;

}

.login_left {
	float: left;
	margin-top: 100px;
	margin-bottom: 50px;
}

.login_left .text_line {
	font-size: 24px;
	font-weight: bold;
	color: #2a4978;
	padding: 20px 0;
}

.login_right {
	float: right;
	margin-top: 150px;
	margin-bottom: 50px;
}

hr {
	color: blue;
}

.login_right .title_text_line {
	margin-left: 20px;
	font-size: 30px;
	color: #2a4978;
}

.login_right .error_message_text_line {
	font-size: 18px;
	margin-left: 20px;
	color: red;
	font-weight: bold;
}

.login_right .footer_text_line {
	margin-left: 20px;
	color: blue;
	font-style: italic;
}

.login_right .footer_text_line a {
	text-decoration: none;
}.wrapper_logo {
	padding: 10px 25px;
	width: 150px;
	height: 60px;
	background: url('/images/default/client-logo-wrapper.png');
	background-size: 200px 80px;
}

.login_right .input_box {
	margin: 20px 20px 0;
	background-color: white;
	width: 300px;
	height: 45px;
	border-radius: 3px;
}

.login_right .input_box .email_logo {
	float: left;
	padding: 6px;
	cursor: pointer;
}

.login_right .input_box .username_logo {
	float: left;
	padding: 6px;
	cursor: pointer;
}

.login_right .input_box .password_logo {
	float: left;
	padding: 8px;
	cursor: pointer;
}

.login_right .input_box .clear_logo {
	float: right;
	padding: 15px 10px;
	cursor: pointer;
}.login_right .input_box input {
	width: 207px;
	margin: 0;
	height: 45px;
	padding: 0;
	border: none;
	font-size: 14px;
}

.button_submit {
	padding: 0;
	margin: 30px 0 20px 20px;
	background: url('/images/default/buttons-submit.png');
	width: 110px;
	height: 43px;
	border: none;
	cursor: pointer;
}
.button_login:hover {
	background: url('/images/default/buttons-submit-hover.png');
}

.login_right .button_login {
	padding: 0;
	margin: 30px 0 20px 20px;
	background: url('/images/default/button-login.png');
	width: 220px;
	height: 50px;
	border: none;
	cursor: pointer;
}
.login_right .button_login:hover {
	background: url('/images/default/button-login-hover.png');
}

.clear {
	clear: both;
}

.menu_header {
	margin: 60px auto 30px;
	width: 100%;
	background-color: #7a8595;
}

.menu_header .menu_header_content {
	display: table;
}

.menu_header .menu_header_content span {
	color: white;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0 10px 10px;
}

.menu_content .menu_title {
	width: 370px;
	margin: 20px 0;
	padding-left: 5px;
	color: #2a4978;
	border-bottom: solid 1px #2a4978;
}

.menu_content .menu_list li {
	display: inline-block;
	list-style-type: none;
	margin: 0 10px;
}

.menu_content .menu_list a {
	display: block;
	margin-left: 4px;
	margin-right: 4px;
	width: 200px;
	height: 200px;
	background-size: 200px 200px;
}

.menu_content .menu_list li:first-child a {
	margin-left: 40px;
}

.menu_content .menu_list li:last-child a {
	margin-right: 40px;
}

.menu_content .menu_list a span {
	display: none;
}

.menu_content .menu_list .admin:link, .menu_content .menu_list .admin:visited {
	background-image: url('/images/default/menu-admin.png');
}
.menu_content .menu_list .task:link, .menu_content .menu_list .task:visited {
	background-image: url('/images/default/menu-task.png');
}
.menu_content .menu_list .account:link, .menu_content .menu_list .account:visited {
	background-image: url('/images/default/menu-account.png');
}
.menu_content .menu_list .institution:link, .menu_content .menu_list .institution:visited {
	background-image: url('/images/default/menu-tower.png');
}
.menu_content .menu_list .user:link, .menu_content .menu_list .user:visited {
	background-image: url('/images/default/menu-user.png');
}

.menu_content .menu_list .order:link, .menu_content .menu_list .order:visited {
	background-image: url('/images/default/menu-order.png');
}

.menu_content .menu_list .security:link, .menu_content .menu_list .security:visited {
	background-image: url('/images/default/menu-secure.png');
}

.menu_content .menu_list .dms:link, .menu_content .menu_list .dms:visited {
	background-image: url('/images/default/titleicon-opp.png');
}

.menu_content .menu_list .deliveries:link, .menu_content .menu_list .deliveries:visited {
	background-image: url('/images/default/menu-deliveries.png');
}

.menu_content .menu_list .branch:link, .menu_content .menu_list .branch:visited {
	background-image: url('/images/default/menu-branch.png');
}
.menu_content .menu_list .product:link, .menu_content .menu_list .product:visited {
	background-image: url('/images/default/menu-product.png');
}
.menu_content .menu_list .leads:link, .menu_content .menu_list .leads:visited {
	background-image: url('/images/default/menu-leads.png');
}
.menu_content .menu_list .opportunity:link, .menu_content .menu_list .opportunity:visited {
	background-image: url('/images/default/menu-opportunity.png');
}
.menu_content .menu_list .discussion:link, .menu_content .menu_list .discussion:visited {
	background-image: url('/images/default/menu-discussion.png');
}
.menu_content .menu_list .stats_report:link, .menu_content .menu_list .stats_report:visited {
	background-image: url('/images/default/menu-stats_report.png');
}
.menu_content .menu_list .kpi:link, .menu_content .menu_list .kpi:visited {
	background-image: url('/images/default/menu-kpi.png');
}
.menu_content .menu_list .quotation:link, .menu_content .menu_list .quotation:visited {
	background-image: url('/images/default/menu-quotation.png');
}
.menu_content .menu_list .tracking:link, .menu_content .menu_list .tracking:visited {
	background-image: url('/images/default/menu-tracking.png');
}

.menu_content .menu_list .truck:link, .menu_content .menu_list .truck:visited {
	background-image: url('/images/default/menu-truck.png');
}

.menu_content .menu_list .lead_event:link, .menu_content .menu_list .lead_event:visited {
	background-image: url('/images/default/menu-daily-report.png');
}

.menu_content .menu_list .survey:link, .menu_content .menu_list .survey:visited {
	background-image: url('/images/default/menu-survey.png');
}

.menu_content .menu_list .return:link, .menu_content .menu_list .return:visited {
	background-image: url('/images/default/menu-return.png');
}
.menu_content .menu_list .faktur:link, .menu_content .menu_list .faktur:visited {
	background-image: url('/images/default/menu-taxinvoice.png');
}

.menu_content .menu_list .faktur:hover, .menu_content .menu_list .faktur:active {
	background-image: url('/images/default/menu-taxinvoice-hover.png');
}

.menu_content .menu_list .admin:hover, .menu_content .menu_list .admin:active {
	background-image: url('/images/default/menu-admin-hover.png');
}
.menu_content .menu_list .task:hover, .menu_content .menu_list .task:active {
	background-image: url('/images/default/menu-task-hover.png');
}
.menu_content .menu_list .account:hover, .menu_content .menu_list .account:active {
	background-image: url('/images/default/menu-account-hover.png');
}
.menu_content .menu_list .institution:hover, .menu_content .menu_list .institution:active {
	background-image: url('/images/default/menu-tower-hover.png');
}
.menu_content .menu_list .user:hover, .menu_content .menu_list .user:active {
	background-image: url('/images/default/menu-user-hover.png');
}
.menu_content .menu_list .security:hover, .menu_content .menu_list .security:active {
	background-image: url('/images/default/menu-secure-hover.png');
}

.menu_content .menu_list .dms:hover, .menu_content .menu_list .dms:active {
	background-image: url('/images/default/titleicon-opp.png');
}

.menu_content .menu_list .order:hover, .menu_content .menu_list .order:active {
	background-image: url('/images/default/menu-order-hover.png');
}
.menu_content .menu_list .deliveries:hover, .menu_content .menu_list .deliveries:active {
	background-image: url('/images/default/menu-deliveries-hover.png');
}
.menu_content .menu_list .branch:hover, .menu_content .menu_list .branch:active {
	background-image: url('/images/default/menu-branch-hover.png');
}
.menu_content .menu_list .product:hover, .menu_content .menu_list .product:active {
	background-image: url('/images/default/menu-product-hover.png');
}
.menu_content .menu_list .leads:hover, .menu_content .menu_list .leads:active {
	background-image: url('/images/default/menu-leads-hover.png');
}
.menu_content .menu_list .opportunity:hover, .menu_content .menu_list .opportunity:active {
	background-image: url('/images/default/menu-opportunity-hover.png');
}
.menu_content .menu_list .discussion:hover, .menu_content .menu_list .discussion:active {
	background-image: url('/images/default/menu-discussion-hover.png');
}
.menu_content .menu_list .stats_report:hover, .menu_content .menu_list .stats_report:active {
	background-image: url('/images/default/menu-stats-report-hover.png');
}
.menu_content .menu_list .kpi:hover, .menu_content .menu_list .kpi:active {
	background-image: url('/images/default/menu-kpi-hover.png');
}
.menu_content .menu_list .quotation:hover, .menu_content .menu_list .quotation:active {
	background-image: url('/images/default/menu-quotation-hover.png');
}
.menu_content .menu_list .tracking:hover, .menu_content .menu_list .tracking:active {
	background-image: url('/images/default/menu-tracking-hover.png');
}

.menu_content .menu_list .lead_event:hover, .menu_content .menu_list .lead_event:active {
	background-image: url('/images/default/menu-daily-report-hover.png');
}

.menu_content .menu_list .truck:hover, .menu_content .menu_list .truck:active {
	background-image: url('/images/default/menu-truck-hover.png');
}
.menu_content .menu_list .survey:hover, .menu_content .menu_list .survey:active {
	background-image: url('/images/default/menu-survey-hover.png');
}

.menu_content .menu_list .return:hover, .menu_content .menu_list .return:active {
	background-image: url('/images/default/menu-return-hover.png');
}

.list_header {
	width: 100%;
	margin-top: 25px;
	display: table;
}

.list_header div {
	display: table-cell;
	vertical-align: middle;
}

.list_header .logo {
	width: 115px;
	padding-right: 10px;
}

.list_header div span {
	display: block;
	color: #2a4978;

}

.list_header div .title_big {
	font-size: 32px;
	font-weight: bold;
}

.list_line_header {
	border-bottom: solid 1px #2a4978;
	width: 95%;
	margin: 15px 25px;
}

.list_content {
	margin: 0 auto;
	width: 950px;
}

.list_content .post_field {
	color: #2a4978;
}

.list_content .post_field .post_title {
	font-weight: bold;
	margin-bottom: 10px;
}

.list_content .post_field .post {
	width: 635px;
	height: 135px;
	padding: 15px;
	border: solid 1px #e1e1e1;
	border-radius: 4px;
	margin-right: 24px;
}

.list_content .post_field .button_post {
	background: url('/images/default/button-post.png') transparent;
	width: 262px;
	height: 58px;
	cursor: pointer;
}
.list_content .post_field .button_post:hover {
	background: url('/images/default/button-post_hover.png') transparent;
}

.list_content .post_field .button_attach_file {
	background: url('/images/default/button-icon-add-new.png') transparent no-repeat;
	height: 25px;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 1px;
	cursor: pointer;
}

.list_search {
	background-color: #7a8595;
	margin-bottom: 40px;
}
.list_search .list_search_content {
	display: table;
	padding: 5px 0 5px 20px;;
}
.list_search .list_search_content span {
	color: white;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
}
.list_search .list_search_content span .input_text {
	border: none;
	border-radius: 3px;
	height: 25px;
	width: 300px;
	padding-left: 10px;
}
.list_search .list_search_content span .select_option {

	border: none;

	border-radius: 3px;

	padding: 3px;

}
.list_search .list_search_content span .button_search {

	border: none;

	background-image: url('/images/default/button-search.png');

	background-color: transparent;

	width: 110px;

	height: 41px;

	cursor: pointer;

}
.list_search .list_search_content span .button_search:hover {

	background-image: url('/images/default/button-search-hover.png');

}

.list_search .list_search_content span .button_export {
	border: none;
	background-image: url('/images/default/buttons-export.png');
	background-color: transparent;
	width: 110px;
	height: 41px;
	cursor: pointer;
}

.list_search .list_search_content span .button_export:hover {
	background-image: url('/images/default/buttons-export-hover.png');
}.button_upload {
	border: none;
	background-image: url('/images/default/button-upload-small.png');
	background-color: transparent;
	width: 110px;
	height: 43px;
	cursor: pointer;
}

.button_upload:hover {
	background-image: url('/images/default/button-upload-small-hover.png');
	width: 110px;
	height: 43px;
}
.list_search .list_search_content span .advance_search:link, .list_search .list_search_content span .advance_search:visited {

	color: white;

	font-style: italic;

}
.list_search .list_search_content span .advance_search:hover, .list_search .list_search_content span .advance_search:active {

	color: blue;

	font-style: italic;

}
.list_table_title {

	color: #2a4978;

}
.list_table_title .title {

	font-size: 24px;

	font-weight: bold;

}
.list_table_title .title_note {

	font-size: 16px;

	font-weight: bold;

	color: #848587;

}
.list_table_title .add_new {

	display: table;

}
.list_table_title .add_new span {

	display: table-cell;

	vertical-align: middle;

	padding-left: 5px;

	font-weight: bold;

}
.list_table_title .add_new a {

	display: block;

	text-decoration: none;

}
.list_line_table {

	border-bottom: solid 1px #2a4978;

	margin: 15px auto;

}
.list_table_content {

	border-collapse: collapse;

	width: 950px;

}
.list_table_content td {

	text-align: left;

}
.list_table_content td:nth-child(1) {

	width:5%;

}
.list_table_content td:hover {

	cursor:pointer;

}
.not_clickable td:hover {

	cursor:default;

}

.list_table_content .header {

	background-color: #2a4978;

	color: white;

}
.list_table_content .header td {

	padding: 10px;

}
.list_table_content .body {

	background-color: white;

	border-bottom: solid 1px #e1e1e1;

}
.list_table_content .body:hover {

	background-color: #e9ecf1;

}
.list_table_content .body td {

	padding: 10px;
	vertical-align: middle;

}
.list_table_content .body .action a:link, .list_table_content .body .action a:visited {

	display: inline-block;

	margin-right: 5px;

}
.list_table_content .body .action a {

	width: 27px;

	height: 22px;

}
.list_table_content .body .action a span {

	display: none;

}
.list_table_content .body .action .save:link, .list_table_content .body .action .save:visited {

	background-image: url('/images/default/list-action-save.png');

}
.list_table_content .body .action .edit:link, .list_table_content .body .action .edit:visited {

	background-image: url('/images/default/list-action-edit.png');

}

.list_table_content .body .action .viewschedule:link, .list_table_content .body .action .viewschedule:visited {

	background-image: url('/images/default/list-action-schedule.png');

}
.list_table_content .body .action .assign:link, .list_table_content .body .action .assign:visited {

	background-image: url('/images/default/list-action-assign.png');

}

.list_table_content .body .action .stats:link, .list_table_content .body .action .stats:visited {

	background-image: url('/images/default/list-action-stats.png');

}
.list_table_content .body .action .kpi:link, .list_table_content .body .action .kpi:visited {

	background-image: url('/images/default/list-action-kpi.png');

}
.list_table_content .body .action .download:link, .list_table_content .body .action .download:visited {

	background-image: url('/images/default/list-action-download.png');

}

.list_table_content .body .action .viewlist:link, .list_table_content .body .action .viewlist:visited {

	background-image: url('/images/default/list-action-viewlist.png');

}

.list_table_content .body .action .edit-question:link, .list_table_content .body .action .viewlist:visited {

	background-image: url('/images/default/list-action-edit-question.png');

}

.list_table_content .body .action .deliveries:link, .list_table_content .body .action .deliveries:visited {
	background-image: url('/images/default/list-action-deliveries.png');
}

.list_table_content .body .action .deliveries:hover, .list_table_content .body .action .deliveries:active {
	background-image: url('/images/default/list-action-deliveries-hover.png');
}

.list_table_content .body .action .trash:link, .list_table_content .body .action .trash:visited {
	background-image: url('/images/default/list-action-trash.png');
}

.list_table_content .body .action .print:link, .list_table_content .body .action .print:visited {
	background-image: url('/images/default/list-action-print.png');
}

.list_table_content .body .action .resendemail:link, .list_table_content .body .action .resendemail:visited {
	background-image: url('/images/default/list-action-email.png');
}

.list_table_content .body .action .inventory:link, .list_table_content .body .action .inventory:visited {
	background-image: url('/images/default/list-action-stock.png');
}

.list_table_content .body .action .creditlimit:link, .list_table_content .body .action .creditlimit:visited {
	background-image: url('/images/default/list-action-creditlimit.png');
}

.list_table_content .body .action .report:link, .list_table_content .body .action .report:visited {
	background-image: url('/images/default/list-action-surveyreport.png');
}
.list_table_content .body .action .save:hover, .list_table_content .body .action .save:active {
	background-image: url('/images/default/list-action-save-hover.png');
}
.list_table_content .body .action .edit:hover, .list_table_content .body .action .edit:active {
	background-image: url('/images/default/list-action-edit-hover.png');
}
.list_table_content .body .action .viewschedule:hover, .list_table_content .body .action .viewschedule:active {
	background-image: url('/images/default/list-action-schedule-hover.png');
}

.list_table_content .body .action .assign:hover, .list_table_content .body .action .assign:active {
	background-image: url('/images/default/list-action-assign-hover.png');
}

.list_table_content .body .action .stats:hover, .list_table_content .body .action .stats:active {
	background-image: url('/images/default/list-action-stats-hover.png');
}

.list_table_content .body .action .kpi:hover, .list_table_content .body .action .kpi:active {
	background-image: url('/images/default/list-action-kpi-hover.png');
}

.list_table_content .body .action .download:hover, .list_table_content .body .action .download:active {
	background-image: url('/images/default/list-action-download-hover.png');
}
/* Added by Dhimas Anugrah Dwi Yunidar on January 29, 2016 */
.menu_content .menu_list .crm_call:link, .menu_content .menu_list .crm_call:visited {
	background-image: url('/images/default/menu-call.png');
}
.menu_content .menu_list .crm_task:link, .menu_content .menu_list .crm_task:visited {
	background-image: url('/images/default/menu-todo.png');
}
.menu_content .menu_list .import_log:link, .menu_content .menu_list .import_log:visited {
	background-image: url('/images/default/menu-import-log.png');
}
.menu_content .menu_list .holidays:link, .menu_content .menu_list .holidays:visited {
	background-image: url('/images/default/menu-holidays.png');
}
.menu_content .menu_list .crm_event:link, .menu_content .menu_list .crm_event:visited {
	background-image: url('/images/default/menu-event.png');
}
.menu_content .menu_list .crm_cs:link, .menu_content .menu_list .crm_cs:visited {
	background-image: url('/images/default/menu-cs.png');
}
.list_table_content .body .action .trash:hover, .list_table_content .body .action .trash:active {
	background-image: url('/images/default/list-action-trash-hover.png');
}

.list_table_content .body .action .print:hover, .list_table_content .body .action .print:active {
	background-image: url('/images/default/list-action-print-hover.png');
}

.list_table_content .body .action .resendemail:hover, .list_table_content .body .action .resendemail:active {
	background-image: url('/images/default/list-action-email-hover.png');
}

.list_table_content .body .action .viewlist:hover, .list_table_content .body .action .viewlist:active {
	background-image: url('/images/default/list-action-viewlist-hover.png');
}
/* Added by Dhimas Anugrah Dwi Yunidar on January 29, 2016 */
.menu_content .menu_list .crm_call:hover, .menu_content .menu_list .crm_call:active {
	background-image: url('/images/default/menu-call-hover.png');
}
.menu_content .menu_list .crm_task:hover, .menu_content .menu_list .crm_task:active {
	background-image: url('/images/default/menu-todo-hover.png');
}
.menu_content .menu_list .import_log:hover, .menu_content .menu_list .import_log:active {
	background-image: url('/images/default/menu-import-log-hover.png');
}
.menu_content .menu_list .holidays:hover, .menu_content .menu_list .holidays:active {
	background-image: url('/images/default/menu-holidays-hover.png');
}
.menu_content .menu_list .crm_event:hover, .menu_content .menu_list .crm_event:active {
	background-image: url('/images/default/menu-event-hover.png');
}
.menu_content .menu_list .crm_cs:hover, .menu_content .menu_list .crm_cs:active {
	background-image: url('/images/default/menu-cs-hover.png');
}

.list_table_content .body .action .edit-question:hover, .list_table_content .body .action .edit-question:active {
	background-image: url('/images/default/list-action-edit-question-hover.png');
}

.list_table_content .body .action .inventory:hover, .list_table_content .body .action .inventory:active {
	background-image: url('/images/default/list-action-stock-hover.png');
}

.list_table_content .body .action .creditlimit:hover, .list_table_content .body .action .creditlimit:active {
	background-image: url('/images/default/list-action-creditlimit-hover.png');
}

.list_table_content .body .action .report:hover, .list_table_content .body .action .report:active {
	background-image: url('/images/default/list-action-surveyreport-hover.png');
}
.menu_content .menu_list .crm_contract:link, .menu_content .menu_list .crm_contract:visited {
	background-image: url('/images/default/icon-contract.png');
}
.menu_content .menu_list .crm_contract:hover, .menu_content .menu_list .crm_contract:active {
	background-image: url('/images/default/icon-contract-blue.png');
}

.menu_content .menu_list .crm_library:link, .menu_content .menu_list .crm_library:visited {
	background-image: url('/images/default/menu-library.png');
}
.menu_content .menu_list .crm_library:hover, .menu_content .menu_list .crm_library:active {
	background-image: url('/images/default/menu-library-hover.png');
}


.list_table_content .list_button.show {
	display: block;
	width: 20px;
	height: 20px;
	background: url('/images/default/icon-hide.png');
	cursor: pointer;
}

.list_table_content .list_button.hide {
	display: block;
	width: 20px;
	height: 20px;
	background: url('/images/default/icon-show.png');
	cursor: pointer;
}

.list_content .pager_limit_text {

	padding: 0;

	padding-right: 10px;

	display:table-cell;

	vertical-align: middle;

}
.pager_limit {

	position: relative;

}
.pager_limit .styled_select .text {

	position: absolute;

	font-size: 14px;

	top: 2px;

	left: 3px;

}
.pager_limit .styled_select {

	position: relative;

	width: 60px;

	height: 20px;

	background: url('/images/default/pager-limit-button.png') no-repeat right white;

	background-size: 15px 20px;

	border: solid 1px #e0e0e1;

	border-top-left-radius: 4px;

	border-bottom-left-radius: 4px;

}
.pager_list .page_nonactive {

	border: none;

	width: 28px;

	height: 28px;

	background-image: url('/images/default/pagebox.png');

	background-color: transparent;

	cursor: pointer;

}
.pager_list .page_active {

	color: white;

	border: none;

	width: 28px;

	height: 28px;

	background-image: url('/images/default/pagebox-active.png');

	background-color: transparent;

	cursor: pointer;

}
.pager_limit select {

	position: absolute;

	z-index: 999;

	width: 0;

	background: none;

	border: none;

	padding-right: 60px;

	height: 20px;

	appearance: none;

	-webkit-appearance: none;

	-moz-appearance: none;

	border-top-left-radius: 4px;

	border-bottom-left-radius: 4px;

}
.detail_title {

	font-size: 24px;

	font-weight: bold;

	color: #2a4978;

	margin-left: 25px;

}
.detail_title .left {

	margin-left: 25px;

}
.detail_title .right {

	margin-right: 15px;

}
.detail_content {

	margin: 40px auto 0;

	width: 950px;

}
.detail_content .image {

	margin-right: 40px;

}
.detail_content .image span {

	display:block;

	margin-bottom: 20px;

}
.detail_content .image img {

	margin-left: 7px;

	width: 200px;

	border-radius: 6px;

}
.detail_content .image .image_url_label {

	display: inline-block;

	width: 214px;

	height: 52px;

	background-image: url('/images/default/button-uploadpic.png');

	cursor: pointer;

}
.detail_content .image .image_url_label:hover {

	background-image: url('/images/default/button-uploadpic-hover.png');

}
.detail_content .content tr {

	height: 30px;

}
.detail_content .content .field_name {

	color: #2a4978;

	font-weight: bold;

	/* padding-top: 5px; */

	padding-right: 20px;

	vertical-align: top;

    padding-top: 0px;

}
.detail_content .content input[type=text], input[type=password] {

	width: 330px;

	height: 25px;

	padding-left: 10px;

	border: solid 1px #e1e1e1;

	border-radius: 4px;

}
.detail_content .content textarea {

	width: 330px;

	padding-left: 10px;

	border: solid 1px #e1e1e1;

	border-radius: 4px;

}
.detail_content .content select {

	height: 25px;

	border: solid 1px #e1e1e1;

	border-radius: 4px;

}

.detail_content .submit_create {
	width: 135px;
	height: 52px;
	margin-left: 10px;
	border: none;
	background-image: url('/images/default/button-create.png');
	background-color: transparent;
	cursor: pointer;
}

.detail_content .button_lanjut {
	width: 135px;
	height: 52px;
	margin-left: 10px;
	border: none;
	background-image: url('/images/default/button-lanjut.png');
	background-color: transparent;
	cursor: pointer;
}

.detail_content .button_next {
	width: 135px;
	height: 52px;
	margin-left: 10px;
	border: none;
	background-image: url('/images/default/button-next.png');
	background-color: transparent;
	cursor: pointer;
}.detail_content .submit_print {
	width: 110px;
	height: 43px;
	margin-left: 10px;
	border: none;
	background-image: url('/images/default/buttons-print.png');
	background-color: transparent;
	cursor: pointer;
}

.detail_content .submit_edit {
	width: 135px;
	height: 52px;
	margin-left: 10px;
	border: none;
	background-image: url('/images/default/button-save.png');
	background-color: transparent;
	cursor: pointer;
}

.detail_content .submit_create:hover {
	background-image: url('/images/default/button-create-hover.png');
}

.detail_content .button_lanjut:hover {
	background-image: url('/images/default/button-lanjut-hover.png');
}

.detail_content .button_next:hover {
	background-image: url('/images/default/button-next-hover.png');
}

.detail_content .submit_print:hover {
	background-image: url('/images/default/buttons-print-hover.png');
}

.detail_content .submit_edit:hover {
	background-image: url('/images/default/button-save-hover.png');
}

#task_calendar .fc-header {
	width: 581px !important;
	height: 45px;
	background-color: #1a4978;
}
#task_calendar .fc-header .fc-header-left {
	position: relative;
}
#task_calendar .fc-header .fc-header-left .fc-button-today {
	display: none;
}
#task_calendar .fc-header .fc-header-left .fc-button-prev {
	position: absolute;
	top: 10px;
	left: 190px;
	background: url('/images/default/prev.png') no-repeat;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: none;
}
#task_calendar .fc-header .fc-header-left .fc-button-prev:hover, #task_calendar .fc-header .fc-header-left .fc-button-prev:active {
	background: url('/images/default/prev-hover.png') no-repeat;
}
#task_calendar .fc-header .fc-header-left .fc-button-prev .ui-icon {
	background: none;
}
#task_calendar .fc-header .fc-header-left .fc-button-next {
	position: absolute;
	top: 10px;
	left: 370px;
	background: url('/images/default/next.png') no-repeat;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: none;
}
#task_calendar .fc-header .fc-header-left .fc-button-next:hover, #task_calendar .fc-header .fc-header-left .fc-button-next:active {
	background: url('/images/default/next-hover.png') no-repeat;
}
#task_calendar .fc-header .fc-header-left .fc-button-next .ui-icon {
	background: none;
}
#task_calendar .fc-header .fc-header-center .fc-header-title {
	margin-top: 10px;
	color: white;
}

#task_calendar .fc-content {
	width: 581px;
}
#task_calendar .fc-content .fc-day-header {
	background: #d9dfe8;
	color: #2a4978;
}
#task_calendar .fc-content .fc-week .fc-day.ui-state-highlight {
	border: none;
	background: #4a586d !important;
}
#task_calendar .fc-content .fc-week .fc-day:hover, #task_calendar .fc-content .fc-week .fc-day:active {
	border: none;
	background: #4a586d !important;
}
#task_calendar .fc-content .fc-week .fc-day:hover .fc-day-number, #task_calendar .fc-content .fc-week .fc-day:active .fc-day-number, #task_calendar .fc-content .fc-week .fc-day.fc-sun:hover .fc-day-number,  #task_calendar .fc-content .fc-week .fc-day.fc-sun:active .fc-day-number {
	float: none;
	padding: 0 2px;
	background: #2a4978;
	text-align: center;
	color: white;
	border: solid 1px white;
	width: 20px;
	height: 24px;
	margin-top: 8px;
	margin-left: 28px;
	border-radius: 4px;
}
#task_calendar .fc-content .fc-week .fc-day {
	width: 13%;
	background: white;
	cursor: pointer;
}
#task_calendar .fc-content .fc-week .fc-day > div {
	min-height: 74px !important;
}
#task_calendar .fc-content .fc-week .fc-day.ui-state-highlight .fc-day-number {
	float: none;
	padding: 0 2px;
	background: #2a4978;
	text-align: center;
	color: white;
	border: solid 1px white;
	width: 20px;
	height: 24px;
	margin-top: 8px;
	margin-left: 28px;
	border-radius: 4px;
}
#task_calendar .fc-content .fc-week .fc-day .fc-day-number {
	float: none;
	padding: 0 2px;
	text-align: center;
	color: #2a4978;
	border: solid 1px #2a4978;
	width: 20px;
	height: 24px;
	margin-top: 8px;
	margin-left: 28px;
	border-radius: 4px;
}
#task_calendar .fc-content .fc-week .fc-day.fc-sun .fc-day-number {
	border: solid 1px red;
	color: red;
}
#task_calendar .fc-content .fc-week .fc-day.fc-sun {
	background: #fce9e9;
}
#task_calendar .fc-content .fc-week .fc-day.fc-other-month {
	background: #e0e0e0;
}
#task_calendar .fc-content .fc-week .fc-day.fc-sun.fc-other-month {
	background: #ddcfcf;
}

.task_header {
	width: 350px;
	background: #4a586d;
	color: white;
	text-align: center;
	padding: 10px 0;
}

#vertical-scrollbar-demo {
	height: 100px;
	height: 525px;
	padding-right: 11px;
}
.scroll-bar.horizontal {
	display: none !important;
}
#vertical-scrollbar-demo .viewport {
	background: #737f90;
	display: block !important;
}
.scrollable.gray-skin .scroll-bar.vertical {
	padding: 0 1px;
	width: 9px;
	border: none;
	background: #414b5a;
	display: block !important;
}
.scrollable.gray-skin .scroll-bar.vertical:hover .thumb {
	background: #7a818c !important;
}
.scrollable.gray-skin .scroll-bar .thumb {
	border-radius: 4px;
	background: #7a818c;
	width: 9px;
}
.scrollable.gray-skin .scroll-bar .thumb:hover {
	background: #7a818c;
}

.task_item {
	width: 299px;
	margin: 20px
}

.button_link {

	font-size: 14px;

	display: inline-block;

	padding-top: 13px;

	color: #2a4978;

	text-align: center;

	width: 220px;

	height: 30px;

	background: url('/images/default/submenu-button-wrapper.png');

	text-decoration: none;

}
.button_link:hover {
	background: url('/images/default/submenu-button-wrapper-hover.png');
	color: white;
}
.button_link.btn_active:hover,  .button_link.btn_active{
	background: url('/images/default/submenu-button-wrapper-hover.png');
	color: white;
}

.addbutton {
    background-image:url('/images/default/button-icon-add-new.png');
    border:none;
    height:25px;
    width:25px;
    background-color: transparent;
    padding:0px;
    vertical-align: middle;
}

.removebutton {
    background-image:url('/images/default/list-action-trash-hover.png');
    border:none;
    height:22px;
    width:27px;
    background-color: transparent;
    padding:0px;
}
.list_table_content td , th {

	font-size: 12px;

}
.product {

	width: 950px;

}
.kpi_title {

	background: #2a4978;

	color: white;

	width: 600px;

	padding: 10px 20px;

}
.kpi_content {

	background: white;

	margin-bottom: 20px;

}
td {

	vertical-align: top;

}
.create_center {

	display: inline-block;

	text-align: center;

	margin-top: 20px;

	width: 950px;

}
.space-30 {

	margin-top:30px;

}
.error_popup{

    width:100%;

    height:100%;

    position:fixed;

    z-index:1001;

    background:#CCC;

    opacity:0.8;

    display:none;

}

.error_popup_inner{

    width:400px;

    height:200px;

    margin:auto;

    background:black;

    position:fixed;

    z-index:1002;

    left:35%;

    top:35%;

    display:none;

}

.error_popup_header{

    width:100%;

    height:50px;

    background:#284780;

    margin-top:-1px;

}

.error_popup_contain{

    width:100%;

    height:152px;

    background:white;

}

.error_title{

    margin: auto;

    width: 170px;

    text-align: center;

    height: 35px;

    color: white;

    padding-top: 15px;

    font-weight: bold;

}

.error_content{

    margin: auto;

    width: 350px;

    margin-top: 2px;

    height: 35px;

    color: red;

    padding-top:25px;

}

.error_popup_close{

    margin: auto;

    width: 350px;

    height: 35px;

    padding-top:10px;

    font-weight: bold;

    color: white;

}

.error_popup_btn_close{

    width:100px;

    height:25px;

    margin:auto;

    text-align:center;

    background:#284780;

    cursor:pointer;

}

.error_popup_btn_close:hover , .error_popup_btn_ok:hover{

    opacity:0.4;

}

.error_popup_ok{

    margin: auto;

    width: 350px;

    height: 35px;

    padding-top:10px;

    font-weight: bold;

    display:none;

    color: white;

}

.error_popup_btn_ok{

    width:100px;

    height:25px;

    margin:auto;

    text-align:center;

    background:#284780;

    cursor:pointer;

}

.centered_btn {

    text-align:center;

}

.centered_btn div {

    width:100px;

}
.error_popup_inner span{

    vertical-align: middle;

    box-sizing: content-box;

}
.button_duplicate {

    border:none;

    background: url('/images/default/button-duplicate.png');

    width:216px;

    height:43px;

}

.button_duplicate:hover {

    border:none;

    background: url('/images/default/button-duplicate-hover.png');

    width:216px;

    height:43px;

}

.span_duplicate {

    margin-left: 20px;

}
.button_download {

	width: 27px;

	height: 22px;

	background: url('/images/default/list-action-download.png');

	cursor: pointer;

}
.button_download:hover {

	background: url('/images/default/list-action-download-hover.png');

}
.good_performance, .bad_performance {

	background: #788494;

}

.label_blue {
	min-width: 70px;
	padding:10px;
	background:#2a4978;
	color:white;
	border-radius:13px;
	text-align: center;
}

.notes_grey {
	margin: 10px 0 50px 0;
	width: 630px;
	padding:10px;
	color:white;
	background:#788394;
	text-align:center;
}

.company_logo_label {
	cursor: pointer;
	display: inline-block;
	width: 138px;
	height: 52px;
	background-image: url('/images/default/button-upload.png');
}

.company_logo_label:hover {
	background-image: url('/images/default/button-upload_hover.png');
}

.time_picker {
	width: 16px; height:16px;
	background: url('/images/default/time_picker_256x240.png') -80px, -96px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #222222;
	margin-top: 3px;
	cursor: pointer;
}

#teaserback {
	background-color: #2a4978 !important;
}.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.changePassword {
	font-size: 11px;
	line-height: 23px;
	font-style: italic;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 150px;
}

.notes-red {
    font-size:12px;
    color:red;
}

.task-right-status-bar {
    background-color: #1a4978;
    display: inline-block;
    float: right;
    border-radius: 10px;
    padding: 5px;
    vertical-align: middle;
    margin-top: 10px;
}

.task-right-status {
    color:white;
    font-size:14px;
    text-align:center;
}

.calendar-name span {
    margin-left:20px;
}

.task_item {
    cursor:pointer;
}

.sm-red {
    font-size:10px;
    color:red;
}

.hide {
    display:none;
}

.submit_add_new{
    background-color: transparent;
    border: 0px;
    cursor:pointer;
}

.detail_content .content input:read-only, .detail_content .content textarea:read-only {
	background-color:rgba(239, 239, 239, 0.97);
}

.button_lanjut.hide {
	display:none;
}