body
{
    font-family: "Verdana", Tahoma, verdana, arial, sans-serif;
    font-size:12px;
    color: #333333;
    margin:0 auto;
    padding:0;
    outline:none;
    line-height:16px;
    background:#F7F9F6 url('../images/bgbody.png');
}
a{
    outline:none;
}
#container
{
    margin:0 auto;
    width:1000px;
	background:#8686E4;
}
#header
{
    border:1px solid #D8DFEA;
	background:#8686E4;
    border-bottom:none;
}
.logo
{
	position:relative;
    height:85px;
	width:300px;
	margin:5px 10px 0 10px;
    background:url('../images/logo.png') no-repeat;
}
.topmenu{
	height:25px;
	width:600px;
	float:right;
}
#content
{
    margin-top:3px;
    border:1px solid #D8DFEA;
    min-height:400px;
    padding:7px;
    background:#F7F7F7 url('../images/bgcontent.png')no-repeat;
}
#form_login
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow: 0 0 10px #EFEFEF;
	-webkit-box-shadow: 0 0 10px #EFEFEF;
	background:#FCE300;
    width:300px;
    margin:60px auto;
	border:1px solid #F4B100;
	padding-bottom:10px;
}
.title
{
    font-size:13px;
    font-weight:bold;
    padding-bottom:7px;
    border-bottom:1px solid #011AFD;
    margin-bottom:10px;
    margin-top:10px;
    vertical-align:middle;
}
.the_content
{
    
}
.the_footer
{
    margin-top:10px;
    padding-top:5px;
    border-top:1px solid #E9E9E9;
}
#footer
{
    clear:both;
    width:995px;
    height:55px;
    margin:3px auto 20px;
    text-align:left;
    padding:5px 0px 10px;
    color:#CCCCE8;
}
.left_footer
{
    float:left;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
}
.right_footer
{
    float:right;
}


/****************** TABS ************************/

#upper .tabs
{
    margin-left:230px;
    height:30px;
}
.tab  
{  
    padding: 4px 10px;  
    background-color: #d8dfea;  
    color: #3b5998;  
    font-weight: bold;
    font-size:13px;
    margin-right: .0001px;   
    text-decoration: none;
    white-space:nowrap;
}  
.tab:hover  
{  
    background-color: #1726E7;
    color: #ffffff;
    cursor:pointer;
    text-decoration: none; 
}
.current_tab{
    background-color: #1726E7;
    color: #FFF;
    padding: 4px 10px;  
    font-weight: bold;
    font-size:13px;
    margin-right: .0001px;
    text-decoration: none;
    border-top:#D8DFEA solid 1px;
    border-right:#D8DFEA solid 1px;
    border-left:#1726E7 solid 1px;
    white-space:nowrap;
}

/* TABLE */
.grid tr th
{
    background-color:#d8dfea;
}
.grid tr:nth-child(2n+1)
{
    background-color:#ebf0f5;
}
.grid
{			
    background: #fff;
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    border-bottom: 1px solid #3b5998;
}
.grid th
{
    font-weight: normal;			
    padding: 5px 7px;
    border-bottom: 2px solid #3b5998;
}
.grid td
{
    padding: 3px 7px;
}
.grid tr.bbottom
{
    border-bottom: 1px solid #d8dfea;
}
.grid tr.jumlah
{
    background-color:#d8dfea;
    border-top: 1px solid #3b5998;
    font-weight:bold;
}
.myform td
{
    line-height:20px;
}
.ctable
{
    background: #fff;
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    table-layout:fixed;
}


/* BUTTON */
.button,.button:hover,.button:focus
{
    background-image:url('../images/buttons.png'); border:1px solid #000;
    background-repeat: no-repeat;
    display: inline-block;
    height: 105px;
    width: 249px;
    vertical-align:middle;
    width:auto;
    height:auto;
    text-align:center;
}
.mediumbtn
{
    padding:4px 6px;
    font-size:13px;
}
.smallbtn
{
    padding:2px 6px;
    font-size:11px;
}
.buttonblue {
    -moz-box-shadow:0 1px 0 #E5E5E5;
    background-position:0 -48px;
    border-color:#29447E #29447E #1A356E;
    border-style:solid;
    border-width:1px;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
}
.buttonblue:active
{
    background:#5B74A8 none;
}
.buttonwhite {
    -moz-box-shadow:0 1px 0 #E5E5E5;
    background-position:0 0px;
    border-color:#999999 #999999 #888888;
    border-style:solid;
    border-width:1px;
    color:#0617B1;
    font-weight:bold;
    text-decoration:none;
    background-color:#EEEEEE;
}
.buttonwhite:active
{
    background:#EEEEEE none;
}

.buttonhover
{
    background-image:url('../images/buttons.png') ;
    background-repeat: no-repeat;
    background-position:0 192px;
    border:1px solid #FFF;
    padding:2px 6px;
    display: inline-block;
    height: 105px;
    width: 249px;
    vertical-align:middle;
    width:auto;
    height:auto;
    text-align:center;
}
.buttonhover:hover
{
    -moz-box-shadow:0 1px 0 #E5E5E5;
    background-position:0 0px;
    border-color:#999999 #999999 #888888;
    border-style:solid;
    border-width:1px;
    color:#333333;
    text-decoration:none;
    background-color:#EEEEEE;
}

