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

/* Reset Browser */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus { outline: 0; }
body {
	background: #f5f5f5;
	line-height: 1;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #3b3b3b;
	font-weight: 400;
}
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
del { color: #333; }
ins { background: #fff9c0; text-decoration: none; }
hr { background-color: #ccc; border: 0; height: 1px; margin: 24px; margin-bottom: 1.714285714rem; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
small { font-size: smaller; }
img { border: 0; -ms-interpolation-mode: bicubic; }
.clear { clear: both; }
.pointer { cursor: pointer; }
strong { font-weight: 700; }
em { font-style: italic; }
optgroup { padding: 8px 0; }

/* General */
header {
	height: 72px;
	width: 100%;
	background: #375d81;
}
article {
	min-height: 460px;
	display: block;
	padding: 32px 0;
	width: 90%;
	min-width: 960px;
	margin: 0 auto;
	max-width: 1200px;
}
.wrap {
	width: 90%;
	min-width: 960px;
	margin: 0 auto;
}
.logo {
	float: left;
	display: block;
	margin: 15px 0 0 0;
}
.description {
	float: right;
	margin: 32px 0 0 0;
	text-align: right;
	color: #ececec;
	font-size: 20px;
	font-weight: 700;
}
.headmenu {
	background: #2b4660;
	border-bottom: 1px solid #FFF;
	box-shadow: 0 1px 1px #a3a3a3;
}
nav a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	color: #8eaecc;
	text-decoration: none;
}
nav a:hover {
	color: #FFF;
}
nav a#current {
	background: #6285a7;
	color: #FFF;
	text-shadow: 1px 1px 1px #545454;
}
footer {
	background: #375D81;
	height: 32px;
	text-align: center;
	border-top: 1px solid #FFF;
	box-shadow: 0 -1px 1px #a3a3a3;
	padding: 16px 0;
	color: #acc0d2;
	font-size: 10px;
	line-height: 14px;
	width: 100%;
}
footer a {
	color: #acc0d2;
	text-decoration: none;
}
footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
input:not([type]), input[type="text"], input[type="password"], select, textarea {
	padding: 4px;
	border: 1px solid #999;
	border-radius: 4px;
	background: #e3e3e3;
	color: #737373;
}
input:not([type]), input[type="text"]:hover, select:hover, input[type="password"]:hover, textarea:hover {
	border: 1px solid #333;
	background: #efefef;
}
input:not([type]), input[type="text"]:focus, select:focus, input[type="password"]:focus, textarea:focus {
	color: #383838;
	background: #fafafa;
	border: 1px solid #000;
	box-shadow: 0 0 2px #999;
}
input:not([type]), input[type="submit"], input[type="button"], .button {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-weight:700;
	font-style:normal;
	height:32px;
	width:92px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
	cursor: pointer;
}
input:not([type]), input[type="submit"]:hover, input[type="button"]:hover, .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
}
input:not([type]), input[type="submit"]:active, input[type="button"]:active, .button:active { position:relative; top:1px; }
input[type="text"]:disabled { background: #FFF; border: 1px solid #CCC; }
.uploadbox div, .uploadbox input, .fileupload, .uploadbutton, .uploadbox { cursor: pointer !important; }
.uploadbox:hover { text-decoration: underline; }
table td { padding: 4px 2px; border-bottom: 1px solid #d3d3d3; line-height: 18px; font-size: 12px; }
table th {
	padding: 6px 2px;
	border-bottom: 1px solid #d3d3d3;
	font-weight: 700;
	background: #6285A7;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}
.tdhcenter {
	text-align: center;
}
.tdtop { vertical-align: top; }
.tdright { text-align: right; }
#notif, #notifdelete {
	text-align: center;
	color: #FFF;
}
#notif div, #notifdelete div {
	padding: 8px;
	border: 1px solid #FFF;
	box-shadow: 0 0 4px #999;
	border-radius: 4px;
	margin: 8px;
}
.notifno {
	background: #900;
}
.notifyes {
	background: #060;
}
.tdaction img {
	margin: 0 2px;
}
.divright {
	float: right;
}
#notifdelete {
	display: none;
}
.homeh2report {
	text-align: center !important;
	margin-top: 24px !important;
}
.homeh3 {
	color: #929292;
	text-align: center;
	text-transform: none;
	font-weight:400;
	padding: 0 0 16px 0;
}
.selectservice {
	padding: 24px 0 0 0;
	text-align: center;
}
.selectservice img {
	margin: 0 16px;
	border: 1px solid #cdcdcd;
}
.selectservice img:hover {
	border: 1px solid #375D81;
}

/* Tipografi */
h2 {
	font-size: 28px;
	line-height: 32px;
	color: #375D81;
	text-transform: uppercase;
	font-weight: 300;
	padding-bottom: 10px;
	border-bottom: 1px dotted #98a2ab;
	margin-bottom: 28px;
	text-align: center;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 8px;
	font-weight: 700;
	text-transform: uppercase;
}
.campaignlistservice {
	font-size: 18px;
	line-height: 24px;
	color: #375D81;
	text-shadow: 1px 1px 1px #FFF;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #375D81;
}

