@CHARSET "UTF-8";

body {
    padding-bottom: 40px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 12px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

a {
	color: #1f2860;
}

a:hover {
	text-decoration:none;
	color: #57889c;
}

.smart-style-1 .appCodec h3,
.smart-style-1 #logo span,
.smart-style-2 .appCodec h3,
.smart-style-2 #logo span,
.smart-style-3 .appCodec h3,
.smart-style-3 #logo span {
	color:#fff;
}

.menu-text {
	display: block;
    font-size: 12px;
    height: 39px;
    color: #fff;
    border: solid transparent;
    border-width: 1px 0;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
    width: 100%;
    margin: 0!important;
    border-bottom: 1px solid #525151;
}

fieldset {
	max-width:100%;
}

.page-footer {
	position:fixed;
	padding:10px 13px 0 !important;
	height:40px;
	z-index: 999;
	border-top:none;
}

.login {
	width: 800px;
    padding: 20px;
    background-color: transparent;
    border-radius: 5px;
    left: calc(50% - 450px);
    margin-left: 0%;
    margin-top: 6%;
    margin-bottom: 10%;
    position: absolute;
    top: 50%;
    height: auto;
    opacity: 0.95;
}

.notFound {
	height: auto;
	padding-bottom: 10px;
	position: absolute;
	top: 50%;
	margin-top: -270px;
	width: 80%;
  	margin-left: 10%;
	z-index: 9999;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: -31px 32px 53px rgba(0,0,0,.4);
	border-radius: 5px;
	font-size: 0.9em;
}

.notFound .logo {
	padding: 1px 10px;
	background-color: #eee;
}

.notFound .logo img {
	width: 50px;
}

@media (max-width:676px){
	.login{
		margin:0 auto;
		max-width:90%;
		height:auto;
		left:5%;
		margin-left:0;
		margin-top:20px;
		margin-bottom:80px;
		position:absolute;
		top:0;
		width:90%;
	}
}

@media (min-width:677px) and (max-width:767px){
	.login{
		margin: 0 auto;
	  	max-width: 80%;
	  	height: auto;
	 	margin-left: auto;
	  	margin-right: auto;
	  	margin-top: 20px;
	  	margin-bottom: 80px;
	  	position: absolute;
	  	left: 10%;
	  	top: 0;
	  	width: 90%;
	}
}

@media (min-width:768px) and (max-width:966px){
	.login{
		width: 80%;
	    height: auto;
	    margin-left: 0%;
	    margin-right: auto;
	    margin-top: 5%;
	    margin-bottom: 10%;
	    position: absolute;
	    left: 12%;
	    top: 50%;
	}
}


.login .sysLogo {
	text-align:center;
	padding-top:20px;
	margin-right: -30px;
}

.sysLogo img {
	margin: 1px 20px 10px;
    width: 150px;
}

.login ul li {
	list-style-type: none;
	margin: 5px 14px;
	color: #eee;
}

.table tr th {
	min-width:85px;
}

.table td a.btn {
	margin:0 2px;	
}

.appCodec {
	margin:0;
}

.appCodec h3 {
	margin: 12px 0;
	display: inline-block;
	vertical-align: top;
}

.appCodec img {
	width: 40px;
  	margin-top: 4px;
}

@media (min-width: 0px) and (max-width:1280px) {
  .appCodec {
    display: none !important;
  }
}

.orDeleteRow{
	display:block;
	color:inherit;
	text-decoration:none;
	position:absolute;
	background:#eee;
	font-weight:700;
	padding:2px 5px;
	border:1px solid #C3C3C3;
	top:0;
	left:-20px;
	font-family:Verdana;
	font-size:12px;
}
.delete-wpr{
	position:relative;
}

.field.amount {
	text-align:right;
}

.smart-form section label {
	margin:0 10px;
}

.table > tbody > tr {
	border-bottom: 1px solid #dfdfdf;
}

.amountInput {
	text-align: right;
    padding-right: 5px;
}

.superbox-list {
	display: inline-block;
  	zoom: 1;
  	padding: 5px;
  	position: relative;
  	text-align: center;
  	height: 120px;
  	overflow: hidden;
  	margin-top:10px;
  	margin-bottom:10px;
}

.superbox-img {
	max-width: 100%;
  	max-height: 100%;
  	cursor: pointer;
  	height: auto;
  	width: auto;
  	position: absolute;
  	margin: auto;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
}

