body {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
a:hover
{
    text-decoration:none;
}

.inner-form {
    width: 100%;
    margin: 0px auto;
    margin-top:20px;
}

#head .row
{
	padding-left:0px;
	padding-right:0px;
	margin-left:0px!important;
	margin-right:0px!important;
}
.removepad
{
margin-left:0px!important;
margin-right:0px!important;
}
.container
{
max-width:1200px;
}
.main-content {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.main-header {
    background: #caccce; /* Old browsers */
    background: -moz-linear-gradient(top, #caccce 0%, #e5e7ea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#caccce), color-stop(100%,#e5e7ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #caccce 0%,#e5e7ea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #caccce 0%,#e5e7ea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #caccce 0%,#e5e7ea 100%); /* IE10+ */
    background: linear-gradient(to bottom, #caccce 0%,#e5e7ea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#caccce', endColorstr='#e5e7ea',GradientType=0 ); /* IE6-9 */
    padding: 1%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #2B83B7;
    font-size: 16px;
    text-shadow: 3px 3px 14px #969696;
}




.main-nav {
    background: #caccce; /* Old browsers */
    background: -moz-linear-gradient(top, #1c1d15 0%, #3e3e3e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1d15), color-stop(100%,#3e3e3e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1c1d15 0%,#3e3e3e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1c1d15 0%,#3e3e3e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1c1d15 0%,#3e3e3e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1c1d15 0%,#3e3e3e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1d15', endColorstr='#3e3e3e',GradientType=0 ); /* IE6-9 */
}

.main-nav1 {
    border: solid 2px #a2a2a2;
    background: #f2f2f2;
}

.navigation > li {
    min-width: 110px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	background:#0691B4;
	color:#ffffff;
	
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background:#0691B4;
	color:#ffffff;
}
.navbar-default .navbar-nav > li > a
{
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
	
}
.col-lg-12 h3
{
	padding-left:10px;
}
.main-header .container .row .col-lg-8 h2
{
	text-align:right;
	color:#2b83b7;
	font-weight:bold;
	text-shadow: 3px 3px 14px rgba(150, 150, 150, 1);
}
.main-header img
{

}

.navigation1 > li {
    min-width: 40px;
    text-align: center;
    text-decoration: underline;
	color:#ffffff;
	font-weight: 700;
}

    .navigation1 > li > a {
        text-align: center;
    }

.navigation2 > li {
    min-width: 110px;
    text-align: center;
    border-right: solid 2px #a2a2a2;
}

.navigation2:last-child {
    border-right: 0px;
}
.box-left
{
    width: 180px;
    min-height: 500px;
    margin-left: 5px;
    box-shadow: 2px 2px 5px #bbb;
    -moz-box-shadow: 2px 2px 5px #bbb;
    -webkit-box-shadow: 2px 2px 5px #bbb;
}
.box-head
{
    padding: 5px 7px;
    background: #0368B5;
    display: block;
    font-weight: 600;
    color: #fff;
    font-family: sans-serif, Arial, Verdana;
    text-align: left;
}
.treeview
{
    clear: both;
    padding-left: 7px;
    padding-top: 7px;
}
.tvwStyle
{
	width: 100%;
	margin: 0;
}
.tvwStyle .tvwNodeStyle
{
	color: #111;
	padding: 2px 3px;
	font-size: 13px;
	font-weight: 600;
	font-family: Calibri, Verdana;
}
.tvwStyle .tvwLeafNodeStyle
{
	color: #333;
	padding: 2px 3px;
	font-size: 13px;
	font-weight: 600;
	font-family: Calibri;
}
.tvwStyle .tvwParentNodeStyle
{
	color: #111;
	font-size: 13px;
	font-weight: 600;
	font-family: Calibri;
}

.tvwStyle .tvwHoverNodeStyle
{
	color: #fff;
	background: #0368B5 !important;
}

.tvwStyle .tvwSelectedNodeStyle
{
	/*color:#95BF32;*/
	color: #fff;
	background: #E77C20 !important;
}
.box-right
{
    width: 785px;
    min-height: 500px;
    margin-left: 5px;
    box-shadow: -3px 2px 5px #ccc;
    -moz-box-shadow: -3px 2px 5px #ccc;
    -webkit-box-shadow: -3px 2px 5px #ccc;
}
.max-gap
{
    width: 100%;
    height: 10px;
    margin: 0;
}

footer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f5f5f5;
    border-color: #dcdcdc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 0;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    bottom: 0;
    display: table;
    height: 44px;
    min-height: 44px;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 1030;
}

.table-row {
    display: table-row;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

footer .table-row .table-cell:first-child {
    height: 40px;
    vertical-align: middle;
    float: left;
}

.table-cell {
    display: table-cell;
    float:left;
	margin-left:20px;
	margin-top:8px;
}
.table-cell p
{
	font-size:13px;
	margin-top:12px;
}
.logo img {
    height: inherit;
    vertical-align: middle;
    padding: 10px 0px;
    margin-right: 25px;
    float: right;
}

@media (max-width: 480px) {
.navigation > li {
        border-right: 0;
    }
.screen-ap .form-group .control-label {
    float: left!important;
    width: 150px!important;
}
.screen-ap .form-group  .col-lg-6 {
    float: left!important;
    width: 50%!important;
}
.main-header .container .row .col-lg-8 h2
{
	text-align:left!important;
	font-size:19px!important;
}
}
@media (min-width: 480px){
	.main-header .container .row .col-lg-8 h2
{
	text-align:left!important;
	font-size:25px!important;
}
}
@media (max-width: 320px) {
.navigation > li {
        border-right: 0;
    }
.screen-ap .form-group .control-label {
    float: left!important;
    width: 200px!important;
}
.screen-ap .form-group  .col-lg-6 .col-lg-3 {
    float: left!important;
    width: 50%!important;
}
.main-header .container .row .col-lg-8 h2
{
	text-align:left!important;
	font-size:24px!important;
}
}

@media (min-width: 1200px) {
	
.screen-ap1 .form-group .control-label .col-lg-3 {
    margin-left:0px!important;
	margin-right:0px!important;
	float:left;
}

.screen-ap .form-group .control-label {
    float: left!important;
    width: 150px!important;
}
.screen-ap .form-group  .col-lg-6 {
    float: left!important;
    width: 50%!important;
}
}
@media (max-width: 1024px) {
    .navigation > li {
        border-right: 0;
    }
.screen-ap .form-group .control-label {
    float: left!important;
    width: 150px!important;
}
.screen-ap .form-group  .col-lg-6 {
    float: left!important;
    width: 50%!important;
}


.screen-ap1 .form-group .control-label .col-lg-3 {
    margin-left:0px!important;
	margin-right:0px!important;
	float:left;
}

}
@media (min-width: 1024px) {
		.main-header .container .row .col-lg-8 h2
{
	text-align:right!important;
	font-size:32px!important;
}
}
@media (max-width: 780px) {
    .navigation > li {
        border-right: 0;
    }
.screen-ap .form-group .control-label {
    float: left!important;
    width: 150px!important;
}
.screen-ap .form-group  .col-lg-6 {
    float: left!important;
    width: 50%!important;
}

.screen-ap1 .form-group .control-label .col-lg-3 {
    margin-left:0px!important;
	margin-right:0px!important;
	float:left;
}

}
@media (min-width: 780px) {
		.main-header .container .row .col-lg-8 h2
{
	text-align:right!important;
	font-size:28px!important;
}
}


.search-area 
{
    width:100%;
    padding:10px;
    height:50px;
    background:#eeeeee;
}
.dynamic-content h2
{
    width:100%;
    padding:5px 10px;
    height:38px;
    text-align:left;
    margin:0px;
    background:#eeeeee;
    font-weight:bold;
    font-size:13px;
}
.dynamic-content h6
{
    width:100%;
    padding:8px 10px;
    height:30px;
    text-align:left;
    margin:0px;
    background:#eeeeee;
    font-weight:bold;
    font-size:13px;
}
.dynamic-content h3
{
    width:100%;
    padding:8px 10px;
	border-bottom: solid 2px #a1a1a1;
    height:38px;
    margin:0px;
	text-align:center;
	margin-bottom:10px;
    background:#eeeeee;
    font-weight:bold;
    font-size:16px;
}
.dynamic-content h4
{
    width:100%;
    padding:8px 10px;
	border-radius: 4px;
    margin:0px;
	text-align:center;
	margin-bottom:10px;
    background:#eeeeee;
    font-weight:bold;
    font-size:16px;
}
.search-btn
{
    float:left;
}
.new-client a
{
    display: inline-block;
padding: 4px 10px;
margin-bottom: 0;
color:#6b99ca;
float:right;
margin-right:15px;
font-size: 13px;
font-weight: bold;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: #dddddd;
border: 1px solid transparent;
border-radius: 4px;
}
.new-client a:hover
{
    color:#000;
}


.form4-content
{
    width:80%; float:left; margin-left:15%; margin-top:1%;
}
.form-text
{
width:100%; float:left; text-align:left;
margin-top:5px;
}
0
.form-text1
{

background:#eeeeee;
height:30px;
margin-top:5px;
text-align:left;
}
.form-name
{
width:90px;
float:left;
margin-top:3px;
font-weight:bold;
text-align:left;
}
.form-name1
{
width:104px;
float:left;
margin-top:3px;
font-weight:bold;
text-align:left;
}
.address
{
    display: inline-block;
padding: 0px 8px;
margin-top:-4px;
color:#6b99ca;
font-size: 13px;
font-weight: bold;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background: #f5f5f5;
border: 2px solid #c0c0c0;
border-radius: 4px;
}

.required
{
width:53%;
height:23px;
}
.required1
{
margin-top:5px;
padding:5px;
border:solid 1px  #a1a1a1;
}


.formpositionfix {
    padding: 0 10px;
    position: relative;
    z-index: 30;
}

label {
    font-weight: normal;
}
.addredbg {
    color: #3a3633;
}
.form-control1
{
    height:28px;
    margin-bottom:-5px;
    margin-right:5px;
}
.form-table
{
    border:solid 1px  #a1a1a1;
    border-radius:0px;
}
.btn-info
{
    display: inline-block;
padding: 3px 10px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.4;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: 4px;
}
.sub-total
{
 margin-top:-21px;
 margin-left:15px;
 line-height:16px;
}
.sub-total-box
{
	
	padding-right:0px;
    
	margin-left:-21px;
}
.sign-on
{
   
    border:solid 2px #a1a1a1;
    height:45px;
    margin-top:-5px;
    background:#f2f2f2;
}

#head{
			background:#207dba;
			height:auto;
			width:100%;
			text-align:center;
			font-size:16px;
			font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
			padding:10px 0px;
			color:#fff;
			}
			
			#today{
				background:#90D1B0;
				height:120px;
				width:150px;
				top:0px;
				right:0px;
				box-shadow:5px 5px 3px #090808;
				position:relative;
				left:85%;
				}
				 #empdtl{
					background:#F7E3E3;
					height:50px;
					width:200px;
					left:100px;
					top:50px;
					border-radius:5px 5px 10px 10px;
					position:absolute;
					}
					#head #empdtl a{
						text-decoration:none;
						font-size:24px;
						}
				#today button{
					
					height:40px;
					width:80px;
					top:50px;
					left:50px;
					position:absolute;
					}
			#bottom{
				background:#044C98;
				top:4;
				left:0px;
				display:block;
				position:absolute
				}
				.col-lg-12 h2
				{
					margin-top:5px;
					text-align:center;
					margin-bottom:5px;
				}