/* Login */
.login {
	width: 360px;
	margin: 64px auto;
	padding: 0;
	border: 1px solid #6285a7;
	box-shadow: 0 0 4px #999;
	border-radius: 8px;
	background: #FFF;
	overflow: hidden;
	position: relative;
}
.login table {
	width: 248px;
	margin: 24px auto;
}
.login table td {
	padding: 4px 2px;
	border: none;
}
.login h2 {
	background: #375D81;
	color: #FFF;
	padding: 8px 0;
	text-align: center;
}
.login #loader {
	position: absolute;
	bottom: 28px;
	right: 86px;
	display: none;
}
.smallbutton {
	display: block;
	width: auto;
	background: #2B4660;
	padding: 6px 16px;
	color: #FFF;
	text-decoration: none;
	margin: 0 0 4px 0;
	border-radius: 4px;
	border: 1px solid #6285A7;
	cursor: pointer;
	position: relative;
	top: -4px;
}
.smallbutton:hover {
	background: #6285A7;
	border: 1px solid #FFF;
	box-shadow: 0 0 2px #2c2c2c;
}

/* User List */
tr.dark, td.dark {
	background: #e9e9e9;
}
.adduser {
	display: none;
}
.tabadduser {
	width: 95%;
	margin: 16px auto;
}
.newclient, .editclient {
	width: 640px;
	float: right;
	background: #CCC;
	margin: 8px 0 16px 0;
	border-radius: 8px;
	border: 1px solid #999;
}
.editclient { width: 700px; }
.newusersubmit {
	position: relative;
}
.newusersubmit .loader {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.tabuserlist {
	border-left: 1px solid #e4e4e4;
}
.tabuserlist td {
	padding: 4px 6px 1px;
	border-right: 1px solid #e4e4e4;
}
.tabuserlist th {
	border-right: 1px solid #839fb9;
}
.truseredit { display: none; }
.deluserask {
	float: right;
	width: 700px;
	margin: 6px 0;
	background: #ffd4ca;
	border-radius: 8px;
	padding: 8px;
	text-align: center;
	border: 1px solid #a54933;
	color: #000;
}
.buttonyes {
	background: #900;
	color: #FFF;
	padding: 2px 8px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 700;
}
.buttonyes:hover { background: #520707; }
.truserdel { display: none; }
.delusernotif { padding: 4px 0 0 0; font-weight: 700; display: none; }
.userbox { padding-bottom: 48px; }

/* Admin Report */
.maxwidth { max-width: 90%; min-width: 1220px; }
.toptool {
	background: #e6e6e6;
	padding: 8px;
	margin-bottom: 16px;
	border-radius: 2px;
	height: 30px;
}
.toolmonth {
	float: left;
	width: 560px;
}
.toolsearch {
	float: right;
	width: 340px;
	text-align: right;
}
#findbutton {
	height: auto;
	width: auto;
	padding: 4px 16px;
	line-height: 18px;
}
#inputfind {
	padding: 5px 8px 5px 32px;
	width: 200px;
	background-image: url(images/search.png);
	background-position: 6px 5px;
	background-repeat: no-repeat;
}
.titlebox {
	padding: 0 0 24px 0;
	margin: 0 0 32px 0;
	border-bottom: 1px dotted #98a2ab;
}
.titlephoto {
	float: left;
	width: 116px;
}
.titlephoto img {
	border: 1px solid #FFF;
	border-radius: 2px;
}
.titledesc {
	float: left;
	width: 50%;
}
.h2report {
	text-align: left;
	font-size: 30px;
	margin: 0;
	padding: 38px 0 0 0;
	line-height: 36px;
	font-weight: 300;
	border: none;
	text-transform: none;
	padding-bottom: 8px;
}
.h3report {
	font-size: 16px;
	text-transform: none;
	color: #7b8590;
	margin: 0;
}
.admintitle {
	padding: 0 0 32px 8px;
}
.admintitle .h2report {
	padding: 0 0 8px 0;
}
.searchtitle {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	padding-bottom: 16px;
	text-align: center;
	color: #2B4660;
}
.pagination {
	margin: 24px 0;
	text-align: center;
}
.number {
	padding-bottom: 8px;
}
.number strong, .number a {
	padding: 4px 6px;
	display: inline-block;
	margin: 0 2px;
	border-radius: 2px;
	text-decoration: none;
}
.number strong {
	background: #6285A7;
	color: #FFF;
	font-weight: 700;
}
.number a {
	background: #CCC;
	color: #2B4660;
}
.number a:hover {
	background: #6285A7;
	color: #FFF;
}
.showing {
	color: #999;
	padding-top: 4px;
	font-size: 11px;
	line-height: 18px;
}
tr.dark2, td.dark2 {
	background: #efefef;
}
.maxwidth .dark {
	background: #e6eef6;
}
.loadbg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.loadbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 122px;
	margin: -61px 0 0 -150px;
	border-radius: 16px;
	background: rgba(255,255,255,0.8);
	border: 2px solid #CCC;
	text-align: center;
	padding: 24px 0;
}
.bigloader {
	display: block;
	margin: 0 auto 32px auto;
}
.loadtext {
	font-size: 14px;
	line-height: 18px;
	color: #636363;
}
.tdcenter, #tdcenter {
	text-align: center;
}
.tdright, #tdright {
	text-align: right;
}
.tabreport th {
	padding: 6px 6px;
	vertical-align: middle;
	border-right: 1px solid #839fb9;
	border-bottom: 1px solid #839fb9;
}
.tabreport td {
	padding: 4px 10px;
	border-right: 1px solid #dcdcdc;
	vertical-align: middle;
}
.tabreport td.maintd {
	vertical-align: top;
}
.resetsearch {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #6285A7;
	padding-top: 4px;
}
.resetsearch a {
	color: #6285A7;
	text-decoration: none;
}
.resetsearch a:hover {
	text-decoration: underline;
}
.notfound {
	padding: 16px 0;
	font-size: 14px;
	font-weight: 700;
}
.rowtotal td {
	background: #c7daed;
	font-weight: 700;
	color: #444444;
}
.tabreport tr:hover {
	background: #ececec;
}
.tdadjustment:hover {
	background: #CCC url(images/edit2.png) no-repeat 8px center;
	cursor: pointer;
}
#tdmail:hover { background: #CCC url(images/edit2.png) no-repeat 2px center; }
.poptitle {
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	background: #375D81;
	color: #FFF;
	padding: 4px 0;
	font-size: 14px;
	line-height: 18px;
	border-radius: 4px 4px 0 0;
	margin-bottom: 8px;
}
.popdesc {
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 16px;
}
.adjustbox {
	text-align: center;
	height: 160px;
}
#adjustval, #emailval { text-align: right; }
.adjustbox {
	position: relative;
}
.adjustbox #loader {
	position: absolute;
	right: 20px;
	display: none;
}
.popbody {
	background: #FFF;
}
.popform { padding-bottom: 8px; }
.userlink {
	text-decoration: none;
	font-weight: 700;
	color: #333
}
.userlink:hover {
	text-decoration: underline;
	color: #000;
}
.textbox {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 48px 0;
}
.textbox p {
	line-height: 20px;
	padding-bottom: 14px;
}
.textbox h3 {
	padding: 16px 0 6px 0;
}
.textbox ul, .textbox ol {
	padding: 0 0 14px 36px;
}
.textbox ul li {
	line-height: 16px;
	list-style: disc;
	padding-bottom: 4px;
}
.textbox ol li {
	line-height: 16px;
	list-style: decimal;
	padding-bottom: 4px;
}
.textbox a {
	color: #375D81;
}
.textbox a:hover {
	color: #000;
}

