body {
  background:#acbcde;
}
@media (min-width:768px){
	.navbar{
		width:750px
	}
}
@media (min-width:992px){
	.navbar{
		width:970px
	}
}
@media (min-width:1200px){
	.navbar{
		width:1170px
	}
}
.navbar {
	margin:0 auto;
	height:115px;
	border-radius:0;
	border-bottom:2px solid #cccccc;
	background:#ffffff;
	overflow:hidden;
	width: 1170px;
}
.logo {
width:460px;
height:115px;
margin:100px auto 40px auto;
background:#ffffff;
box-shadow:0px 0px 5px #000000;
}
.container {
	background:#ffffff;
	width: 1170px;
}


.mtb15 {
	margin:15px 0;
}
.mt15 {
	margin-top:15px;
}
.mtb68 {
	margin:6px 0 8px 0;
}
.mr15 {
	margin-right:15px;
}
.pr40 {
padding-right:40px !important;
} 
#projsel, .lbl {
	float:left;
    padding: 0px;
	height:28px;
	margin-right:10px;
	line-height:28px;
}
.w64 {
    width: 64px !important;
}
.w72 {
    width: 72px !important;
}
.w140 {
    width: 140px !important;
}
.w250 {
    width: 250px !important;
}
.w320 {
    width: 320px !important;
}
.mt10 {
margin-top:10px;
}
.mr6 {
	margin-right:6px
}
.select-arrow {
    border: 1px solid #8dadcf;
	height:30px;
	line-height:28px;
    overflow: hidden;
    background:url('../images/select-arrow.jpg') no-repeat 100% 50%;
	border-radius:5px;
	float:left;
}
.select-arrow select {
    padding: 5px 20px 0 8px !important;
    padding: 0px 30px 0 8px !important;
    width: 135%;
	appearance: none;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}
.select-arrow option {
	padding: 2px 8px;
}
.select-arrow select:focus {
    outline: none;
}
.calic {
    background:url('../images/cal-icon.png') no-repeat 98% 50%;
}
.modal-header .close {
    margin-right: 6px;
}
.inc-situ {background:#b3d1e9;line-height:32px;}
.exp-situ {background:#e5c9c8;line-height:32px;}
.bal-situ {background:#dddddd;line-height:32px;}
.ini-situ {background:#efefef;line-height:32px;}
.cur-situ {background:#d0d0d0;line-height:32px;}
.success {
background: url("../common/validYes.png") no-repeat scroll right center transparent;
}


.mh650{
	min-height:650px;
	
}
.close {
width:144px;
height:30px;
padding:8px 0 0 40px;
margin:0;
font-size:12px;
background: url('../images/logout.png') 0 0 no-repeat;
border:none;
opacity:1;
}
.close:hover {
opacity:1;
}
.close a {
color:#ffffff;
text-shadow:1px 1px 2px #333333;
opacity:1;
padding:10px 0;
text-decoration:none;
}
.logo img {
margin:20px 0 0 50px;
}
.navbar img {
margin:12px 0 0 10px;
}
#login {
width:461px;
height:400px;
margin:0 auto;
background:#ffffff;
box-shadow:0px 0px 5px #000000;
}
#depenses_add_table  select, #depenses_add_table  textarea{
width:215px;
padding:3px;
}
#login h1, .container h1, #editdepense h1 ,#deletedepense h1{
font-size:21px;
width:461px;
height:44px;
line-height:44px;
margin:0 0 20px 0;
padding:0 25px;
text-transform:uppercase;
color:#ffffff;
vertical-align:top;
}
.container h1 {
	width:100%;
	padding:0 15px;
	margin:0 0 0 -15px;
	background:url('../images/h1-bg.jpg') 0 0 no-repeat;	
}
#editdepense h1 {
	width:100%;
	margin:-15px 0 20px -15px;
	border-top-left-radius:5px;
}
#deletedepense h1 {
	width:100%;
	margin:-15px 0 20px -15px;
	border-top-left-radius:5px;
	font-size:19px;
}
#editdepense td{
	padding: 5px;
}

