/**
 *  File:         style.css
 *  Base Color:   currentcolor
 *  Description:  CSS descriptions for Online Land Forms Submission System
 *  Author:       Thal Phyu @ Johnathan.S
 *  Created:      May 2012
 *  Modified:     29 August 2012 by Thal Phyu
 *  Language:     CSS
 *  Project:      Online Land Forms Submission System
 *
 *  Copyright 2011 Thal Phyu @ Johnathan.S. All Rights Reserved.
 *
 * ***************************************************************************
 */


/*** Imports CSS **/
@import url("fonts.css");
@import url("frame.css");
@import url("reset.css");
@import url("tagstyle.css");
@import url("globalstyle.css");
@import url("fix_style.css");
@import url("tootip.css");


.green{ color: #639B17; }

.logo {
	/*float: left;
	margin: 10px 0 0 25px;
	width: auto; */
	margin: 12px 0px 0px 20px;
}
.title {margin: 8px 10px 5px;}
.form_title { color: #08C; }

.welcome { float: right; padding: 55px 55px 0 0; text-align: right; }
	.welcome h2 , .welcome h3 { 
		color: #FFF; 
		text-shadow: 0 1px 0px rgba(0,0,0,0.16); 
		font-weight: normal; 
		font: 24px Georgia, Times, "Times New Roman", serif;
		padding: 0px;
	}
	.welcome h2 { text-align: left; }
	.welcome h3 { font-size: 14px; padding-left: 74px; }

.well-box {
	min-height: 20px;
	padding: 5px 19px 15px;
	margin-bottom: 10px;
	background-color: #F5EADB;
	border: 2px solid #E8CDAB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}
.bg_white { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #FFF; }
.content_form { padding: 25px; overflow: hidden; /*box-shadow: 0 0 10px rgba(0,0,0,0.15);*/ }
.content_form h1 { border-bottom: 1px solid #DFDFDF; }


form.center{ width: 50%; margin: 0 auto; }
.align-center{ text-align: center; }

.frm_group { margin-bottom: 8px; clear: both}
.frm_group .controls { margin-left: 270px; /*220px;*/ line-height: 24px; font-size: 13px; }
.b-label .frm_group label { width: 270px !important; }
.b-label .frm_group .controls { margin-left: 290px; }
.form_actions {
	padding: 10px 20px 15px 270px;
	/*margin-bottom: 18px;*/
}
.form-actions::before, .form-actions::after {
	display: table;
	content: "";
}
.form-actions::after { clear: both; }
.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}
.radio.inline, .checkbox.inline {
	float: none;
	width: auto;
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
}
.uneditable_input,
.uneditable_input:focus,
.uneditable_textarea,
.uneditable_textarea:focus {
	display: block;
	background-color: white;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	cursor: not-allowed;
}
.ui-widget-content .ui-state-default,
button,
.btn  {
	font: 14px/18px Myanmar3,sans-serif;
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin: 0 6px 0 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 18px;
	*line-height: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: middle;
	cursor: pointer;
	
	background-color: #C3834D;
	*background-color: #F5AD70;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5AD70), to(#C3834D));
	background-image: -webkit-linear-gradient(top, #F5AD70, #C3834D);
	background-image: -o-linear-gradient(top, #F5AD70, #C3834D);
	background-image: linear-gradient(to bottom, #F5AD70, #C3834D);
	background-image: -moz-linear-gradient(top, #F5AD70, #C3834D);
	background-repeat: repeat-x;
	border-width: 1px;
	*border: 0;
	border-color: #C3834D #C3834D #F5AD70;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-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);
}
.ui-widget-content .ui-state-default:hover,
button:hover, button:active, button.active, button.disabled, button[disabled],
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background-color: #C3834D;
}
.btn:first-child {
	*margin-left: 0;
}
button:hover,
.btn:hover {
	/*color: #333333;*/
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
button:focus,
.btn:focus {
	/*outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;*/
	outline: 0px;
}
 button:active, button.active,
.btn.active,
.btn:active {
	margin-bottom: -1px;
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px #C3834D, 0 1px 2px black;
	-moz-box-shadow: inset 0 2px 4px #C3834D, 0 1px 2px black;
	box-shadow: inset 0 2px 4px #C3834D, 0 1px 2px black;
	outline: 0;
}
button.disabled,
button[disabled],
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	background-color: #e6e6e6;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-small {
	padding: 2px 10px;
	font-size: 11.9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.table_bordered {
	border: 1px solid #DDD;
	border-left: 0;
	border-collapse: separate;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}
.table thead th { vertical-align: bottom; background-color: whiteSmoke; }
.table_bordered th, .table_bordered td { border-left: 1px solid #DDD; }
.table th { font-weight: normal; text-shadow: 0px 0px 1px #999; font-size: 13px; }
.table th, .table td {
	padding: 6px 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #DDD;
}

.table_striped tbody tr:nth-child(odd) td,
.table_striped tbody tr:nth-child(odd) th {
	background-color: #F9F9F9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
	background-color: #F9F9F9;
}

.scroll_table { border: 0px; border-bottom: 1px solid #DDD; }
.scroll_table td { border-left: 0px; padding: 4px 8px; }

.scroll{ max-height: 300px; padding: 15px;
  overflow-y: auto; }

#footer p { line-height: 30px; color: #EEE; font-size: 12px; }
#footer a{ color: #FFD700; }
#footer a:hover{ color: #DAA520; text-decoration: underline;}


/**
 * Jquery Ui Edit *
**/
.ui-dialog-title h3 { font: 1.25em Myanmar3, sans-serif; padding: 0 ; margin: 0; color: #222; }
.ui-dialog-buttonset .ui-corner-all {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ui-dialog .ui-dialog-titlebar .ui-state-hover { border: 0px; }
.ui-button-text { font: 1.1em Myanmar3, sans-serif; text-shadow: 0 0 1px #CCC; }


/* Leftover space for scrollbars @1024px: 32px.	*/
.wide_view .container {
	/*max-width: 1220px;*/
	min-width: 920px;
}


/***CAPTCHA***/
.captcha-box{
	background-color: #2F96B4;
	*background-color: #49AFCD;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#49AFCD), to(#2F96B4));
	background-image: -webkit-linear-gradient(top, #49AFCD, #2F96B4);
	background-image: -o-linear-gradient(top, #49AFCD, #2F96B4);
	background-image: linear-gradient(to bottom, #49AFCD, #2F96B4);
	background-image: -moz-linear-gradient(top, #49AFCD, #2F96B4);
	background-repeat: repeat-x;
	border-color: #6da90f #6da90f #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff49AFCD', endColorstr='#ff2F96B4', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.captcha-box{ 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 12px 10px 20px 10px;
	margin-top: 10px;
	margin: 10px 0 0 270px;
	width: 260px;
	height: 168px;
	box-shadow: 0px 2px 3px 2px #e5e5e5;
}
.captcha-box .error{ padding: 5px; }

.captcha-box input{ width: 215px; padding: 3px 10px !important;
					box-shadow: none;
					margin: 7px 0 7px 9px; 
					border: 1px solid #6f6f6f;
					border-radius: 3px;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					color: #333 !important;
					font-size: 14px !important;
 }

.captcha-button{ 
	background: #f1f1f1;
	border-radius: 3px;	
	float: right; height: 24px; text-align: center; width: 29px; 
	margin: 5px 0; 
/*border: 1px solid #a4a4a4; 
 background-color: #f5f5f5;
  *background-color: #333333;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c2c2c2), to(#333333));
  background-image: -webkit-linear-gradient(top, #c2c2c2, #333333);
  background-image: -o-linear-gradient(top, #c2c2c2, #333333);
  background-image: linear-gradient(to bottom, #c2c2c2, #333333);
  background-image: -moz-linear-gradient(top, #c2c2c2, #333333);
  background-repeat: repeat-x;
  border: 1px solid #22bcb9; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;*/ }
  .captcha-button:hover, .audio-bg:hover{ opacity: .9;}
.captcha-button img{ padding: 3px 6px 7px 6px; }
.audio-bg{ background: #f1f1f1; margin-top: 5px; padding: 3px 0; border-radius: 3px; display:block; }

.captcha-img{ width: 210px; height: 90px;
		padding: 2px;		
		 border: 1px solid #afafaf; 
		 background: #afafaf;
		border-radius: 7px;
	 	-moz-border-radius: 7px;
	 	-webkit-border-radius: 7px;
	  	 margin-left: 7px; }
.titlebutton
	{
    background-color: #3f95ce;
	color:white;
	display:inline;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	padding: 5px 8px;	
	
} 

.c {width: 10%;
padding: 6px;
padding-left: 0px;
line-height: 20px;
vertical-align: text-top;}

ul.b li{list-style-type: square;padding: 5px 0; margin: 0 50px; line-height: 18px; }
ul.b li:first-child{ margin-top: 20px; }
li.b {list-style-type: square;color:#666; }


.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert-info {
	color: #3A87AD;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
}
/*.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; 
}*/

/****Login*****/
.login-admin {
	margin: 0px auto 0px auto;
	width: 350px;
	border: 1px solid #DEB887;
	padding: 0px 25px 25px 25px;
	background: #FFFFE0;
	/* box-shadow: 2px 3px 3px #FFFFE0; */
}
.login-admin h2 {
	font-size: 18px;
	padding: 10px 0 0;
	line-height: 40px;
	text-shadow: 0 0 0;
}
.login-admin .controls { margin: 0; }
.login-admin .frm_group { margin-bottom: 20px; }
.login-pg{	
	width: 500px;
	height: 300px;
	margin: 70px auto;
	padding: 0 20px;

	background-color: #d3eda6;
	background-image: -moz-linear-gradient(top, #d3eda6, #91c636);
	background-image: -ms-linear-gradient(top, #d3eda6, #91c636);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d3eda6), to(#91c636));
	background-image: -webkit-linear-gradient(top, #d3eda6, #91c636);
	background-image: -o-linear-gradient(top, #d3eda6, #91c636);
	background-image: linear-gradient(top, #d3eda6, #91c636);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
}
/*.login-pg-header{ border-bottom: 1px dashed #c7f872; padding: 15px 0; }
.login-pg-header h1{ text-align: center; color: #5a8e00; }
.login-pg-body{ padding: 20px 0;border-top: 1px dashed #7bc300; border-bottom: 1px dashed #6ba901; }
.login-pg-footer{ padding: 15px 0;  border-top: 1px dashed #bced67;}*/




/**** Print Preview ***/
/*@page { size: 8.2in 11in; margin: 1.5cm 0.2cm 2cm 0.2cm }*/
@page { size: 8.2in 14in; margin: 1 cm 0.2cm 1.5cm 0.2cm }

	/* table.print-preview td{ padding: 0px 20px; }*/
	/*table.print-preview th{ background: red; }*/

/*
 *
 * In firefox File > Page Set-up > Format & Options, tick Print Background
 * In Internet Explorer go to Tools -> Internet Options -> Advanced
 	Scroll to Printing Section, tick Print Background Images and Colors 
 * In Safari File -> Print -> Tick Print Backgrounds
 * 
 */
.homelink { margin-bottom: 10px; }
 .homelink li{ padding: 8px; background: url('../images/bullet.png') no-repeat 0 center; padding-left: 20px; font-size: 14px; }
 .homelink li a:hover{  color: #08C; text-decoration: underline; }
  

.thumb_frame {
		border: solid #666 2px;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		border-image: initial;
		}
span.button {
	display: inline-block;
	margin-top: 8px !important;
	}
	
	
/** **/
.link-ycdc a img{ border-right: none !important; box-shadow: none !important; margin: 7px;}
.log a img{ vertical-align: text-bottom; margin-top: 5px; margin-left: 5px; }





#back-top {
	position: fixed;
	bottom: 45px;
	right: 24px;
}
#back-top a {
	width: 45px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif !important;
	text-transform: uppercase;
	text-decoration: none;
	color: #BBB;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top span {
	width: 45px;
	height: 45px;
	display: block;
	margin-bottom: 7px;
	background: #DDD url('../images/up-arrow.png') no-repeat center center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {background-color: #777;}
#back-top a:hover {color: black;}

.alert-success{color:#A0522D;background-color:#FFFFE0;border-color:#FFFFE0;}

.tree_view_tbl { margin-left: 23px }
.tree_view_tbl td { padding: 2px 0px }

.beta{
	color: #FFF;
    display: inline;
    font: bold 13px arial,sans-serif;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.5);
    padding: 9px 0px 0px 12px;
}

.dlfont  {
	font: 9px Myanmar3,sans-serif;
	font-size: 12px; 
	line-height: .5;
	}
	
.captchamessagee {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 12px 10px 20px 10px;
	margin: 30px 0 0 220px;
	width: 230px;
	height: 100px;
	box-shadow: 0px 2px 3px 2px #E5E5E5;	
}

.msg-box {
	border: 1px solid #333;
	margin: 60px;
}

.rounded{
	list-style-type:decimal;
	line-height: 30px;
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;	
	color: #444;
	text-decoration: none;
	border-radius: .3em;
	transition: all .3s ease-out;		
}
ol.rounded-list{
		counter-reset: li;
		list-style: none;
		*list-style: decimal;
		*font: 15px 'Mynmar3', 'lucida sans';
		padding: 0;
		margin-bottom: 4em;
		text-shadow: 0 1px 0 rgba(255,255,255,.5);
	}		
			

.rounded-list span{
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;				
	color: #444;
	text-decoration: none;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;	
}

.rounded-list span:hover:before{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);	
}

.rounded-list span:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #87ceeb;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
}

.table-nobr {
  width: 100%;
  margin-bottom: 20px;
}

.table-nobr th,
.table-nobr td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
}

.table-nobr th {
  font-weight: bold;
}

.table-nobr thead th {
  vertical-align: bottom;
}
#tbl_form{
padding-top:2px;
padding-left:8px;
border: 1px solid black;
}
#tbl_print{width:330;}

.highlight
{
	color: brown;
	overflow: hidden;
	display: block;
}
.highlightlbl
{
	width: 160px;
	color: blue;
	float: left;
}

.highlightlbluser
{
	width: 200px;
	color: blue;
	float: left;
}

.sml-label label {
	width: 150px;
}
.sml-label .controls {
	margin-left: 165px;
}

.head-title {
	text-align: center;
	font: 30px/1.3 myanmar3; 
	text-shadow: 1px 0px 0px #002E60;
	font-weight: 400;
	margin: 80px 0 50px;
	color: #1F68C5;
}
.head-title b {
	font-size: 40px;
	text-shadow: 0 0 0;
}
.head-title span {
	display: block;
	font: 20px/3em myanmar3;
	color: #666;
	letter-spacing: 0;
	text-shadow: 0 -1px 3px #A2A2A2;
}

#tbl_accomodation_history table
{
	width:500px;
}
#tbl_accomodation_history table, #tbl_accomodation_history td {
	border: 1px solid black;
	text-align:center;
}
#tbl_accomodation_history th {
	background-color: #C3834D;
	border: 1px solid black;
	color: white;
	width:100px;
}
#tbl_accomodation_history table{
	width:100%;
}

/*--- Attendance ---*/
.divatt { float:left; }
.divatt select { width:200px; }
.divatt input[type=text] { width:67px; }
#txtdate, #txt_fromdate, #txt_todate { cursor:text; }
#div_medi_hall_map { text-align:center; }