/* Admin Detail */
.tabadmin {
	position: relative;
}
.tabadmin .emailnotif {
	position: absolute;
	right: 16px;
	top: 110px;
	width: 36px;
	height: auto;
	text-align: right;
	z-index: 10;
}
.tabitem {
	display: inline-block;
	text-decoration: none;
	padding: 6px 14px;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	border-top: 1px solid #2B4660;
	border-left: 1px solid #2B4660;
	border-right: 1px solid #2B4660;
	border-radius: 6px 6px 0 0;
	background: #cecece;
	border-bottom: 1px solid #2B4660;
}
#selected.tabitem {
	background: #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
}
.toptab {
	position: relative;
	bottom: -1px;
	z-index: 2;
}
.thetab {
	border: 1px solid #2B4660;
	border-radius: 0 8px 0 0;
	min-height: 240px;
	padding: 16px 0;
	position: relative;
}
.insidetab {
	margin: 0 16px;
}
.monthtitle {
	float: right;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	width: 480px;
	text-align: right;
	padding: 0 8px 0 0;
	text-transform: capitalize;
	margin-top: -4px;
}
.monthtitle small {
	font-weight: normal;
}
#alltool {
	margin-top: 24px;
}
#alltool .monthtitle {
	float: none;
	text-align: center;
	width: 100%;
	padding: 8px 0 0 0;
}
#tabreportmonthly {
	margin-bottom: 24px;
}
.accountid {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	padding: 4px 0 8px 1px;
}
.leaveempty {
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}
.tabsummary {
	margin: 16px 0;
	padding-bottom: 16px;
}
.accsum {
	width: 50%;
	min-width: 320px;
	padding-top: 8px;
}
.tabaccsum {
	border-left: 1px solid #CCC;
}
.tabaccsum th {
	border-right: 1px solid #CCC;
}
.tabaccsum td {
	border-right: 1px solid #CCC;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	text-align:center;
	font-weight: 700;
	padding: 8px 2px;
}
.summarytitle {
	font-weight: 700;
	font-size: 14px;
	color: #6285A7;
	padding-bottom: 8px;
	line-height: 18px;
}
.acctitle {
	border-bottom: 1px dotted #CCC;
	padding-top: 16px;
}
.invisible {
	display: none;
}
.legendbox {
	padding-top: 48px;
}
.legendtitle {
	font-weight: 700;
	padding-bottom: 8px;
}
.tablegend {
	width: 50%;
	float: left;
	display: block;
}
.tablegend td, .tablegend th {
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	border: none;
	font-style: italic;
	color: #5d5d5d;
	background: none;
	text-align: left;
}
.tablegend th {
	width: 40px;
}
.highlight {
	background: #e4e4e4;
}
.accountbox {
	padding: 16px 0 16px 0;
}
.tdmiddle {
	vertical-align: middle;
}
.campaignlist {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	border-bottom: 2px solid #CCC;
}
.tdblue {
	background: #e4e8f0;
}
.campaignlist td {
	border-top: 1px solid #d3d3d3;
	border-bottom: none !important;
}
.noborder {
	border-top: none !important;
}
.h3campaignlist {
	margin: 0;
	padding: 4px 0 0 8px;
}
#searchcampaign {
	width: 480px;
}
.setsearch {
	padding-right: 16px;
	color: #375D81;
}
.tabphone a {
	color: #333;
	text-decoration: none;
}
.tabphone a:hover {
	color: #000;
	text-decoration: underline;
}
.phonehead td {
	font-weight: 700;
	text-align: center;
	background: #e3e3e3;
}
.newcall {
	font-size: 11px;
	color: #4a6b82 !important;
	font-style: italic;
	cursor: pointer;
}
.newcall:hover {
	text-decoration: underline;
}
#voicedata #loader {
	right: 4px;
	bottom: 12px;
}
#voicedata {
	height: auto;
}
.pointer { cursor: pointer; }
.calldel { font-weight: 700; padding: 0 0 16px 0; }