#editdepense input, #date_filter input{
	width:140px;
	height:30px;
	line-height:30px;
	padding:0 10px;
	margin:6px 0;
	border:1px solid #8dadcf;
	border-radius:5px;
}
#editdepense  textarea{
width:280px;
padding:0 10px;
margin:2px 0;
border-radius:5px;
background:#ffffff;
border:1px solid #8dadcf;
}
.error {
color:#ff0000;
font-size:12px;
height:16px;
overflow:hidden;
line-height:16px;
margin:0;
padding:0;
}
#error {
width:420px;
height:54px;
color:#982827;
}
.login {
width:420px;
height:300px;
margin:0 auto;
}
.login input {
width:420px;
height:40px;
padding:0 10px;
margin:6px 0 2px 0;
border:1px solid #8dadcf;
border-radius:5px;
background:#ffffff;
}
.login input:focus, #editdepense input:focus {
box-shadow:0px 0px 5px #4c7cb1;
border:1px solid #4c7cb1;
}
input.btn-login {
width:160px;
height:45px;
padding-left:26px;
margin:20px 0;
background:#428bca url('../images/login.png') 20px 10px no-repeat;
border-radius: 5px;
border:none;
color:#ffffff;
text-shadow:1px 1px 2px #333333;
}

.modal-header {
	border-bottom: none;
	min-height: 5px;
}

#editdepense .modal-header,#deletedepense .modal-header{
	background:url('../images/h1-bg.jpg') 0px 0 no-repeat;
	padding: 15px 0 0 15px;
}	

#editdepense .modal-body {
	padding-top: 0;
}

.modal-header .close {
	float:right;
	width:24px;
	height:24px;
}

.table-striped {
	border:none;
}

.label {
	color:#000000;
	display:block;
	margin-top:10px;
	clear:both;
	text-align:left;
	font-size:14px;
	font-weight:normal;
}

.tdlabel {
	text-align: right;
	float:left;

}
.tdresult {
	float:left;
}
#depenses_table{
	clear:both;
	margin-left: 15px;
}

#depenses_table .tr{
	height:40px;
	line-height:20px;
	margin:0px 0;
	font-size:15px;
}

#depenses_table  .rowhighlet{
	margin:0;
	min-height:40px;
	clear: both;
	float:left;
}
.head_table {
	width: 70%;
	float: left;
	line-height: 40px;
	height: 40px;
	margin: 10px 0 0 15px;
}
.head_table div{
	text-align:left;
	color: #000000;
	float: left;
	min-width:20%;
}

.part_details .col-md-8{
	padding: 0;
}

.part_details .col-md-4{
	padding-left: 0;
	text-align: right;
}

.addbtn {
	float:right;
	margin: 20px 15px 0;
}

#project_form{
	line-height: 40px;
	height: 40px;
	margin: 0 15px;
}

.container .page-heading{
	background:url('../images/h1-bg.jpg') 5px 0 no-repeat;
	width: 100%;
	float: left;
}	

.container .page-heading h1{
	margin: 0px 0px 10px 0px;
	float: left;
	width: 265px;
	background: none;
}

.add {
	width:126px;
	height:45px;
	padding-left:20px;
	margin-top:-10px;
	background:#428bca url('../images/add-sign.png') 18px 12px no-repeat;
	border-radius:5px;
	border:none;
	color:#ffffff;
	text-shadow:1px 1px 2px #333333;
}
.add-button{
	margin-bottom: 10px;
}
.edit-button, .edit-button:hover {
	width:20px;
	height:20px;
	border:none;
	background: url('../images/edit-icon.png') 0 0 no-repeat;
	text-align:center;
	cursor:pointer;
}

.details-button, .details-button:hover {
	width: 25px;
	height: 16px;
	border: medium none;
	background: url('../images/doc-icon.png') no-repeat scroll center center transparent;
	text-align: center;
	cursor: pointer;
}
.delete-button, .delete-button:hover {
	width:20px;
	height:20px;
	border:none;
	background: url('../images/delete-icon.png') 0 0 no-repeat;
	text-align:center;
	cursor:pointer;
}
.duplicate-button, .duplicate-button:hover {
	width:20px;
	height:20px;
	border:none;
	background: url('../images/duplicate-icon.png') 0 0 no-repeat;
	text-align:center;
	cursor:pointer;
}
#depenses_add_table{
	border:none;
}
#depenses_add_table tr td {
	width:350px;
	overflow:hidden;
}

#depenses_add_table tr td  span{
	margin-top: 7px;
}

#editdepense .tdlabel{
	width: 180px;
}

#depenses_table_length {
width:95px;
overflow:hidden;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#depenses_table_length .form-control {
	border:none;
	background:transparent url('../images/drop-arrow.png') 0 0 no-repeat;
	width:115px;
	height:34px;
}
.login table tr td{
	border: 0;
	text-align:left;
}
.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0px 8px;
    line-height: 1.5;
    vertical-align: middle;
	}
