/* header {
	background: #ec5d11 !important;
} */
.uppercase {
    text-transform: uppercase;
}

span.glyphicon.glyphicon-plus {
  color: white !important;
  cursor: pointer;
}

.content-wrapper {
  padding: 5px 0;
  margin-top: -15px;
}

.main-header {
  width: 1140px;
  height: 130px;
  padding-top: 5px;
  position: relative;
  margin-top: 15px;
}

.main-header .fwcms-knob-bg {
  height: 130px;
  width: 10%;
  background: url('images/fwcms-logo-knob.png') 100% no-repeat;
  float: left;  
  margin-top: -10px;
}

.file-view {
  margin: 3px;
}

.main-header .fwcms-logo-bg {
  height: 130px;
  width: 90%;  
  background: url('./images/fwcms-logo-bg.png') 10%;
  float: right;  
  margin-top: -10px;
}

.main-header .fwcms-logo-bg .fwcms-logo-text {
  background: url('./images/fwcms-logo-text.png') 10% no-repeat;
  width: 38%;
  height: 120px;
  float: left;
  margin-left: 20px;
}

.main-header .malaysia-logo {
  background: url('./images/fwcms-logo-emblem.png') no-repeat;
  height: 120px;
  width: 130px;
  margin-left: 15px;
  margin-top: 24px;
}

.main-header .fwcms-logo-govs {
  background: url('./images/fwcms-logo-govs.png') no-repeat;
  width: 230px;
  height: 80px;
  float: right;
  margin-top: 24px;  
}

/* .main-title {
  position: absolute;
  width: 100%;
  bottom: 1px;  
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 15px;
  padding: 0 10px;
  color: #FFF;  
}
 */
 
 .main-lang {
  position: absolute;
  left: 86%;
  bottom: 113px;
  width: 280px;
  height: 33px;
  text-align: right;
  line-height: 33px;
  border-radius: 15px;
  padding: 0 10px;
  margin-left: -140px;
  color: #FFF;
  font-size: 0.8em;
}

 .main-news {
  position: absolute;
  left: 23%;
  bottom: 0px;
  width: 1024px;
  height: 33px;
  text-align: right;
  line-height: 33px;
  border-radius: 15px;
  padding: 0 10px;
  margin-left: -140px;
  color: #FFF;
  font-size: 0.8em;
}
 
.main-title {
  position: absolute;
  left: 50%;
  bottom: 105px;
  width: 280px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 15px;
  padding: 0 10px;
  margin-left: -140px;
  color: #FFF;
  font-size: 0.8em;
  background: rgba(0,0,0,0) url('./images/header_panel_big.png') 0 0 no-repeat;
}
 
.title-news {
  float: left;
  width: 600px;
  margin-left: 140px;
  margin: 3px 0 0 130px;
}

.main-title .title-text {
  width: 230px;
  float: right;
  margin: 3px 20px 0 0;
}

.btn+.btn, .label+.label, .badge+.badge {
	margin-left: 5px;
}

.file-view {
	margin: 0 0 10px !important;
}
.row {
	margin-bottom: 5px !important;
}

.item-slide {
	height: 329px !important;
}

.errors {
  color: #a94442;
  display: block;
  margin: 2px 0;
  font-size: 0.8em;
  font-style: italic;
}

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}

.modal.fullscreen .modal-dialog,
.modal.fullscreen .modal-dialog .modal-content,
.modal.fullscreen .modal-dialog .modal-content .modal-body {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    overflow: hidden;
}

.modal.fullscreen .modal-dialog .modal-content .modal-body object {
	height: 90%;
}

.modal-header .fullscreen-action {
   float: right;
   font-size: 21px;
   font-weight: 700;
   line-height: 1;
   color: #ffffff;
   text-shadow: 0 1px 0 #fff;
   filter: alpha(opacity=20);
   opacity: .2;
   -webkit-appearance: none;
   padding: 0;
   cursor: pointer;
   background: 0 0;
   border: 0;
   margin-top: 3px;
}
.modal-header .fullscreen-action::before {
    content: "\e140";
}

.modal-header.info {
  background: #2E3132;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.modal-header.info .close {
  color: #ffffff;
}
.modal-header.info h3 {
  color: #ffffff;
}
.modal-body.info {
  max-height: 500px;
  overflow-y: auto;
  padding: 15px;
}

