.confirmation{
	padding:5px;
	font-size:12px;
	white-space:nowrap;
}
.notif-success {
    color: green;
    font-weight: 400;
}

.lima-notif{
  padding: 15px;
  margin-top: 15px;
}

select.ipt_uif_select{
	width:100% !important;
}

/** added #dhi [limamultimedia] **/
.ipt_uif_shadow {
    position: relative;
    min-height: 24px;
    background: #ffffff;
    border: 3px solid #f0f0f0;
    border-radius: 3px;
    padding: 0;
    margin-bottom: 20px;
}
.ipt_uif_shadow.glowy {
    -webkit-box-shadow: 0 0 2px #aaa;
    box-shadow: 0 0 2px #aaa;
    border-color: #fff;
    background-color: #fff;
    padding: 20px;
}
.ipt_uif_iconbox > .ipt_uif_box.cyan {
    margin-bottom: 10px;
    font-weight: bold;
    text-shadow: 0 0 2px #888;
    color: #fff;
    border: 1px solid #00c6c4;
    background: #00c6c4;
    margin: -20px -20px 10px -20px;

}
.ipt_uif_iconbox > .ipt_uif_box.cyan h3 {
    margin: 2px 0;
    padding: 10px;
    color: #fff;
    text-shadow: 0 0 2px #888;
    display: block;
    line-height: 24px;
    text-decoration: none;
}
.box-table{
    padding:0 0px;
}
details {
  border-radius: 3px;
   padding-left: 10px;
}

table summary {
  /* background: #333; */
  color: #009688;
  
  padding: 5px 10px;
  outline: none;
}

details[open] summary {
  background: #00c6c4; 
  color: #fff;
  
}

summary li{
    display: inline-block;
    list-style: none;
}
details li{
     
    list-style: none;
}
table details[open] SUMMARY ~ * {
  animation: sweep .5s ease-in-out;
}

.list-submit details,
.list-submit summary{
  padding-left: 0;
  margin-left: 0;
}

@keyframes sweep {
  0%    {opacity: 0; margin-left: -10px}
  100%  {opacity: 1; margin-left: 0px}
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
.theform-control {
    display: block;
    width: 100%;
    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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#loop-page{ width:80px; display: inline-block;}

span.textpage{display: inline-block;}

.ini-box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
 
.ini-button {
  font-size: 1em;
  padding: 10px;
  color: #fff; 
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out; background:#00c6c4;
      font-weight: 800;
}
.ini-button:hover {
  background: #999;
}

.ini-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  /** visibility: hidden; */
  display: none;
   opacity: 1;
  opacity: 1;
    z-index: 9999;
}
 /**
.ini-overlay:target {
  visibility: visible;
  opacity: 1;
}
*/
.ini-popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.modal-wide .ini-popup{
  width: 70%;
  max-height:500px;
  overflow:auto;
}

.modal-wide .ini-popup h3{
  font-size: 18px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 8px;
  width: 95%;
  display: block;
}

.ini-popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.ini-popup .ini-close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.ini-popup .ini-close:hover {
  color: #00c6c4;
}
.ini-popup .ini-content {
  max-height:50%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .ini-box{
    width: 70%;
  }
  .ini-popup{
    width: 70%;
  }
}
select {
    text-transform: none;
}
select.ipt_uif_select {
    background-color: #f5f5f5;
    border: 1px solid rgba(72, 72, 72, 0.2);
    color: #484848;
    border-radius: 0.1666666666em;
}

select.ipt_uif_select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

select.ipt_uif_select {
    border: 0 none;
    line-height: 1.5em;
    height: 2.5em;
    padding: 0.5em 0.2em;
    display: inline-block;
    border-radius: 0;
    font-size: 1.2em;
    color: #333;
    background-color: #fff;
    border: 1px solid #3ac7ff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul.list-submit{
  cursor: pointer;
}

#query-form fieldset{
  margin:0;
  padding: 0;
}
#query-form fieldset legend{
	margin-bottom:0;
	display: block;
	width: 100%;
	padding: 0;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
.ul-inline{
  margin-left: 0;
  padding-left: 0;
  display: block;
}

#query-form .row-sort{
  float: right;
}
#query-form .ul-inline{
  float: left !important;
  width: auto
}

.ul-inline li{
  list-style: none;
  display: inline-flex;
  vertical-align: middle;
}

.ul-inline li input{
  max-width: 80%;
}
.ul-inline li input.lima-datepicker{
  max-width: 100px;
  margin-right: 10px;
}
.ul-inline li input.lima-datepicker:last-child{
  margin-left: 10px;
}

.ul-inline li label{
  margin-right: 3px;
  white-space: nowrap;
  width: 35%;
  padding-top:6px;
}

.row-sort{
  display: inline-table;
}

.row-sort label{
  white-space: nowrap;
  margin-right: 8px;
  margin-top: 0px;
}


.ul-inline button{
  vertical-align: bottom;
  padding: 8px 5px;
  
}

.lima_form_request_approve{
  margin-left: 18px !important;
}
.lima_form_request_approve .lima_label{
  width: 20% !important;
}
.lima_form_request_approve .ipt_uif_question_content{
  left: 0 !important;
  right: auto;
  float: left !important;
  width: auto !important;
}

.copy-icon{
  float: right;
  cursor: pointer;
  padding: 2px 5px;
  background: #00c6c4;
  color: #FFF;
  border-radius: 5px 0px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.copied{
  background: #333;
}
.table-striped > tbody > tr.bg-danger,
tbody > tr.bg-danger {
    background-color: #f2dede !important;
}
.table-striped > tbody > tr.bg-yellow,
tbody > tr.bg-yellow {
	background-color: #fffa8f !important;
}
.table-striped > tbody > tr.bg-green,
tbody > tr.bg-green {
	background-color:#b1fe92 !important;
}

.lima-notification a{
  color: #FFF;
  display: block;
  vertical-align: middle;
  text-decoration:blink;
  font-weight: bold;
  font-size: 12px;
  padding-top: 5px;
}
.lima-notification{
  position: fixed;
  z-index: 9999;
  background: red;
  color: #FFF;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 5px;
  bottom: 10%;
  right: 10px;
}
#request_edit_approval{
  padding: 15px;
}
#modal-approve .large{

}
	
ul.keterangan{
	margin-top:0;
	margin-bottom:30px;
	width:100%;
}	
ul.keterangan li {
	display:block;
	width:100%;
}
