@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');


html { 
  background: url(../images/loginbg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.voucher-date {
    width: 100px;
    height: 25px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 0px;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
}
/*Color Schemes - starts*/
/* Green -RGB(173,207,29),Brown -#744E1D Blue-#744E1D; */
.db-border{
	border-color: #8E001C !important;/*#8E001C; /*brown*/
}
.db-title-bg{
	background-color: #424242;/*green*/ ;
}
.first-head{
	background-color: rgba(25,25,25,0.5);/*green*/;
	font-family: 'Open Sans', sans-serif;
}
.sec-head{
	background-color: #8E001C; /*brown*/
    
}
.menu-head{
	background-color: #8E001C; /*brown*/
}
.footer-head{
	background-color: #8E001C; /*brown*/
	border-top: solid #424242;/*green*/ 3px;
}
.table-head th{
	/*background-color: #424242;/*green*/;
	/*color: white;*/
}	
body{
	background-color: transparent;
    /*font-family: "'Open Sans', sans-serif";*/
    font-family: 'Open Sans', sans-serif;
}
.footer-text{
	background-color: rgba(142, 0, 28, 1);
}
.modal-header, h4, .close {
    background-color: #8E001C;
    color:white !important;
}
.btn-success{
    background-color: #424242;
	color: #FFF;
	border-color: white;
}
.doc{
	border: 1px solid #8E001C;/*brown*/
}
.footer-text label{
	color:white;
	font-size: 10px;
}
/*Color Schemes - ends*/
/*@font-face {
    font-family: "'Open Sans', sans-serif";
    src: url(../css/fonts/Amethysta-Regular.ttf) format("truetype");
}*/
/*Financial Year*/
.fy{
    color: grey;
    font-weight: 100;
    border: solid white 1px;
    font-size: smaller;
}
.doc{
	border-radius: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.del-doc{
	background-image: url("../images/delDoc.png");
}
.footer-text{
	border-radius: 5px;
	padding: 5px;
	text-align: right;
}

.footer-text-table{
	width:98%
}
.footer-text-td{
	width:72%;
	text-align: right;
}
.cover-data {
    border: solid 2px ;
    padding: 15px;
	height:400px;
}
.custom-para-dt {
	text-align: center;
	padding-bottom: 33px;
	color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bolder;
	border-radius: 5px;
	background-color: #8E001C;
}
.custom-para {
	text-align: center;
	padding: 8px 20px 8px;
	color: #FFF;
	font-weight: bolder;
	border-radius: 5px;
	background-color: #8E001C;
}
.ct-label{
	font-size : 11px;
	color: black;
}
.file-details{
	background: #f7f8fa; 
	padding: 50px;
}
/*Account Master begins*/
#accountsTableHead th{
	padding: 4px;
}
.th-sno{
	width : 32px !important;
}
.th-select{
	width : 28px !important;
	text-align: center;
}
.th-status{
	width : 56px !important;
}
.th-actions{
	width : 66px !important;
}
.th-type{
	width : 70px !important;
}
.th-ob{
	width : 81px !important;
}
.th-code{
	width : 67px !important;
}
.th-group{
	width : 140px !important;
}
.th-drcr{
	width : 33px !important;
}
.table-long-add-del {
	text-align: center !important;
	width: 65px;	
}
.sno{
	width : 29px !important;
}
.select{
	width : 25px !important;
	text-align: center;
}
.status{
	width : 51px !important;
}
.actions{
	width : 75px !important;
}
.td-group{
	width : 140px ;
}
.type{
	width : 65px !important;
}
.ob{
	width : 74px !important;
	text-align: right;
}
.code{
	width : 61px !important;
}
/*Account Master ends*/

/*Transactions starts*/
.red{
	color:red !important; 
}
.div-tr{
	width	: 12%;
}
.div-acc{
	width	: 80%;
}
.currency{
	text-align : right !important;
}
.tran-type{
	border-bottom: 1px solid rgb(204, 204, 204) !important;
}
.entity-type{
	border-bottom: 1px solid rgb(204, 204, 204) !important;
}
#tagSearch {
	width: 90%;
}
.tran-tags{
	border: opx !important;
}
.scrollit {
	height: 76%;
    overflow: auto;
    position: fixed;
    overflow-y: scroll;
    width: 73.6%;
}
.user-entry-section{
	height: 84%;
    overflow: auto;
    position: fixed;
    right: 0px;
    margin-top: -85px;
    padding-top: 10px;
}
#tagDiv{
    margin-bottom: 5px;
}
.user-entry-section-dash{
	height: 84%;
	overflow: auto;
	width: 100%;
	padding: 10px;
}
#userEntrySection {
	
	background-color: white;
}

