@import url("http://fonts.googleapis.com/css?family=Qwigley|Actor|Maven+Pro");

@font-face {
	font-family: 'viv';	
    font-weight: normal;
    font-style: normal;

    src: url('../Font/ufonts.com_vivaldi_1_.eot');
    
}

.login-block {
    width: 320px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.login-block input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    font-size: 14px;
   
    padding: 0 20px 0 30px;
    outline: none;
}

.login-block input#username {
    background: #fff url('../Image/SystemImage/org1.png') 0px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#username:focus {
    background: #fff url('../Image/SystemImage/org1.png') 0px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#password {
    background: #fff url('../Image/SystemImage/lock.png') 0px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus {
    background: #fff url('../Image/SystemImage/lock.png') 0px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #ff656c;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #ff656c;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e15960;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
 
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #ff7b81;
}
html,body {
	background-color:#FFFFFF ;	
        font-family: 'Maven Pro','Qwigley','Actor',Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size:13px;
	text-align: center;
	margin: 0;
        letter-spacing: 0.0em;
        word-spacing: 0.05em;
        height:100%;
}

	nav ul {
  margin: 0;  
  padding: 0;
  list-style: none;
  position: relative;
  float: left;
  background: #eee;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;    
}

nav li {
  float: left;          
}

nav #login {
  border-right: 1px solid #ddd;
  box-shadow: 1px 0 0 #fff;  
}

nav #login-trigger,
nav #signup a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 8px;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 #fff; 
}

nav #signup a {
  border-radius: 0 3px 3px 0;
}

nav #login-trigger {
  border-radius: 3px 0 0 3px;
}

nav #login-trigger:hover,
nav #login .active,
nav #signup a:hover {
  background: #eee;
}

nav #login-content {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 999;    
  background: #eee;
  background-image: linear-gradient(top, #fff, #eee);  
  padding: 15px;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  border-radius: 3px 0 3px 3px;
}

nav li #login-content {
  right: 0;
  width: 250px;  
}

/*--------------------*/

#inputs input {
  background: #f1f1f1;
  padding: 6px 5px;
  margin: 0 0 5px 0;
  width: 230px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 1px #ccc inset;
}

#inputs input:focus {
  background-color: #fff;
  border-color: #e8c291;
  outline: none;
  box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/

#login #actions {
  margin: 10px 0 0 0;
}

#login #submit {    
  background-color: #d14545;
  background-image: linear-gradient(top, #e97171, #d14545);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
  border: 1px solid #7e1515;
  float: left;
  height: 30px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}

#login #submit:hover,
#login #submit:focus {    
  background-color: #e97171;
  background-image: linear-gradient(top, #d14545, #e97171);
} 

#login #submit:active {   
  outline: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;   
}

#login #submit::-moz-focus-inner {
  border: none;
}

#login label {
  float: right;
  line-height: 30px;
}

#login label input {
  position: relative;
  top: 2px;
  right: 2px;
}
.circular-image img 
{                
	width: 150px;                
	height: 150px;                
	-webkit-border-radius: 75px;                
	-moz-border-radius: 75px;                
	-ms-border-radius: 75px;                
	-o-border-radius: 75px; 
	border-radius: 75px;  
	behavior: url("../Styles/PIE.htc");    
	                      
}
.roundborderdiv{
  border-radius: 10px;
  width:300px;
  float:left;
  border: 3px solid #BADA55;
 }
textarea
{
    border: 1px solid #d2d2d2;
    box-shadow: 1px 1px 0 #DDDDDD;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    resize: none;
    /*display: block;*/
    /*font-family: 'Marck Script',cursive;
    font-size: 22px;*/
    /*line-height: 50px;*/
    /*margin: 2% auto;
    padding: 11px 20px 0 70px;
    
    height: 200px;
    width: 300px;
    
    background-image: -moz-linear-gradient(top , transparent, transparent 49px,#E7EFF8 0px), -moz-radial-gradient(4% 50%, circle closest-corner, #f5f5f5, #f5f5f5 39%, transparent 0%), -moz-radial-gradient(3.9% 46% , circle closest-corner, #CCCCCC, #CCCCCC 43.5%, transparent 0%); 
    background-image: -webkit-linear-gradient(top , transparent, transparent 49px,#E7EFF8 0), -webkit-radial-gradient(4% 50%, circle closest-corner, #f5f5f5, #f5f5f5 39%, transparent 0%), -webkit-radial-gradient(3.9% 46%, circle closest-corner, #cccccc, #cccccc 43.5%, transparent 0%);
    
    -webkit-background-size:  100% 50px;
    background-size: 100% 50px;*/
}