#depenses_table	.odd {
	background:#d8e7f4;
	border-top:1px solid #ffffff;
}
/* Linga commented
#depenses_table	.odd:hover, #depenses_table	.even:hover {
	background:#a0c5e4;
	border-top:1px solid #ffffff;
}
*/
#depenses_table	.even {
	background:#f8efef;
	border-top:1px solid #ffffff;
}

#depenses_table	.active,#depenses_table .active:hover{
	background:#cb9392;
	border-top:1px solid #ffffff;
}

.table {
 box-shadow:0px 0px 0px #666666;
 }
.table > td{
 border-width:1px 0 0 0;
}

.table>tbody>tr>td{
	border-right:1px solid #ffffff;
}

#depenses_table	.thead{
	font-weight: bold;
	height: 60px;
}

#depenses_table	.thead .labels{
	border-right:1px solid #ffffff;
	background: #e5c9c8;
	float: left;
	padding: 0;
	min-height: 40px;	
}

#depenses_table	.label1, #depenses_table .label2, #depenses_table .label3, #depenses_table .label4, #depenses_table .label5, #depenses_table .label6, #depenses_table .label7{
	width:95px;
	float: left;
	min-height:40px;
	line-height:18px;
	text-align:left;
	padding:8px 5px 4px 5px;
}
#depenses_table .label2{
	width:83px;
	text-align:center;
}
#depenses_table .label3{
	width:176px;
}
#depenses_table .label4{
	width:222px;
	word-break:break-all;
}
#depenses_table .label5, #depenses_table .label7{
	width:125px;
}
#depenses_table .label6{
	width:126px;
}
#depenses_table	.thead .labels span:first-child {
	padding-top:5px;
	text-align:left;
	display: block;
	float:left;
	height: 45px;
	padding-left: 5px;
}
#depenses_table	.thead .edit span:first-child {
	padding-left:10px;
}

#depenses_table	.thead .filter {
	background: url('../images/filter.png') 0px 22px no-repeat;
}

.selected-filter{
	width: 33px;
	float: left;
	height: 15px;
	text-align: left;
	padding-left:5px;
	clear: left;
	line-height: 10px;
}

.selected-filter img{
	width: 10px;
	height: 10px;
}

.labels .header-trigger{
	display: none;
	float:right;
	height:40px;
	line-height:40px;
	cursor: pointer;
	margin-top:0;
}

.header-trigger .header-arrow{
	line-height: 60px;
	background: url('../images/header-trigger-hover.png') center center;
	height: 60px;
	width: 33px;
	display: block;
	border-top: none;	
}

.show {
	display: block !important;
}

.header-trigger.show .header-arrow{
	background: url('../images/header-trigger-click.png') center center;
	z-index: 1006;
	margin-left: 0px;
	border: 1px solid #428bca;
	border-bottom: none;
	border-top: none;
}

.header-trigger .editable-buttons .glyphicon{
	line-height:18px;
}

.labels:hover .header-trigger{
	display: block;
}

.icons{
	display: none;
	position: absolute;
	background: #ffffff;
	border: 1px solid #428bca;
	padding:0;
	border-top: none;	
}

#depenses_table .thead .descend{
	background: url('../images/icon_sort_dsc.png') 5px 10px no-repeat;
}

#depenses_table .thead .ascend{
	background: url('../images/icon_sort_asc.png') 5px 10px no-repeat;
}

.icons .descending{
	background: url('../images/descend.png') 10px center no-repeat;
}

.icons .descending:hover{
	background: #d8e7f4 url('../images/descend.png') 10px center no-repeat;
	text-decoration: none;
}

.icons .ascending{
	background: url('../images/ascend.png') 10px center no-repeat;
}

.icons .ascending:hover{
	background: #d8e7f4 url('../images/ascend.png') 10px center no-repeat;
	text-decoration: none;
}

.icons .editable{
	background: url('../images/filter-icon.png') no-repeat scroll 10px center transparent;
	border-bottom: 1px solid #EEE;
	width: 100%;
	height: 30px;
}

#depenses_table .thead .labels .icons .editable span{
	float: none;
	display: inline;
	padding: 0;
	color: #000000;
}
.icons .editable:hover{
	background: #d8e7f4 url('../images/filter-icon.png') 10px center no-repeat;
	text-decoration: none;
	border-bottom: none;
}

.icons .clear-filter{
	background: url('../images/clear-filter-icon.png') 10px center no-repeat;
    border-bottom: none;
}

.icons .clear-filter:hover{
	background: #d8e7f4 url('../images/clear-filter-icon.png') 10px center no-repeat;
    text-decoration: none;
}

