/*--------------------------------------------------\
| dashboard   |                 | default.css       |
|---------------------------------------------------|
| For use with:                                     |
| FrontAccounting 				    |
| http://FrontAccounting.com/  	          	    |
| by Joe Hunt Consulting                            |
|---------------------------------------------------|
| Developer:                                        |
| Joe Hunt                                          |
|                                                   |
|---------------------------------------------------|
| Note:                                             |
| Changes can be made to this CSS that will be      |
| reflected throughout FrontAccounting.             |
|                                                   |
\--------------------------------------------------*/
.msgBoxModal{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin:auto;
	display:table;
	max-width:50%;
}
.msgBoxModal .modal-content{
	display:table-cell;
}
.btn-block { 
	width: auto !important;
	min-width:10% !important; 
	display:inline-block;
	margin-top: 0px !important;
}
.multiple{
	z-index:1;
}

@media (max-width: 768px) {
.btn-block { 
	width: auto !important;
	min-width:40% !important; 
	display:inline-block;
	margin-top: 0px !important;
}
	.custom-table-pager{
		min-width: 780px;
	}
}

@media print {
	.noprint {
		visibility: hidden;
	}
}

div#header_logo,
div#header_logo2,
div#header_logo_login{
		height:70px;
		width:162px;
		max-width:162px;
		max-height: 70px;
		margin-bottom: 6px;
		float:left;
		/*background:url('../../dashboard_mysocbh/images/logo-mysocietybh-ltr.png')no-repeat left;*/
		overflow: hidden;
		text-overflow: "";
		-webkit-appearance: none; 
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none;
	}
	
	div#society_header{
		margin-bottom: 6px;
		float:right;
		overflow: hidden;
		text-overflow: "";
		-webkit-appearance: none; 
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none;
		max-width: 400px;
		max-height: 60px;
	}

div#header_logo2,
div#header_logo_login{
	background-position: left top;	
}

@media screen and (max-width: 480px) {
	div#society_header,
	div#header_logo_login{
		width:100% !important;
		max-width:100% !important;
		background-position: center top !important;
	}
	

	.ssl-style{
		width:100%;
	}
	.footer-custom{
		text-align:center;
	}
}

textarea {
	border:solid 2px #808080;
	background:#eeeeec;
	color:#808080;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.form-check-input:checked{
	background-color: #0d6efd !important;
}
.form-check-input:focus {
	border-color: #86b7fe !important;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25) !important;
}

.form-check-input:checked[type=checkbox]{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}

.form-check-input{
	background-color: #fff !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	border: 1px solid rgba(0,0,0,.25) !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

/* input, select {
	padding: 3px;
	padding-left: 3px;
	border:solid 2px #808080;
	background:#eeeeec;
	color:#808080;
	-moz-border-radius-topleft: 75px;
	-moz-border-radius-topright:75px;
	-moz-border-radius-bottomleft:75px;
	-moz-border-radius-bottomright:75px;
	-webkit-border-top-left-radius:75px;
	-webkit-border-top-right-radius:75px;
	-webkit-border-bottom-left-radius:75px;
	-webkit-border-bottom-right-radius:75px;
	border-top-left-radius:75px;
	border-top-right-radius:75px;
	border-bottom-left-radius:75px;
	border-bottom-right-radius:75px;
} */

/* input:focus,textarea:focus{
	box-shadow: 0 0 10px #8ac541;
	border-color: #8ac541;
 	background-color: #E6E6E4;
} */

*:focus {
    outline: 0;
}

.searchbox{
	padding-left:5px;
}

:disabled{
	background:#FAFAFA;
	color:#808080;
}
option.inactive {
	text-decoration: line-through;
	color: #FAFAFA;
	background: #CCC;
}



.inactive {
	color: gray;
}

/*button {
	border: 0px;
	padding: 1px 0px;
	cursor: pointer;
}

button img {
	padding: 0px 2px ;
	vertical-align: middle;
	height:24px;
	width:24px;
}*/

.callout_main {
	background:#e6e6e4;
	border: none;
    margin-right: 3px;
    margin-left: 3px;
    padding-right: 3px;
    padding-left: 3px;
    overflow-x: hidden;
    min-height: 100vh;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.main_page {
	padding-left: 0px !important;
	padding-right: 0px !important;
	min-height: 70vh;
}



.bottomBar {
	padding-right: 1em;
	background: #e6e6e4;
	color: #808080;
	border-bottom: 1px solid #FAFAFA;
	border-top:1px solid #FAFAFA;
	width: 100%;
}

.bottomBarCell {
	line-height: 12px;
}

.bottomBar2 {
	padding-right: 1em;
	background: #FAFAFA;
	color: #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	width: 100%;
}

.logoutBarRight {
	text-align: right;
}

div.logoutBar {
	padding-right: 1em;
	background: #e4ecec;
	color: black;
	border-bottom: 1px solid #cccccc;
	text-align: right;
}
div.logoutBar a {
	font-weight: normal;
	margin-left: 1em;
	color: #436976;
	background-color: transparent;
}
div.logoutBar img {
	vertical-align: top;
}
/*

div.tabs {
	padding: 3px 0 0 0;
	background: none #e6e6e4 scroll repeat 0% 0%;
	white-space: nowrap;
	border-collapse: collapse;


}
div.tabs a {
	border-left: 1px solid #a6a6a6;
	padding: 3px 10px;
	background: #e6e6e4 scroll repeat 0% 0%;
	color: #808080;
	margin-right: 0.0em;
	height: 1.0em;
}
div.tabs a.selected {
	border-left: 1px solid #a6a6a6;
	background: #e6e6e4;
	color: #8ac541;
	text-decoration:none;
}
div.tabs a:hover {

	padding: 3px 10px;
	font-weight: bold;

	margin-right: 0.0em;
	height: 1.0em;
	text-decoration:none;
}
*/

.menu_group {
	padding: 0px;
	color: #455372;
	background-color: #e4ecec;
	PADDING-LEFT: 3px;
	font-weight: bold;
}

.menu_group_items {
	background-color: #eff9f9;
	font-weight: normal;
	padding: 9px;
	border: 1px solid #cccccc;
}

#hotkeyshelp {
	text-align: right;
	font-weight: bolder;
}

#footer {
	position: relative;
	bottom: -3px;
	margin-bottom: 5px;
	margin-left: 5px !important;

}

