.angular-ui-tree-handle {
    padding: 10px 10px;
    cursor: default;
    font-weight: 100;
    color: black;
}
.angular-ui-tree-handle .btn .glyphicon {
    height: 20px;
    padding-right: 2px;
    top: 4px;
}

.btn {

}

.withPicture {
    width: 20px;
    height: 20px;
}

.noPicture {
    width: 20px;
    height: 20px;
    background-image: url('../images/no-camera.png');
}

.alert-warning {
    color: #E29C24;
    border-color: #faebcc;
    background-image: none;
}

a .alert-warning {
    color: #E29C24;
    background-color: transparent;
    border-color: #faebcc;
    background-image: none;
}

a .alert-danger {
      color: #a94442;
      background-color: transparent;
      border-color: #ebccd1;
      background-image: none;
  }
a .alert-info {
    color: #31708f;
    background-color: transparent;
    border-color: #9acfea;
    background-image: none;
}

a .alert-success {
    color: #3c763d;
    background-color: transparent;
    border-color: #b2dba1;
    background-image: none;
}

.list-item:hover {
    background: #f5f5f5;
    color: #555;
}

.list-item a {
    color: #555;
}

.list-group-item a {
    color: #428bca;
    text-decoration: none;
}

.collapsed {
    padding: 0px;
}

.expanded {
    padding: 10px 15px;
}

a.expandCollapse {
    color: #dfdfdf;
}

a, a:hover, a:active {
    text-decoration: none;
}

label {
    color: #777;
}

.rightCol {
    padding-right: 0px;
}

.navbar-nav {
    margin: 7.5px -15px;
}

.modal-content>.modal-header.alert-info {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.navbar-brand {
    height: 65px;
    width: 201px;
    padding-top:0px;
    /*padding: 10px 10px;*/
}

.navbar-brand img {
    height: 60px;
}

.navbar-default {
    /*background-image: -webkit-linear-gradient(top,#fff 0,#e9eaeb 100%);*/
    /*background-color: #fff;*/
    /*border: 0px;*/

}

.navbar {
    min-height: 20px;
    /*height: 20px;*/
}

.navbar-fixed-bottom {
    padding: 10px;
    background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
}

.navbar-fixed-bottom img {
    height: 14px;
}
#logo-bar {
    margin-bottom: 0px;
}

#logo-bar img {
    height: 50px;
}

/*.navbar-default .navbar-nav li a {*/
    /*color: #fff;*/

/*}*/

/*.btn-default {*/
    /*background-image: linear-gradient(to bottom,#fff 0,#d9f0fd   100%);*/
    /*color: #fff;*/
/*}*/

/*.navbar-default .navbar-nav li a {*/
    /*color: #fff;*/
/*}*/

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
}

.navbar-text {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav form {
    margin-top: 0px;
    margin-bottom: 0px;
}

.feedbackItem {
    overflow: hidden;
}

.dashed {
    border-style: dashed;
    color: #a5a5a5;
    border-color: #a5a5a5;
}
.expense {
    margin-left: 0px;
}
.no-left-pad {
    padding-left: 0px;
}

.no-right-pad {
    padding-right: 0px;
}

.expense-arrow {
    padding-top: 35px;
    font-size: 1.5em;
}

.expense-arrow-disabled {
    color: #e5e5e5;
}

.expense-arrow-enabled {
    color: #337ab7 ;
}

.expense-statement-item {
    padding-top: 15px;
}

.remove-icon {
    color: #a94442;
}

.list-group-item:hover {
    background-color: #eee;
}

.list-group-item .remove-icon {
    display:none;
}

.list-group-item:hover .remove-icon {
    display:block;
}

.panel-heading {
    height: 53px;
}

.lvl-over {
    border-width: 2px;
}

#unmatchedStatements > .pre-scrollable {
    max-height: 600px;
    min-height: 600px;
}

#unmatchedExpenses > .pre-scrollable {
    max-height: 600px;
    min-height: 600px;
}

.draggable {
    cursor: move;
}

.list-group-item.inactive {
    color: #777;
    background-color: #eee;
}

.tab-content {
    min-height: 300px;
}

input[name=status]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}

.tab-pane .panel {
    margin-top: 10px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.list-group>a.list-group-item {
    cursor: pointer;
}

.nav-pills>li {
    width: 90px;
    text-align: center;
}
.list-group-item .report-button-col {
    font-size: 18px;
    display: none;
}

.list-group-item:hover .report-button-col {
    display: block;
}

.panel-primary-col-header {
    background-color: #d9edf7;
    padding: 4px 15px;
}

.panel-primary-col-header:hover {
    cursor: default;
    background-color: #d9edf7;
    padding: 4px 15px;
}

.list-group-item div input {
    margin: 0 0;
}

.colSmallLeft {
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.colSmallRight {
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.colSmallMiddle {
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.colLink {
    cursor: pointer;
}

.alert .view-btn {
    display: none;
}

.alert:hover .view-btn {
    display: block;
}

.mro-switch-div0{
	margin-top: 5px;
}
.mro-switch-div{    
    font-size: 35px;
    margin: 0px 10px 0px 0px;    
    border-radius: 60px;
    height: 25px;
    margin-top: 0px;
    width: 40px;
    margin-left: 0px;
}

.mro-switch-on{
	background-color: #337ab7;
}

.mro-switch-off{
	background-color: #e7e7e7;
}

.mro-switch-active, .mro-switch-inactive {
	font-size:40px;
	cursor:pointer;
	margin-top: -5px;
}
i.mro-switch-active1 { 
	color: #82E0AA;
}
i.mro-switch-inactive1 {
	color: #fff;
}
.mt-10 {
	margin-top: 10px;
}
.font-size-16 {
	font-size: 16px;
}
.font-size-34 {
	font-size: 34px;
}
.color-green {
	color: green;
}
.mr-40 {
	margin-right: 40px;
}
.approver-emp-total{
	padding-left: 26px;text-align: right;
}
.approver-emp-currency{
	text-align: left;
}.approver-emp-amount{
	text-align: right;
}
.approver-emp-table{
	font-size: 12px;color: #428bca;table-layout:fixed;white-space: pre
}
.table-border {
	font-size: 12.5px;border-collapse: collapse;
}
.table-border th {
	background: linear-gradient(rgba(255, 255, 255, 1) 22%, rgba(230, 230, 230, 1) 100%);
	border-right: 1px solid #ddd;
	color: #333;
}
.table-border td {	
	border-right: 1px solid #ddd;color: #666;
}
.table-border th:last-child, .table-border td:last-child {
    border-right: 0;
}
.scrolltbody{
  overflow-y: auto;
  max-height: 300px;
}
.scrolltbody::-webkit-scrollbar {
  width: 5px;
}
.scrolltbody::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.scrolltbody::-webkit-scrollbar-thumb {
  background: #888;border-radius:4px; 
}
.scrolltbody::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.custom-width .modal-dialog {
    width: 500px;
}
.scrollebody{
  overflow-y: auto;
  max-height: 500px;
}
.scrollebody::-webkit-scrollbar {
  width: 5px;
}
.scrollebody::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.scrollebody::-webkit-scrollbar-thumb {
  background: #888;border-radius:4px; 
}
.scrollebody::-webkit-scrollbar-thumb:hover {
  background: #555; 
}