.drcr-width {
    width: 30px;
    /*height: 45px;*/
}
.amt-width {
    width: 82px;
    /*height: 45px;*/
}
.action-width{
	width: 81px;
	text-align: center !important;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}
.narr{
	width:100%
}
.chq-mode-width{
	width : 30px;
}
.chq-amt-width{
    width: 82px;
}
.dt-width{
	width: 75px;
}
.pay-amt{
	 text-align:right;
}
.pay-nod{
	text-align: right;
}
.table-custom{
	/*padding-left: 7px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	/*padding-right: 3px;*/
}
.table-top-design {
    background-color: white;
}
.non-border-down {
    border-bottom: solid 1px transparent !important;
}
.non-border-right {
    border-right: solid 1px transparent !important;
}
.das {
	padding-bottom: 2px;!important;
	padding-top: 2px;!important;
   /* height: 125px !important;*/
}
.tg  {width:100%}
.tgd  {border-collapse:collapse;border-spacing:0;}
            .tgd td{font-family: 'Open Sans', sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
            .tgd th{font-family: 'Open Sans', sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
            .tgd .tg-yw4l{vertical-align:top}


/* New css adding for login page*/
.login-platform{
    background: url(../images/loginbg.jpg) no-repeat center bottom;
    height: 100%;
    width: 100%;
    border-top: 5px solid #EDDE07;
}

.login-credentials{
    width: 275px;
    height: auto;
    background-color: #EDDE07;
    padding: 20px;
    float: right;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 20px;

}

.login-credentials label{
    color: black;
    font-size: 13px;
}

.login-credentials input{
    height: 35px;
    border: none;
}

.submit-button{
    background-color: #2957D6;
    color: white;
    font-size: 16px;
    border: none;
    font-weight: bold;
    height: 40px !important;
    padding: 0 15px;
    margin-top: 10px;
    -webkit-transition: all ease 0.5s;
    border-radius: 3px;
}

.submit-button:hover{
    background-color: black;
}

.forgot-password-label{
    color: black;
    float: right;
    margin-top: 22px;
}
.forgot-password-label:hover{
    color: black;
}

.stylish-form {
	background-color: rgba(142, 0, 28, 0.8);
	padding: 50px;
	border-radius: 150px;
	width: 300px;
	height: 300px;
}
#add {
	cursor: pointer;
}
.option {
	text-align: center;
	display: none;
}
.addRowButton {
	background-color: red;
    color: white;
    width: 25px;
    height: 25px;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 70px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    display: block;
	
}
.query-table {
	display: none;
}
.button-stay {
	background-color: blue !important;
}
sup{
	font-size:10px;
	color: red;
}
.custom-combobox {
	position: relative;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
	height: 350px;
	overflow: auto;
}
.ml {
	margin-left: 10px;
}
.file-check{
	position: absolute; top: 0px; left: 0px;
}
.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 25px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: none;
}
.mb {
	margin-bottom: 15px;
}
.new-input {
	border: 0px solid;
    border-bottom: solid 1px lightgrey;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}