.footer {
	color: #808080;
	font-weight: normal;
	text-align: left;
	width: 100%;
}

.footer td a {
	color: #808080;
}

.tableheader {
	font-weight: bold;
	//background-color: #5C9EAD;
	//color: #FFF;
	text-align: center;
}

.tableheader_yellow {
	font-weight: bold;
	background-color: #e5b42145;
	//color: #555;
	text-align: center;
}


.sectionheader{
	background-color: #97C1CA;
	color: #FFF;
	text-align: center;
}

.tableheader2 {
	font-weight: bold;
	//background-color: #FAFAFA;
	//color: #808080;
	text-align: left;
}

.tableheaderRed {
	font-weight: bold;
	background-color: #DC8506;
	//color: #FFF;
	text-align: center;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}


.tableseparator {
	border-left: 1px #444466 solid;
}

.titletext {
	font-weight: bold;
	color: #808080;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	width: 100%;
}

.headingtext {
	font-weight: bold;
	color: #455372;
}

.headingtext2 {
	color: #455372;
}

.headingtext3 {
	font-weight: bold;
	color: #ffffff;
	text-align:left;
}

.errortext {
	color: #ff0000;
	font-weight: bold;
}

/* .inputsubmit,.ajaxsubmit,input[type=submit] {
	background: #8ac540;
	background-image: -webkit-linear-gradient(top, #8ac540, #bbe08b);
	background-image: -moz-linear-gradient(top, #8ac540, #bbe08b);
	background-image: -ms-linear-gradient(top, #8ac540, #bbe08b);
	background-image: -o-linear-gradient(top, #8ac540, #bbe08b);
	background-image: linear-gradient(to bottom, #8ac540, #bbe08b);
	-webkit-border-radius: 60;
	-moz-border-radius: 60;
	border-radius: 60px;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	border: solid #89c540 1px;
	text-decoration: none;
	height: 32px;
	min-width: 100px;
} */

/* .inputsubmit:hover,.ajaxsubmit:hover,input[type=submit]:hover {
	background: #bbe08b;
	background-image: -webkit-linear-gradient(top, #bbe08b, #8ac540);
	background-image: -moz-linear-gradient(top, #bbe08b, #8ac540);
	background-image: -ms-linear-gradient(top, #bbe08b, #8ac540);
	background-image: -o-linear-gradient(top, #bbe08b, #8ac540);
	background-image: linear-gradient(to bottom, #bbe08b, #8ac540);
	text-decoration: none;
} */

/* .inputsubmit:disabled,.ajaxsubmit:disabled,input[type=submit]:disabled {
	background: #CCC;
	background-image: -webkit-linear-gradient(top, #CCC, #CCC);
	background-image: -moz-linear-gradient(top, #CCC, #CCC);
	background-image: -ms-linear-gradient(top, #CCC, #CCC);
	background-image: -o-linear-gradient(top, #CCC, #CCC);
	background-image: linear-gradient(to bottom, #CCC, #CCC);
	text-decoration: none;
} */