/* CHART */
.reportchart {
	width: 30%;
	height: 240px;
	float: left;
	margin: 0 1.5%;
	padding: 32px 0;
}
.smallchart {
	width: 16.8%;
	height: 180px;
}
.thechart {
	background: #FFF;
	padding: 8px 0;
	border-radius: 4px;
	border: 1px solid #C7DAED;
}
.linechart {
	border-bottom: 1px solid #C7DAED;
	height: 2px;
	margin: 2px 0;
	clear: both;
}
#callfiretab_wrapper {
	padding-top: 16px;
}
.assignbutton {
	padding-top: 16px;
	position: relative;
}
.assignbutton #loaderassign {
	display: none;
	position: absolute;
	right: 96px;
	top: 18px;
}
.assignfire {
	cursor: pointer;
	color: #375D81;
	font-style: italic;
}
.assignfire:hover {
	text-decoration: underline;
}
.ui-tooltip {
	font-size: 12px !important;
	line-height: 16px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #6285A7 !important;
}
.mailtext {
	width: 99%;
	margin: 0 auto;
	height: 140px;
	overflow: auto;
}
.mailbutton {
	text-align: right;
	padding-right: 4px;
	position: relative;
	padding: 10px 1.4% 4px 0;
}
#loadermail {
	position: absolute;
	left: 8px;
	top: 10px;
	display: none;
}
.listcontent {
	display: none;
}
.assignto {
	max-height: 200px;
	overflow: auto;
	text-align: left;
	border: 1px solid #999;
	margin: 8px 16px;
	padding: 16px;
	border-radius: 4px;
	background: #ebebeb;
}
.assignp {
	padding: 0 0 6px 0;
	font-weight: 700;
}
.assignto ul {
	padding-bottom: 24px;
}
.assignto ul li {
	padding: 0 0 0 16px;
}
.callfireul li {
	list-style: disc;
	padding: 0 0 0 0;
	margin: 0 0 0 12px;
}

/* FILE UPLOAD */
.caldownsmall { display: none; }
.downsmall { display: none; }
.boxdownline { font-size: 12px !important; line-height: 16px !important; }
.ktpdesc { font-size: 12px; line-height: 18px; font-style: italic; }
.uploadbox { width: 100%; height: 24px; position: relative; }
.fileinput-button input {
	width: 104px;
	height:34px;
}
.uploadbox .progress {
	height: 8px;
	border: 1px solid #a9a9a9;
	border-radius: 4px;
	background: #efefef;
	display: none;
	width: 100px;
	margin-left: -50px;
	position: absolute;
	bottom: -10px;
	left: 50%;
}
.uploadbox .progress .progress-bar {
	background: #a9a9a9;
	height: 8px;
}
.userprofile {
	text-align: center;
	padding: 24px 0 16px 0;
	margin: 0 16px 0 0;
	position: relative;
}
.userimg {
	margin-bottom: 8px;
}
.userimg img {
	border: 1px solid #FFF;
	box-shadow: 0 0 4px #999;
	border-radius: 4px;
}
.newusersubmit #notif {
	float: left;
	width: 50%;
}
.newusersubmit #notif div {
	margin: 0;
}
.buttongrey {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff !important;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff !important;
	box-shadow:inset 0px 1px 0px 0px #ffffff !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bfbfbf) ) !important;
	background:-moz-linear-gradient( center top, #ededed 5%, #bfbfbf 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bfbfbf') !important;
	background-color:#ededed !important;
	border:1px solid #dcdcdc !important;
	color:#595959 !important;
	text-shadow:1px 1px 0px #ffffff !important;
}
.buttongrey:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bfbfbf), color-stop(1, #ededed) ) !important;
	background:-moz-linear-gradient( center top, #bfbfbf 5%, #ededed 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#ededed') !important;
	background-color:#bfbfbf !important;
}
.tdusername {
	font-weight: 700;
	color: #5f5f5f;
}
.tdusername a {
	color: #2B4660;
	text-decoration: none;
}
.tdusername a:hover {
	text-decoration: underline;
}
.myprofile .userprofile {
    padding: 0 0 8px 0;
}
.myprofile td {
	vertical-align: middle;
}
.myprofile .uploadbox .progress {
	bottom: -6px;
}
.myprofile .userimg {
	margin-bottom: 4px;
}
.haibox {
	float: right;
	width: 16%;
	text-align: right;
	color: #8eaecc;
	font-style: italic;
	position: relative;
	padding: 9px 44px 0 0;
}
.haibox .icon_message {
	position: absolute;
	right: 0;
	top: 2px;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	cursor: pointer;
}
.hello {
	font-size: 12px;
}
.managerbox {
	float: right;
	width: 116px;
	border-radius: 6px;
	margin: -42px 0 0 0;
	font-size: 12px;
}
.managername {
	padding: 8px 0px;
	text-align: center;
	font-weight: 700;
}
.managerphoto {
	text-align: center;
}
.managerphoto img {
	border: 2px solid #FFF;
}
/* Notification */
.notifbox {
	position: absolute;
	top: 36px;
	right: 0;
	width: 500px;
	min-height: 200px;
	height: auto;
	z-index: 20;
	overflow: auto;
	background: #FFF;
	padding: 24px 16px 0 16px;
	border-radius: 0 0 8px 8px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	box-shadow: 0 2px 2px #6b6b6b inset;
	display: none;
}
.messagebox {
	text-align: left;
	color: #333;
	font-style: normal;
	font-size: 13px;
	line-height: 17px;
}
.notifbox img {
	box-shadow: none;
	top: 0;
	border: none;
}
.messagebox img {
	top: 3px;
}
.message_subject {
	background: #CCC;
	padding: 4px 8px;
	margin-bottom: 2px;
}
.message_text {
	display: block;
	width: 482px;
	height: 128px;
	background: none;
	border: 1px solid #CCC;
	border-radius: 0;
	padding: 7px 8px;
	overflow: auto;
	margin-bottom: 16px;
}
.message_text:hover {
	background: none;
	border: 1px solid #CCC;
}
.managerboxtitle {
	text-align: center;
	padding: 8px 0px;
}
.delete_message {
	margin-top: 8px;
	float: right;
	text-align: right;
	width: auto;
	cursor: pointer;
	padding: 0 6px 2px 6px;
	border-radius: 4px;
	background: #dfdfdf;
	margin-top: -1px;
}
.delete_message:hover {
	background: #ebebeb;
}
.toggleup {
	background: #dfdfdf;
	padding: 4px 0;
	z-index: 40;
	text-align: left;
	cursor: pointer;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0 -16px;
}
.toggleup:hover {
	background: #CCC;
}
.toggleup img {
	left: 8px;
	top: 2px;
}
.message_loader {
	position: absolute !important;
	right: 24px;
	top: 54px !important;
	display: none;
}
.closebox_message {
	font-size: 11px;
	font-style: normal;
	color: #FFF;
	position: relative;
	top: -4px;
	left: 10px;
}
#message_notif {
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	font-style: normal !important;
	margin: 8px 0;
	color: #FFF;
	display: none;
}
#message_notif div {
	border-radius: 4px;
	padding: 8px 4px;
}
.print_icon {
	float: right;
	width: 200px;
	text-align: right;
	height: auto;
	position: relative;
	bottom: 6px;
}

