@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700|Jura:500|Montserrat:700,400&subset=latin,devanagari);
body {
    margin: 0px;
    font-size: 16px;
	font-family: 'Noto Sans', sans-serif;
	font-weight:400;
}

.nav {
    padding-top: 0px;
}

.container {
   padding: 0px;
}



.header {
    border-bottom: 0px solid #646569;
	height:60px;
	line-height:60px;	
	color: #666;
}
.header span.headertxt {
	font-size:0.9em;
}
.header a {
	color:#999;
	text-decoration:none;
}
.header a:hover {
	color:#000;
	text-decoration:none;
}
h1#logo {
	font-size: 1.6em;
	font-weight: normal;	
	height:60px;
	line-height:60px;
	font-family: 'Jura', sans-serif;
}

.content {
    padding-top: 20px;
    min-height: 600px;
    
}

.content h1,.content h2 {
    font-size: 0.9em;
    border-bottom: 0px dotted #cccccc;
    padding:0.8em;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #CCC;
    margin-bottom: 20px;
   font-family: 'Montserrat', sans-serif;
}

.content h2 {
    font-size: 1em;
    font-weight: 700;
	/* letter-spacing:1px; */
	color: #06A2CB;
	padding:5px 0;
	background:none;
	
}

.content p {
    padding: 10px 10px;
    font-size: 0.9em;
}

.hdttl p {
    text-align: right;
	font-size:0.8em;
}

#clock {;
}/* .tblrec th {	text-align:center;	text-transform:uppercase;}p a, .tblrec td a {	text-decoration:none;	color:#EF651A;		}p a:hover, .tblrec td a:hover {	color:#000000;	border-bottom:1px dotted #000000;}.tblrec {	font-size:0.8em;}.tblrec td {	padding:10px;display:table-cell;vertical-align:top;border-right:0px solid #cccccc;}.tblrec td img{	vertical-align:middle;	margin-right:10px;} *//* -------------------------------------------------- */
.tblrec {
    border: solid #ccc 1px;
   /*  -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; */
 /*    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc; */
    font-size: 0.8em;
    background: #FFFFFF;
    width: 100%;
}

.tblrec tr:hover {
    background: #E3EDED;
}

.tblrec td, .tblrec th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
    word-wrap: break-word;
    display: table-cell;
    vertical-align: top;
	/* white-space: nowrap; */
	
}

.tblrec th {
    background-color: #06A2CB;
    border-top: none;
	color:#FFFFFF;
	text-transform:uppercase;
	/* font-family: 'Droid Sans', serif; */
	font-weight:normal;
	font-weight:700;
}

.tblrec td:first-child, .tblrec th:first-child {
    border-left: none;
}

.tblrec th:first-child {
    /* -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0; */
}

.tblrec th:last-child {
  /*   -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0; */
}

.tblrec th:only-child {
    /* -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; */
}

.tblrec tr:last-child td:first-child {
    /* -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px; */
}

.tblrec tr:last-child td:last-child {
   /*  -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0; */
}

.tblrec td img.cnt {
    display: block;
    margin-left: auto;
    margin-right: auto;
}/* -------------------------------------------------- */br {
    clear: both;
}

form {
    width: 620px;
}

label {
    width: 150px;
    float: left;
    text-align: left;
    padding-right: 10px;
    margin-left: 0px;
    font-weight: normal;
    padding-top: 10px;
    font-size: 0.9em;
    color: #000000;
}

input[type="text"],input[type="password"],input[type="checkbox"],textarea,select {
    margin-bottom: 5px;
    border: 1px solid #999;
    padding: 5px;
    font-size: 0.9em;
	font-family: 'Noto Sans', sans-serif;
}

input[type="checkbox"].chk {
    margin-top: 12px;
	margin-left: 0px;
}

textarea {
   font-family: 'Noto Sans', sans-serif;
    font-size: 0.8em;
    width: 300px;
}

.smtxt {
    width: 70px;
}

.medtxt {
    width: 270px;
}

.rgt {
    text-align: right;
}

input[type="text"].dis {
    background: #eeeeee;
}

.ltxt {
    width: 430px;
}

.lstbox {
    border: 1px solid #999;
    padding: 5px;
    width: 300px;
}

textarea {
    height: 50px;
}

input[type="submit"] {
    margin-left: 160px;
    margin-top: 8px;
}

input[type="checkbox"] {
    margin-left: 160px;
    margin-top: 8px;
}

div.error {
    font-size: 0.8em;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #F3AF30;
    background: #FF0000;
}

label.error {
    border: none;
    background: none;
    display: block;
    padding: 0px;
    margin-left: 160px;
    width: 400px;
    font-size: 0.8em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0px;
    text-align: left;
    color: #FF0000;
}

input.error, textarea.error, select.error {
    border: 1px solid #FF0000;
    padding: 5px 3px;
    font-size: 0.8em;
}

.success,.notice,.error {
    padding: 10px;
    border: 0px solid #ccc;
    font-size: 0.8em;
    margin-bottom: 20px;
   /*  border-radius: 6px; */
}

.footer {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.footer .ft {
    font-size:0.8em;
}

#ui-datepicker-div {
    font-size: 0.8em;
}

.atminfo {
    min-height: 400px;
}/* table tbody tr:nth-child(odd) td,table tbody tr.odd td {  background: #DDDDDD;}table tbody tr:nth-child(even) td,table tbody tr.even td {  background: #EEEEEE;} */thead th {
    background: #BBBBBB;
    color: #FFFFFF;
}

.tblinfo {
    font-size: 0.8em;
	/* background:#FFFFFF; */;
}

.tblinfo td {
    display: table-cell;
    vertical-align: top;
}

.paging {
    text-align: center;
    background: #EEEEEE;
    padding: 10px 0px;
}

#loadingmessage {
    display: none;
}

.prnt {
    float: right;
    margin-right: 0px;
	
}
.center-align {
	text-align:center;
}
.right-align {
	text-align:right;
}

input.searchbox {
	width:840px;
	padding:10px;
	font-size:1.6em;
	display:inline;
	margin:0px;
}
input.searchbutton {
	font-size:1.2em;
	padding:15px;
	text-transform:uppercase;
	display:inline;
	margin:0px;
}
div#add_new_client {
	display:none;
	margin-left:160px;
}