html,
body {
  height: 100%;
  background-color: #DCDCDC !important;
  font-family: 'Verdana', Open Sans,sans-serif;
  font-size: 11px !important;
}

i{
  font-size: 10px;
}

.hide_proc, .hide_diag{
  display: none;
}

.bs-old-docs {
    padding: 0px 1px 19px 15px;
    background-color: rgba(4, 114, 70, 36);
    z-index: 999;
    position: relative;
}

.panel-primary.panel-shadow .panel-heading > a{
  color: #fff;
  font-size: 12px;
}

.bs-old-docs ~ label{
  color: #FFF;
}
.scroll_top{
  position: fixed;
  left: 0px;
  bottom: 45%;
  background-color: rgba(0,0,0,0.25);
  padding: 5px 10px 5px 10px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  display: none;
}

.scroll_top > a{
  color: #fff;
}

.large-font{
  font-size: 16px !important;
}
.med-font{
  font-size: 14px !important;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

#footer {
  background-color: #FFF;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02) inset, 0 -1px 0 rgba(255, 255, 255, 0.25);
  //margin-top: 20px;
}

#wrap > .container {
  padding: 20px 15px 0;
}

.credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

.panel-shadow{
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

noscript{
  position: fixed;
  z-index: 10000;
  width: 100%;
}

.overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 98;
  color: #eee;
  z-index: 1031;
  display: none;
}

#error_ajax{
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
}

#loading-overlay-layer{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 98;
  color: #eee;
  z-index: 1041;
  display: none;
}

.print_panel{
  position: absolute;
  right: 0px;
  padding: 5px;
  background-color: #FFF;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 8px 10px rgba(0,0,0,0.45);
  z-index: 997;
  color: #FFF;
}

.form_group-compact{
  margin-bottom: 0px !important;
}

.empty-row{
  background-color: #FFF6BF !important;
  text-align: center;
  color: #666633;
}

.empty-row-error{
  background-color: #FFCCCC !important;
  text-align: center;
  color: #666633;
}

div.empty-row{
  padding: 8px;
  min-height: 20px;
  border: thin solid #FDD845;
}

.button_column{
  background-color: #d0e3f0 !important;
  text-align: center;
  width: 20px !important;
}

.button_column_lg{
    background-color: #D0E3F0 !important;
    text-align: center;
    width: 100px !important;
}

.button_column_md{
    background-color: #D0E3F0 !important;
    text-align: center;
    width: 70px !important;
}

.edit_column{
  background-color: #f0f7fd !important;
}

.short_option{
  width: 160px !important;
  margin-left: 2px;
  display: inline-block !important;
}

.bs-callout {
  border-left: 6px solid #EEEEEE;
  border-top: 2px solid #EEEEEE;
  margin-bottom: 10px;
  min-height: 35px;
  padding: 5px;
}

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

.bs-callout-content {
  background-color: #F5F5F5;
  border-color: #CCCCCC;
}

.bs-callout-warning {
    background-color: #FEFBED;
    border-color: #F1E7BC;
}

.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}

.bs-callout-image{
  text-align: center;
  padding: 5px;
}

.label-lg{
  width: 140px;
}

.label-lg-ext{
  width: 100px;
}

.tutup_error{
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 5px;
  width: 100px;
  margin: 10px auto 0 auto;
}

.short_option{
  width: 160px !important;
  margin-left: 2px;
  display: inline-block !important;
}

.dropdown-menu{
  font-size: inherit !important;
}

.panel-heading{
  border-bottom: 2px solid #d0e3f0;
}

.panel-group .panel-heading{
  border-bottom: 2px solid #d0e3f0;
}

.panel-collapse{
  border-left: 7px solid #d0e3f0;
  border-right: 7px solid #d0e3f0;
  border-bottom: 7px solid #d0e3f0;
}

.panel-collapse-fisik{
  border-left: thin solid #d0e3f0 !important;
  border-right: thin solid #d0e3f0 !important;
  border-bottom: thin solid #d0e3f0 !important;
}

a.accordion-toggle{
  color: #000 !important;
}

.accordion-toggle-active{
  background-color: #d0e3f0;
}

.btn{
  font-size: inherit !important;
}

.btn-supper{
  padding: 8px 12px !important;
}

.modal-title{
  font-size: 15px;
  font-weight: bold;
}

