@charset "utf-8";
/* CSS Document */
/*@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);*/

@font-face {
 font-family: 'PT Sans';
 font-style: normal;
 font-weight: 400;
 src: local('PT Sans'), local('PTSans-Regular'),  url(..//fonts//font1.woff2) format('woff2');
}
@font-face {
 font-family: 'PT Sans';
 font-style: normal;
 font-weight: 700;
 src: local('PT Sans Bold'), local('PTSans-Bold'),  url..//fonts//font2.woff2) format('woff2');
}
body {
	margin:0px;
	padding:0px;
	font-family: 'PT Sans', sans-serif;
 transition:all ease .5s;
 -moz-transition:all ease .5s;
 -webkit-transition:all ease .5s;
/*background:url(../images/loginbg-1.png) no-repeat center;*/
}
body, html, form {
	height:100%;
}
* {
	box-sizing:border-box;/*	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	line-height:100%;
	outline:0px;
	transition:all ease .5s;
	-moz-transition:all ease .5s;
	-webkit-transition:all ease .5s;*/
}
input[type="text"], input[type="password"], textarea, select {
	border:1px solid #CCCCCC;
	padding:4px 10px;
	font-family: 'PT Sans', sans-serif;
	width:100%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
input[type="text"]:hover {
	border:1px solid #0099FF;
}
input[type="submit"], input[type="button"], input[type="reset"], button, a.btn  {
	border:0px;
	padding:5px 20px;
	font-family: 'PT Sans', sans-serif;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#632d0c;
	background:linear-gradient(top, #632d0c, #ab4304);
	background:-moz-linear-gradient(top, #632d0c, #ab4304);
	background:-webkit-linear-gradient(top, #632d0c, #ab4304);
	text-align:center;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#FFFFFF;
} 

input[type="submit"]:hover, input[type="button"]:hover, button:hover, a.btn:hover, a:hover {
	opacity:.8;
}
body#login {
	background:#a98d7c;
	background:url(../images/loginbg.png) repeat 50% 50%, radial-gradient(center, #ffe2d0, #a98d7c);
	background:url(../images/loginbg.png) repeat 50% 50%, -moz-radial-gradient(center, #ffe2d0, #a98d7c);
	background:url(../images/loginbg.png) repeat 50% 50%, -webkit-radial-gradient(center, #ffe2d0, #a98d7c);
}
.loginBox {
	background:rgba(255, 255, 255, .8);
	width:500px;
	margin:0px auto;
	position:relative;
	top:30%;
	padding:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 0px 10px #caab99;
	-moz-box-shadow:0px 0px 10px #caab99;
	-webkit-box-shadow:0px 0px 10px #caab99;
}
.loginBox h1 {
	margin:0px;
	padding:0px;
	font-size:0px;
	width:200px;
	height:70px;
	background:url(../images/logo.png) no-repeat 0% 50%;
}
.loginBox ul {
	margin:10px 30px;
	padding:0px;
}
.loginBox ul li {
	list-style:none;
	margin:0px 0px 15px 0px;
	color:#48617b;
	font-size:16px;
}
.loginBox ul li label {
	display:block;
	margin:0px 0px 2px 0px;
	color:#48617b;
	font-size:16px;
}
.loginBox ul li.btnclmn input[type="submit"] {
	margin-left:20px;
}
.in_header {
	background:#fcddcb;
	background:linear-gradient(top, #FFFFFF, #e4c8b6);
	background:-moz-linear-gradient(top, #FFFFFF, #e4c8b6);
	background:-webkit-linear-gradient(top, #FFFFFF, #e4c8b6);
	height:75px;
	position:relative;
	box-shadow:0px 3px 4px #bdb2ac;
	-moz-box-shadow:0px 3px 4px #bdb2ac;
	-webkit-box-shadow:0px 3px 4px #bdb2ac;
}
.in_header h1 {
	margin:0px;
	padding:0px;
	position:absolute;
	left:10px;
	top:10px;
	font-size:0px;
	width:230px;
	height:60px;
	background:url(../images/logo.png) no-repeat 0% 50%;
}
.in_header span.in_username {
	position:absolute;
	top:5px;
	right:70px;
	padding:5px 40px 0px 0px;
	display:block;
	font-size:15px;
	color:#5d2605;
}
.in_header span.in_username:after {
	content:"";
	width:26px;
	height:26px;
	display:block;
	background:rgba(206, 227, 235, .8);
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	position:absolute;
	top:0px;
	right:5px;
}
.in_header a.logout {
	display:block;
	padding:0px;
	width:60px;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	background:rgba(255, 255, 255, .6) url(../images/logouticon.png) no-repeat 50% 50%;
	border-left:1px solid #e6f2f7;
	text-align:center;
	vertical-align:bottom;
	text-decoration:none;
	padding-top:50px;
}
.in_content {
	padding:10px;
}
.in_content h1 {
	margin:0px 0px 10px 0px;
	padding:10px 0px;
	font-size:20px;
	font-weight:400;
	color:#632906;
	border-bottom:1px solid #f2f2f2;
}
p.in_searcharea {
	padding:6px;
	background:#f9f9f9;
	margin:0px;
	border:1px solid #e3e3e3;
}
p.in_searcharea input[type="text"] {
	width:400px;
	display:inline-block;
}
.in_spform ul {
	margin:0px;
	padding:0px 0px 0px 0px;
	overflow:auto;
}
.in_spform ul li {
	list-style:none;
	float:left;
	width:50%;
	padding:5px;
	margin:0px;
}
.in_spform ul li div.in_detailsbox {
	padding:10px;
	border:1px solid #e1e2e5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	overflow:hidden
}
.in_spform ul li div.in_detailsbox h3 {
	color:#6f310b;
	margin:0px 0px 5px;
	padding:0px;
	font-size:16px;
}
.in_spform ul li div.in_detailsbox p {
	background:#f5e8e1;
	padding:6px;
	margin:0px 0px 5px 0px;
	overflow:auto;
	font-size:13px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.in_spform ul li div.in_detailsbox p span {
	display:inline-block;
	padding:0px 10px 0px 0px;
	font-size:16px;
	width:30%;
}
.in_spform ul li div.in_detailsbox p span label {
	font-weight:bold;
	color:#644f42;
	font-size:14px;
	padding:0px 10px 0px 0px;
}
.in_grid {
	position:relative;
	padding:5px;
	border:1px solid #d7dadf;
	margin:10px 0px;
}
.in_grid table {
	width:100%;
}
.in_grid table th, .in_grid table td {
	padding:4px 5px;
	font-size:13px;
	border-bottom:1px solid #f2f2f2;
	text-align:left;
}
.in_grid table tr:last-child td {
	border-bottom:0px;
}
.in_grid table th {
	border-bottom:1px solid #cccaca;
	border-top:1px solid #cccaca;
	font-weight:600;
	font-size:14px;
	color:#4c2006;
	background:#caa792;
}
.in_grid table tr:nth-child(odd) td {
 background:#f2f2f2;
}
.in_grid table td.actions {
	text-align:center;
}
.in_grid table td.actions a {
	display:inline-block;
	font-size:0px;
	width:24px;
	height:24px;
	background:#375b91;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	margin:0px 5px 0px 0px;
}
.in_grid table td.txrgt {
	text-align:right;
}
.in_grid table td.actions a.edit {
	background:#9f6c4d url(../images/editicon.png) no-repeat 50% 50% / auto 14px;
}
.in_grid table td.actions a.delete {
	background:#9f6c4d url(../images/deleteicon.png) no-repeat 50% 50% / auto 14px;
}

.in_form {
	position:relative;
	padding:10px;
	border:1px solid #d7dadf;
	margin:10px 0px;
}
.in_form ul {
	max-width:600px;
	overflow:auto;
	margin:0px;
	padding:0px;
}
.in_form ul li {
	list-style:none;
	margin:10px 0px 10px 0px;
	position:relative;
	overflow:auto;
}
.in_form ul li label {
	display:block;
	float:left;
	width:150px;
	text-align:right;
	position:relative;
	padding:7px 15px 6px 0px;
	font-size:13px;
}
.in_form ul li label:after {
	content:":";
	position:absolute;
	top:7px;
	right:6px;
	display:block;
}
.in_form ul li span {
	float:left;
	width:calc(100% - 150px);
	display:block;
}
/* --------- menu ------------*/

.in_header ul.in_mainmenu {
	margin:0px;
	padding:0px;
	position:absolute;
	top:40px;
	right:70px;
}
.in_header ul.in_mainmenu li {
	list-style:none;
	float:left;
	display:block;
	font-size:16px;
	margin:0px 5px 0px 0px;
}
.in_header ul.in_mainmenu li:last-child {
	margin:0px;
}
.in_header ul.in_mainmenu li a {
	text-decoration:none;
	display:block;
	font-size:14px;
	color:#554c46;
	padding:2px 2px 7px 30px;
	position:relative;
}
.in_header ul.in_mainmenu li a:before {
	content:"";
	width:20px;
	height:20px;
	display:block;
	background:#ad7858;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	position:absolute;
	top:0px;
	left:5px;
}
.in_header ul.in_mainmenu li ul.in_submenu {
	position:absolute;
	top:25px;
	/*left:40px;*/
	width:auto;
	margin:0px;
	padding:5px;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	z-index:9999;
	min-width:200px;
	box-shadow:0px 0px 5px #CCCCCC;
	-moz-box-shadow:0px 0px 5px #CCCCCC;
	-webkit-box-shadow:0px 0px 5px #CCCCCC;
	display:none;
	height:0px;
}
.in_header ul.in_mainmenu li ul.in_submenu li {
	float:none;
	display:block;
	padding:1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.in_header ul.in_mainmenu li:hover>ul.in_submenu {
	display:block;
	height:auto;
}
li:hover>ul.in_submenu li a {
}
.in_submenu li:hover {
	background-color:#e6cdbc;
}
.in_header ul.in_mainmenu li ul.in_submenu li a {
	display:block;
	padding:5px 10px;
	font-size:14px;
}

 ul.in_submenu li span {
	display:block;
	padding:5px 10px;
	font-size:14px;
}

.in_header ul.in_mainmenu li ul.in_submenu li a:before {
	display:none;
}

/* ---- submenu2 ----*/
ul.in_submenu2 {
	position:absolute;
	/*top:25px;*/
	left:60px;
	width:auto;
	margin:0px;
	padding:5px;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	z-index:9999;
	min-width:200px;
	box-shadow:0px 0px 5px #CCCCCC;
	-moz-box-shadow:0px 0px 5px #CCCCCC;
	-webkit-box-shadow:0px 0px 5px #CCCCCC;
	display:none;
	height:0px;
}
ul.in_submenu2 li {
	float:none;
	display:block;
	padding:1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
li:hover>ul.in_submenu2 {
	display:block;
	height:auto;
}
li:hover>ul.in_submenu li a {
}
.in_submenu2 li:hover {
	background-color:#e6cdbc;
}
ul.in_submenu2 li a {
	display:block;
	padding:5px 10px !important;
	font-size:14px;
}
ul.in_submenu2 li a:before {
	display:none;
}

/* ----------- responsive ------------ */

@media screen and (max-width:1000px) {
 .in_header span.in_username {
 top:25px;
 right:120px;
}
 .in_header ul.in_mainmenu {
 display:none;
 position:absolute;
 top:60px;
 right:15px;
 background:#FFFFFF;
 padding:10px;
 border:1px solid #e2e2e2;
 width:300px;
 z-index:999999;
 box-shadow:0px 0px 5px #a8a8a8;
 -moz-box-shadow:0px 0px 5px #a8a8a8;
 -webkit-box-shadow:0px 0px 5px #a8a8a8;
}
 .in_header ul.in_mainmenu.open {
 display:block;
}
 .in_header ul.in_mainmenu li {
 display:block;
 float:none;
 width:100%;
 margin:0px 0px 5px 0px;
}
.in_header ul.in_mainmenu li a {
 padding:6px 0px 6px 10px;
 background:#ffede2;
 border-radius:10px;
 -moz-border-radius:10px;
 -webkkit-border-radius:10px;
}
 .in_header ul.in_mainmenu li a:before {
 display:none;
}
.in_header ul.in_mainmenu li ul.in_submenu {
 position:relative;
 left:auto;
 right:auto;
 margin:10px 0px 10px 20px;
 padding:0px;
 box-shadow:none;
 border:0px;
 background:none;
 top:auto;
}
.in_header ul.in_mainmenu li ul.in_submenu li {
border-bottom:1px solid #F3f3f3;
}
.in_header ul.in_mainmenu li ul.in_submenu li a {
 background:none;
}
 .toggler {
 display:block;
 position:absolute;
 top:20px;
 right:70px;
 width:40px;
 height:40px;
 background:url(../images/toggler.png) no-repeat 50% 50%, linear-gradient(top, #FFFFFF, #f8f8f8);
 background:url(../images/toggler.png) no-repeat 50% 50%, -moz-linear-gradient(top, #FFFFFF, #f8f8f8);
 background:url(../images/toggler.png) no-repeat 50% 50%, -webkit-linear-gradient(top, #FFFFFF, #f8f8f8);
 background-size:24px auto;
 border:1px solid #CCCCCC;
 border-radius:5px;
 -moz-border-radius:5px;
 -webkkit-border-radius:5px;
}
.in_grid {
 max-width:100%;
 overflow:auto;
}
}
@media screen and (max-width:600px) {
 body {
 padding-top:80px;
}
 .in_header {
 position:fixed;
 right:0px;
 left:0px;
 z-index:999999;
 top:0px;
}
 p.in_searcharea input[type="text"] {
 width:100%;
 text-align:center;
 margin:0px 0px 10px 0px;
}
 .in_spform ul li {
 width:100%;
 float:none;
 display:block;
 margin:0px 0px 10px 0px;
}
.in_spform ul li div.in_detailsbox p span {
 float:none;
 display:block;
 width:100%;
}
.loginBox {
 width:auto;
 margin:0px 10px;
}
.loginBox ul {
 margin:0px;
 padding:0px;
}
.in_form ul li label {
 display:block;
 float:none;
 text-align:left;
}
.in_form ul li span {
 float:none;
 display:block;
 width:100%;
}
}
@media screen and (max-width:500px) {
 body {
 padding-top:100px;
}
 .in_header span.in_username {
 background:#EBEEF3;
 top:78px;
 left:0px;
 right:0px;
 height:30px;
 padding:5px 10px;
}
}
@media screen and (max-width:480px) {
 .in_header ul.in_mainmenu {
 width:auto !important;
 right:10px;
 left:10px;
}
 .in_form ul {
width:350px !important;
}
 .in_form ul li {
width:250px !important;
}
}
/* -------------------------------*/

.new {
	background:url(../images/add.png);
}
.in_form_sml ul li label {
	width:120px !important;
}
.in_form_sml ul li span {
	width:calc(100% - 120px) !important;
	;
}
.in_form_sml ul li h5 {
	padding:10px;
	margin:0px;
}
.in_form_sml2 ul li label {
	width:100px !important;
}
.in_form_sml2 ul li span {
	width:calc(100% - 100px) !important;
	;
}
.txt_sml {
	width:50% !important;
}
.in_form .rbtn label {
	display:inline !important;
	float:none !important;
	width:auto !important;
	text-align:right;
	position:relative !important;
	padding:7px 5px 6px 0px;
	font-size:13px;
}
.rbtn label:after {
	content:"" !important;
}
.in_form ul li span {
	overflow:hidden;
}
.in_form ul li span {
	overflow:hidden;
}
.btns label:after {
	content:"" !important;
}
table caption {
	text-align:left;
	padding:5px;
	font-size:18px;
	color:#FF6600;
}
table {
	margin-top:10px;
}
.div_p {
	position: absolute;
	left: 500px;
	/*top: 400px; */
background-color: #306080;
	color: white;
	width: 380px;
	padding: 10px;
	border: #0000cc 2px solid;
	display: none;
}
.divLeft {
	float:left;
	width:50%;
	padding-left:10px;
}
.divRight {
	float:right;
	width:50%;
}
.btnBox input[type="text"] {
	width:250px;
}
.btnBox a, .btns a {
	padding:6px;
	padding-left:15px;
	padding-right:15px;
}
.btnBox ul {
	margin:0;
	padding:0;
	list-style:none;
}
.btnBox li {
	display:inline;
	margin:0;
	padding:0;
}
.form_bg {
	background-color:#ecd8cc;
}
/*------------*/
footer {
	display: block;
}
.footer {
	clear:both;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
  height: 60px;
	background-color: #e4c9b7;
	padding:10px;
}
.footer div {
	border:none;
}
#wrapper {
	min-height:100%;
	position:relative;
}
.sc {
	height:400px;
	overflow:scroll;
	background-color:#fff;
}
/*.div_rpt .in_grid table{width:900px !important;}*/
.div_rpt .in_grid table td {
	padding:2px !important;
}
.div_rpt td.rt {
	text-align:right;
}
.brd table td {
	border:solid 0.1px #333333;
	padding:5px !important;
}
.brd table th {
	border:solid 0.1px #333333;
}
.div_rpt td.ctr {
	text-align:center;
}
.div_rpt th.ctr {
	text-align:center !important;
}
.div_rpt .in_grid {
	border:none !important;
	padding:0 !important;
}
.btnLink {
	border:none;
	background:none !important;
	font-size:14px;
	color:black;
	text-transform:none !important;
	cursor:pointer;
	color:#0099CC !important;
}
.in_content {
	padding-bottom:40px;
}
a.btn {
	text-decoration:none;
	padding:6px 15px;
}
.btns_sml {
	padding-left:30px;
}
.btns_sml div {
	height:50px;
}
/*--  --*/
.ui-progressbar {
	position: relative;
}
.progress-label {
	position: absolute;
	left: 50%;
	top: 4px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}
.div_grid {
	background-color:#fff !important;
}
#lbl {
	font-size:14px;
	font-weight:bold;
}
.lblNotes {
	font-size:14px;
	padding:5px;
}
.in_form label sup {
	color:red;
}
.error {
	color:red;
	font-size:12px;
}
.div_spcl {
	background-color:#f7e5db !important;
}
.btnBox h4 {
	margin-top:0px;
	margin-bottom:0px;
}
.btnBox li {
	width:20% !important;
}
.btn_sml {
	font-size:14px !important;
	padding:5px !important;
	width:50px;
	cursor:pointer !important;
}
input[type="button"], input[type="submit"] {
	cursor:pointer !important;
}
h3 {
	margin-top:5px;
	margin-bottom:7px;
}
/*h5{margin-top:0px !important; margin-bottom:0px !important;}*/

.lblAction label {
	color:blue;
	cursor:pointer;
}
.btns span {
	text-align:right;
}
.in_grid p {
	font-size:14px;
}
.in_spform h4 {
	margin:2px;
	padding:2px;
}
.box_sml {
	position:relative;
	padding:5px;
	border:1px solid #d7dadf;
	margin:5px 0px;
	font-size:14px;
}
.box_sml ul {
	padding:0px;
}
/*.box_sml ul li { width:300px; }*/

.box_sml input[type="submit"] {
	font-size:14px;
}
/* jquery combobox  */
	
.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}
.custom-combobox-input {
	/*    margin: 0;
	padding: 5px 10px;*/
	
	border:1px solid #CCCCCC;
	padding:4px 10px;
	font-family: 'PT Sans', sans-serif;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 200px;
}
.ui-widget-content a {
	font-family: 'PT Sans', sans-serif !important;
	font-size:12px !important;
}
/*PAGINATION START*/
div.pagination {
}
div.pagination ul {
	border:0;
	margin:0;
	padding:0;
}
div.pagination li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	float:left;
}
div.pagination a {
	border:solid 1px #DDDDDD;
	margin-right:2px;
}
/*div.pagination .previous-off,
div.pagination .next-off {
color:#666666;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
div.pagination .next a,
div.pagination .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
} */
div.pagination .active {
	color:#ff0084;
	font-weight:bold;
	display:block;
	/*float:left;*/
padding:4px 6px;
}
div.pagination a:link, div.pagination a:visited {
	color:#0063e3;
	display:block;
	/*float:left;*/
padding:3px 6px;
	text-decoration:none;
}
div.pagination a:hover {
	border:solid 1px #666666;
}
/*PAGINATION END*/

.lst {
	margin:0;
}
.lst li {
	list-style:none;
	color:#48617b;
	font-size:14px;
	display:inline;
	padding-right:50px;
}
.lblGreen {
	color:green;
}
.lblRed {
	color:red;
}
#scroller {
	height:30px;
}

/* -- -- */
.clr {
	clear:both;
}
.list_box {
	width:100% !important;
}
.list_box li {
	width:100% !important;
}
.footer_left_box {
	width:50%;
	float:left;
	color: #48617b;
	font-size: 14px;
	padding-left:10px;
}
.footer_right_box {
	width:50%;
	float:right;
	text-align:right;
	color: #48617b;
	font-size: 14px;
	padding-right:10px;
}
.btns input{ margin-bottom:10px;}
.btns a{ margin-bottom:10px;}


.form_bg{
    position: relative;
    padding: 0px;
    border: 1px solid #d7dadf;
	background-color: #ecd8cc;
    margin: 0px 0px;
}
.form-group label{ font-weight:300 !important; } 

.form-group{ margin-bottom:10px !important; margin-top:10px;}




@media all and (min-width: 700px) {
.form-group label{ text-align:right !important; font-weight:300; }  
}

 @media screen and (min-width: 769px) {
 .left_box {
width:30% !important;
}
 .right_box {
float:left;
width:70% !important;
}
}
 @media screen and (min-device-width: 481px) and (max-device-width: 768px) {
 .left_box {
width:100%;
}
 .right_box {
width:100%;
}
 .footer_left_box {
 width:1000%;
float:left;
}
 .footer_right_box {
 width:100%;
float:right;
}
}
 @media only screen and (max-device-width: 480px) {
/* STYLES HERE */
}