input[type=text] {
	/*padding:3px;*/ 
	border:1px solid #d2d2d2; 
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 1px 0 #DDDDDD;
}
input[type=text]:focus {border-color:#333; }

input[type=password] {
 
	border:1px solid #d2d2d2; 
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 1px 0 #DDDDDD;
}
input[type=password]:focus {border-color:#333; }

#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}


#hor-minimalist-b
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;*/
	/*margin: 45px;*/
	width: 870px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tags li {
  float: left; 
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  /*border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';*/
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.active2::after {
	background-color: #99CC00;
	color: white;
}

.tag:hover {
  background-color: crimson;
  color: white;
}

.tag:hover::after {
   border-left-color: crimson; 
}



#step li .prevStep
{
    background-color: #669966;
}
#step li .prevStep:after
{
    border-left-color:#669966 !important;
}
#step li .currentStep
{
    background-color: #C36615;
}
#step li .currentStep:after
{
    border-left-color: #C36615 !important;
}
#step li .nextStep
{
    background-color:#C2C2C2;
}
#step li .nextStep:after
{
    border-left-color:#C2C2C2 !important;
}
#step
{
    list-style: none;
    overflow: hidden;
    font: 15px 'Maven Pro','Qwigley','Actor',Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin: 0px;
    padding: 0px;
}
#step li
{
    float: left;
}
#step li a
{
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 55px;
    background: brown; /* fallback color */
    background: hsla(34,85%,35%,1);
    position: relative;
    display: block;
    float: left;
}
#step li a:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34,85%,35%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
#step li a:before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}        
#step li:first-child a
{
    padding-left: 10px;
}
#step li:last-child 
{
   padding-right: 50px;
   
}
#step li a:hover
{
    background: #FE9400;
}
#step li a:hover:after
{
    border-left-color: #FE9400 !important;
}        
.content
{
    height:150px;           
    padding-top:75px;
    text-align:center;
    background-color:#F9F9F9;
    font-size:48px;
}

#judulatas {
	/*font-family:vivaldi1;*/
	font-size:50px;
}
#subjudulatas {
	/*font-family:vivaldi1;*/
	font-size:16px;
	font-weight: bold;
	letter-spacing: 0.25em;
}

.subjudulreser {
	/*font-family:vivaldi1;*/
	font-size:20px;
	font-weight: bold;
	letter-spacing: 0.35em;
}

.subjudul {
	font-size:18px;
	letter-spacing: 0.25em;
}
#subjudulatas_a {
	/*font-family:vivaldi1;*/
	font-size:15px;
	letter-spacing: 0.15em;
}


.kotakanimasi {
	width:644px;
}
.kotakproduk {
	width:650px;
}
.kotakflash {
	width:860px;
}
#page {	
	width: 924px;
	margin: 0 auto;
	padding: 0 18px;
	min-height: 100%;
	margin-bottom: -150px; 
}
img {
	border: 0;
}

#logo {	
	width: auto;
}

#contents {
	margin: 0 0 60px;
}
#contents h4 {
	background: url(../images/separator-horizontal.png) no-repeat center center;
	color: #fbfdf8;
	font-family: 'HammersmithOneRegular';
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 24px;
	padding: 0 24px;
	text-transform: uppercase;
}
#contents h4 span {
	background-color: #97b847;
	display: block;
	height: 29px;
	width: 171px;
	padding: 4px 0 2px;
	text-align: center;
}
/** Adbox **/
#adbox {
	width: 876px;
	height:355px;
	margin: 0 auto 30px;
	position: relative;
}
#divAnimasi {
	/*display:block;*/
	position:absolute;
	display: block;
    width:618px;
    height: 352px;
    left:250px;    
}
#adbox a.button {
	background-position: 0 bottom;
	display: block;
	height: 47px;
	width: 214px;
	position: absolute;
	bottom: 41px;
	left: 305px;
}
#adbox a.button:hover {
	background-position: 0 -132px;
}
#adbox span {
	background: url(../images/shadow.jpg) no-repeat center top;
	clear:both;
	display: block;
	height: 13px;
	margin: -6px auto 0;
}
#adbox input {
	border : none;
	font-family: 'HammersmithOneRegular';
	font-weight: normal;
	width: 196px;
	height: 22px;
	
	padding: 0px;
}