/* Support ticket */
.supportarticle {
	width: 960px;
}
.mainsupport {
	width: 960px;
	margin: 16px auto;
}
.topicbox {
	float: right;
	min-height: 158px;
	width: 800px;
	position: relative;
}
.notopic {
	padding: 16px 8px;
	background: #E4E4E4;
	border-radius: 8px;
	text-align: center;
}
.newtopicbutton {
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px dotted #375D81;
}
.startsubject {
	border: 1px solid #E4E4E4;
	padding: 16px;
	margin-top: 32px;
	display: none;
	position: relative;
}
.startsubject #loader {
	position: absolute;
	right: 240px;
	bottom: 16px;
	display: none;
}
.subjectbox {
	background: #E4E4E4;
	border-radius: 4px;
	padding: 0;
	overflow:hidden;
	margin: 0 8px 8px 8px;
	cursor: pointer;
	border: 1px solid #F5F5F5;
}
.subjectbox:hover {
	border: 1px solid #ADADAD;
	box-shadow: 0 0 2px #CCC;
}
.subjecttitle {
	padding: 8px;
	line-height: 18px;
}
.adminticket {
	position: relative;
}
.delticket {
	right: 16px;
	top: 8px;
	z-index: 10;
	position: absolute;
	cursor: pointer;
}
.delticket:hover {
	box-shadow: 0 0 2px #000;
}
.ticket_delnotif {
	background: #900;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	padding: 4px 16px;
	text-align: right;
	display: none;
	border-radius: 4px;
	margin: 0 1px;
	position: relative;
}
.del_loader {
	position: absolute;
	top: 6px;
	left: 16px;
	display: none;
}
.delreply .notifno {
	background: #000;
	padding: 4px 8px;
	border-radius: 4px;
	margin-top: 4px;
}
.ticket_delnotif .delask {
	padding: 2px 12px;
	background: #2b2b2b;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
}
.ticket_delnotif .delask:hover {
	background: #000;
}
.adminticket .subjectbox {
	margin: 0;
}
.adminticket {
	padding: 0 8px 8px 8px;
}
.subjectproperty {
	font-size: 10px;
	line-height: 14px;
	padding: 4px 8px;
	background: #ADADAD;
	color: #e3e3e3;
	position: relative;
}
.listsubject {
	max-height: 640px;
	overflow: auto;
}
.newmessage {
	background: #c2e1ea;
}
.newmessage .subjectproperty {
	background: #375D81;
}
.newmessage:hover {
	border: 1px solid #375D81;
}
.loadmessage {
	position: absolute;
	right: 8px;
	bottom: 6px;
	background: url(images/message-loader-grey.gif) no-repeat center center;
	width: 16px;
	height: 11px;
	display: none;
}
.newmessage .loadmessage {
	background: url(images/message-loader-blue.gif) no-repeat center center;
}
.topicbox h4 {
	line-height: 18px;
	padding: 0 16px 10px 16px;
	font-weight: 700;
}
.subjectdetailproperty {
	font-size: 10px;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 10px;
	padding: 0 16px 10px 16px;
	color: #999;
	font-style: italic;
}
.listmessage {
	max-height: 420px;
	overflow: auto;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 16px;
}
.messagebox {
	position: relative;
	min-height: 16px;
	border-radius: 8px 8px 0 0;
}
.themessage {
	width: 100%;
	background: none;
	border: none;
	height: auto !important;
	display: block;
}
.themessage:hover {
	border: none;
	background: none;
}
.messageright {
	padding: 10px 16px 0 16px;
	background: #cfe7ee;
	margin: 0 16px 16px 16px;
}
.messageleft {
	padding: 10px 16px 0 16px;
	background: #E4E4E4;
	margin: 0 16px 16px 16px;
}
.messagebox .triangle {
	width: 0; 
	height: 0; 
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	position: absolute;
	bottom: 0px;
}
.messageright .triangle {
	border-left: 11px solid #9AC6D3;
	right: -11px;
}
.messageright .metamessage {
	text-align: right;
}
.messageleft .triangle {
	border-right: 11px solid #BBBBBB;
	left: -11px;
}
.messagebox .metamessage {
	padding: 4px 16px;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	margin: 12px -16px 0 -16px
}
.messageright .metamessage {
	background: #9ac6d3;
}
.messageleft .metamessage {
	background: #bbbbbb;
}
.replybox {
	padding: 16px;
	text-align: right;
	position: relative;
}
.replymessage {
	margin: 0 0 8px 0;
	display: block;
	width: 98.5%;
	min-height: 96px;
}
.replybox h4 {
	text-align: left;
	padding: 0 0 16px 0 !important;
}
.notifreply {
	float: left;
	margin: 0;
	width: 60%;
	font-size: 12px;
	line-height: 16px;
}
.notifreply div {
	margin: 0 !important;
}
.replybox #loader {
	position: absolute;
	right: 128px;
	bottom: 14px;
	display: none;
}
.newsupport {
	position: relative;
	top: 2px;
}
.newsupporttopic {
	position: relative;
	top: 2px;
	padding-right: 6px;
}
.backsupport, .backsupport:focus, .backsupport:hover, .backsupport:active {
	position: absolute !important;
	top: -68px !important;
	left: -160px !important;
}
.clientphoto {
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 5;
	line-height: 1;
	overflow: hidden;
	text-align: center;
}
.clientphoto img {
	width: 48px;
	height: 48px;
	border: 1px solid #ADADAD;
}
#subjecttitlemanager {
	padding: 6px 32px 6px 64px;
}
.subjectboxmanager .subjectproperty {
	padding: 3px 8px 3px 64px;
	position: relative;
	z-index: 1;
}
.newmessage .clientphoto img {
	border: 1px solid #375D81; 
}
.ticketdetail {
	float: right;
	width: 780px;
	position: relative;
}
.supportclientpic {
	float: left;
	width: 160px;
}
.supportclientpic img {
	border: 2px solid #FFF;
	border-radius: 4px;
	box-shadow: 0 0 2px #999;
}
.clientcompany {
	font-weight: 700;
	padding: 8px 0 0 0;
	font-size: 12px;
	line-height: 16px;
}
.clientname {
	font-size: 10px;
	line-height: 14px;
}
.ticketdetail h4 {
	font-weight: 700;
	padding: 0 0 8px 16px;
}
.ticketdetail .backsupport, .ticketdetail .backsupport:focus,
.ticketdetail .backsupport:hover, .ticketdetail .backsupport:active {
    left: -178px !important;
    position: absolute !important;
    top: -70px !important;
}
.thenotif #notif .notifno, .thenotif #notif .notifyes {
	margin: 0;
	padding: 6px;
}
.inputplain, .inputplain:hover, .inputplain:focus {
	padding: 0 !important;
	background: none !important;
	border: none !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px !important;
	line-height: 18px !important;
	color: #3b3b3b !important;
}
select.inputplain, select.inputplain:hover, select.inputplain:focus {
	position: relative;
	left: -6px;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.clientnote {
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	padding: 8px 0 0 0;
	color: #999;
}
.fotopengirim {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #FFF;
	border-radius: 4px;
	box-shadow: 0 0 2px #999;
	margin: 0 16px 0 8px;
}
.messagenote {
	float: left;
	width: 350px;
	text-align: left;
	line-height: 18px;
	font-size: 13px;
}
.messagebutton {
	padding-top: 10px;
	position: relative;
}
.messagebutton #loader {
	left: 100px;
	top: 10px;
}
.messagebutton input {
	font-weight: normal;
}
#notifmessagetitle {
	background: #900;
	margin-bottom: 16px;
	border-radius: 8px;
	padding: 8px;
}
.messagenotif .fancybox-skin {
	background: #900;
	border: 6px solid #FFF;
	box-shadow: 0 0 40px #000 !important;
	border-radius: 16px;
}
#adjustboxmessage {
	padding: 16px;
}