input, textarea, select
{
    /*font-family: "lucida grande", Tahoma, verdana, arial, sans-serif;*/
    font-family: "Verdana", Tahoma, arial, sans-serif;
    border:1px solid #BDC7D8;
    font-size:12px;
    padding:3px;
}
textarea
{
    white-space:nowrap;
}
input[type=checkbox]
{
    vertical-align:middle;
}
.date
{
    background:#F8F8F8 url('../images/calendar.gif') no-repeat 1px 2px;
	border:none;
    width:20px;
}
.date:hover
{
    cursor:pointer;
}

.a_left
{
    text-align:left;
	vertical-align:top;
}
.a_right
{
    text-align:right;
	vertical-align:top;
}
.a_center
{
    text-align:center;
}
.f_right
{
    float:right;
}
.ajax_loading
{
    text-align:center;
    margin-top:150px;
}
.ajax_loading_small
{
    margin-left:10px;
}
/* SPECIAL */
.small
{
	font-size:10px;
}
.medium
{
	font-size:11px;
}
.semibig
{
	font-size:13px;
}
.bold
{
	font-weight:bold;
}
.dark99
{
	color:#999999;
}
.dark33
{
	color:#333333;
}
.dark77
{
	color:#777777;
}
.darkE9
{
	color:#E9E9E9;
}
.blue98
{
	color:#3B5998;
}
.link1{
	text-decoration:none;
}
.link1:hover
{
	text-decoration:underline;
}
.link_edit{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #EFEFEF; padding:1px 10px 1px 10px;
    background:#ffffff url('../../asset/images/icon/edit.gif') no-repeat 2px;
	text-decoration:none;
}
.link_edit:hover
{
	border:1px solid #ABABAB; padding:1px 10px 1px 10px;
	text-decoration:none;
}
.clear
{
    clear:both;
}

/* START DATEPICKER */

/* the div that holds the date picker calendar */
.dpDiv {
	}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color:#3B5998;
	background-color:#FFFFFF;
	border: 1px solid #D8DFEA;
	}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border-left: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #FCC191;
	}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #D8DFEA;
	border-left: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	cursor: pointer;
	color: #3B5998;
	}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #D8DFEA;
	border: 1px solid #D8DFEA;
	color: #3B5998;
	}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 11px;
	color:#325398;
	font-weight: bold;
	}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color:#325398;
	background:#FC7304;
	font-weight: bold;
	}
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#3B5998;
	background: #D8DFEA;
	padding: 0px;
	border:1px solid #EFEFEF;
	}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B5998;
	background: #D8DFEA;
	border:1px solid #EFEFEF;
	}
/* Selesai DatePicker */
.error{
	font-size:10px;
	color:#FA804B;
}
/* PAGINATION */
div.pagination
{
    padding: 3px;
    margin: 3px;
}

div.pagination a
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #AAAADD;
    text-decoration: none; /* no underline */
    color: #000099;
}

div.pagination a:hover, div.pagination a:active
{
    border: 1px solid #000099;
    color: #000;
}

div.pagination a:hover, div.pagination strong
{
    border: 1px solid #000099;
    color: #FFF;
	background-color:#767E93;
	padding:2px 5px 2px 5px;
}

