/*reset css*/

/* html, body,  div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}  */
/* HTML5 display-role reset for older browsers */
/* article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} */

/* Overwriting bootstrap css */

/* .container {
	width: 1000px;
}

label {
	padding: 0 0 8px 0;
	font-family: calibri;
	color: #444;
	font-weight: 600;
}

form {
	margin: 50px 0 0 0;
}
.row {
	padding-bottom: 5px;
}
button {
	font-family: calibri;
} */

/* Common CSS */
.width-sm-large {
	width: 416px;
	font-family: calibri;
}

.width-xxl {
	width: 916px;
	font-family: calibri;
}

.width-xl {
	width: 584px;
	font-family: calibri;
}

.width-md {
	width: 350px;
	font-family: calibri;
}

.width-sm {
	width: 250px;
	font-family: calibri;
}

.width-xs {
	width: 150px;
	font-family: calibri;
}

.width-xxs {
	width: 60px;
	font-family: calibri;
}

.override-row-width {
	width: 1100px;
}

.margin-left-md {
	margin-left: 58px;
}

.margin-left-xs {
	margin-left: 18px;
}
/*textarea.height-sm {
	height: 106px !important;
}
.projectLabel {
	font-size: 40px;
	color: #FFF;
	position: relative;
	top:80px;
	float: right;
	font-family: calibri;
	opacity: 0.9;
}
.left-float {
	float: left;
}
.select-style {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("../images/arrow_drop_down.png") no-repeat 90% 50%;
    float: left;
    margin-left: 20px;
}
.select-style select {
    padding: 7px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    color: #555;
    font-family: calibri;
}
.select-style select:focus {
    outline: none;
}
div.medium-size {
	width: 250px;
}
.main-container div.menu-options {
	top:10px;
	width: 1200px;
	margin: 0 auto;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#83abc6), color-stop(100%,#83abc6)); Chrome,Safari4+
  	background: -webkit-radial-gradient(center, ellipse cover,  #83abc6 0%,#83abc6 100%); Chrome10+,Safari5.1+
  	border-radius: 3px;
}

.main-container ul.sub-menu{
	background: #314755; fallback for old browsers
	background: -webkit-linear-gradient(to left, #83abc6 , #83abc6); Chrome 10-25, Safari 5.1-6
	background: linear-gradient(to left, #83abc6 , #83abc6); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+
} */

/* Login Form */
.login_bg {
	/* /*background: url(../images/login-bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/ */
	
}

.login-container {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 32em;
	height: 20em;
	margin-top: -10em; /*set to a negative number 1/2 of your height*/
	margin-left: -16em; /*set to a negative number 1/2 of your width*/
}

.login-box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 33em;
	height: 22em;
	margin-top: -10em; /*set to a negative number 1/2 of your height*/
	margin-left: -16em; /*set to a negative number 1/2 of your width*/
	border: 2px solid #CCC;
	background-color: #FFF;
	z-index: 1;
	/*  opacity: 0.3; */
	box-shadow: 3px 3px 35px 0px rgba(0, 0, 0, 0.75);
}

.input-login {
	position: fixed;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em;
}

.user-logo {
	width: 75px;
	height: 75px;
	position: relative;
	left: 12.3em;
	top: -6em;
}

.user-logo img {
	max-width: 100%;
	max-height: 100%;
}

.login-fields {
	padding: 50px 50px 5px;
}

.login-fields input {
	margin: 0px 0px 20px;
	padding-left: 26px;
	font-family: calibri;
}

.left-margin {
	margin-left: 55px;
}

.xs-left-margin {
	margin-left: 23px;
}

.neg-left-margin {
	margin-left: -24px;
}

.login-box a {
	color: #314755;
	font-size: 18px;
	font-family: calibri;
	text-decoration: underline;
}

.login-fields .glyphicon {
	top: 27px;
	left: 6px;
}

.login-fields p {
	font-family: calibri;
	position: relative;
	top: -15px;
	font-size: 22px;
	text-align: center;
}

/* Generate password */

/* .generate-password .commonBg {
	width:500px;
	padding-left: 50px;
}
.generate-password .container {
	width:500px;
} */

/* Owner's Form CSS */

/* .left-margin {
	left: 25px;
}
.bottom-padding-zero {
	padding-bottom: 0px;
}
 */
/* Main Page */