.table>tbody>tr>td {
    padding: 0px;
    text-align: left;
}
.custom-combobox-input {
	margin: 0;
	padding: 7px 16px;
}
a {
	color: grey;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: darkgrey;
	text-decoration: none;
	cursor: pointer;
}
.visible{
	display: block;
}
.panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.invisible{
	visibility:hidden;
}
.red-bg-color{
	background-color: #b51814; 
	color: white;
}
.no-display{
	display:none;
}
.form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 0px;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
}
.form-added {
	border: 0px solid #ccc;
}
textarea.form-control {
    height: auto;
}
textarea{
	width:100%
}
input{
	width:100%
}
.plug-out {
	box-shadow: none;
    border: solid 1px white;
    border-bottom: solid 1px brown;
    font-weight: normal;
}
.plug-out:focus {
	box-shadow: none;
    border: solid 1px white;
    border-bottom: solid 1px lightblue;
}
th {
    text-align: center;
    color: grey;
}
p {
	color: grey;
	font-weight: 600;
}
.others-row{
	margin-bottom: 10px;
}
.icon-head {
	margin-top: 5px;
 	margin-left: 10px;
}
select[multiple], select[size] {
    height: 140px;
}
.padd0 {
	padding: 0px;
}
.others-row-2{
	margin-bottom: 20px;
}
.text-center{
	text-align: center !important;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
.tree-icon {
	display: none;
}
.margin-up-content{
	margin-top: 85px;
}
.title-and-breadcrumb{
	margin-top: 1px;
	height: 35px;
	position: fixed;
	width: 100%;
	z-index: 5;
	top: 49px;
	border-top: solid 1px white;
    border-bottom: solid 1px white;
    font-family : 'Open Sans', sans-serif;
}
.white {
	color: white;
    font-weight: 700;
}
h6 {
    font-size: 14px;
    text-align: center;
}
.margin-left{
	margin-left: 5px;
}
.padding-top{
	padding-top: 15px;
}
.padding-bottom{
	padding-bottom: 15px;
}
.table>tbody>tr>td{
	padding: 0px;
}
.form-diff {
    display: block;
    /*width: 100%;*/
    height: 25px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
   /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
   /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.padding-bottom-line{
	padding-bottom: 15px;
	border-bottom: solid 2px rgba(213, 210, 210, 0.55);
	border-bottom-style: inset;
}
.fix-top {
	position: fixed	;
	left: 0;
	right: 0;
	top: 0;
}
.wrap-head{
	position: fixed;
	width:100%; 
	left: 0;
	right: 0;
	z-index: 999;
}
.job-high {
	height: 84%;
    overflow: auto;
    border-left: solid 1px #b61817;
    position: fixed;
    background-color: white;
    right: 0px;
}
.loginbg{
	background-image: url(../images/loginbg.jpg); no-repeat center center fixed;
	background-size: cover !important;

}
.margin-left5 {
	margin-left: 5px !important;
}
.clearfix{
    clear: both;
}
.checkbox{
      /*text-align: center;*/
}

.section-1{
    background-color: grey;
    width: 300px;
    height: 643px;
}
.modal-title{
  font-size: 16px;
}
ul{
  padding: 0px;
}
.modal-header{
  padding: 5px;
}
.modal-content{
  border: 2px solid darkred;
}
.p-here{
      margin-left: 5px;
}
.block {
	display: block;	
}
.enter{
  width: 0px;
}
li{
  list-style: none;
  margin: 0px;
  padding-left: 0px important!;
}
button, input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: inherit;
    line-height: inherit;
    font-size: 10;
}
.allign-header{
  text-align: center;
}
/*Used in login and reset passord plac-es*/
.fws {
	width: 2000px;
}
.fpwdC{
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    line-height: 55px;
}
.fpwdC:hover{
    text-decoration: none;
    color: #fff;
}
.red-header{
    position: fixed;
	height: 50px;
	z-index: 6;
	width: 100%;
}

.red-header strong{
    color: white;
}
input[type="checkbox"]:focus {
    outline: 0 none;
}
/*jquery form validation*/
.error {
    color: red; 
}
label{
    color: grey;
}

td{
	vertical-align: bottom !important;
}
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.modal-header, h4, .close {
    text-align: center;
    font-size: 30px;
}

.white-label{
    color: white;
}
.buttin{
    background-color: #424242;
    color: white;
}

.panel-default>.panel-heading {
    background-color: #cc332d;
    color: white;
}

.mobile-user-rights{
	display : none;
}
.btn-failure{
    background-color: #cc332d;
    border-color: #cc332d;
}
.holder{
	margin-left: 20px;
	margin-top: 10px;
}
.hey{
	margin-top:10px;
	
}
.holder p{
	float:left;
	margin-right: 5px;
	margin-bottom: 20px;
}
.holder input{
	float:right;
	width:150px;
	margin-bottom: 4px;
}
.nav-tabs>li {
    background-color: black;
}
.nav-tabs>li>a{
    border-radius: 0px;
    margin-right: 0px;
}
.nav-tabs{
    width: 100%;
}
.note{
    height: 70px;
}
.media-code{
    width:  115px;
}
.nav-tabs {
    width: 85%;
}
.infohead{
 	text-align: center;
 	float: right;
 	color: white;
 }
label {
    color: grey;
   
}
 .logo{
 	float: left;
 }
 header{
 	height: 45px;
 	padding: 7px 0px;
 	background-color: #cd3230;
 }

.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0px;
    list-style: none;
    text-align: center;
    border-radius: 0px;
    color: white;
}
.breadcrumb a {
	color: white;
}
.mt {
	margin-top: 15px;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.padd-no {
	padding: 1px !important;
	padding-bottom: 0px !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: lightgoldenrodyellow;
    opacity: 1;
}
#footer {
    color: white;
    line-height: 20px;
    height: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    
}
.wrapper-container {
	background-color: white;
}
.wrapper {
    overflow: auto;
    position: relative;
}
.search{
    margin: 0px;
    width: 14%;
}
{][]p[pop[]]}
html, body {
    font-size: 10px;
    height: 100%;
}

