html, body {
  background-color: #F4F4F4;
  font-size: 12px;
}

.form-control, .btn {
  font-size: 12px;
}

.bg-body-latihan {
  background-image: url('../images/latihan-bg.jpg');
}

blockquote {
  font-size: 12px;
}

/*A4.Link*/
a {
  text-decoration: none;
}

a:active {
  outline: none;
}

a:hover {
  color: #22429C;
  text-decoration: underline;
}

/***********************
 *B. CSS LAYOUT HALAMAN*
 ***********************/
/*B1.Kelas-Kelas*/
.contain {
  margin: auto;
  width: 1100px;
}

/*B2.Header*/
#header {
  position: relative;
  z-index: 2;
}

#headerContent {
  height: 70px;
  overflow: hidden;
  padding: 10px;
}

#headerContent img,
#headerContent p {
  height: 100%;
}

#headerContent p {
  font: bold 28pt Arial, Helvetica, sans-serif, Tahoma, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 10px;
}

#systemMessage {
  color: red;
  font: bold 17pt Arial, Helvetica, sans-serif, Tahoma, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100%;

  *position: absolute;
  text-align: center;
  *top: 10px;
  *width: 400px;
}

/*B3.Menu Navigasi*/
#menu {
  border-top: 5px solid midnightblue;
}

#rightMenu {
  background: midnightblue;
  float: right;
  margin: 0;
  overflow: hidden;
}