.message-modal {
  margin: 100px auto;
}
.message-modal .modal-dialog {
  width: 450px;
}
.message-modal .modal-header {
  background-color: #428bca;
  border-radius: 4px 4px 0 0;
}
.message-modal .modal-header .glyphicon::before {
  margin-right: 5px;
  content: "\e086";
}
.message-modal .modal-title::after {
  content: 'Info';
}
.message-modal h4 {
  color: #ffffff;
}
#footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
}
.message-modal .modal-body {
  padding: 20px 15px;
  color: #3a87ad;
 /*  word-wrap: break-word; */
  /* word-break: break-all; */
}
/* .message-modal .modal-footer {
  display: none;
} */
.message-modal.error .modal-header {
  background-color: #d2322d;
}
.message-modal.error .modal-header .glyphicon::before {
  content: "\e107";
}
.message-modal.error .modal-title::after {
  content: 'Error';
}
.message-modal.error .modal-body {
  color: #b94a48;
}
.message-modal.warning .modal-header {
  background-color: #f0ad4e;
}
.message-modal.warning .modal-header .glyphicon::before {
  content: "\e123";
}
.message-modal.warning .modal-title::after {
  content: 'warning';
}
.message-modal.warning .modal-body {
  color: #8a6d3b;
}
.message-modal.success .modal-header {
  background-color: #3c763d;
}
.message-modal.success .modal-header .glyphicon::before {
  content: "\e067";
}
.message-modal.success .modal-title::after {
  content: 'Success';
}
.message-modal.success .modal-title:lang(in)::after {
  content: 'Sukses';
}
.message-modal.success .modal-body {
  color: #63B264;
}
.message-modal.success .modal-footer {
  display: block;
}
.message-modal.confirm .modal-header {
  background-color: #f0ad4e;
}
.message-modal.confirm .modal-header .glyphicon::before {
  content: "\e123";
}
.message-modal.confirm .modal-title::after {
  content: 'Confirm';
}
.message-modal.confirm .modal-title:lang(in)::after {
  content: 'Menegaskan';
}
.message-modal.confirm .modal-body {
  color: #8a6d3b;
}
.message-modal.confirm .modal-footer {
  display: block;
}

.modal.in .modal-dialog{
	transform: none;
}
	
.modal.resizable .modal-dialog {
    height: 500px;
}
.modal.resizable .modal-content {
    height: 100%;
}
.modal.resizable .modal-body{
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 55px;
    top: 0;
}

.modal.resizable .modal-header {
    height: 55px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.overlay-message {
  opacity: 0.8;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgb(32, 65, 82);
  width: 100%;
  z-index: 9999;
  display: none;
}

.overlay-message .overlay_text {
  position: relative;
  top: 40%;
  width: 350px;
  padding: 10px 0;
  border: 2px solid #D64F00;
  border-radius: 10px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  font-size: 0.8em;
}

.overlay-message .stat_text {
  color: #fff;
  font-size: 2.2em;
  animation: loading  1s linear infinite;
  -moz-animation: loading 1s linear infinite;
  -webkit-animation: loading 1s linear infinite;
}

.overlay-message .overlay_text .dyn_text {
  color: #00B458;
  font-size: 1.6em;
  margin-top: 7px;
}

.gender-background {
	color: #434a54;
	border-color: #ccc !important;
	background-color: rgba(255,255,255,0.1);
	display: block;
	width: 100%;
	min-height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	background-image: none;
	border: 1px solid #999;
	border-radius: 4px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.nav-pills>li>a>span {
	margin-left: 10px;

	}
		
	.search-form-control {
    display: block;
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;    
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

   	.formpmg-control {
    display: block;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;    
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
   



.cusClrCircle {
	width: 19px;
	height: 19px;
	border: 1px solid #eee;
	margin-right: 5px;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	border-radius: 100% 100% 100% 100%;
	vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.margin-10 {
	margin-bottom: 10px;
}

.cursor-pointer {
	cursor: pointer;
}

.bg-color-red {
	background-color: #cc2d2d !important;
	color: #333 !important;
}

.bg-color-blue {
	background-color: #5DA9F5 !important;
	color: #333 !important;
}

.bg-color-yellow {
	background-color: #F5E35D !important;
	color: #333 !important;
}

.bg-color-orange {
	background-color: #F5975D !important;
	color: #333 !important;
}

.bg-color-green {
	background-color: #5cb85c !important;
	color: #333 !important;
}

.bg-color-purple {
	background-color: #8080ff !important;
	color: #333 !important;
}

.bg-color-gray {
	background-color: #6b6b6b !important;
	color: #333 !important;
}

.font-gray {
	color: gray !important;
}

.font-green {
	color: #5cb85c !important;
}

.font-orange {
	color: #F5975D !important;
}

.font-red {
	color: #cc2d2d !important;
}

.font-default {
	color: #354b5e;
}

.btnSubmitSummary {
	float: right;
	color: #222;
	display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    cursor: pointer; 
    cursor: hand;
}
thead tr th {
	background-color: #6685a4 !important;
	color: #fff !important;
}
table.table-condensed thead tr th {
	background-color: #fff !important;
	color: #333 !important;
}

.breadcrumb {
	border: 1px solid #ddd;
	background-color: #fff !important;
}

.lbl-inline-radio {
	margin-right: 20px;
    margin-bottom: 0px; 
}

.circle{
    border: 1px solid #eee;
    padding: 10px 11px;
    background: green;
    width: 2px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 1%;
}

.hide{
	display: none;
}

.form-group .input-group-addon {
	padding: 0px !important;
	border: 0 none !important;
	background: none !important;
}

.blink-text {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