.clear-all-filters{
	background: url('../images/clear-filter-icon.png') 10px 15px no-repeat;
	float: left;
	font-size: 13px;
	padding: 15px 0px 0px 30px;
}

.icons a{
	padding: 3px 14px 2px 30px;
	line-height: 24px;
	font-weight: normal;
	font-size: 13px;
	display: block;
	text-align: left;
	float: left;
	clear: left;
	width: 100%;
	border-bottom:1px solid #eee;
}

.icons span{
	font-size: 11px;
	float: left;
	display:block;
	line-height: 28px;
	font-weight: normal;
	padding: 0 5px;
}

#depenses_table	.thead .labels.edit{
	cursor: default;
	background-position: 100px;
	height: 60px;
}

/******** Pagination ********/
#paginate-container{
	display: block;
	height: 50px;
	float: left;
	text-transform: none;
	font-size: 13px;
}

#paginate{
	display: block;
	padding-left: 0;
	margin-top:14px;
	float:left;
}
#paginate>a, #paginate>span{
	position: relative;
	float: left;
	padding: 5px 6px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #428bca;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
	display:inline;
}
#paginate>span {
	color:#000;
}
#paginate>a:first-child, #paginate>span:first-child{
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
#paginate>a:last-child, #paginate>span:last-child{
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
#paginate>a.current, #paginate>span.current, #paginate>a.current:hover, #paginate>span.current:hover, #paginate>a.current:focus, #paginate>span.current:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
	cursor: default;
}
#paginate-info{
	display:inline-block;
	margin-left:20px;
	float:left;
	line-height:58px;
	color: #000;
}
/*
#items_per_page{
	font-size: 14px;
	color: #000;
	width: 60px;
	height: 28px;
	padding: 4px 0px 0px 10px;
	margin: 12px 10px 0;
	border: 1px solid #949494;
	border-radius: 5px;
	background: none repeat scroll 0% 0% #FFF;
}
*/
.ui-autocomplete{
	z-index: 1100;
}

ul#topnav {
	list-style-type: none;
	/*width: 500px;*/
	height: 80px;
	margin: 18px 0 0 45px;
	padding: 0px;
	float: left;
} 
#topnav a {
    display: block;
	text-decoration:none;
	color:#000000;
	font-family:arial;
	font-size:12px;
	padding:58px 5px 5px 5px;
	text-align:center;
	width:80px;
	height:80px;
	overflow:hidden;
	/*border:1px solid #aaaaaa; */
	border-radius:8px;
}
/*
#topnav a:hover, #topnav a.active {
	border:1px solid #982827;
}
*/
#topnav li {
    display: inline;
    float: left;
	margin-right:15px;
}
a#dep_new {
	background:url('../images/top-nav.png') -285px 7px no-repeat;
}
a:hover#dep_new, a.active#dep_new {
	background:url('../images/top-nav.png') -285px -90px no-repeat;
}
a#dep {
	background:url('../images/top-nav.png') 17px 5px no-repeat;
}
a:hover#dep, a.active#dep {
	background:url('../images/top-nav.png') 17px -90px no-repeat;
}
a#rec {
	background:url('../images/top-nav.png') -57px 5px no-repeat;
}
a:hover#rec, a.active#rec {
	background:url('../images/top-nav.png') -57px -90px no-repeat;
}
a#sit {
	background:url('../images/top-nav.png') -129px 5px no-repeat;
}
a:hover#sit, a.active#sit {
	background:url('../images/top-nav.png') -129px -90px no-repeat;
}
a#receipt {
	background:url('../images/top-nav.png') -285px 7px no-repeat;
}
a:hover#receipt, a.active#receipt {
	background:url('../images/top-nav.png') -285px -90px no-repeat;
}
a#con {
	background:url('../images/top-nav.png') -204px 5px no-repeat;
}
a:hover#con, a.active#con {
	background:url('../images/top-nav.png') -204px -90px no-repeat;
}
#lang {
	width:100px;
	height:40px;
	float:left;
	position:relative;
}
.rightdiv {
	float:right;
	height:100px;
}
#lngg {
	width:120px;
	height:30px;
	list-style-type:none;
	color:#999999;
	margin:70px 0 0 30px;
	padding:0;
	text-align:center;
}
#lngg li{
	float:left;
	display:inline;
}
#lngg a {
	font-size:15px;
	padding:0 8px;
	color:#333333;
}
#lngg a.active{
	color:#af1726;
}
.navbar-collapse{
	float:left;
	width: 70%;
}

.navbar-header{
	width:30%;
}