/* .ajaxsubmit {
		background: #8ac540;
	background-image: -webkit-linear-gradient(top, #8ac540, #bbe08b);
	background-image: -moz-linear-gradient(top, #8ac540, #bbe08b);
	background-image: -ms-linear-gradient(top, #8ac540, #bbe08b);
	background-image: -o-linear-gradient(top, #8ac540, #bbe08b);
	background-image: linear-gradient(to bottom, #8ac540, #bbe08b);
	-webkit-border-radius: 60;
	-moz-border-radius: 60;
	border-radius: 60px;
	font-family: Arial;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	border: solid #89c540 1px;
	text-decoration: none;
} */

/* .oddrow {
	background-color: #FAFAFA;
}

.evenrow {
	background-color: #eeeeec;
} */

.overduebg {
	background-color: pink !important;
}

.overduefg {
	color: #dd7777;
}

.currentfg {
	color: #ff6666;
}

.redfg, a.redfg {
	color: red;
	font-weight: bold;
}

.settledbg {
	background-color: #00bb00;
}

.settledfg {
	color: #00bb00;
}

.inquirybg {
	background-color: #fdfeef;
}

.currencybg {
	background-color: #ee8888;
}

.stockmankobg {
	background-color: pink;
}

.stockmankofg {
	color: red;
}

table.tablestyle {
	/* border-collapse: collapse;
	border: none;
	width:98%; */
}
table.tablestyle td {
	border-collapse: collapse;
	border: 1px solid #E6E6E4;
}
table.tablestyle2 th{
	
	border-collapse: collapse;
	background:#FAFAFA;
	border:solid 1px #E6E6E4;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

table.tablestyle2 td {
	border-collapse: collapse;
	border:solid 1px #E6E6E4;
}
#tablestyle_inner {
	/*table;
	/* border-collapse: collapse;
	border: none; */
}
#table.tablestyle_inner td {
	border-collapse: collapse;
	border: none;
}
#table.tablestyle_noborder {
    border-collapse: collapse;
    border:0;
	padding: 3px;
}
#table.tablestyle_noborder td {
	border:0;
}

table.tablestyle a{
	text-decoration:underline;
}

table.tablestyle{
	-moz-border-radius-topleft: 75px;
	-moz-border-radius-topright:75px;
	-moz-border-radius-bottomleft:75px;
	-moz-border-radius-bottomright:75px;
	-webkit-border-top-left-radius:75px;
	-webkit-border-top-right-radius:75px;
	-webkit-border-bottom-left-radius:75px;
	-webkit-border-bottom-right-radius:75px;
	border-top-left-radius:75px;
	border-top-right-radius:75px;
	border-bottom-left-radius:75px;
	border-bottom-right-radius:75px;
}

.label {
	font-size:100%;
	color:#333;
}

/* #loginscreen {
	background: #eeeeec;
}
 */
/* .login {
	width: 350px;
	border: 1px solid #808080;
	border-collapse: collapse;
	background-color: #e6e6e4;
	text-align: right;
}
.login td {
	border-collapse: collapse;
	border: 1px solid #cccccc;
} */



.editbutton {
	background-color:transparent;
	border-style:none;
	text-decoration:underline;
   cursor: pointer;
}

.navibutton[disabled], .navibutton[disabled] span {

  text-decoration: none;
  cursor: auto;
}
button.navibutton {
   padding: 0 3px;
   background-color:transparent;
   border-style:none;
   cursor: pointer;
}

/*.navibutton span {
	text-decoration: underline;
}	

.navibar {
    background-color: #4D687F;
    border: none !important;
    border-collapse: collapse;
    color: #FAFAFA;
    padding: 0 3px;
}

.navibar tr td {
    border: none;
}*/

.listsubmit {
    display: none;
}

ul.ajaxtabs{
	padding: 3px 0 0 0;
	margin: 3px 3px 0 3px;
}

ul.ajaxtabs li{
	list-style: none;
	margin: 0;
	display: inline;
	border-left: 1px solid #a6a6a6;
}

ul.ajaxtabs li button{
    background: #eeeeec scroll repeat 0% 0%;
	padding: 3px 3px;
	margin: 0px;
	border: none;
}

ul.ajaxtabs li button:hover{
	border:none;
	background: #eeeeec scroll repeat 0% 0%;
	color: #8ac541;
}
div.spaceBox{
	background-color: transparent;
	height:8px;
	border: none;
	margin: 0 3px 0px 3px
}