table th{
  //background-color: #EEE !important;
  border-bottom: 3px solid #AAA !important;
  text-align: center;
  vertical-align: middle !important;
}

table th.fix_width_xs{
  //width: 88px !important;
}

table th.fix_width_lg{
  width: 200px !important;
}

.navbar-brand{
  color: #000 !important;
  border-right: thin solid #CCC;
}

.navbar-brand img{
  margin-top: -12px;
  margin-right: 5px;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #FFF6BF;
}

.table-hover > tbody > tr:hover > td.edit_column{
  background-color: #FEF8E2 !important;
}

.modal-footer{
  margin-top: 0px !important;
  border-top: 3px solid #FDD845;
  background-color: #FFF6BF;
  padding: 10px 20px 10px;
}

label.empty{
  padding: 10px;
  background-color: red;
}

.form-control {
  border-radius: 0px !important;
  //padding: 6px;
  font-size: 16px;
}

.toggle-identity{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  box-shadow: 0 2px 8px rgba(0,0,0,0.45);
  padding: 12px;
  z-index: 998;
}

.toggle-identity > div{
  display: inline-block;
  min-width: 60px;
  margin-top: -10px;
}

.toggle-identity > div > .title{
  color: #EEE;
  font-size: 8px;
  margin-bottom: -10px;
  padding-left: 2px;
}

.toggle-identity > div > label.content{
  padding: 3px;
  margin-right: 2px;
  margin-left: 2px;
  background-color: #FFF;
  border-radius: 3px;
  width: 100%;
  font-size: 10px;
}

.toggle-identity > div > label.content-inner{
  background-color: #FFF6BF !important;
}

.navbar {
 border-radius: 0px;
 margin-bottom: 0px !important;
}

hr{
  margin-bottom: 10px;
  margin-top: 10px;
}

hr.dash{
  border: thin dashed #CCC;
}

.form_labeling{
  font-weight: bolder;
  //font-size: 10px;
  margin-top: 10px;
}

.form_labeling_small{
  font-size: 9px !important;
  font-family: tahoma !important;
}

.chosen-container{
  margin-bottom: 10px;
  font-size: inherit !important;
}

.chosen-container-single .chosen-single {
  height: 27px !important;
  border-radius: 0px !important;
}

td > li {
  display: block;
  position: relative;
  list-style: none outside none;
}

legend{
  padding: 0px 0 5px 5px !important;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0px !important;
}

fieldset {
  margin: 0 0 20px 0 !important;
  border-left: thin solid #DDD;
}

.image-center{
  text-align: center;
}

.panel-title{
  font-size: inherit !important;
}

.btn-pink {
  background-color: #AA55FF;
  border-color: #AA55FF;
  color: #FFFFFF;
}

.btn-black {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.center-border {
  text-align: center;
  border-bottom: thin solid #EEE;
  padding: 0 0 10px
}

div.mini_input{
  margin-right: -45px;
}

input.mini_input{
  width: 80px !important;
  display: inline-block;
}

input.mini_input_lg{
  width: 240px !important;
  display: inline-block;
}

input.mini_input.double{
  float: left;
  width: 49px !important;
  margin-right: 2px;
}

input.input_numeric{
  text-align: right;
}

#content-data-kunjungan{
  //max-height: 150px;
  overflow: hidden;
}

th{
  cursor: pointer;
}

th:hover{
  color: #3276B1;
}

.content-agenda-heading{
  text-transform: capitalize;
  //background-color: #EBEBEB;
  //padding: 6px 10px;
  //border-bottom: thin solid #000;
  //margin-bottom: 5px;
}

.content-agenda-footer{
  text-transform: capitalize;
  border-top: thin dashed #DDDDDD;
  padding: 10px 0px 5px 0px;
  font-size: 12px;
}

.content-agenda-body{
  margin: 2px 8px;
  padding: 10px;
}

.content-agenda-heading > .block, .content-agenda-body > .block{
  display: inline-block;
  margin-right: 25px;
  background-size: 15px !important;
  text-indent: 18px;
  background-position: left top;
}

.help-block {
  font-size: 9px !important;
}

.tanggal{
  background-image: url('../img/calender.png');
  background-repeat: no-repeat;
  color: #AC5100;
  font-weight: bold;
}

.jam{
  /*background-image: url('../img/jam.png');*/
  background-repeat: no-repeat;
  font-weight: bolder;
}