.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li div {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    padding:0 10px;
    text-decoration:none;
    width:100%;
    text-align:left;
    font-size:13px;
  	font-weight:normal;
}
.tree li.parent_li>div {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>div:hover, .tree li.parent_li>div:hover+ul li div {
    /*background:#F7CFA8;
    color:#333;*/
    font-weight:bold;
    
}

.tree li.parent_li>div {
	padding:15px;
	font-size:14px;
}
.tree li span {
	border:none;
	padding:0;
}

.div-table {
	background-color:#fff;
	padding:10px;
}

.div-table .title {
	text-align:center;
	color:#2A231D;
	padding-bottom:10px;
}

.div-table table {
	border:1px solid #999;
	width:100%;
	margin-bottom: 5px;
}

.div-table th {
	
}

.div-table td {
	vertical-align: top;
    padding: 5px;
    border: 1px solid #999;
}

.div-table td.align-center {
	vertical-align: middle;
    padding: 5px;
    border: 1px solid #999;
}

.vacenter td {
	vertical-align:middle !important;
}

.div-table td.noborder,
td.noborder,
.noborder {
	border: none;
}

.table.no-border > tbody > tr > td {
	border:none !important;
}

.div-table select,
.div-table input,
.div-table textarea {
	padding:2px 5px;
}

.width-_5x {
	width:70px;
}

.width60 {
	width:60px !important;
}

.width70 {
	width:70px !important;
}

.width80 {
	width:80px !important;
}

.width90 {
	width:90px !important;
}

.width100 {
	width:100px !important;
}

.width50 {
	width:50px !important;
}

.width-1x {
	width:125px;
}

.width-2x {
	width:250px;
}

.width-1_5x {
	width:210px;
}

.width-1_75x {
	width:180px;
}

.width-3x {
	width:375px;
}

.width-3_5x {
	width:437.5px;
}

.width-4x {
	width:500px;
}

.width-5x {
	width:625px;
}

.form_header {
	font-weight: bold;
    color: #FFF;
    background-color: #777;
    text-align: center;
    padding: 5px;
}

em.invalid {
	display: block;
    color: #F00;
    font-size: 12px;
}

.error {
	border: 1px solid #FF7F7F !important;
    background-color: #FFF0F0 !important;
}

#sidebar {
	width: 202px;
	float: left;
	margin: 0 17px 0 0;
	min-height: 300px;
	background: #f0f0f0;
}

.details-container {
	margin-left: 220px;
}

#pdContainer {
	
}

#employee-details {
	padding: 10px 15px;
}

.imageHolder {
	height: 202px;
	width: 202px;
	text-align: center;
	border: 1px solid #DEDEDE;
	border-top: none;
	background:#fff;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#profile-pic h4 {
	font-weight: bold;
  	text-align: center;
	font-size: 14px;
	background: #474544;
  	color: #E8E8E8;
	padding: 9px 15px;
	line-height: 20px;
	border: 1px solid #dedede;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

#pim-sidenav {
	margin: 0;
    padding: 7px;
    background: #474544;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    list-style: none;
}

#pim-sidenav li span {
	cursor:pointer;
	color: #fff;
    display: block;
    padding: 10px 7px;
    width: 185px;
    text-decoration: none;
    border-bottom: 1px solid #525252;
}

#pim-sidenav li span.active,
#pim-sidenav li span:hover {
	background-color: #E9E9E9;
    border-radius: 3px;
    color: #474747;
    font-weight:bold;
}

#bpCounts th,
#rptBrgyCounts th,
#ctcBrgyCounts th,
#waterReport1 th {
	text-align:center !important;
	vertical-align:middle;
}

.removeRow {
	position: absolute;
    z-index: 900;
    background-color: #777;
    width: 20px;
    text-align: center;	
    color: #eee;
    cursor: pointer;
    margin-top: 0px;
    margin-left: -19px;
    vertical-align: middle;
    height: 20px;
    display:none;
}

.appCodec h3 {
	margin: 12px 0;
	font-weight: 300;
}

.fixed-navigation #left-panel {
    padding-bottom: 10px;
}

.fixed-ribbon #content {
    padding-top: 45px;
}

.menu-on-top nav ul ul, .menu-on-top nav ul ul ul {
	width: 220px;
}

.menu-on-top .menu-item-parent {
	max-width: 120px;
	min-width: 60px;
}

#sparks li h5 {
	margin: -2px 0 0 0;
}

.btn-circle.smaller {
	width:20px;
	height:20px;
	padding:0;
	margin-right:5px;
}

.file-metadata {
	font-size: 11px;
    margin-left: 28px;
	width: 230px;
	overflow: hidden;
}

.file-metadata p {
	margin: 0;
}

.file-buttons {
	position:relative;
	top:7px;
}

.formatted-list li.filename,
.formatted-list li.report-item {
	padding: 5px 10px;
    list-style: none;
    border-bottom: 1px solid #eee;
}

.formatted-list {
	padding-left: 10px;
}

.formatted-list li.filename a i {
	font-size: 16px;
	margin-right:5px;
}

.formatted-list li.filename:hover,
.formatted-list li.report-item:hover {
	background-color:#f3f3f3;
}

.application-list {
	
}