div.contentBox{
	border: 1px solid #eeeeec;
	margin: 0 3px 3px 3px;
	background:#FAFAFA;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

ul.ajaxtabs li button.current, ul.ajaxtabs li button.current:hover{
	border-left: 1px solid #e6e6e4;
	border-bottom: 0px;
	border-top: 0px;
	border-right:0px;
	background: #eeeeec;
	color: #8ac541;
}
#hints {
	padding: 5px;
	margin: -4px -2px -2px;
	white-space: nowrap;
}
/*
	Calendar style
*/
#CCIframe {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 250px;
	width: 270px;
	z-index: 99;
}
#CC { 
	position:absolute;
	background-color:#FFF;
	margin:0; padding:0;
	display:none;
	z-index: 100;
}
#CC table { 
	border-left: 1px solid #336;
	border-right: 1px solid #336;
}
#CC th {
	text-align: center;
}
#CC th a {
	text-decoration: none;
	color: #FFF;
	padding: 1px;
}
#CC td {
	text-align: center;
}
#CC .header {
	background-color: #8ac540;
}
#CC .weekday {
	background-color: #eee;
	color: #000;
}
#CC .weekend {
	background-color: #FFC;
	color: #000;
}
#CC .weekno {
	background-color: #e4ecec;
	color: #555;
}
#CC .current {
	border: 1px solid #E0E0E0;
	background-color: #8AC532;
	color: #FFF;
}
#CC .weekday, #CC .weekend, #CC .current {
	display: block;
	text-decoration: none;
	border: 1px solid #FFF;
	width: 2em;
}
#CC .weekday:hover, #CC .weekend:hover, #CC .current:hover {
	color: #FFF;
	background-color: #8ac540;
	border: 1px solid #E0E0E0;
}
#CC .previous {
	text-align: left;
}
#CC .next {
	text-align: right;
}
#CC .previous, #CC .next {
	padding: 1px 3px 1px 3px;
}
#CC .previous a, #CC .next a {
	color: #FFF;
	text-decoration: none;
}
#CC .title {
	text-align: center;
	color: #FFF;
}
#CC .empty {
	background-color: #ddd;
	border: 1px solid #FFF;
}