/* .bgImage {
	background: url('../images/bgColor.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  	background-size: cover;

}
.commonBg {
	border: 1px solid #7a7676;
	margin: 0 auto;
    margin-top: 20px;
	background: #b0c8d9;
}
.btn-lists {
    margin: 0 auto;
}
.btn-lists .btn {
	width: 95px;
	border-radius: 0px;
	margin-left: -3px;
	background-repeat: no-repeat;
    background-position: 8px 6px;
    color: #000;
    background-color: #b0c8d9;
    border: 1px solid #7a7676;
}
.labelForPayment {
	display: none;
}
.add-icon {
	background-image: url('../images/add-icon.png');
}
.edit-icon {
	background-image: url('../images/edit-icon.png');
}
.search-icon {
	background-image: url('../images/search-icon.png');
}
.prev-icon {
	background-image: url('../images/prev-icon.png');
}
.home-icon {
	background-image: url('../images/menu.png');
}
.home-icon a {
	position: relative;
	left: 8px;
    top: 2px;
    color: #000;
}
.next-icon {
	background-image: url('../images/next-icon.png');
	background-position: 65px 6px !important;
}
.margin-left-first-btn {
	margin-left: 1px !important;
}
.search-opts {
	width: 1000px;
    margin: 0 auto;
    position: relative;
    top: -15px;
}
.page-header-name{
    color: #777;
    font-size: 30px;
    background: none;
    padding: 10px 15px 30px 0px;
    font-family: calibri;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
div.menu-options {
	background: #314755; fallback for old browsers
	background: -webkit-linear-gradient(to left, #314755 , #26a0da); Chrome 10-25, Safari 5.1-6
	background: linear-gradient(to left, #314755 , #26a0da); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+
    position: relative;
	top: 125px;
}
.bgImage div.menu-options{ 
	position: relative;
	top: 0px;
	background: #f7e5c9; Old browsers
	background: -moz-linear-gradient(left,  #f7e5c9 100%, #ec975a 100%, #f2dbd6 102%); FF3.6-15
	background: -webkit-linear-gradient(left,  #f7e5c9 100%,#ec975a 100%,#f2dbd6 102%); Chrome10-25,Safari5.1-6
	background: linear-gradient(to right,  #f7e5c9 100%,#ec975a 100%,#f2dbd6 102%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e5c9', endColorstr='#f2dbd6',GradientType=1 ); IE6-9
}
.bgImage ul.main-menu li{
	display: inline-block;
	padding: 24px 20px;
	border-right: 1px solid #CCC;
	margin-left: -5px;
	width: 250px;
	text-align: center;
}
.bgImage ul.sub-menu {
	display: none;
	width: 245px;
	position: absolute;
	z-index: 1;
	background: #f7e5c9; Old browsers
	background: -moz-linear-gradient(left,  #f7e5c9 100%, #ec975a 100%, #f2dbd6 102%); FF3.6-15
	background: -webkit-linear-gradient(left,  #f7e5c9 100%,#ec975a 100%,#f2dbd6 102%); Chrome10-25,Safari5.1-6
	background: linear-gradient(to right,  #f7e5c9 100%,#ec975a 100%,#f2dbd6 102%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e5c9', endColorstr='#f2dbd6',GradientType=1 ); IE6-9
}
.bgImage ul li a, .bgImage ul li a:hover { 
	color: #000;
	font-family: cursive;
	font-size: 20px;
}
.bgImage ul.main-heading li span a {
	color: #FFF;
    font-family: calibri;
    font-size: 16px;
}
.bgImage ul.sub-menu li a, .bgImage ul.sub-menu li a:hover {
	font-size: 15px;
}
bgImage ul.sub-menu li, .bgImage ul.sub-menu li {
	padding: 10px 20px; 
}
ul.main-menu li{
	display: inline-block;
	padding: 10px 20px;
	border-right: 1px solid #CCC;
	margin-left: -5px;
}
ul.sub-menu {
	display: none;
	width: auto;
	position: absolute;
	z-index: 1;
	background: #314755; fallback for old browsers
	background: -webkit-linear-gradient(to left, #314755 , #26a0da); Chrome 10-25, Safari 5.1-6
	background: linear-gradient(to left, #314755 , #26a0da); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+
}
ul li a, ul li a:hover { 
	font-family: calibri;
}
ul li:hover ul.sub-menu {
	display: block;
    min-width: 100px;
    margin-left: -20px;
    border: 1px solid #CCC;
    border-right: none;
    margin-top: 10px;
}
.bgImage ul li:hover ul.sub-menu {
	margin-top: 23px;
}
ul.sub-menu li{
	display: block;
}
.subHeading {
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
}
.btns {
	margin: 20px 0;
	text-align: center;
}
.btns .btn {
	width: 110px;
}
.right-margin {
	margin-right: 25px;
}
ul li:hover ul.sub-menu.left-li-margin {
	margin-left: -15px;
}
.photo-place {
	height: 150px;
    width: 150px;
    margin-right: 15px;
}
.browse-image {
	position: relative;
	top: 15px;
	float: left;
	width: 102px;
}
.housing-records {
	background-color: #FFF;
	font-family: calibri;
	padding: 20px 0;
}
.housing-records thead th {
	font-weight: 600;
}
.photo-div {
	float: left;
    width: 500px;
    margin-left: 20px;
}
#status-area .message {
	padding: 5px;
	color: green;
} */
/* .left-navigation {
	float: left;
    width: 216px;
    background-color: #154360;
    height: 100%;
}
.left-navigation .nav{
	margin:10px;
}
.left-navigation .nav .glyphicon {
	margin-right: 5px;
}
.left-navigation  .nav li a{
color: wheat;	
} */
/* .content-section {
	float: left;
	width: 1000px;
	margin-left: 40px;
}
.sub-menu-view {
	
}
ul.main-nav-ul li a {
	border-bottom: 1px solid #7a7676;
	padding: 10px 0; 
}
.main-nav-li a:hover, .sub-menu-view li a:hover {
	text-decoration: none;
}
.main-nav-li a, .sub-menu-view li a {
	text-align: right;
	display: block;
	font-size: 20px;
	color: #7a7676;
	font-style: italic;
	font-weight: 600;
}
ul.sub-menu-view li a {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	padding-right: 20px;
}
.left-navigation ul.main-nav-ul {
	width: 180px;
	margin-left: 20px;
}
.form-group div > label {
	float: left;
	width: 300px;
	text-align: right;
	position: relative;
    top: 10px;
}
.form-group div > input, .form-group div > textarea {
	float: left;
	width: 300px;
	text-align: left;
	margin-left: 20px;
}
.tab-gradient {
	background-image: url('../images/nav-gradient.png');
	background-repeat: repeat;
	height: 32px; 
	margin-bottom: 30px;
}
.housing-label {
	font-size: 30px;
    padding-bottom: 20px;
    color: #777;
}
.radio-div {
	margin-left: 20px;
    display: block;
    width: 400px;
    float: left;
    position: relative;
    top: -7px;
}
.radio-label {
	top: 5px !important;
}
.width-auto {
	width: auto !important;
}
.select-style select.width100per{
	width: 100%;
}
.large-size {
	width: 300px;
}
.pswdMsg {
	text-align: center;
	font-family: calibri;
}
.voucher-header {
	height: 100px;
}
.voucher-text {
	width: 155px;
    float: left;
    text-transform: uppercase;
    padding: 10px;
    border: 2px solid;
    font-family: calibri;
    font-size: 20px;
}
.voucher-text-lg {
	width: 180px;
}
.voucher-date-no {
	width: 300px;
	float: right;
}
.voucher-date-no p {
	font-family: calibri;
    font-size: 16px;
    padding-bottom: 10px;
}
.voucher-date-no p span {
	width:100px;
	display: inline-block;
}
.voucher-date-no p input, .scoiety-address input, .scoiety-regNo input, .voucher-content input, .recepients-sign input, .treasure input {
	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: none;
    position: relative;
    top: -5px;
    border-bottom: 1px solid;
}
.scoiety-name {
	font-size: 30px;
	font-weight: bold;
	width: 650px;
	position: relative;
	top: -20px;
}
.scoiety-address, .scoiety-regNo {
	font-size: 16px;
	font-family: calibri;
}
.scoiety-address span, .scoiety-regNo span {
	float: left;
}
.scoiety-address input {
	width: 88% !important;
}
.scoiety-address input.address-box, .scoiety-regNo input {
	margin-left: 80px;
    margin-top: 2px;
    width: 87.9% !important;
}
.scoiety-regNo input {
	width: 50% !important;
}
.voucher-content {
	clear: both;
}
.voucher-content p {
	float: left;
	font-family: calibri;
}
.voucher-content input {
	margin-top: 2px;
	margin-right: 20px;
}
.paid-to-field, .in-words-field {
	margin-left: 36px !important;
	width: 404px !important;
}
.society-name-field {
	margin-left: 0px !important;
	width: 936px !important;	
	font-family: calibri;
	border: none;
    border-bottom: 1px solid;
}
.received-from-field {
	margin-left: 32px !important;
	width: 404px !important;	
}
.rupees-field {
	width: 254px !important;	
}
.in-words-field {
	margin-left: 17px !important;
}
.on-account-field {
	margin-left: 10px !important;
	width: 325px !important;
}
.for-field {
	margin-left: 10px !important;
	width: 395px !important;
}
.date-from-field {
	margin-left: 4px !important;
	width: 100px !important;
}
.date-to-field {
	width: 100px !important;
}
.date-field {
	width: 100px !important;
	margin-left: 53px !important;
}
.cash-bank-field {
	width: 408px !important;
}
.chq-no-field {
	width: 251px !important;
}
.late-fee-field {
	margin-left: 30px !important;
	width: 254px !important;
}
.our-bank-field {
	width: 346px !important;
}
.recepients-sign, .treasure {
	clear: both;
    width: 200px;
    float: right;
    padding: 50px 0;
    margin-right: 40px;
    font-family: calibri;
}
div.treasure {
	float: none;
}
.recepients-sign input {
	width: 200px !important;
    margin-left: 0px !important;
    margin-bottom: 10px;
}
.recepients-sign span {
	display: inline-block;
    float: right;
}
div.treasure input {
	margin-left: 0px;
	width: 930px !important;
}
div.treasure input.small-text-sig {
	width: 180px !important
}
div.treasure span {
	position: relative;
	top: -10px;
}
.report-boxes {
	margin-left: 0px !important;
	margin-top: 5px;
	width:200px !important;
}
.report-list {
	margin-left: 0px !important;
	margin-top: 5px;
}
.report-text {
	font-family: calibri;
}
.mL370 {
	margin-left: 370px;
}
.mL195 {
	margin-left: 195px;
}
.mL100 {
	margin-left: 100px;
	margin-top: 20px;
}
.menu-list {
	padding: 8px 0 0 8px;
	color: #FFF;
	position: relative;
	top: -43px;
	font-family: calibri;
}
.menu-list ul li {
	display: inline-block;
	margin: 0 20px 0 20px; 		
}
.menu-list-lists {
	position: absolute;
	width: 200px;
	display: none;
}
.menu-list-lists li {
	display: block;
}
.menu-list-lists li a {
	color: #FFF !important;
	font-family: calibri !important;
	font-size: 18px !important;		
} 
.menu-list ul .menu-list-lists li {
	display: inline-block;
	margin: 5px 0px 10px 0px; 		
}
.menu-list ul .menu-list-lists li:first-child {
	margin-top: 20px !important; 
}
.menu-bg {
	background-color: #000;
	opacity: 0.6;
	height: 35px;
	position: relative;
	top: -10px;
}
.main-heading li span {
	cursor: pointer;
}
.main-heading li:hover > ul {
	display: block;
}
.menu-list ul .menu-list-lists li ul.menu-list-voucher li {
	display: none;
}
.menu-list ul .menu-list-lists li:hover > ul.menu-list-voucher li { 
	display: block;
}
@media print {
	.left-navigation, #close-btn, div.btns {
		display: none;
	}
	#frmCashPrint div.btns button{
		display: none;
	}
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.checkbox-report {
	display: table !important;
}
.reportcheckbox {
	float: left;
	margin: 1px;
}
.checkboxoptions {
	width: 200px;
	margin: 0 auto;
}
.doc-reports {
	margin-left: 115px;
    width: 940px;
}
.doc-reports label, .doc-reports input {
	float: left !important;
}
.doc-reports input {
	position: relative;
    top: -12px;
    left: 10px;
    width: 250px !important;
}
.reports-next-prev {
	position: relative;
	top: -8px;
}
.btn-lists.reports-next-prev .btn {
	background-color: #FFF;
	width: 40px;
	height: 35px;
}
.btn-lists.reports-next-prev .next-icon {
	background-position: 10px 6px !important;
}
.doc-image {
	border: 1px solid #FFF;
	height: 400px;
}
.doc-reports-result {
	margin: 30px 0 0 0px
}
.mL15 {
	margin-left: -15px;
}
.top200 {
	position: relative;
	top: 200px;
}
.headname {
	font-family: calibri;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.menu-list ul .menu-list-lists li.mB0 {
	margin-bottom: 0px !important;
}
.menu-list-voucher {
	margin-left: 25px;
}
.menu-list ul .menu-list-lists ul.menu-list-voucher li:first-child {
	margin-top: 12px !important;
}

.top40 {
	position: relative;
	top:-40px;
}
.top20 {
	position: relative;
	top:-20px;	
}
.makeBold {
	font-weight: bold !important;
	background-image: url(../images/selected-page.png);
    background-repeat: no-repeat;
    background-position: right 11px;
}
.container {
	padding-bottom: 30px; 
}
.dataTables_length, .dataTables_filter, .dataTables_info {
	display: none !important;
}
.buttons-copy, .buttons-excel, .buttons-pdf {
	display: none !important;
}
.dataTables_paginate {
	margin-top: 6px;
}
.buttons-print {
	margin-left: 6px;
}
.container {
	padding-bottom: 30px; 
}
.table.dataTable thead th, table.dataTable thead td {
	padding-left: 8px !important;
}	
.addVisibilityHidden {
	visibility: hidden;
}
.mL30 {
	margin-left:-30px;
}
.backgroundPic {
	background: url('../images/bgColor.jpg') no-repeat center center; 
	height: 700px;
    width: 1100px;
    margin-left: 230px;
    display: none;
}
.close-btn {
	background-color: #b0c8d9 !important;
	position: relative;
    top: -50px;
    width: 36px;
    padding: 5px 7px;
}
.close-btn a {
	color: #b0c8d9;
	background-image: url('../images/close-btn.png');
	background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: block;
}
.showList {
	display: block;
}
.hideList {
	display: none !important;
}
.save-msg {
	font-size: 18px;
    font-family: calibri;
    color: green;
    background: #FFF;
    border: 1px solid #CCC;
    padding: 5px 20px;
    width: 255px;
    position: absolute;
    top: 290px;
    left: 585px;
    display: none;
}
.save-msg.setup-page {
	top: 190px;
}
.report-span {
	float: left;
    display: inline-block;
    margin: 12px;
}
div.one-line {
	margin: 5px 20px;
} 
.mL230 {
	margin-left: 230px;
}
.photo-place-large {
	width: 800px;
    height: 400px;
    margin-left: 90px;
    margin-top: 20px;
}
.report-boxes-date {
	width: 150px !important;
}
div.three-in-one .col-sm-3, div.three-in-one .col-sm-4 {
	padding: 0px !important;
}
.btn-lists-password {
	background-color: #FFF !important;
	width: 200px !important;
	margin-top: 40px;
}
.btn-lists-password button.btn {
	background-color: #FFF !important;
	width: 200px;
	border: none;
}
.doc-result .report-span {
	width: 170px;
}
.doc-result {
	margin-top: 100px;
}
.doc-report-image {
	height: 800px;
	border: 1px solid #000;
}
.labelName {
	font-weight: normal;
	font-size: 18px;
	float: left;
	width: 100px;
}
.labelValue {
	border-bottom: 1px solid #000;
	display: inline-block;
	float: left; 
	width: 200px;
	font-family: calibri;
}
.committePosition {
	display: block;
	width: 500px;
	overflow: hidden;
	margin: 10px 0px;
}
.committePositionName {
	font-size: 20px;
	padding: 0 0 8px 0;
    font-family: calibri;
    color: #444;
    font-weight: 600;
}
.prevCommitteYears {
	margin: 10px 0 0px -24px;
    padding-bottom: 50px;
}
.ui-icon-circle-triangle-w {
	background-image: url("../images/prev-icon.png") !important;
	background-position: 0 0 !important;
}
.ui-icon-circle-triangle-e {
	background-image: url("../images/next-icon.png") !important;
	background-position: 0 0 !important;
}
.div-button {
	width: 155px;
    position: absolute;
    margin-left: 186px;
    margin-top: 50px;
    font-family: calibri;
    cursor: pointer !important;
    background-color: #286090;
    border-color: #204d74;
    color: #FFF;
    padding: 7px 20px;
}
.mL318 {
	margin-left: 318px;
}
.doc-report-prev-icon {
	position: absolute;
    left: 50px;
    top: 400px;
    background-color: #FFF;
    padding: 11px;
}
button.doc-report-next-icon {
	position: absolute;
    right: 50px;
    top: 400px;
    background-color: #FFF;
    padding: 11px;
    background-position: 62px 1px !important;
}
.mL85 {
	margin-left: 85px;
}
.photo-place-report {
	height: 800px;
	width: 800px;
}
.pos-name {
	font-weight: normal;
    font-size: 18px;
    float: left;
    width: 100px;
    clear: both;
    margin: 10px 10px 10px 0;
}
.pos-val {
	border-bottom: 1px solid #000;
    display: inline-block;
    float: left;
    width: 200px;
    font-family: calibri;
    margin: 10px 10px 10px 0;
}
.doc-report-text {
	border: none;
    box-shadow: none;
    color: #000;
    border-bottom: 1px solid;
    border-radius: 0px;
    width: 622px;
    background-color: #b0c8d9;
}
.w900 {
	width: 900px;
}
.mL70 {
	margin-left: 70px;
}
.center-vocuher-text {
	float: right;
	margin-right: 100px;
	position: relative;
    top: -30px;
}
div.center-voucher-header {
	height: 100px;
    width: 582px;
    float: right;
}
.societyUpdateName {
	width: 385px !important;
    position: relative;
    top: 50px;
}
.margin-date-no {
	margin-top: 40px;
}
.scoiety-address input.voucher-society-add {
	width: 570px !important;
}
.voucher-seprator {
	height: 2px;
    background-color: #000;
    width: 96%;
    clear: both;
    position: relative;
    margin: 40px 0;
    top: 10px;
}
.voucher-print-field input {
	background-color: #b0c8d9;
}
.company-info {
	width: 200px;
    position: absolute;
    right: 0;
    top: 10px;
}
.company-info span {
	display: inline-block;
	margin-bottom: 5px;
	font-family: calibri;
}
a.remove-icon.makeBold {
	background-image: none;
}
.accept-text {
	margin: 10px 0 10px 306px;
    font-family: calibri;
}
.last-paid-date-label, .labelForPayment {
	color: red;
	font-family: calibri;
	position: relative;
    top: 8px;
    left: 6px;
    float: left;
    text-transform: uppercase;
}
.container{
	margin-right: 70px;
    margin-top: 20px;
}
.navbar{
	border-bottom: 10px solid lightskyblue !important;
    border-top: 10px solid lightskyblue !important;
    margin-bottom: 0px
}
.content{
	margin-left: 20%;
}
.contentDiv{
	margin-right: 18px
}
 */
 .tab-gradient {
	background-image: url('../images/nav-gradient.png');
	background-repeat: repeat;
	height: 20px; 
}
.navbar {
	/* border-bottom: 10px solid lightskyblue !important;
	border-top: 10px solid lightskyblue !important;
	margin-bottom: 0px; position : fixed; */
	
}
.navbar{
	width: 100% !important;
	top: 0 !important;;
	z-index: 9999 !important;
	position: fixed !important;
	background-color: wheat;
}
.sidenav {
	height: 100%;
	width: 200px;
	position: fixed;
	z-index: 1;
	/* top: 0; */
	left: 0;
	/*  background-color: #111; */
	overflow-x: hidden;
	padding-top: 20px;
	background-color: #154360;
	/* margin-top: 55px; */
}
.housing-label {
	font-size: 30px;
    padding-bottom: 5px;
    color: #777;
}
.company-info {
	width: 228px;
    position: absolute;
    right: 0;
    top: 10px;
}
.sidenav .nav .glyphicon {
	margin-right: 5px;
}