.tempat{
  background-image: url('../img/tempat.png');
  background-repeat: no-repeat;
  font-weight: bolder;
  color: #55AAFF;
}

.agenda{
  text-indent: 0px !important;
  max-width: 100% !important;
  display: inline-block;
  font-size: 13px;
}

.peserta_ > strong{
  padding: 4px 6px;
  border-radius: 4px;
  border-bottom: 3px solid #55AAFB;
}

.peserta_{
  padding: 4px 2px;
  border-bottom: thin solid #CCC;
}

.keterangan{
  margin: 10px 0px;
  text-indent: 0px !important;
  max-width: 100% !important;
  font-size: 10px;
  background-color: #FdFdFd;
}

.form_labeling_important{
  color: red;
}

.form-control-small{
  width: 200px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.label{
  font-size: 90% !important;
}

label.penunjang_content{
  width: 245px;
  padding: 2px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
}

label.penunjang_content > span.active{
  color: #AC5100;
}

label.penunjang_content > input{
  margin-top: -2px;
}

label.penunjang_content > a{
  background-color: #D2322D;
  padding: 1px 3px 2px 3px;
  color: #fff;
  border-radius: 3px;
}

.tes{
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FFFFFF;
  border-color: -moz-use-text-color #000000 #000000;
  border-image: none;
  border-right: thin solid #000000;
  border-style: none solid solid;
  border-width: medium thin thin;
  left: 104px;
  list-style: none outside none;
  padding: 5px;
  position: absolute;
  top: 100px;
  width: 516px;
  z-index: 1000;
  overflow: scroll;
}

tr.daful_active > td{
  background-color: rgba(0,0,0,0.2) !important;
}

tr.daful_active_edit > td{
  background-color: rgba(255,255,204,0.8) !important;
}

.btn-link-border{
  border: thin solid #eee;
 }

.table-filter , #tablePagination{
  padding: 5px 10px;
  background-color: #eee;
  margin: 1px 0 10px 0;
}

.table-filter > #filter_form > label, #tablePagination > label{
  min-width: 80px;
  margin-left: 2px;
}

.table-filter > #filter_form > .btn-link{
  color: #000 !important;
}

.filter_select{
  padding: 4px 8px 4px 4px;
  border: thin solid #eee;
  max-width: 230px;
}

input.filter_select{
  border: thin solid #eee;
}

#tablePagination > div{
  display: inline-block;
  margin-right: 10px;
}

#tablePagination_paginater > .icon{
  padding: 0 5px;
  cursor: pointer;
}

.table {
    margin-bottom: 10px !important;
}

.modal_center{
  text-align: center;
  padding: 5px;
}

.modal-dialog{
  width: 950px !important;
}

sup.red{
  padding: 2px;
  background-color: #FF0000;
  color: #fff;
  font-size: 12px;
}

.menu_permintaan_konsul{
  display: none;
}

#loading_panel{
  background-color: #EEE;
  padding: 10px;
  position: fixed;
  bottom: 45%;
  right: 0%;
  z-index: 10000;
  display: none;
}

center.shortcut > .btn-group{
  display: inline-block;
  width: 206px;
  margin-right: 2px;
  margin-bottom: 2px;
  background-color: #eee;
  border-bottom: 4px solid #D0E3F0;
}

.panel-group .list{
  display: none;
}

.display-toogle{
  padding: 10px;
  margin: 7px 0px 10px 0px;
  border: thin solid #DDDDDD;
  border-radius: 5px;
}

.display-toggle-link{
  cursor: pointer;
}

.display-toogle-header{
  margin-bottom: 10px;
  border-bottom: thin solid #ddd;
  padding-bottom: 10px;
}

.large-label{
  min-width: 95px;
  font-size: 14px;
}

label.border{
  padding: 10px;
  border: thin solid #EEE;
  width: 100%;
  background-color: #F8F1BE;
}

td.align-right{
  text-align: right !important;
}