div.err_msg {
	margin: 10px;
	padding: 3px;
	border: 1px solid #cc3300;
	background-color: #ffcccc;
	color: #dd2200;
	text-align: center;
	-moz-box-shadow: -5px 1px 18px #e6c1c8;
	-webkit-box-shadow: -5px 1px 18px #e6c1c8;
	box-shadow: -5px 1px 18px #e6c1c8;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

div.warn_msg {
	margin: 10px;
	padding: 3px;
	border: 1px solid #ff9900;
	background-color: #fdfd8f;
	color: #ff5500;
	text-align: center;
	-moz-box-shadow: -2px 1px 10px #fdfd8f;
	-webkit-box-shadow: -2px 1px 18px #fdfd8f;
	box-shadow: -2px 1px 10px #fdfd8f;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

div.note_msg {
	margin: 10px;
	padding: 3px;
	border: 1px solid #33cc00;
	background-color: #ccffcc;
	color: #007700;
	text-align: center;
	-moz-box-shadow: -5px 1px 18px #ccffcc;
	-webkit-box-shadow: -5px 1px 18px #ccffcc;
	box-shadow: -5px 1px 18px #ccffcc;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

#title {
	margin-bottom: 10px;
	width: 100%;
}

.column{
    width:49%;
    margin-right:.5%;
    min-height:300px;
    background:#FAFAFA;
    float:left;
}
.column .dragbox{
    margin:5px 2px  20px;
    background:#fff;
    position:relative;
    border:1px solid #ddd;
}
.column .dragbox h2{
    margin:0;
    padding:5px;
    background:#EDEDED;
    color:#000;
    border-bottom:1px solid #eee;
    cursor:move;
}
.dragbox-content{
    background:#FAFAFA;
    min-height:100px; margin:5px;
}
.column  .placeholder{
    background: #f0f0f0;
    border:1px dashed #ddd;
}
.dragbox h2.collapse{
    background:#f0f0f0 url('images/collapse.png') no-repeat top right;
}
.dragbox h2 .configure{
    margin-right:30px; float:right;
}
.success{
    background:#d9f9e0;
    border:1px solid #339933;
    padding:5px;
}
.dataform{
    width:98%;
    float:left;
    margin:5px 2px 20px;
    border:1px solid #e6e6e4;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.dataform h2{
	margin-top:0;
    margin-bottom:10px;
    background:#e4ecec;
    border-bottom:1px solid #eee;
    color: #455372;
    border-bottom: 1px solid #cccccc;
    padding: 5px;
}

table{
	text-align:left;
}
/*.menu_list {
    width: 185px;
	padding:0 0 0 10px;
	margin-top: 5px;
	margin-right:5px;
}
.menu_head {
    padding: 5px 5px;
    margin: 0;
    cursor: pointer;
    position: relative;
	color:#FFF;
    background: #8ac540 url(images/collapse.png) center right no-repeat;
}*/

#first{
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
/*
.menu_body {
    display:none;
}

.menu_body .first{
    display:block;
}
.menu_body a{
  display:block;
  text-decoration:none;
  padding: 5px;
  border: 1px solid #cccccc;
  color: #808080;
  background-color: #FAFAFA;
  display: block;
}
.menu_body a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
.menu_body a.disabled{
  display:block;
  text-decoration:none;
  padding: 5px;
  border: 1px solid #cccccc;
  color: gray;
  background-color: white;
  display: block;
}
.menu_body a:hover.disabled {
}*/

pre {
    margin:0;
}
	
.reminder {
    color:default;
}
.reminder_overdue {
	color:red;
}
.reminder_due {
	color:blue;
}

span.noteSection{
	width: 400px; 
	display: table-cell;
}

/*.form-control{*/
/*	width:Auto;*/
/*}*/

/*.navbar-light .navbar-nav>li>a{
	text-decoration: none;
	color:#FFF;
}*/
/*.navbar-light .navbar-nav>li>a:HOVER,
.navbar-light .navbar-nav>li>a:FOCUS,
.dropdown-menu-lg > li ul > li > a:hover, 
.dropdown-menu-lg > li ul > li > a:focus,
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover,
.active
{
	background-color: #A9DFE5 !important;
	background-image: none !important;
}*/

/*.dropdown-menu-lg > li > ul > li > a{
	text-decoration: none;
}

.dropdown-menu>li>a{
	text-decoration:none;	
}

.dropdown-menu>li>a:HOVER,
.dropdown-menu>li>a:FOCUS{
	background-color: #A9DFE5;
}*/

.society-nav{
	background-color: #78CDD7;
}

/*.navbar-toggle .icon-bar{
	background-color: #fff;
}*/

.table-responsive .table {
    max-width: none;
}

#main_content{
	margin-top: 80px;
	min-height: 80vh;
}
#main_nav{
	min-height: 70px;
	max-height: 70px;
}
.footer-custom{
	border-top: 0px !important;
	-moz-border-radius-bottomleft:10px !important;
	-moz-border-radius-bottomright:10px !important;
	-webkit-border-bottom-left-radius:10px !important;
	-webkit-border-bottom-right-radius:10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding-right: 3px !important; 
    padding-left: 3px !important;
    margin-bottom: 3px !important;
}

.ssl-style{
	float:right;
}
/* loader start */
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  color: #18b4ef;
  font-size: 20px;
  margin: 0px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* loader ends */

/*progressing bar*/
.spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  font-size: 20px;
  margin: 0px auto;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/*Progressing bar ends*/

/* media print added by Adnan issue #606 */

#printOnly {
   display : none;
}

/*
#panel { 
   page-break-after: always;
}*/

@media print {
	 
	#printOnNextPage {  
		page-break-after: always;  
	}	 
	 
	 * { margin: 0 !important; padding: 0 !important; }
	  
	  #controls, .footer, .footerarea{ display: none; }
	  
	  html, body {
	    /*changing width to 100% causes huge overflow and wrap*/
	    height:98%;
	    overflow: hidden;
	    background: #FFF; 
	    font-size: 9.5pt;
	  }
	
	  .template { width: auto; left:0; top:0; }
	  img { width:100%; }
	  li { margin: 0 0 10px 20px !important;}
  
  
	.dontPrint {
       display:none;
    }
    
    .doPrint{
     display:inherit;
    }
    
    #printOnly {
   	display : block;
    }

	#main_content{
		margin-top: 100px !important;
	}

}

.modal-dialog{
    position: relative;
    display: table; /* This is important */ 
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 80%;
    max-width:90%;   
}
/**
	==== SideBar code start
 */
.sidebar li .submenu{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

.sidebar .nav-link {
	font-weight: 500;
	color: var(--bs-gray-900);
}
/* import only the necessary Bootstrap files */


.sidebar .nav-link:hover {
	color: var(--bs-gray-600);
}
a{
	color: var(--bs-dark);
}

a:hover{
	color: var(--bs-gray-600);
}
/**
	==== SideBar code end
 */