.sidenav a {
	color: wheat;
}

.main {
	margin-left: 200px; /* Same as the width of the sidenav */
	/* font-size: 28px; */ /* Increased text to enable scrolling */
	padding: 0px 25px;
	margin-top: 96px; 
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	/* .sidenav a {font-size: 18px;} */
}

@media ( min-width : 768px) {
	.partyMaster .col-sm-2 {
		width: 12.666667%;
	}
	.btn-center {
		text-align: center;
	}
	.btns {
		margin: 20px 0;
		text-align: center;
	}
	.btns .btn {
		width: 110px;
	}
	#partyMasterTable_wrapper {
		padding: 15px;
		border: 5px solid !important;
	}
	body .dashbord {
		overflow: hidden;
		background-image: url("../images/air-cargo.jpg");
		/* The image used */
		/* background-image: url("img_girl.jpg");

    /* Full height */
		height: 100%;
		/* Center and scale the image nicely */
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	/* #datetimepicker1 {
		padding-right: 14px;
		padding-left: 14px;
	} */
	/* .ui-autocomplete-input { height: 200px; overflow-y: scroll; overflow-x: hidden;} */
	.ui-autocomplete {
		max-height: 100px;
		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: 100px;
	}
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	display: inline !important;
	padding: 0 !important;
}
.input-group[class*=col-] {
    float: left !important;
}
#myModal {
z-index: 9999;
}

/* .datepicker-dropdown {
	top: 150px !important;	
} */