/* Tabs container */
.r-tabs {
    position: relative;

    background-color: #b61817;

    border-top: 1px solid #b61817;
    border-right: 1px solid #b61817;
    border-left: 1px solid #b61817;
    border-bottom: 1px solid #b61817;
    border-radius: 0px;
	margin-top: 15px;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #b61817;
    text-shadow: none;
    background-color: white;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    background-color: #b61817;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 10px 12px;

    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

/* Active state tab anchor */

/* Tab panel */
.r-tabs .r-tabs-panel {
    background-color: white;

    border-bottom: 4px solid white;

    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;

}
.margin-top{
    margin-top: 10px;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;

    background-color: #b61817;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    font-size: 14px;

    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #b61817;
    text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

/* Buttons */
button {
    display:inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    line-height: 100%;

    color: #fff;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    font-weight: bold;
    
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #b61817;
    cursor: pointer;
}
.breadcrumber {
    background-color: transparent;
    text-align: right;
}
/*.btn-primary:hover {
    color: white;
    background-color: transparent;
    border-color: transparent;
}
.btn-primary {
    color: white;
    background-color: transparent;
    border-color: transparent;
}*/
/* Info bar */
.info {
    display:inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    width: 300px;
    line-height: 100%;

    font-family:'Open Sans', sans-serif;
    font-size: 14px;
    color:#b61817;
    border: 2px solid #b61817;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;

    cursor: pointer;
}
.red{
	 background-color:red;
}
.logo img{
	margin-top: -7px;	
}
#menu {
    margin-top: 7px;
    display: inline-block;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0px !important;
}
@import url(http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
.search {
    width: 100%;
    position: relative;
    margin-top: 10px;
    padding-left: 4px !important;
    margin-bottom: 10px;
    background: #FFF none repeat scroll 0% 0%;
    padding-right: 0px !important;
    border-radius: 15px;
    border: 1px solid rgb(142, 0, 28);
}
.header-title {
	color: white;
	text-align: center;
	background: #b61817;
}
/*.search:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family:''Open Sans', sans-serif', 'FontAwesome';
  content: '\f002';
  background: #b61817;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: always;
}*/

.jstree-default .jstree-wholerow-clicked {
    background: rgba(142, 0, 28, 0.9) repeat scroll 0% 0% !important;
	color : white !important;
}
.jstree-default .jstree-wholerow-hovered {
    background: rgba(142, 0, 28, 0.8) repeat scroll 0% 0% !important;
	color : white !important;
}
.jstree-default .jstree-hovered {
	color : white !important;
}
.jstree-default .jstree-clicked {
    background: #BEEBFF none repeat scroll 0% 0%;
    border-radius: 2px;
    box-shadow: 0px 0px 1px #999 inset;
    color: white !important;
}

.searchTerm {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  /*height: 40px;*/
  outline: none;
  margin-top: 4px;
  width: 84%;
}
.jstree-default .jstree-anchor {
    font-family: 'Open Sans', sans-serif;
}

.bold {
	font-weight: 700;
}
.box-style {
    border: solid 1px black;
    height: 26px;
}
.exttable {
    height: 77px !important;
}
.searchTerm{
    border: solid 0px #b61817;
    margin-bottom: 5px;
    border-radius: 0px;
}
.searchButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}

#searchButt{
    cursor: pointer;
}