.docs-header{
  background-color: #6F5499;
  background-image: linear-gradient(to bottom, #563D7C 0px, #6F5499 100%);
  background-repeat: repeat-x;
  color: #CDBFE3;
  padding: 30px 15px;
  position: relative;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.docs-header h3{
  text-align: left;
  color: #FFF !important;
  font-family: verdana;
}

.send_data, .send_data:hover{
  color: #fff;
  cursor: pointer;
}

#table_handler {
    display: block;
    overflow: auto;
}

th.blue, td.blue{
  background-color: #C5DBEF;
}

th.default, td.default{
  background-color: #ECECEC;
}

th.yellow, td.yellow{
  background-color: #F8F1BE;
}

label.server-status{
  padding: 0px 8px;
  border-radius: 100px;
  text-indent: -9999px;
}

label.offline{
  background-color: #D2322D;
}

label.online{
  background-color: #47A447;
}

label.ip{
  width: 100px;
}

#print_area{
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 1000000;
  padding: 20px;
}
.table-responsive{
  overflow: auto !important;
}
.search-bar-lg{
  width: 40% !important;
}
.search-bar-med{
  width: 30% !important;
}

/* new */

.inner_border{
	background-color: #eee;
  padding-bottom: 5px;
  border-top: thin solid #BBB;
}
.inner_border label{
	display: inline-block;
	width: 250px;
	padding: 5px 5px 5px 30px;
}
.inner_border input.low{
	width: 120px;
}
.inner_border input.height{
  width: 200px;
}
.inner_border input.small{
  width: 50px;
}
.inner_border label.low{
  width: 120px;
}
.inner_border label.small{
  width: 50px;
}
.inner_border input{
	width: 350px;
	padding: 5px;
	border: thin solid #AAA !important;
}
.inner_border textarea{
  border: thin solid #aaa !important;
  height: 128px !important;
  padding: 5px;
  width: 674px !important;
}
.inner_border select{
	width: 180px;
	padding: 5px;
	border: thin solid #AAA !important;
}
hr.dashed{
  border-bottom: thin dashed #000 !important;
}
.container_inline_block{
  display: inline-block;
}
.class_1{
  background-image: url("../../assets/img/component/1.png");
  background-repeat: no-repeat;
  background-size: 22px auto;
  color: #fff;
  font-size: 15px;
  height: 27px;
  padding-left: 26px;
}
.class_1 a{
  color: #fff !important;
}
.class_2{
  background-image: url("../../assets/img/component/2.png");
  background-repeat: no-repeat;
  background-size: 22px auto;
  color: #fff;
  font-size: 15px;
  height: 27px;
  padding-left: 26px;
}
.class_2 a{
  color: #fff !important;
}
.class_3{
  background-image: url("../../assets/img/component/3.png");
  background-repeat: no-repeat;
  background-size: 22px auto;
  color: #fff;
  font-size: 15px;
  height: 27px;
  padding-left: 26px;
}
.class_3 a{
  color: #fff !important;
}
.class_4{
  background-image: url("../../assets/img/component/4.png");
  background-repeat: no-repeat;
  background-size: 22px auto;
  color: #fff;
  font-size: 15px;
  height: 27px;
  padding-left: 26px;
}
.class_4 a{
  color: #fff !important;
}
.btn-get_data{
  padding-right: 10px;
}
.center{
  text-align: center !important;
}
textarea{
  text-transform: uppercase !important;
}
.tindak_lanjut{
  margin-top: 3px;
  border-bottom: 2px dashed red;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-left: 2px dashed red;
  margin-left: 90px;
  margin-right: 70px;
  margin-bottom: 15px;
}
.red{
  color: red !important;
}
.green{
  color: green !important;
}
.yellow{
  color: #E48819 !important;
}
.informasi{
  padding: 3px 0px 3px 10px;
  margin-left: 35px;
  margin-bottom: 5px;
  border-left: thin solid #428BCA;
  font-size: 11px !important;
  color: #428BCA !important;
}
.inline{display: inline-block;}
.logo_bottom{
  vertical-align: top;
  padding-right: 3px;
}
.logo_title_bottom{
  padding-left: 3px;
  padding-bottom: 5px !important;
}
#flash2{
    width: 100%;
    height: 10%;
    border: 1px solid white;
 }  
 .jumbotron{
  height: 30%;
  width: 100%;
 }
#form_comen{
  
  float: left;
  height: 40%;
  width: 45%;
  padding: 1%;
}
#isi_comen{
 
  float: left;
  height: 40%;
  width: 45%;
  padding: 1%;
}
.marquee{
  background-color: rgba(0, 0, 0, 0.5);
  color: #eee;

  padding: 5px;
 
  width:100%;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
label.error{
    width: 93px;
    padding-left: 14px;
  }