/* Manage campaign */
.userblock {
	margin-bottom: 16px;
	padding: 0 16px 8px 16px;
	border-bottom: 1px dotted #999999;
	border: 1px solid #CCC;
	background: #efefef;
	border-radius: 8px;
	overflow: hidden;
}
.userproperty {
	font-weight: 700;
	background: #737373;
	color: #FFF;
	margin: 0 -16px;
	padding: 8px 0 8px 18px;
}
.userproperty small {
	font-weight: normal;
}
.groupname {
	padding: 5px 4px;
	width: 200px;
	display: none;
}
#assigngroup {
	padding: 16px 0;
}
.accountproperty strong {
	display: block;
	padding: 0 0 8px 2px;
}
.tabmanagecampaign .dark {
	background: #ebf9ff;
}
.multiadjust {
	padding-bottom: 16px;
	border-bottom: 1px dotted #999;
	margin-bottom: 16px;
}
.tabreport tr:hover td.maintd {
    background: #F5F5F5 !important;
}
.underline:hover {
	text-decoration: underline;
}
.notifsmall {
	font-size: 12px;
	line-height: 16px;
}
.assignbutton #loadereditgroup {
	display: none;
	position: absolute;
	right: 12px;
	top: 18px;
}
.notifbutton {
	margin: 8px 2px 0 2px;
	display: inline-block;
	padding: 2px 6px;
	background: #C60;
	border: 1px solid #C90;
	border-radius: 4px;
	cursor: pointer;
}
.userchart {
	width: 22% !important;
}
#camp_name {
	line-height: 15px;
}
#camp_name small {
	color: #797979;
	font-size: 10px;
}
#other_jobs {
	display: block;
	margin-top: 4px;
	margin-left: 4px;
}
.inputnumber {
	text-align: right;
	width: 52px;
}
.show_cost {
	display: none;
}