div.pagination span.current
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #993300;
    color: #FFF;
}
div.pagination span.disabled
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}
#link_pagination{
	float:right;
	margin-top:5px;
}
/*PAGINATION SELESAI */
.panel{
	margin-top:3px;
	float:right;
	clear:both;
}
.spasi{
	font-size:9px;
	margin:0 50px 0 25px;
	padding:0;
	float:left;
}
.area{
	border:1px solid #D8DFEA;
	padding:5px;
	margin:5px;
}
.area legend{
	padding:5px;
	margin:5px;
	border:1px solid #D8DFEA;
}
.obj_right{
	float:right;
	margin:5px;
}
.inline{
	border:none;
	border-top:1px solid silver;
	margin:0;
	height:5px;
}
.inline legend{
	margin:0;
	font-weight:bold;
	margin-top:8px;
	margin-left:80px;
	border-left:1px solid silver;
	border-right:1px solid silver;
}
.samar{
	text-decoration:none;
	color:#022538;
}
.samar:hover{
	text-decoration:underline; color:#BDCDD6;
}
.button-word{
	border:1px solid #FFFFFF;
	display:block;
	padding:10px 5px 5px 40px;
	margin:5px;
    background:#ffffff url('../../asset/images/button-word.png') no-repeat 5px 4px;
	height:22px;
	width:auto;
	text-decoration:none;
}
.button-word:hover{
	border:1px solid #D8DFEA;
	color:#161617;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow: 0 0 10px #EFEFEF;
	-webkit-box-shadow: 0 0 10px #EFEFEF;
}
.button-excel{
	border:1px solid #FFFFFF;
	display:block;
	padding:10px 5px 5px 40px;
	margin:5px;
    background:#ffffff url('../../asset/images/button-excel.png') no-repeat 5px 4px;
	height:22px;
	width:auto;
	text-decoration:none;
}
.button-excel:hover{
	border:1px solid #D8DFEA;
	color:#161617;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow: 0 0 10px #EFEFEF;
	-webkit-box-shadow: 0 0 10px #EFEFEF;
}
.button-pdf{
	border:1px solid #FFFFFF;
	display:block;
	padding:10px 5px 5px 40px;
	margin:5px;
    background:#ffffff url('../../asset/images/button-pdf.png') no-repeat 5px 4px;
	height:22px;
	width:auto;
	text-decoration:none;
}
.button-pdf:hover{
	border:1px solid #D8DFEA;
	color:#161617;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow: 0 0 10px #EFEFEF;
	-webkit-box-shadow: 0 0 10px #EFEFEF;
}
.button-print{
	border:1px solid #EFEFEF;
	display:block;
	padding:10px 5px 5px 40px;
	margin:5px;
    background:#ffffff url('../../asset/images/icon-print.png') no-repeat 5px 4px;
	height:22px;
	width:115px;
	text-decoration:none;
	float:right;
}
.button-print:hover{
	border:1px solid #D8DFEA;
	color:#161617;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow: 0 0 10px #EFEFEF;
	-webkit-box-shadow: 0 0 10px #EFEFEF;
	float:right;
}
.button-preview{
	border:1px solid #EFEFEF;
	display:block;
	padding:10px 5px 5px 40px;
	margin:5px;
    background:#ffffff url('../../asset/images/icon-preview.png') no-repeat 5px 4px;
	height:22px;
	width:115px;
	text-decoration:none;
	float:left;
}
.button-preview:hover{
	border:1px solid #D8DFEA;
	color:#161617;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow: 0 0 10px #EFEFEF;
	-webkit-box-shadow: 0 0 10px #EFEFEF;
	float:left;
}
.clear{ clear:both; }
.print-button{ float:right; }
.boxdetail{
	border-left:1px solid silver;
	padding:5px;
	margin:5px;
	width:300px;
	height:400px;
}
.print-style{
	margin:5px;
	border-right:1px solid #000;
	border-top:1px solid #000;
	width:99%;
}
.print-style td{
	vertical-align:top;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px;
}
.label span{
	padding-left:100px;
	width:200px;
	position:inline;
}
.print-style strong{
	float:left;
	position:absolute;
	font-weight:bold;
	min-width:80px;
	padding:1px;
}
.inner{ width:100%;}
.inner td{
	vertical-align:top;
	padding:2px;
	border:0;
}
.th_long{
	height:300px;
	min-height:200px;
	max-height:300px;
}
.title_dis{
	margin:10px 0 5px 200px;
	font-weight:bold;
	font-size:20px;
}
.desc_title_dis{
	margin:5px 0 15px 200px;
	font-size:13px;
}
.select-kode{
	margin-left:20px;
}
.kode{
	width:200px;
}
.foot-ttd{
	display:none;
}
.add-report{ display:none; }
.header-report{ display:none; }
.child-box{
	margin:5px;
}
#notifikasi{
    background:url('../../asset/images/notification.png') no-repeat 2px 2px;
	color: #F50606 !important;
	margin-top:2px !important; display:block !important; font-weight:bold !important;
	text-decoration:blink !important;
}
/************ Shortcut Buttons ************/

.shortcut-button {
                /*border: 1px solid #ccc;*/
                background: #f7f7f7;
                display: block;
                margin: 0 0 5px 0;
				width: 39px;
				height: 39px;
                }

.shortcut-button span {
                display:block;
                padding: 5px 5px 0px 5px;
                text-align: center;
                color: #555;
                font-size: 13px;
                }
.shortcut-button span img {
                margin-bottom: 5px;
                }

.shortcut-button:hover {
                background: #fff;
                }
				
.shortcut-button span:hover {
				color: #57a000; 
                }

ul.shortcut-buttons-set li {
                float: left;
                margin: 0 10px 0 0;
				padding: 0 !important;
				list-style-type:none;
                }
.shortcut-buttons-set{
	float:right;
	border-top:1px solid #FFFFFF;
}
#tampilJam{
	float:left; color:yellow; padding:2px;
}
#day{
	float:left; padding:2px;
}
.clock{float:right;margin-right:10px;}
#footer-profil{
	padding-right:5px; float:right;
	color:#000;
}
#footer-profil .bold{
	font-size:18px; line-height:20px; color:#FFFFFF;
}
.logotosscomm{
	float:left; width:57px; height:57px; margin-right:5px;
}
.alert-update{
	background:#EFEFEF; color:red; font-weight:bold;
	border:1px solid red; position:fixed; padding:10px; margin:15px 0 0 20px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-box-shadow: 0 0 20px #EFEFEF;
	-webkit-box-shadow: 0 0 20px #EFEFEF;
}
.red-list{
	background: red !important;
}