.application-list .app-item {
	text-align: center;
    height: 180px;
    width: 180px;
    overflow: hidden;
    padding: 20px;
    border-radius: 50%;
    float: left;
    margin-bottom: 20px;
}

.application-list .app-item:hover {
	background-color:#f3f3f3;
}

.application-list .app-icon {
	font-size: 6em;
	margin:0;
}

.application-list .app-icon-name {
	text-transform: uppercase;
    font-weight: 500;
    font-size: 95%;
    position: relative;
    top: -10px;
}

.form-inline.search input {
	width: 200px;
}

.form-inline.search {
	margin-bottom: 30px;
}

.shortcuts {
	padding-left:0;
}

.shortcuts li {
	list-style: none;
	margin-bottom: 2px;
}

.shortcuts li h4 {
	font-size: 14px;
    padding: 5px;
    border: 1px solid transparent;
}

.shortcuts .active h4 {
	color: #f3f5f7;	
	background-color: #1d212a;
    border-color: #2f3542;
    border-radius: 2px;
}

.shortcuts li h4:hover,
.shortcuts li.active {
	background-color: #1d212a;
    border-color: #2f3542;
    color: #f3f5f7;
    border-radius: 2px;
}

.shortcuts li h4:hover > div.modify-icons{
	display:inline-block;
}

.shortcuts li h4:hover > a{
	color:#fff;
}

.shortcuts li h4:hover > div.modify-icons a{
	color:#fff;
}

div.modify-icons {
	display:none;
	margin-right:10px;
}

div.modify-icons a {
	color:#3465a4;
	font-size:18px;
}

#side-widgets h3 {
	border-bottom: 1px dotted #444444;
}

.table-responsive {
	overflow-x:inherit;
}

.documents-pagination {
	margin: 0;
	display: block;
}

.pagination>li>a, .pagination>li>span {
    padding: 3px 9px;
}

.button-group-right {
	float: right ! important;
	position: relative;
    top: -10px;
    width: 220px;
}

span.public-domain {
	color: #428800;
}

.file-options {
	margin-right: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding:0 !important;
}

.dt-buttons {
	float: right!Important;
}

img.ui-datepicker-trigger {
	display:none;
}

.centered-header table th {
	vertical-align: middle !important;
    text-align: center;
}

img.header-logo {
	display: inline-block;
    width: 98px;
    vertical-align: top;
    margin-top: 25px;
}

.top-inf {
	width:100%;
	margin-left:60px;
	font-size:14px;
	margin-bottom:80px;
}

.page-header {
	margin-top: 30px;
    display: inline-block;
    text-align: center;
    width: 250px;
    border: none;
}

.header-row {
	width:100%;
	margin-bottom:20px;
}

.document-header {
	margin:0 auto;
	width:355px;
}

p.document-title {
	text-align:center;
	font-size:16px;
}

.jarviswidget .fc-header-title h2 {
	margin-top:0;
}

.fc-widget-content{
	cursor: pointer;
}

.picture-name {
	
}

textarea {
    height: auto;
    padding: 2px 5px !important;
}

.smart-form .toggle i {
	right:initial !important;
}

.bootstrap-timepicker-widget {
	z-index:9999999;
}

#registryAOB th,
#checkDisbursementsTable th,
#checkDisbursementsTrialBalanceTable th,
#cashReceiptsTable th,
#revenueReceiptsTable th,
#generalJournalTable th {
	text-align: center;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.transparent-button {
	background:transparent;
	border:1px solid transparent;
	border-radius:3px;
}

.transparent-button:hover {
	border:1px solid #b1b1b1;
}

.class-divider {
	border-bottom : 1px solid rgba(0,0,0,.1);
	margin-bottom:20px;
}

.section-title {
	border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h4.set-header,
h5.content-subtitle {
	background-color: #337ab7;
    padding: 5px 8px;
    color: #fff;
    margin-bottom: 10px;
}

table.no-border,
table.no-border td {
	border:none;
}

table.no-border th {
	text-align:center;
	border:1px solid #aaa;
	color:#efefef;
	background:#999;
	padding:10px;
}

table.padded td {
	padding:5px;
}

.user-remove-input {
	border: 1px solid #aaa;
    padding: 2px 8px;
    vertical-align: middle;
    position: absolute;
    left: -3px;
    cursor: pointer;
}

.modal-backdrop {
	z-index:940;
}

.modal {
	z-index:950;
}

.modal-dialog {
	padding-bottom:120px;
}

#officialReceiptsTable td div.no-break{
	max-width:220px;
	white-space: nowrap;
    overflow: hidden;
}

.input-group-addon {
	border: 1px solid #e3e3e3;
}

.stat_title {
	border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 5px 10px;
}

.label-block {
	font-size: 22px;
    display: block;
    text-align: right;
}

.label {
	border-radius:0;
}

