/* Stylesheet CSS */

/*body {
	padding-top: 60px;
	padding-bottom: 40px;
	min-width: 690px;
}*/

.text-welcome{
	text-align: center;
}

.bd-login {
	background-image: url(../assets/img/pattern.png);
}

.field {
	margin: 0 !important;
}

.custom-group {
	vertical-align: middle;
	display: inline-block;
}

.btn-doc {
	width:94%; 
	margin-bottom:10px !important;
}


.floating_button {
    position: fixed;
    width: 64px;
    height: 64px;
    border: thin solid #88d200;
    border-radius: 100%;
    bottom: 30px;
    right: 30px;
    background-color: #88d200;
    text-align: center;
    color: #ffffff;
    padding: 13px 18px;
    font-size: 18pt;
    cursor: pointer;
    transition: all 360ms;
    -moz-transition: all 360ms;
    -ms-transition: all 360ms;
    -o-transition: all 360ms;
    -webkit-transition: all 360ms;
}

.mtop {
	margin-top: 10px;
}

.cursor {
	cursor: pointer;
}

.lbl {
	float:left; 
	margin-right:5px; 
	margin-top:3px; 
	font-weight:bold;
}

.lbl-tangkap {
	float:left; 
	margin-top:22px; 
	font-weight:normal !important;
}

.table-value tr td {
	padding-bottom: 14px;
}

.wid-60 {
	width:60px !important;
}

.wid-180 {
	width:180px !important;
}

th a {
	color: #fff !important;
}

.corp-select {
	width:250px !important; 
	margin-left:5px;
}

.sidebar-nav {
	padding: 9px 0;
}

.textarea_height {
	min-height: 140px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: auto !important;
}

.btn-large {
	padding: 14px 12px !important;
	font-size: 13pt;
}

.success-planc {
	width:680px;
	padding:8px 10px 32px 10px;
	border:5px solid #dedede;
	border-radius:20px;
}

.success-icon {
	margin:40px auto 22px auto;
}

.green-color {
	color:green;
}

.success-text {
	margin-top:8px;
	font-weight:normal;
	font-size:12pt;
}


table.padding tr td {
	padding-top:3px;
	padding-bottom: 3px;
}

table#data-pegawai {
    margin: 15px auto 20px auto;
    border: thin solid lightgray;
    width: 820px;
}

.planc {
	margin-top: 20px;
	color:red;
	font-weight: bold;
}

table#data-pegawai tr td {
    border: thin solid silver !important;
    padding: 5px;
}

.white-bg {
	background-color: #fff !important;
}

.white-bg tr:nth-child(odd) td {
	background-color: #fff !important;
}

.table-container {
	width:100%;
	border:thin solid #dedede;
}

.errorlist
{
	width:320px;
	margin:0px auto 8px auto;
	padding: 5px;
	font-weight:bolder;  
	text-align:center;
	font-size:13px;
	color: #b94a48;
	background-color: #ECD4D4;
	border: thin solid #eed3d7;
	border-radius: 4px;
}

.inline 
{
	display: inline;
}

tr.not-avail td
{
	color: red;
	font-weight : bold;
}

.successlist
{
	width:320px;
	margin:0px auto 8px auto;
	padding: 5px;
	font-weight:bolder;  
	text-align:center;
	font-size:13px;
	color: #468847;
	background-color: #dff0d8;
	border: thin solid #d6e9c6;
	border-radius: 4px;
}

label
{
	font-weight:bold;
}

.sp-sign {
	padding-top: 8px;
	padding-left: 20px;
}

.label-pad {
	padding: 6px !important;
}

.auto {
	width: auto;
}

#alert
{
	display:none;	  
}

.clear {
	clear:both;
}

.text-justify {
	text-align: justify;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.no-margin-bottom {
	margin-bottom: 0px !important;
}

.text-left {
	text-align: left !important;
	vertical-align: middle !important;
}

.form-login {
	margin:86px auto 0px auto;
	min-width:300px;
	min-height:300px;
}

.form-index {
	margin:46px auto 0px auto;
	min-width:300px;
	min-height:300px;
}

.general_container {
	padding:0px 85px 10px 85px;
	margin-top: 60px;
}

#cbrawan_chosen {
	margin-bottom: 0px !important;
}

.input-fluid {
	width: 90% !important;
}

.lk-login{
	float:right;
	margin-right:16px;
}

label {
	font-weight: bold !important;
	font-size: 10pt !important;
	padding-left:6px !important;
}

center.logo{
	margin:0px 0px 25px 0px;
}

footer p {
	margin-left:20px;
	font-weight:bold;
}

.main-img{
	margin: 3px 16px 3px 3px;
	width: 50px;
	height: 50px;
	float: left;
}