#navigation {
	background-position: 0 0;
	color: #527b99;
    height:45px;
    width:870px;
	margin: 1px;
	/*padding: 0 10px;*/
	
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
}


#navigation a {
	color: #0C0C0C;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 1px 1px #e5f0f2;
	text-transform: uppercase;
}

#navigation table {
	color: #0C0C0C;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 1px 1px #e5f0f2;
	text-transform: uppercase;
}

.grsbwhatas {   
   border-bottom:2px solid #0C0C0C;
   font-weight: bold;
   color:#FAC090;
}
.BigTitleAnnouncement {
    font-size: 16px;
}
.BigAnnouncement {
    font-family: 'Qwigley', verdana;
    font-size: 46px;
   /*line-height: 0.8em;*/
   color:#ff0000;
}
.Announcement {
    font-family: 'Qwigley', verdana;
    font-size: 25px;    
    color:#000000;
    /*line-height: 0.75em;*/
}
.SubSetAnnouncement {
   font-family: 'Qwigley', cursive;
   font-variant-position: sub;
   font-size: 18px;
}
p {
    line-height: 150%;
    margin:0;
}
.normalclass {
    color:#FAC090;
}


div.pagination {
	padding: 4px 10px 4px 10px;
	/*font-size: 13px;*/
	margin: 2px 2px 2px 2px;
}
div.pagination a {
	padding:5px 5px 5px 5px;
	margin: 1px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 5px 5px 5px 5px;
	margin: 1px;
		border: 2px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 5px 5px 5px 5px;
		margin: 1px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
a {
	COLOR:#0C0C0C;
	TEXT-DECORATION: none;
}
a:hover {	
	TEXT-DECORATION: underline;
}

.error {
	border: 1px solid #EC4100;
	color: white;
	background-color: Red;
}
.success {
	border: 1px solid #7BDF7C;
	color: white;
	background-color: green;
}

table.adminlist {
	/*width: 100%; */
	border-spacing: 1px;
	background-color: #e7e7e7;
	color: #666;
   font-size:11px;
}
table.adminlist td,
table.adminlist th { padding: 0px; }

table.adminlist thead th {
	text-align: center;
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.adminlist thead a:hover { text-decoration: none; }

table.adminlist thead th img { vertical-align: middle; }

table.adminlist tbody th { font-weight: bold; }

table.adminlist tbody tr			{ background-color: #fff;  /*text-align: left; */}
table.adminlist tbody tr.row1 	{ background: #f9f9f9; border-top: 1px solid #fff; }

table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td  { background-color: #ffd ; }

table.adminlist tbody tr td 	   { height: 20px; background: #fff; border: 1px solid #fff; }
table.adminlist tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF; }

table.adminlist tfoot tr { text-align: center;  color: #333; }
table.adminlist tfoot td,
table.adminlist tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }

table.adminlist td.order 		{ text-align: center; white-space: nowrap; }
table.adminlist td.order span { float: left; display: block; width: 20px; text-align: center; }

table.adminlist .pagination { display:table; padding:0;  margin:0 auto;	 }

.pagination div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}
table.admintable td 					 { padding: 0px; }
table.admintable td.key,
table.admintable td.paramlist_key {
	background-color: #f6f6f6;
	text-align: right;
	width:140px;
	/*height: auto;*/
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	font-size: 11px;
}


table.paramlist td.paramlist_description {
	background-color: #f6f6f6;
	text-align: left;
	width: 100px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
table.admintable td.key.vtop { vertical-align: top; }
.theme-default #slider {
    text-align:justify;
    
    width:800px; /* Make sure your images are the same size */
    height:500px; /* Make sure your images are the same size */
}
.theme-default #slider1 {
    text-align:justify;
    width:800px; /* Make sure your images are the same size */
    height:392px; /* Make sure your images are the same size */
}
.theme-default #slider_about {
    text-align:justify;
    width:290px; /* Make sure your images are the same size */
    height:480px; /* Make sure your images are the same size */
}
.theme-default #slider_meeting {
    text-align:justify;
    width:700px; /* Make sure your images are the same size */
    height:320px; /* Make sure your images are the same size */
}
.theme-default #slider_resto {
    text-align:justify;
    width:630px; /* Make sure your images are the same size */
    height:250px; /* Make sure your images are the same size */
}