.topmenu {
  background-color: gold;
  background-image: -moz-linear-gradient(top, #FCEC2D, #FCC920);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FCEC2D), to(#FCC920));
  background-image: -webkit-linear-gradient(top, #FCEC2D, #FCC920);
  background-image: -o-linear-gradient(top, #FCEC2D, #FCC920);
  background-image: linear-gradient(to bottom, #FCEC2D, #FCC920);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FCEC2D', endColorstr='#FCC920');
  font-family: Arial, Helvetica, sans-serif, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  font-size: 11px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FCEC2D',endColorstr='#FCC920')";
  /*border: none;*/
  height: 28px;
}

.navbar {
  min-height: 36px;
  margin-bottom: 18px;
}

.navbar-brand {
  height: 36px;
}

.navbar-nav > li > a {
  color: #444444;
  text-shadow: 0 1px 0 #ffffff;
}

#login, #logout {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  background-image: -webkit-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
  background-image: -o-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
  background-image: linear-gradient(to bottom, #4d90fe 0%, #4787ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe', endColorstr='#ff4787ed', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
}

#login:hover, #logout:hover {
  text-shadow: 0 1px rgba(0, 0, 0, .3);
  color: #fff;
  background-color: #3078eb;
  background-image: -webkit-linear-gradient(top, #4d90fe 0%, #3078eb 100%);
  background-image: -o-linear-gradient(top, #4d90fe 0%, #3078eb 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#3078eb));
  background-image: linear-gradient(to bottom, #4d90fe 0%, #3078eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe', endColorstr='#ff3078eb', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
}

.topmenu .nav > li > a:hover {
  text-decoration: none;
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
}

.topmenu .nav a:active,
.topmenu .nav > .active > a,
.topmenu.nav > .active > a:hover {
  color: #555555;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

#daftar {
  color: #444444;
  font-weight: bold;
  font-size: 10px;

  background-image: -moz-linear-gradient(top, #FF3333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF3333), to(white));
  background-image: -webkit-linear-gradient(top, #FF3333, #FF3333);
  background-image: -o-linear-gradient(top, #FF3333, #FF3333);
  background-image: linear-gradient(to bottom, #FF3333, #FF3333);

}

.loginForm {
  border-radius: 0 0 6px 6px;
  display: none;
  right: 185px;
  padding: 10px;
  position: absolute;
  width: 220px;
  z-index: 4;
}

.loginForm a {
  padding-top: 8px;
}

.loginForm .btn-primary {
  margin: 10px auto 0;
  text-align: center;
}

/*B4.Konten Utama*/

.content {
  border-radius: 4px;
  background: white;
  padding: 15px;
}

/* Footer */
#footer {
  background: #080822;
  border-top: 5px solid gold;
  color: white;
  margin-top: 30px;
  padding: 4px 0;
}

#footer a {
  color: white;
}

#footer a:hover {
  text-decoration: underline;
}

#footerInfo {
  border-top: 1px solid white;
  font-size: 11px;
  overflow: hidden;
  padding: 2px 0;
}

#footerInfo p {
  margin: 2px 0;
}

#infoRight {
  float: right;
  text-align: right;
}

#infoRight a {
  color: gold;
}

/**********************
 *C. MODIFIKASI ELEMEN (KELAS DAN ID)*
 **********************/
/*C1.Kelas Umum*/
.header1,
.header2 {
  font-weight: bold;
  vertical-align: middle;
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid transparent;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header1 {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.header1 a {
  color: gold;
  text-decoration: none;
}

.header2 {
  background: gainsboro;
}

/*C2.Div dan Span*/
div.submenu {
  background-color: #e6e6e6;
  border-top: 4px solid #e6e6e6;
  color: #555555;
  font-size: 11px;
  padding: 4px;
}

div.notifBar {
  font-size: 11px;
  margin-bottom: 10px;
/ / overflow : hidden;
  padding: 2px 4px;
/ / vertical-align : bottom;
}

div.notifBar img {
  height: 11px;
  width: auto;
}

span.userBlock {
  color: #333333;
  float: right;
  text-align: right;
}

.warning {
  color: red;
  font-style: normal;
  font-weight: bold;
}

.warning-invert {
  background: #FFCCCC;
  border-radius: 3px;
  color: red;
  font-style: normal;
  padding: 4px;
}

/*C3.Tulisan*/
.title {
  color: royalblue;
  font: lighter 15px "Lucida Grande", Corbel, "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  overflow: hidden;
  width: 100%;
}

div.title {
  background: gainsboro;
  margin-bottom: 20px;
  padding: 8px;
}

h3.title {
  line-height: 30px;
}

.title a {
  color: goldenrod;
  font-size: 12px;
  font-weight: bold;
}

.title a:hover {
  color: gold;
}

a.thumbnail {
  color: grey;
  font-size: 70px;
  height: 192px;
  text-decoration: none;
  vertical-align: middle;
  width: 284px;
}

#slide a.thumbnail {
  height: 184px;
  width: 276px;
}

#links a.thumbnail {
  height: 67px;
  width: 150px;

}

/*C4.List*/
ul.disc {
  list-style-position: inside;
  list-style-type: disc;
}

ul.thumbnails li {
  text-align: center;
}

/*********************
 *D. CSS HALAMAN MUKA*
 *********************/
/*D1.Slide Show*/
#display {
  height: 288px;
  margin-bottom: 20px;
}

.displayLeft {
  width: 580px;
}

.displayRight {
  margin-left: 600px;
}

#slides {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 600px;
}

#slides.empty {
  background-image: url('../images/imgng/SlideHolder.png');
}

#slideShow {
  border: 4px solid midnightblue;
  float: left;
  height: 280px;
  overflow: hidden;
  width: 420px;
}

#slideShow img {
  height: 100%;
  width: 100%;
}

#slideShow li {
  filter: alpha(opacity=0);
  height: 280px;
  opacity: 0.0;
  overflow: hidden;
  position: absolute;
  width: 420px;
  z-index: 2;
}

#slideShow li.active {
  filter: alpha(opacity=100);
  opacity: 1.0;
  z-index: 4;
}

#slideShow div.caption {
  background: black;
  bottom: 0;
  filter: alpha(opacity=70);
  height: 67px;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  z-index: 1;
}

#slideShow p {
  color: white;
  font: 15px Calibri, Frutiger, "Frutiger Linotype", Univers, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 8px;
  width: auto;
}

#slidePage {
  background: #AFAFAF;
  float: left;
  height: 100%;
  overflow: auto;
  position: relative;
  width: 172px;
}

#slidePage ul {
  font-size: 10pt;
  position: relative;
  top: 0;
  width: 172px;
  list-style: none;
}

