/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

div.form
{
	color: #797979;
	
}

div.form input,
div.form textarea,
div.form select
{
	/*margin: 0.2em 0 0.5em 0;*/
}

div.form input,
div.form select
{
	display: block;
	/*height: 34px;*/
	width:100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 23px;
	color: #000;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #666;
	-webkit-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;
	border-radius:0;
}

div.form fieldset
{
	border: 1px solid black;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	float: left;
	color:#000;
	margin-right: 25px;
	position: relative;
	text-align: right;
	width: 300px;
	font-weight: normal;
	font-size: 13px;
	line-height: 36px;
}

div.form textarea
{
	border: 1px solid #666;
	width:100%;
	padding: 6px 8px;
	font-size: 14px;
	color: #000;
}

div.form select
{
	
}

div.form input[type="submit"]
{
	width: 130px;
	line-height: 40px;
	background: #669b70;
	color: white;
	font-size:16px;
	text-transform:uppercase;
	border: 1px solid #669b70;
	display:inline;
}

div.form input[type="submit"]:hover
{
	background: #479055;
}

div.form input[type="radio"]
{
	float:left;
	width: 10px;
	height:32px;
}



a.btn-back
{
	width: 130px;
	line-height: 40px;
	background: #9b6666;
	color: white;
	font-size:16px;
	text-transform:uppercase;
	border: 1px solid #9b6666;
	border-radius:0;
	margin:0;
}

a.btn-back:hover
{
	background: #904747;
	color:white;
}

a.btn-cetak
{
	width: 130px;
	line-height: 40px;
	background: #66779b !important;
	color: white;
	font-size:16px;
	text-transform:uppercase;
	border: 1px solid #66779b !important;
	border-radius:0;
}

a.btn-cetak:hover
{
	background: #475c90 !important;
	color:white;
}

input[type="submit"].btn-cetak
{
	width: 100px;
	line-height: 30px;
	background: #66779b !important;
	color: white;
	font-size:14px;
	border: 1px solid #66779b !important;
	border-radius:0;
}

input[type="submit"].btn-cetak :hover
{
	background: #475c90 !important;
}

a.btn-ubah
{
	width: 130px;
	line-height: 40px;
	background: #9b7666;
	color: white;
	font-size:16px;
	text-transform:uppercase;
	border: 1px solid #9b7666;
	border-radius:0;
}

a.btn-ubah:hover
{
	background: #906147;
	color:white;
}

div.form .row
{
	margin-bottom: 5px;
	/*padding-bottom: 15px;*/
	/*border-bottom: 1px solid #eff2f7;*/
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #f1f1f1;
	border-color: #d6d6d6;
}

div.form div.success label
{
	color: inherit;
}

div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.form input:focus,
div.form textarea:focus,
div.form select:focus
{
	border-color: #999;
	outline: 0;
}

div.wide.form label
{
	float: left;
	margin-right: 25px;
	position: relative;
	text-align: right;
	width: 370px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}

.form-title{
	border-bottom: 2px solid #E6E9ED;
	padding: 1px 5px 6px;
	margin-bottom: 10px;
}
.form-container{
	margin:auto;
	width:800px;
}

.subform-title{
	border-bottom: 2px solid #E6E9ED;
	padding: 0px 5px;
	margin-bottom: 10px;
	margin-top: -15px;
}

div.subform-title h4{
	font-size: 18px;
}

div.form h3{
	margin:0;
}

div.form h6{
	margin-top:5px;
}

div.sub-form, div.full-form{
	padding: 10px 15px;
	background: white;
}

div.sub-form{
	margin-bottom:10px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1), 0 0 8px 0 rgba(0, 0, 0, 0.09);
}

.container-login-form{
	width:360px;
	float:right;
	/*position:relative;
	left:600px;*/
	margin-top:110px;
	margin-right:60px;
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
}

.login-form{
	background: rgba(255, 255, 255, 0.85);
	/*background: white;*/
	padding:30px;
	text-align:center;
}

.enum-table{
	width:100%;
	margin:auto;
}

.laporan-form{
	padding:15px;
	/*border:1px solid #efefef;*/
	background:white;
}

.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 2001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
	bottom:0;
}

.white_content {
	display: none;
	position: fixed;
	padding: 5px;
	border: 1px solid #eee;
	background-color: white;
	z-index: 2002;
}

.tooltip {
    position: relative;
    display: inline !important;
    border-bottom: 1px dotted black;
	opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}