/* QUICK MESSAGE */
.slidemessage {
	position: fixed;
	width: 33%;
	min-height: 400px;
	background: #C7DAED;
	right: 0;
	top: 107px;
	z-index: 100;
	border-top: 1px solid  #FFF;
	border-left: 2px solid  #FFF;
	box-shadow: -2px 0 2px #777777;
	display: none;
}
.innermessage {
	position: relative;
	padding-bottom: 92px;
}
.message_managerbox {
	padding: 10px 0 10px 16px;
}
.message_photo img {
	width: 48px;
	height: 48px;
	border: 1px solid #FFF;
}
.message_photo {
	float: left;
	width: 50px;
	margin-right: 8px;
}
.message_managerbox_right {
	float: left;
	width: auto;
	min-width: 200px;
	color: #2b4660;
	padding: 10px 0 0 0;
}
.message_title {
	font-size: 10px;
	line-height: 14px;
}
.message_name {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	padding-top: 4px;
}
.message_box {
	background: #e6e6e6;
	border: 1px solid #FFF;
	min-height: 240px;
	margin: 0 16px;
	box-shadow: 0 0 4px #999 inset;
}
.typebox {
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100%;
}
.typebox textarea {
	background: #FFF;
	border-radius: 0;
	border: 1px solid #FFF;
	box-shadow: 0 0 4px #999 inset;
	height: 56px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 16px;
	display: block;
	float: left;
	width: 72%;
	margin-left: 16px;
	resize: none;
}
.typebox textarea:hover, .typebox textarea:focus {
	border: 1px solid #9faebd;
}

.typebox .mess_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border:1px solid #337fed;
	display: block;
	cursor:pointer;
	color:#ffffff;
	font-size:12px;
	font-weight: 300;
	padding: 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
	float: right;
	margin-right: 16px;
	width: 16%;
	height: 68px;
	font-family: 'Open Sans', sans-serif;
}
.typebox .mess_button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.typebox .mess_button:active {
	position:relative;
	top:1px;
}
.message_box {
	position: relative;
	overflow: auto;
}
.slidemessage .notifmessage {
	position: absolute;
	bottom: 92px;
	left: 16px;
	font-size: 12px;
	line-height: 16px;
	width: 90%;
}
#mess_loader {
	position: absolute;
	left: 16px;
	bottom: 16px;
	display: none;
}
.quickmessageitem {
	margin: 16px 0;
}
.messagecontent {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 0 0 7%;
	border-radius: 4px 4px 0 0;
	font-size: 13px;
	line-height: 16px;
	padding: 3%;
	color: #242424;
}
.by_client .messagecontent {
	border: 1px solid #6285a7;
	background: #e6eef6;
}
.by_manager .messagecontent {
	border: 1px solid #9b9696;
	background: #f3f3f3;
}
.quickmessagemeta {
	color: #FFF;
	font-size: 10px;
	line-height: 14px;
	width: 80%;
	padding: 4px 3%;
	margin: 0 0 0 7%;
	height: 16px;
	position: relative;
}
.by_client .quickmessagemeta {
	background: #6285a7;
	border: 1px solid #6285a7;
	text-align: right;
}
.by_manager .quickmessagemeta {
	background: #9b9696;
	border: 1px solid #9b9696;
	text-align: left;
}
.quickmessagearrow {
	position: absolute;
	width: 16px;
	height: 24px;
}
.by_client .quickmessagearrow {
	right: -17px;
	top: 0;
	background: url(images/arrow-right.png) center center no-repeat;
}
.by_manager .quickmessagearrow {
	left: -17px;
	top: 0;
	background: url(images/arrow-left.png) center center no-repeat;
}
.notifslide {
	position: absolute;
	width: 382px;
	height: 81px;
	right: 8px;
	bottom: -146px;
	background: url(images/pop-up.jpg) center center no-repeat;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	z-index: 1000;
	padding: 50px 0 0 0;
	display: none;
}
.notifslidetext {
	float: right;
	width: 296px;
	padding: 5px 0 0 0;
}
.notif_photo {
	width: 64px;
	height: 64px;
	float: left;
	margin: 5px 0 0 11px;
}
.notif_photo img {
	width: 64px;
	height: auto;
}
.clientarea {
	text-align: center;
}
.clientbox {
	display: inline-block;
	width: 420px;
	text-align: left;
	padding: 8px;
	background: #e2e2e2;
	border-radius: 4px;
	margin: 4px 8px;
	border: 1px solid #F5F5F5;
	cursor: pointer;
	position: relative;
}
.clientbox:hover {
	border: 1px solid #FFF;
	box-shadow: 0 0 2px #999;
}
.clientbox .clientpic {
	float: left;
	width: 72px;
	height: 72px;
	margin: 0 16px 0 0;
}
.clientmeta {
	float: left;
	width: 332px;
}
.clientbox .clientpic img {
	width: 72px;
	height: auto;
}
.clientmeta .clientcompany {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 4px 0;
}
.clientmeta .clientlast {
	font-style: italic;
	padding: 4px 8px;
	font-size: 12px;
	background: #999;
	color: #d8d8d8;
	margin: 10px 0 0 0;
	border-radius: 4px;
}
.clientarea .new_message {
	background: #c5e2eb;
}
.clientarea .new_message .clientlast {
	background: #2B4660;
}
.clientbox .envelope {
	position: absolute;
	right: 8px;
	top: 8px;
	display: none;
}
.clientarea .new_message .envelope {
	display: block;
}
.mainsupport .h3slidemessage {
	text-align: center;
	padding-bottom: 8px;
}
.mainsupport .h3slidemessage2 {
	text-align: center;
	padding: 24px 0 8px 0;
}
.close_slide {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 16px;
	top: 24px;
	cursor: pointer;
	border-radius: 24px;
	border: 1px solid #F5F8FB;
}
.close_slide:hover {
	border: 1px solid #FFF;
	box-shadow: 0 0 4px #2B4660;
}
.seeallmessage {
	background: url(images/email.png) 8px 8px no-repeat #CCC;
	padding: 8px 8px 8px 36px;
	text-align: left;
	border-radius: 4px;
	margin: 36px 0 0 0;
}
.seeallmessage a {
	color: #414141;
	font-weight: 700;
	text-decoration: none;
}
.seeallmessage a:hover {
	text-decoration: underline;
	color: #000;
}
.thenotifmessage {
	float:left;
	width: 62%;
	text-align: left;
	position: relative;
}
.thenotifmessage #notif .notifyes, .thenotifmessage #notif .notifno {
	margin: 0 !important;
}
.accountalias:hover {
	text-decoration: underline;
}
h3 small, h4 small {
	font-weight: normal;
	font-size: 11px;
	color: #8f8f8f;
	text-transform: none;
}
.dataTables_length, .dataTables_filter {
	margin-bottom: 16px;
}
.dataTable .phonehead {
	background: #E3E3E3;
}
.crtitle { margin-bottom: 8px; }
.crdesc { margin-bottom: 28px; text-align: center; }
.campaignhead {
	text-align: left;
	padding-top: 16px;
	padding-bottom: 10px;
	margin-bottom: 16px;
	margin-top: 32px;
	display: block;
}
.bingusername {
	display: block;
	font-size: 10px;
	color: #999;
	font-style: italic;
}