#slidePage li.active a {
  background: midnightblue;
  color: white;
}

#slidePage li a {
  background-image: url('../images/imgng/Slide Button.png');
  display: block;
  clear: left;
  font-type: "Lucida Grande", Corbel, "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  padding: 26px 6px;
}

#slidePage a:hover {
  text-decoration: none;
}

#slidePage p {
  cursor: pointer;
  height: 47px;
  padding: 25px 0 0 10px;
  position: relative;
}

/*D2.Link*/
#linkList {
  height: 100%;
  margin-left: 620px;
}

#contact {
  display: block;
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 300px;
}

#contact img {
  height: 100px;
  width: 100%;
}

#contact h3 {
  color: #f7ea00;
  font: 20pt Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  left: 120px;
  position: absolute;
  top: 17px;

}

#contact h2 {
  color: #f7ea00;
  font: 20pt Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  left: 120px;
  position: absolute;
  bottom: -6px;

}

#linksContainer {
  height: 138px;
  margin: 30px 0;
  position: relative;
  width: 374px;
  z-index: 1;
}

#links {
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  position: relative;
  width: 300px;
}

a.linkScroll {
  background-image: url('../images/imgng/LinksNavi.png');
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 24px;
  opacity: 0.2;
  position: absolute;
  top: 40%;
  width: 20px;
}

a.linkScroll:hover {
  opacity: 1.0;
}

#linkScrollRight {
  background-position: -30px 0;
  right: 0;
}

#links ul {
  height: 100%;
  overflow: visible;
  position: relative;
}

#links li {
  float: left;
  height: 100%;
  width: 150px;
}

#links div {
  height: 124px;
  margin: 12px 10px;
  position: relative;
}

#links a {
  color: rgb(8, 8, 34);
  opacity: 0.4;
}

#links li:hover a {
  opacity: 1.0;
}

#links img {
  height: 67px;
  width: 100%;
}

#links p {
  bottom: 0;
  font: bold 12pt Calibri, Frutiger, "Frutiger Linotype", Univers, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 40px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.linkItem {
  background: white;
  height: 157px;
  margin: 15px;
}

/*D3.Newsticker*/
#news {
  border-right: 7px solid gold;
  height: 33px;
  margin: 0 0 20px 0;
  overflow: hidden;
  vertical-align: middle;
}

#newsType {
  background: gold;
  border: none;
  color: midnightblue;
  font-size: 10pt;
  font-weight: lighter;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 10%;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}

#newsContent {
  background-size: 30%;
  background-image: url('../images/imgng/Diagonal_national.png');
  border: none;
  color: white;
  font-size: 10pt;
  font-weight: lighter;
  height: 100%;
  padding: 0 0 0 8px;
  vertical-align: middle;
}

#news ul {
  position: relative;
}

#newsContent li {
  bottom: -9px;
  filter: alpha(opacity=0);
  opacity: 0.0;
  position: absolute;
}

#newsContent span {
  color: gold;
}

/*D4.Tabel*/
tr.public > td {
  padding: 0;
}

div.category {
  background: lavender;
  cursor: pointer;
  padding: 8px 5px;
  text-align: left;
}

div.category:hover, div.category.selected {
  background: #222;
  color: white;
}

div.category i {
  float: right;
}

#eProcurement table {
  margin-bottom: 0;
}

#eProcurement th {
  border-right: 1px solid white;
  font-weight: normal;
  text-align: center;
}

#eProcurement th.hrlast {
  border-right: none;
}

.hasError {
  background: rgba(255, 69, 0, 0.2);
  border: 1px solid crimson;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(255, 69, 0, 0.6); */
}

.error {
  color: #c00;
}

#descAbout p {
  text-align: justify;
}

#descAbout div {
  margin: 10px auto;
  text-align: center;
  width: 100%;
}

div.preview {
  background: white;
  position: relative;
  width: 772px;
}

div.preview p {
  margin-top: 5px;
  overflow: hidden;
}

div.preview table {
  margin: 0 auto;
}

div.preview h3 {
  font-size: 11pt;
}

div.preview p span {
  float: left;
}

