@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
  background: #f2f2f2 !important;
  font-family: "Open Sans", "Arial";
}
a{
  text-decoration: none;
  color: #000;
}
a:hover{
  color: #B7977B;
}

hr{
	border:none;
	border-bottom:1px solid #CCC;
}

.divider{
	background: #FFF;
	width: 1040px;
	/* width: 90%; */
	margin: 20px auto;
	box-shadow: 0 0px 5px rgba(0,0,0,0.2);
	padding: 10px;
	margin-bottom:-20px;
	border:1px solid #CCC;
	/*background: url('../images/bg.jpg') transparent 10px 300px;*/
	color:#000;
}

.divider .logo{
	display:inline-block;
	width:100px;
	height:100px;
	position:absolute;
}

.divider .logo img{
	position:absolute;
}

h1, h2, h3, h4, h5{
	margin:0;
	padding:0;
}
.divider .title font{
	display:block;
}

.divider .title{
	display:inline-block;
	width: 1040px;
	/* width: 90%; */
	height: 100px;
	text-align: center;
	background: #FFF;
	opacity: 0.6;
}

main {
  background: #FFF;
  width: 1000px;
  /* width: 90%; */
  margin: 50px auto;
  padding: 10px 30px 80px;
  box-shadow: 0 0px 5px rgba(0,0,0,0.2);
}
p , table{
  font-size: 13px;
}

/* Important code */
input[type=radio].rd_menu, section {
  clear: both;
  padding-top: 10px;
  display: none;
}
label {
  font-size: 14px;
  display: block;
  float: left;
  padding: 10px 18px;
  border-top: 2px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}

#tab1:checked ~ form #content1, #tab2:checked ~ form #content2, #tab3:checked ~ form #content3, #tab4:checked ~ form #content4 , #tab5:checked ~ form #content5, #tab6:checked ~ form #content6 , #tab7:checked ~ form #content7 {
  display: block;
}

#tab1 ~ form #content1, #tab2 ~ form #content2, #tab3 ~ form #content3, #tab4 ~ form #content4 , #tab5 ~ form #content5, #tab6 ~ form #content6 , #tab7 ~ form #content7 {
  display: none;
}

input[type=radio]:checked + label {
  border-top-color: #B7977B;
  border-right-color: #DDD;
  border-left-color: #DDD;
  border-bottom-color: transparent;
  text-decoration: none;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus{
	border:1px solid #00A6FF;
	box-shadow:0 0 5px #80EEFF;
}

input[type=text].small{
	width:100px;
}

input[type=text], input[type=password], select{
	border:1px solid #ccc;
	width:250px;
	height:30px;
	padding:5px;
	border-radius:3px;
}

textarea{
	border:1px solid #ccc;
	width:250px;
	height:80px;
	padding:5px;
	border-radius:3px;
}

table div{
	font-size:10px;
}

.paging{
	margin-top:20px;
	width:250px;
	margin:50px auto;
}

.button_nav{
	border:1px solid #ccc;
	background:-moz-linear-gradient(bottom, #f2f2f2, #FFF);
	background:-webkit-linear-gradient(bottom, #f2f2f2, #FFF);
	background:-o-linear-gradient(bottom, #f2f2f2, #FFF);
	padding:10px 2px;
	width:100px;
	text-align:center;
	color:#666;
	float:left;
	margin:5px;
	cursor:pointer;
}

table tr td{
	padding:2px !important;
}

input{
	margin:0px !important;
}


.table-margin{
	margin:10px;
}

.table-margin tr.hover:hover{
	background:#f2f2f2;
	cursor:pointer;
}

.table-ktsp {
	font-size:12px;
	width:98%;
}

.table-ktsp tr th{
	border:1px solid #CCC;
	border-bottom:2px solid #519AA8;
	padding:5px;
}

.table-ktsp tr td{
	padding:5px;
	border:1px solid #CCC;
}

.table-ktsp tr .kriteria{
	text-align:center;
}

.table-ktsp tr td.input{
	padding:0px;
}

.input-ktsp{
	border:none !important;
	box-shadow:0 0 0 #FFF !important;
	border-radius:0px !important;
	height:30px !important;
	width:100% !important;
	margin:0px !important;
	font-size:12px !important;
}

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

.input-ktsp:focus{
}

.input-ktsp.bold{
	font-weight:bold;
}

.input-ktsp.green{
	background:rgb(207, 252, 208) !important;
	color:#000;
	text-align:center;
}

.input-ktsp.yellow{
	background:rgb(255, 255, 128) !important;
	color:#000;
	text-align:center;
}

.input-ktsp.center{
	text-align:center;
}

input[type=radio].radio {
    display:none;
}
 
input[type=radio].radio + label {
    display:inline-block !important;
    margin-right:-5px !important;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
 
input[type=radio].radio:checked + label {
       background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        background-color:#e0e0e0;
}