.benar{background:url(images/accept.gif) #fff no-repeat 98% center;}
.salah{background:url(images/reject.gif) #fff no-repeat 98% center; background-color:#ffe7e4;}
.proses{background:url(images/proses.gif) #fff no-repeat center;}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 2px;
margin-bottom: 0;
margin-right: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 4px;
margin-right: 0;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.search-ac a:hover, .search-ac .seleksi {
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #338cdf;
  border-color: #2380dd #2179d5 #1a60aa;
  background-image: -webkit-linear-gradient(top, #59aaf4, #338cdf);
  background-image: -moz-linear-gradient(top, #59aaf4, #338cdf);
  background-image: -o-linear-gradient(top, #59aaf4, #338cdf);
  background-image: linear-gradient(to bottom, #59aaf4, #338cdf);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
}
.bawah {
    height:160px; position:fixed; bottom:0px; width:1000px;opacity:0.8;    
    background-color:#006699;
	margin:0 auto;
    border: 0 none; z-index:1000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.bawahover {
    height:8px; position:fixed; bottom:0px; width:1000;    
    background-color:#006699; z-index:1000;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.search {
  position: relative;
  margin: 0 auto;
}
.search input {
    background: url(../images/search-white.png) no-repeat 10px 6px #FEFAD3;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
	color:#959595;
    width:200px;
	line-height:26px;
	height:26px;
    padding-left: 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.search input:focus {
    background: url(../images/search-dark.png) no-repeat 10px 6px #fcfcfc !important;
    color: #006 !important;
    width: 243px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset 0;
    -moz-box-shadow: 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset 0;
    box-shadow: 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset 0;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.1) 0;
}
.search input:focus + .livesearch {
  display: block;
}
.livesearch
{
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fdfdfd;
}
.search-ac {
  margin: 0;
  padding: 0;
  border: 1px solid;
  border-color: #cbcfe2 #c8cee7 #c4c7d7;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
  background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
  background-image: linear-gradient(to bottom, #fdfdfd, #eceef4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.livesearch:hover {
  display: block;
}
.search-ac li {
  display: block;
}
.search-ac li:first-child {
  margin-top: -1px;
}
.search-ac li:first-child:before, .search-ac li:first-child:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border: 5px outset transparent;
}
.search-ac li:first-child:before {
  border-bottom: 5px solid #c4c7d7;
  top: -11px;
}
.search-ac li:first-child:after {
  border-bottom: 5px solid #fdfdfd;
  top: -10px;
}
.search-ac li:first-child:hover:before, .search-ac li:first-child:hover:after {
  display: none;
}
.search-ac li:last-child {
  margin-bottom: -1px;
}
.search-ac a {
  display: block;
  position: relative;
  margin: 0 -1px;
  padding: 6px 40px 6px 10px;
  color: #006;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor:pointer;
}
.search-ac a span {
  font-weight: 200;
}
.search-ac a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url("../images/arrow.png") 0 0 no-repeat;
}
.divlistsearch {
   border:1px solid #999999; 
   border-bottom-left-radius:6px;
   border-bottom-right-radius:6px;
   background-color:#f6f6f6;
   color:#003;
   border-top:0px;
   padding:6px;
   display:none;
   width:calc(100% - 12px)!important;
   position:absolute;
   z-index:2000;
}
.divlistbox
{
  position:relative;
  font-size:10px;
}
.divlistbox button
{
   min-height:32px; background: url(../images/down.png) no-repeat #ffffff right !important; background-position:right 6px bottom 50%!important; border-radius:8px; cursor:pointer; opacity:0.8; font-size:11px; color:#036!important;
}
.divlistbox button:hover
{
  background-color:transparent !important;
}
.inputfilter{
  padding-left:28px!important; height:24px; width:calc(100% - 36px)!important;
  background: url(../images/search-white.png) no-repeat 10px 6px #ffffff;
}
#divlistdata {
  overflow:auto;
  max-height:300px;
  background-color:#f6f6f6;
}
#divlistdata ul{
   margin-top:0px;   
}
#divlistdata li{
   list-style:none;
   margin: 0px 0px 0px -40px;
   padding:4px;
   min-height:16px;
   border-bottom:solid 1px #CCCCCC;
   cursor:pointer;
   colo
}
.divlistload {
  overflow:auto;
  max-height:300px;
  background-color:#F4F4F4;
}
.divlistload ul{
   margin-top:0px;
}
.divlistload li{
   list-style:none;
   margin: 0px 0px 0px -40px;
   padding:4px;
   min-height:16px;
   border-bottom:solid 1px #CCCCCC;
   cursor:pointer;
}
.tombol i{
   font-size:15px;
}
.sorot {
width:94%; color:#FFF!important; font-weight:bold; line-height:30px!important;; border:#FFF solid 1px!important;;
}
.tombol, input[type=submit], input[type=file], input[type=reset], button, table .tombol {
  color:#FFF!important;
  border:#006666 1px solid !important; border-radius:3px; cursor:pointer; min-height:24px; 
  display:inline-table; line-height:24px;  min-width:10px; padding-right:6px;padding-left:6px; text-align:center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0088b2+0,006699+100 */
background: #0088b2; /* Old browsers */
background: -moz-linear-gradient(top,  #0088b2 0%, #006699 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0088b2 0%,#006699 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0088b2 0%,#006699 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088b2', endColorstr='#006699',GradientType=0 ); /* IE6-9 */
}
.putih{
  background:#FFF !important;
  color:#039 !important;
}
.putih:hover{
  background:#E8F8FF !important;
}
.tombol:hover, input[type=submit]:hover, input[type=file]:hover, input[type=reset]:hover, button:hover, table .tombol:hover {
color:#036!important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,84cfed+100 */
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #84cfed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #feffff 0%,#84cfed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #feffff 0%,#84cfed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#84cfed',GradientType=0 ); /* IE6-9 */
}
.loader{
  position:fixed; background:#E5EFF5; border-radius:30px; display:none;z-index:200003;left:50%;top:50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.dialogboxcenter{ display: none; position: fixed; top: 0px; left: 0px; height:100%; width: 100%; z-index: 200004; padding-top:200px; } 
.dialogboxoverlay{ display: none; opacity: .8; position: fixed; top: 0px; left: 0px; background: #000; height:100%; width: 100%; z-index: 200001; } 
.dialogbox{ background: #006687; border-radius:7px; z-index:200005; width:90%; max-width:500px; max-height:580px; padding:1px; } 
.dialogbox > div{ margin:0px; border-radius:5px; } 
.dialogbox > div > .dialogboxhead{ background: -moz-linear-gradient(#00CCCC, #009999); 
border-top-left-radius:5px; border-top-right-radius:5px; font-size:14px; font-weight:bold; padding:4px; color:#FFF; }
.dialogbox > div > .dialogboxheadsalah{ background: -moz-linear-gradient(top, rgba(255,231,227,1) 0%, rgba(196,47,13,1) 86%); 
border-top-left-radius:5px; border-top-right-radius:5px; font-size:14px; font-weight:bold; padding:4px; color:#FFF; }
.dialogbox > div > .dialogboxbody{ background: #00CCC0; padding:10px; color:#000; overflow:auto; max-height:500px;}
.dialogbox > div > .dialogboxfoot{ background: #00CCC0; padding:2px; padding-right:4px; text-align:right; }
.event {
	margin: 0px;
	padding:0px;
	padding-top:6px;
}
progress {
  background-color: #aaa;
  border: 0;
  width: 100%;
  height: 20px;
}
progress::-webkit-progress-bar {
  background-color: #f3f3f3;
}
progress::-webkit-progress-value {
  border: 1px solid #ccc;
  background: #cdeb8e;
  background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
  background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
  background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
  background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
  background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
}
progress::-moz-progress-bar {
  background: #cdeb8e;
  background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
  background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
  background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
  background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
  background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
  border: 1px solid #ccc;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 651px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (max-width: 650px) {
    /* For tablets: */
    .col-p-1 {width: 8.33%;}
    .col-p-2 {width: 16.66%;}
    .col-p-3 {width: 25%;}
    .col-p-4 {width: 33.33%;}
    .col-p-5 {width: 41.66%;}
    .col-p-6 {width: 50%;}
    .col-p-7 {width: 58.33%;}
    .col-p-8 {width: 66.66%;}
    .col-p-9 {width: 75%;}
    .col-p-10 {width: 83.33%;}
    .col-p-11 {width: 91.66%;}
    .col-p-12 {width: 100%;}
}
@media only screen and (min-width: 1000px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
.row div{
   margin-bottom:4px;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 0px;
}