.main-container{
	margin-top: 65px;
}

table.tinytable tbody tr:nth-child(odd) td
{
	background-color:white;
}

table.tinytable tbody tr:nth-child(even) td
{
	background-color : #D3F1CB;
}

table tbody tr.active td {
	background-color : yellow !important;
	font-weight: bold;
}

.dnone {
	display: none;
}

.abs_dnone {
	display: none !important;
}

table thead tr th .caret {
	border-top-color: #cfdce7;
	border-bottom-color: #cfdce7;
	opacity: 1;
	margin-top: 8px;
	margin-left: 2px;
	visibility: hidden;
}

th.visible .caret {
	visibility: visible;
}

table thead tr th:hover .caret {
	transition : all 0.4s ease;
	-webkit-transition : all 0.4s ease;
	-moz-transition : all 0.4s ease;
	-ms-transition : all 0.4s ease;
	-o-transition : all 0.4s ease;
	
	transform : rotate(180deg);
	-webkit-transform : rotate(180deg);
	-moz-transform : rotate(180deg);
	-ms-transform : rotate(180deg);
	-o-transform : rotate(180deg);
}

table thead tr th.active .caret {
	transform : rotate(180deg);
	-webkit-transform : rotate(180deg);
	-moz-transform : rotate(180deg);
	-ms-transform : rotate(180deg);
	-o-transform : rotate(180deg);
}

table thead tr th.active:hover .caret {
	transform : rotate(0deg);
	-webkit-transform : rotate(0deg);
	-moz-transform : rotate(0deg);
	-ms-transform : rotate(0deg);
	-o-transform : rotate(0deg);
}

table.cstTable th {
	text-align: center;
	font-size: 8pt;
	padding: 10px 6px 10px 6px;
	cursor: pointer;
}

tr.white td {
	background: #ffffff !important;
}

select {
	border-radius: 4px;
	border: thin solid silver;
}

.fluid{
	width: 100%;
}

.modal-body {
	overflow-y: auto !important;
}

table.white-all tr td {
	background-color: #ffffff !important;
	border-bottom : 1px solid #dddddd;
}

table.white-all tr:hover td {
	background-color: #dddddd !important;
	border-bottom : 1px solid #dddddd;
}

.google-button {
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	border-radius: 2px;
	cursor: default;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	margin-right: 2px;
	min-height: 20px;
	line-height: 27px;
	min-width: 90px;
	outline: 0;
	padding: 3px 10px;
	opacity: 0.8;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,0.2);
}

.google-button:hover {
	opacity: 1.2;
}

.cursor{
	cursor: pointer;
}

.no-table td, .no-table tr:hover td {
	background-color:white !important;
}

table.no-border tr td{
	border : 0 !important;
}

.no-border{
	border:none !important;
}

.no-round {
	border-radius: 0px !important;
}

.no-margin {
	margin:0 !important;
}

h2 {
	line-height: 42px !important;
}

.small-width{
	min-width : 20px !important;
	margin-right: 0px !important;
}

hr {
	margin: 1em 0 !important;
}

.nav-item{
	margin-bottom: 5px;
	border: thin solid #cccccc;
	cursor: pointer;
}

.nav-item table tr td {
	transition : all 0.4s;
	-moz-transition : all 0.4s;
	-webkit-transition : all 0.4s;
	-o-transition : all 0.4s;
	-ms-transition : all 0.4s;
}

.nav-item table tr:hover td {
	background: #efefef;
	font-weight: bold;

}

.outbound-header {
	border: 2px solid #505C88; 
	width:100%; 
	min-height:100px; 
	margin-bottom:25px;
}

tr.info-bar td {
	background: #505C88 !important;
	color: #ffffff !important; 
}

.frame-board {
	width:0px;
	height:0px;
	border:none;
}

.btn-choose {
	width:65px;
	height:30px;
}

/* Menu Pesan */

.button-tab {
	color:#555;
	padding:15px 0px;
	text-align:center;
	width: 33.10%; 
	min-height:20px;
}

.button-tab:hover{ 
	background: #e4e4e4;
}

.button-tab.bordered {
	border-right: thin solid #cecece;
}

.msg-tab {
	border:thin solid #cecece; 
	background: #f5f5f5; 
	width:100%;
	min-height:50px;
	margin-bottom:16px;
	display:none;
}

.bold td {
	font-weight: bold;
}

.div-container-pesan {
	width:900px;
	min-height:450px;
	background:#f5f5f5; 
	border-radius:4px;
	border: thin solid #dedede;
}

.div-pesan {
	background-color:#ffffff;
	min-height:850px;
}

.div-head-right {
	margin: 12px 15px 0px 10px;
}

.div-normal {
	padding:8px
}