.marginPreview {
  margin-bottom: 10px;
}

#bottomPreview {
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}

.bigButton {
  background: gold;
  color: midnightblue;
  font-weight: bold;
  font-style: Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana Ref", sans-serif;
  margin: 5px auto;
  text-align: center;
  width: 80px;
}

.bigButton:hover {
  cursor: pointer;
}

.bigButton br {
  height: 2px;
}

.bigButton span {
  font-size: 40pt;
}

div.addButton {
  color: midnightblue;
  cursor: pointer;
  padding: 2px 4px;
}

/*
* CSS CUSTOM BOOTSTRAP
*
*/

.width-normal {
  width: 250px;
}

.padding-top-normal {
  padding-top: 10px;
}

.panel-primary .panel-heading a {
  text-decoration: none;
  color: white;
}

.panel-primary .panel-heading a:hover {
  text-decoration: none;
  color: #ccc;
}

.white, .white a {
  color: #fff;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout-warning {
  border-color: #f1e7bc;
}

.bs-callout-info {
  border-color: #d0e3f0;
}

.bs-callout-danger {
  border-left-color: #dd4b39;
}

.bs-callout-danger h4 {
  color: #c23321;
}

.panel .dataTables_wrapper {
  padding: 10px;
}

/* customize font-awesome */

.fa-10x {
  font-size: 10em;
}

.fa-15x {
  font-size: 15em;
}

.fa-20x {
  font-size: 20em;
}

.table {
  border-top: 1px solid #ddd;
}

.table thead > tr > th {
  border-bottom: none;
}

table tr {
  vertical-align: top;
}

.bab {
  margin-top: 30px;
}

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: url('../images/font/DroidSans.eot');
  src: local('Droid Sans'), local('DroidSans'), url('../images/font/DroidSans.ttf') format('truetype');
}

.tab {
  padding: 0 20px; /* Or desired space*/
}

.space {
  padding: 0 5px; /* Or desired space*/
}

.modified {
  background-color: #FAF6B6;
}

/* chat style , penjelasan dan sanggahan*/

.chat {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
  margin-left: 60px;
}

.chat li.right .chat-body {
  margin-right: 60px;
}

.chat li .chat-body p {
  margin: 0;
  color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
  margin-right: 5px;
}

.selectize-input {
  min-height: 20px;
  padding: 3px 6px;
}

.select-deskripsi-klasifikasi,
.select-deskripsi-klasifikasi-pengalaman,
.select-deskripsi-klasifikasi-ijin {
  width: 500px;
}

.select-provinsi-kabkota {
  width: 400px;
}

.select-no-border-form {
  width: 400px;
}

.label {
  border-radius: 2px;
}

.btn {
  font-weight: normal;
}

.badge {
  border-radius: 3px;
}

.profile-img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.bold
{
	font-weight: bold;
}
.right
{
	text-align: right;
}
.img-ajax-loader {
    position: absolute;
   
    margin-left: auto; /* -1 * image width / 2 */
    margin-top: -50px;  /* -1 * image height / 2 */
  
    display: block;
	background: transparent  url(../images/activepreloader.gif) center no-repeat;
	z-index::100000;
}

.activeloader {
	top: 20%;
	left: 5%;
	margin: -50px 0px 0px -50px;
	position: fixed;
	float:none;
	width:100%;
	height: 50px;
	background: transparent  url(../images/activepreloader.gif) center no-repeat;
	z-index::100000;
}
.activeloader-center {
	top: 50%;
	left: 5%;
	margin: -50px 0px 0px -50px;
	position: fixed;
	float:none;
	width:100%;
	height: 50px;
	background: transparent  url(../images/activepreloader.gif) center no-repeat;
	z-index::100000;
}
.fixed {
      table-layout: fixed;
      width: 100%
   }
td {
     	   /* CSS 3 */
        white-space: -o-pre-wrap;
        word-wrap: break-word;
       
    }	
textarea { 
	resize: vertical;
}    
.boxsizingBorder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
p{
overflow-wrap: break-word;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

 
 .text-gray
 {
 	color:gray;
 } 