#edit_form label{
	width:154px;
	display:block;
	float:left;
	clear:both;
}

#edit_form .form-group{
	margin-bottom: 5px;
	line-height: 29px;
	display: block;
}

.validate{
	width:20px;
	height:40px;
	display:block;	
	float:left;
}

.textarea-form-group .validate, .naturedep-validate, .deptype-validate, .sous-validate{
	height: 30px;
	width:15px;
}

.detail_value{
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 30px;
}

#edit_form  input, #edit_form  select, #edit_form  textarea{
	float:left;
}

/*File upload */
.fileinput-button {
    position: relative;
    overflow: hidden;
	margin-bottom: 5px;
	float: left;
}

#editdepense .fileinput-button input {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    opacity: 0;
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

#dropzone{
	height: 230px;
	border: 2px dashed #CCC;
	padding: 10px 10px 0px 10px;
	margin: 6px 0px 0px 15px;
	width: 485px;
}

#fileupload_result{
    float: left;
    clear: both;
    margin-left: 200px;
}

#files canvas{
	margin-right:10px;
	float: left;
}

#files span{
	display:block;
	float: left;
	margin-top:50px;
}

#files button{
	display: block;
	float: left;
	margin-right: 100px;
}	

#date_filter .modal-content > .arrow:after {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0px;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-color: transparent;
    border-style: solid;
	border-width: 11px;
    border-width: 10px;
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0px;
    border-top-color: #FFF;
}

.popover-content{
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
}

.image-preview{
	display:block;
	height: 180px;
	width: 210px;	
	padding: 0 0 0 15px;
}

.image-preview img{
	margin: 0;
}

#progress{
	float: left;
	width: 330px;
	margin: 8px 0px 15px 10px;
}

#download_popover{
	display: none;
	top: -60px;
	left: -165px;
	width: 1100px;
	height: 725px;
}

#download_popover .radio input{
	margin-top: 0 !important;
}

#download_popover h4{
	margin-left: 20px !important;
}

#close_popover{
	float: right;
	margin: 20px 20px 0px 0px;
}	

#previous_image_button{
	float:left;		
}

#next_image_button{
	float:right;		
}

.radio_button_container{
	text-align: left;
	line-height: 35px;
}

.radio_button_container{
	padding-left: 0;
}

#editdepense  .radio_button_container input{
	width: 15px;
	line-height:30px;
}

#editdepense  .radio label{
	padding-left: 5px;
}
#nature_comment_popover{
	left: 100px;
	top: 90px;
	width: 420px;
	height: 120px;
}

#nature_comment_popover #close_popover{
	margin-bottom: 10px;
}

#paginate-wrapper{
	float:right;
	margin: 10px 50px 10px 0;
}

#ipp_container{
	float:left;
}
.col-md-9, .col-md-3{
	padding:2px;
}

#comment_icon_div {
    line-height: 26px;
    margin-left: 5px;
	float: left;
}

#comment_icon{
	display: none;
}

#edit_form #typedep, #edit_form #naturedep{
	padding-right: 120px !important;
}

.notes{
	padding:0px;	
	margin-top:10px;
}
.notes li{
	background: url("../images/right-arrow.png") no-repeat scroll 0px 2px transparent;
	padding-left:20px;
	margin-top:6px;
	list-style-type:none !important;
}
.trsf_devise_container, .comm_devise_container{
	margin: 6px 5px 5px 10px;
}

.cec_devise_name{
	margin-left: 10px;
}
.trsf_validate{
	width:15px;
}

#image_details{
	margin-left: 30px;
}
#c_comment{
	margin-left:5px;
}
#confform span{
	text-align:right;
	width: 230px;
	display: inline-block;
	float:left;
	clear:both;
	margin-right:10px;
	margin-top: 5px;
}
#confform  .select-arrow{
	text-align:left;
	width: 400px;
	float: left;
	margin-top: 0px;
}

#confform  .form-group {
	margin-top:10px;
	clear:both;
	padding-top: 10px;
}
#confform   button{
	clear: both;
	display: block;
}
#def_proj{
	height:26px;
}
.dateimg{
	margin-left:-28px;
}
.padtop{
	padding-top:5px;
}
.sel{
	height:60px;
	border:1px solid brown;
	width:78px;
	float:left;
	border-radius:5px;
	margin:10px;
	padding:9px;
}
.dateddd{
	width: 140px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;	
	border: 1px solid #8DADCF;
	border-radius: 5px;
	background: url("../images/cal-icon.png") no-repeat scroll 113px 4px transparent;
}
.neligible{
	color:red;!important;
}