.java-tree {
    border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #8E001C; /*brown*/
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	background-color: white;
	border-image: none;
	position: fixed;
	overflow: auto;
	height: 84%;
}

#fullForm{
	padding-top: 0px;
	overflow-y: scroll;
    height: 100%;
}
/* Tooltip */
.tooltip > .tooltip-inner {
      background-color: white; 
      color: #b61817; 
      border: 1px solid red; 
      padding: 5px;
      font-size: 12px;
  }
.ui-helper-hidden-accessible { position: absolute; left:-999em; }

/*jsTree Search*/
/* replace folder icons with another image, remove leaf image */        
li.jstree-open > a .jstree-icon {display: none;}//{background:url("imageOpen.gif") 0px 0px no-repeat !important;}
li.jstree-closed > a .jstree-icon {display: none;}// {background:url("imageClosed.gif") 0px 0px no-repeat !important;}
li.jstree-leaf > a .jstree-icon { display: none; }


/* replace checkbox icons */
li.jstree-unchecked > a .jstree-checkbox, li.jstree-undetermined > a .jstree-checkbox 
{
    background:url("uncheckedImage.png") 0px 0px no-repeat !important;
    width: 32px;
    height: 29px;
    padding-top: 5px;
}
li.jstree-checked > a .jstree-checkbox
{
    background:url("checkedImage.png") 0px 0px no-repeat !important;
    width: 32px;
    height: 29px;
    padding-top: 5px;
}
.bold
{
	font-weight: bold !important;
}
.inactiveStyle
{
	color: red !important;
}
.deleteStyle
{
	color: red !important;
}
.emailSendStyle
{
	color: blue !important;
	background:url("../images/menu.jpg") 0px 0px no-repeat !important;}
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000 !important;
  font-weight: bold;
}


/*Canvas styles*/
canvas{
    height: 270px !important;
}

.custom-canvas{
    padding-top: 86px;
}

#generalForm h4{
    font-size: 21px;
    padding: 6px 0;
    margin-bottom: 15px;
}
/*utilities*/
.dt-select{
	width : 103px !important;
}
#chqDetDiv{
	height: 100%;
	overflow:auto;
}
#repBody {
	margin-up: 15px;
	height: 99%;
}
.button-report {
	border:  1.1px solid  #b61817;
	padding: 3px;
	border-radius: 5px;
}
.button-report:hover {
	background-color: #b61817;
	color: white;
}
.margin-top-report {
	margin-top: 20px;
}
.ui-widget-header {
    border: 1px solid #8E001C;
    color: black;
    font-weight: bold;
    background: url("../js/fixedTable/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50%;
}
.margin-up-content-without-menu{

	margin-top: 70px;
	height:85% !important;

}
.title-and-breadcrumb-dash {
    margin-top: 1px;
    height: 14px;
    position: fixed;
    width: 100%;
    z-index: 5;
    top: 49px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-family: 'Open Sans', sans-serif;
}
/*Vouchers*/
.form-doc{
	padding-bottom : 2px;
}
.ui-autocomplete-input, .ui-menu, .ui-menu-item {  z-index: 2006; }

.select2-container .select2-selection--multiple{
    min-height: auto;
    padding: 5px 0;
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0;
}
.add-del{
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: relative;
    top: -4px;
}

.footable-filtering .form-control{
    margin-top: 10px;
    height: 34px;
}

.footable-filtering .input-group-btn .btn-primary{
    margin-right: 0;
    background-color: #8E001C;
}
.dt-class{
    border:none;
    width:75px;
}
.rec-amt-class{
    border:none;
}

.table .recRow td{
    border-bottom: 1px solid gray;
    padding: 5px 0;
    padding-left: 8px;
}
.rec-table th{
    text-align: left;
}
.comp-name{
    margin-bottom: 5px;
}
.user-entry-section .full-tr-div{
    margin-bottom: 3px;
}
.user-entry-section .full-tr-div .form-control{
    border: none;
    border-bottom: 1px solid #ccc;
    width: 80%;
    float: left;
}
.table .chqsRow .chq-narr-width{
    width: 31%;
}
.height-stay .form-inline .checkbox label{
    float: left;
    width: 70%;
}
.height-stay .form-inline .checkbox{
    width: 100%;
}
.height-stay .form-inline .checkbox input{
    float: left;
    width: 30%;
}