/* DROP DOWN MENU */
.menu{
border:none;
border:0px;
margin: 0 0 -12px 0;
display: inline-block;
}
.menu ul{
color: #8eaecc;
list-style:none;
margin:0;
}
.ulitem {
display: block;
padding: 10px 20px;
}
.menu li{
float:left;
padding:0;
}
.menu li a{
display:block;
font-weight:normal;
margin:0px;
padding:10px 20px;
text-align:center;
text-decoration:none;
}
.menu li a:hover{
background:#6285A7;
text-decoration:none;
color: #FFF;
}
.menu ul li:hover a{
background:#6285A7;
text-decoration:none;
color: #FFF;
}
.menu li ul{
display:none;
height:auto;
padding: 0 0 8px 0;
margin:0px;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
border-radius: 0 0 8px 8px;
position:absolute;
width:240px;
z-index:200;
background: #2B4660;
}
.menu li:hover ul{
display:block;
}
.menu li li {
display:block;
float:none;
margin:0px;
padding:0px;
width:240px;
background:#2B4660;
border-bottom: 1px solid #375D81;
/*this is where the rounded corners for the dropdown disappears*/
}
.menu li:hover li a{
background:none;
line-height:42px;
}
.menu li ul a{
display:block;
height:42px;
font-style:normal;
margin:0px;
padding:0px 16px;
text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
border:0px;
color:#ffffff;
text-decoration:none;
background:#6285A7;
}

/* Start Tambahan */
.page-directory .box-directory { width: 48%; display: block; vertical-align: top; }
.page-directory .box-directory.floatright { float: right; }
.page-directory .box-directory.floatleft { float: left; }
.page-directory .center {text-align: center; }
.page-directory table tr td:first-child { border-left: 1px dotted #d3d3d3; }
.page-directory table tr td { background: #fff; border-right: 1px dotted #d3d3d3; border-bottom: 1px dotted #d3d3d3; padding: 4px 10px; }
.page-directory .field_cari {
	background: url(images/search_2.png);
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 25px;
	background-position: 4px 3px !important;
	padding-left: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: calc(100% - 46px);
	margin-left: 0px;
	margin-bottom: 25px; 
	font-size: 14px;
}
.page-directory .field_cari:hover, .page-directory .field_cari:focus {
	background: url(images/search_2.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 4px 3px !important;
	background-color: #efefef; 
}
.page-directory .link { 
	cursor: pointer;  
	-moz-transition: all .4s ease; 
	-ms-transition: all .4s ease; 
	-o-transition: all .4s ease; 
	-webkit-transition: all .4s ease; 
	transition: all .4s ease; 
}
.page-directory .link:hover { color: #6285A7; text-decoration: underline; }
.popbody-directory { width: 550px; height: auto; padding: 25px 20px 30px; position: fixed; top: 100px; left: calc(50% - 295px); opacity: 0; background: #fff; z-index: -1;
	transition:0.4s ease-out;
	-webkit-transition:0.4s ease-out;
	-moz-transition:0.4s ease-out;
	-o-transition:0.4s ease-out;
}
.popbody-directory.open {visibility:visible; opacity:1; z-index: 1200; }  
.popbody-directory .adjustbox { display: inline; overflow: hidden; }
.popbody-directory table tr td { background: #fff; border-bottom: 1px dotted #d3d3d3; padding: 4px 10px; }
.popbody-directory table tr td.sml { width: 15px; text-align: center; }
.popbody-directory table tr td.big { width: 225px; }
.popbody-directory .close-popup { position: absolute; top: -10px; right: -10px; z-index:1205; cursor: pointer; }

.page-opsi-log table td, .page-opsi-log table th { font-size: 14px; }
.textleft { text-align: left; }

.popup-background{background:rgba(0,0,0,0.6); z-index:1100; }
.popup-background{
	transition:0.6s ease-out;
	-webkit-transition:0.6s ease-out;
	-moz-transition:0.6s ease-out;
	-o-transition:0.6s ease-out;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	opacity:0;
	visibility:hidden
}
.popup-background.open {visibility:visible;opacity:1}   
/* End Tambahan */

@media print {
	.headmenu { display: none; }
}