.bodyt {
	/*background-color: #ff6e37;*/
	margin: 1px;
	padding: 1px;
	color: #555555;
	background: #ffffff;
	text-align: center;
	
}
.contentb {
	background: #FFF;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	font-family: uifont,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8F8F8F;
}
.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {
	height: 1px;
	background: #666666;
	margin: 0 5px;
}
.b2 {
	height: 1px;
	background: #666666;
	border-right: 2px solid #666666;
	border-left: 2px solid #666666;
	margin: 0 3px;
}
.b3 {
	height: 1px;
	background: #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0 2px;
}
.b4 {
	height: 2px;
	background: #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0 1px;
}
.b1y, .b2y, .b3y, .b4y{font-size:1px; overflow:hidden; display:block;}
.b1y {
	height: 1px;
	background: #dcdcdc;
	margin: 0 5px;
}
.b2y {
	height: 1px;
	background: #ffffff;
	border-right: 2px solid #dcdcdc;
	border-left: 2px solid #dcdcdc;
	margin: 0 3px;
}
.b3y {
	height: 1px;
	background: #ffffff;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	margin: 0 2px;
}
.b4y {
	height: 2px;
	background: #ffffff;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	margin: 0 1px;
}

.b1x, .b2x, .b3x, .b4x{font-size:1px; overflow:hidden; display:block;}
.b1x {
	height: 1px;
	background: #0D0057;
	margin: 0 5px;
}
.b2x {
	height: 1px;
	background: #0D0057;
	border-right: 2px solid #0D0057;
	border-left: 2px solid #0D0057;
	margin: 0 3px;

}
.b3x {
	height: 1px;
	background: #0D0057;
	border-right: 1px solid #0D0057;
	border-left: 1px solid #0D0057;
	margin: 0 2px;
}
.b4x {
	height: 2px;
	background: #0D0057;
	border-right: 1px solid #0D0057;
	border-left: 1px solid #0D0057;
	margin: 0 1px;
}
.grsBwhadmin {
	border-bottom: 1px solid #dcdcdc;
}
.userbwh {
	background-image: url(../Image/icon-48-user.png);
	border-bottom: 1px solid #dcdcdc;
}
h1 {
	margin: 0; padding-bottom: 8px;
	color: #0B55C4; font-size: 18px; font-weight: bold;
}
h2 {
	margin: 0; padding-bottom: 5px;
	color: #00458C; font-size: 13px; font-weight: bold;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*--menu --*/
.sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar{
    border-radius:0; 
    margin-bottom:0; 
    border:0;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  } 
  

.container {
  margin: 50px auto;
  width: 500px;
  text-align: center;
}
.container > .dropdown {
  margin: 0 20px;
  vertical-align: top;
}

.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 150px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 #f5f5f5;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}


.element {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 150px;
  height: 40px;
  background: #ebebeb;
  border: 1px solid #ccc;
  /*margin: 0px;*/
  position: relative;
}


.cek {
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #CCCCCC;
    background: #ebebeb;
    border-top: 1px solid #CCCCCC;
}

.horiz-flag {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  background-image: -moz-linear-gradient(#9fbfdc, #3c74a6);
  background-image: -webkit-linear-gradient(#9fbfdc, #3c74a6);
  background-image: linear-gradient(#9fbfdc, #3c74a6);
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 30px;
  line-height: 30px;
  position: absolute;
  padding-right: 30px;
  left: -2px;
  padding-left: 10px;
  top: 1px;
  color: #fff;
}
.horiz-flag:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 20px;
  border-color: transparent;
  border-right-color: #ebebeb;
  position: absolute;
  right: -1px;
  top: 0;
}