.name-tag {
	vertical-align:middle; 
	color:#555555;
}

.account-box{
	min-height:20px;
	max-height:250px;
	overflow: auto;
	overflow-x: hidden;
	width: 112%;
}

.service {
	margin-left: 0px !important;
	margin-right: 21px !important;
	margin-bottom: 0px !important;
	padding:8px;
}

.small-margin {
	margin-top:12px;
}

.frame {
	width : 1180px;
	margin: 32px auto;
	padding: 15px;
}

.frame a:hover .service {
	transition: all 360ms;
	-moz-transition: all 360ms;
	-ms-transition: all 360ms;
	-o-transition: all 360ms;
	-webkit-transition: all 360ms;
	background-color: #EEEEEE;
}

.title {
	color: #777;
	margin-bottom:18px;
	font-size:15pt;
}

.box-right-bottom-fixed {
	width: 520px;
	min-height:72%;
	border: thin solid #ccc;
	box-shadow : 0 0 5px #ddd;
	background-color: white;
	position: fixed;
	bottom: 0px;
	right: 4px;
}

.box-header {
	background-image: -moz-linear-gradient(top, #185100, #123C00);
	background-image: -ms-linear-gradient(top, #185100, #123C00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#185100), to(#123C00));
	background-image: -webkit-linear-gradient(top, #185100, #123C00);
	background-image: -o-linear-gradient(top, #185100, #123C00);
	background-image: linear-gradient(top, #185100, #123C00);
	width : 100%;
	min-height: 36px;
	position:absolute;
	top:0;
	left: 0;
}

.box-header label {
	margin-top: 10px;
	margin-left: 10px;
	color: white;
	width: 70%;
	font-weight: normal !important ;
}

.div-header-tools{
	width: 18% !important;
	text-align: right;
	padding-right: 10px;
	font-weight: bold !important;
}

.box-footer{
	width : 100%;
	background-color: #f5f5f5;
	border: 1px solid #cfcfcf;
	border-width: 1px 0px 0px 0px;
	min-height:42px;
	position:absolute;
	bottom:0px;

	left:0px;
}

.box-body {
	margin-top: 34px;
}

.msg-box {
	width:98%;
	min-height:100px;
	max-height:290px;
	overflow-y:auto;
}

.msg-box.active {
	max-height:260px;
}

.div-msg-tools {
	margin-top: 6px !important;
	margin-left: 6px;
	width: auto;
}


#btn-send {
	width:85px;
	font-weight: bold;
}

.chosen-container {
	width: 100% !important;
	border: none !important;
	color: #eee;
	margin-bottom: 10px;
}

.chosen-choices {
	border: none !important;
	
}

.chosen-results li {
	color: #222;
}

.div-attach {
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	font-weight: bold;
	margin: 0 7px 9px;
	overflow-y: hidden;
	padding: 4px 4px 4px 8px;
	position: absolute;
	bottom: 42px;
	left: 0;
	width: 90%;
	padding: 7px 7px 7px 8px;
}

.reply-attach{
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	font-weight: bold;
	margin: 0 7px 9px;
	overflow-y: hidden;
	padding: 4px 4px 4px 8px;
	position: relative;
	bottom: -5px;
	left: 0;
	width: 70%;
	padding: 7px 7px 7px 8px;
}

.google-button:disabled {
	opacity: 0.45;
}

/* Settings Admin */
.normal-table td{
	background-color: transparent !important;
}

.no-padding {
	padding:0 !important;
}

.note {
	font-size: 9pt;
	color: red;
}

form {
	margin-bottom:5px !important;
}

/* Application Input */
table.transparent-table tr td {
	background-color: transparent !important;
	border-top: none;
	border-bottom: 1px solid #ccc; 
}

input[readonly]{
	background-color: white !important;
	cursor: pointer !important;
}

.datepick-month-year {
	border-radius: 0px;
	width: 48% !important;
}

.img-polaroid {
	border: thin solid #ccc !important;
}

.margin-min {
	margin-left : -5px !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.red {
	color: red;
}

.btn-height {
	min-height:40px;
	font-size:11pt !important;
	font-weight: bold;
}

td.progressbar {
	background: transparent !important;
}

.frmchange label {
	display: block;
	font: 13px/22px Arial, Helvetica, Sans-serif;
	font-weight: bold;
	margin: 8px 0 0 6px;
}

.div-input-biaya {
	width:28.5%; 
	border:thin solid black; 
	padding:10px; 
	min-height:50px;
	float:left;  
	box-shadow: 0 0 8px #a9a9a9;
	background-color: #E3E5EC; 
	border: 1px solid #e5e5e5;
	margin:10px 1.2% 10px 0px;
}

.cover,.loading-box 
{
	background-color:#333;
	opacity:0.98;
	z-index:1200;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	/*visibility: hidden;*/
}

.start .loading-box{
	visibility: visible;
}

.div-biaya-box {
	min-height:40px;
}

/*edited by wandy modified on 2014-10-27*/
.cst-style-strippedC{
	background-color:#CCC;
	padding-left:18px;
}
.cst-style-strippedD{
	background-color:#DDD;
	padding-left:18px;
}
.cst-style-strippedD input{
	width:90%;
}
.cst-style-strippedE{
	background-color:#EEE;
	padding-left:18px;
}
.cst-style-legend-mini-tab{
	font-weight:bold;
	font-size:large;
	padding: 15px 0px 0px 0px;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
.cst-style-gambar-key-1{
	background-image:url(../images/Secrecy.png);
	background-size:contain;
	opacity:0.5;
	width:250px;
	height:250px;
}
.cst-style-gambar-key{
	background-image:url(../images/Secrecy.png);
	background-size:contain;
	-moz-background-size : contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity:0.5;
	width:300px;
	height:300px;
}
.cst-style-opacity-half{
	opacity:0.5;
}
.cst-style-no-opacity{
	opacity:1 !important;
	
}
.cst-style-gambar-key-flip{
	background-image:url(../images/Secrecy.png);
	background-color: rgba(2,2,2, 0.78);
	opacity:0.5;
	width:250px;
	height:250px;
}

table.no-color tr td {
	background: none !important;
}

.no-padding {
	padding : 0px !important;
}

a.dark{
	color: #244C1A !important;
}

/* Search Field in Pesan */
.search-box {
	padding: 7px !important;
	border-radius: 0px !important;
	border: thin solid #CCCCCC !important;
}

#btn-search {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: -9px;
}

.tinytable {
	margin-top: 10px;
}

.bg-loading {
	background:#222222;
	opacity:0.98;
	position:fixed;
	width:100%;
	height:100%;
	z-index:20000; 
	top:0;
	left:0;
}

.div-box-ket {
	min-height:35px;
	padding:10px 10px 10px 10px;
	border:2px dashed #b5b5b5;
}

/* Section for messages */
.btn-msg {
	width:30px;
	min-height:20px;
	background:#EDEDED;
	border-left:thin solid #DDDDDD; 
	padding:10px; 
	border-right: thin solid #DDDDDD;
}

.section-msg{
	margin:-15px 0px -20px 5px;
}

.label-side {
	float:left; 
	margin-right:5px; 
	margin-top:5px; 
	font-weight:bold;
}

.table-mini {
	height: 40px !important;
}

/* Override CSS Element */
td.footable-row-detail-cell {
	border-top: thin solid #DDD;
	padding: 10px;
}

.footable-row-detail-name {
	width: 180px;
	text-align: left;
	vertical-align: top;
}

.footable-row-detail-value {
	text-align: left;
}

.footable-row-detail-inner {
	margin-left: 8px;
}

.datepick-month-header select, .datepick-month-header input {
	border-radius: 0px;
	width: 80px !important;
}

.sp-not-normal-label,.sp-not-large-label {
	display: none;
}

tr.move-down td 
{
	padding: 12px 0px 0px 0px;
}

#cbmultiunker_chosen .chosen-choices, #cbedmultiunker_chosen .chosen-choices{
	border: thin solid #CECECE !important;
}

.btn-rule {
  padding: 9px 14px !important;
    background-color: #0074cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc)) !important;
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc) !important;
  background-image: -o-linear-gradient(top, #0088cc, #0055cc) !important;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc) !important;
  background-image: linear-gradient(top, #0088cc, #0055cc) !important;
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0) !important;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false) !important;
  color: #ffffff !important;
  text-shadow : none !important;
}

.btn-rule:hover,
.btn-rule:active,
.btn-rule.active,
.btn-rule.disabled,
.btn-rule[disabled] {
  background-color: #0055cc !important;
  *background-color: #004ab3 !important;
}

.btn-rule:active,
.btn-rule.active {
  background-color: #004099 !important;
}


@media (max-width:767px) {
	.sp-large-label {
		display: none;
	}

	.sp-not-large-label {
		display: table;
	}
}


@media (max-width:979px) {
	.sp-normal-label {
		display: none;
	}

	.sp-not-normal-label {
		display: inline-block;
	}
}

@media (max-width:1024px) {
	.msg-tab {
		display: block;
	}

	.msg-menu {
		display: none !important;
	}

	.div-container-pesan {
		width:  100% !important;
		margin-left: 0 !important;
	}
}

@media (max-width:1211px) {
	.sp-mini-label {
		display:none;
	}
}

/* Ribbon */
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}