/* Box Sizing Reset */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Helper Classes */



/* Common Styles */

html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 0.9em;
	color: #595959;
	margin: 0px;
}

.main-body {
	background-image: url("../../images/bg01.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-color: #fce990;
}

section.cmbis-tielco-logo {
	padding-top: 7px;
	background-image: url("../../images/headerfiller.png");
	background-repeat: repeat-x;
	background-color: #FED933;
}

.flex-wrap-center-all {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-wrap-center {
	display: flex;
	justify-content: center;
}

.footer, .page-wrap:after {
	height: 20px;
}

.footer {
	margin-top: 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #f9b31f;
	color: #000000;
}

.copyright {
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	margin-left: 5px;
}

.menu-nav {
	position: absolute;
	top: 100px;
	/*right: 100px;*/
	right: 70px;
}
.menu-nav > ul#nav {
	left: 0px;
}

.current-user {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	margin-bottom: 25px;
}

.current-user span {
	display: inline-block;
	margin-right: 94px;
}

/* Mabuhay! message */
.mabuhay-wrapper {
	
}

span.mabuhay {
	/*color: #8CA05F;*/
	color: #000000;
	font-size: 2em;
	font-style: italic;
}

div.mabuhay {
	height: 147.4px;
	width: 400.4px;
	left: auto;
	display: block;
	right: auto;
	bottom: auto;
	position: static !important;
}

.mabuhay-text {
	width: auto;
	min-height: 61px;
	max-height: none;
	height: auto;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

/* Tables */
.ui-table {
	border-spacing: 1px;
	/*font-size: 0.8em;*/
	border: 1px solid #3670A7;
}

.ui-table td {
	padding: 5px;
}

/* Groupings */
.fake-dialog {
	padding: .2em;
	outline: 0;
	overflow: hidden;
	position: static;
}

.fake-dialog.wide {
	width: calc(100% - 80px);
	min-width: 400px;
}

.fake-dialog .ui-dialog-title {
	width: auto;
}

.fake-dialog > .ui-dialog-content {
	overflow: hidden;
}

fieldset {
	border: 1px solid #3670A7;
}

fieldset > legend {
	color: #13283D;
}

/* Form Fields */
input[type=text],
input[type=date],
input[type=number],
input[type=email],
input[type=search],
input[type=password],
select,
textarea {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #595959;
	border: 1px solid #A6C9E2;
	background: #FCFDFD url("images/ui-bg_inset-soft_30_ffffff_1x100.png") repeat-x scroll 50% bottom;
	/*border-radius: 5px;*/
	/*width: 300px;*/
}

input[type=number] {
	text-align: right;
}

input[type=text].fat-inputbox,
input[type=date].fat-inputbox,
input[type=number].fat-inputbox,
input[type=email].fat-inputbox,
input[type=search].fat-inputbox,
input[type=password].fat-inputbox,
select.fat-inputbox,
textarea.fat-inputbox  {
	padding: 5px;
	margin: 3px;
	font-size: 1em;
	border-radius: 0px;
	width: auto;
	resize: none;
}

/* For jQuery-UI */
.ui-dialog-center-title {
	width: 100% !important;
	text-align: center;
}

.ui-autocomplete-loading {
	background: #FCFDFD url("images/495.gif") right 4px center no-repeat !important;
}

.ui-autocomplete-loading.number-input {
	background: #FCFDFD url("images/495.gif") left 4px center no-repeat !important;
}

select.ui-autocomplete-loading {
	background: #FCFDFD url("images/495.gif") right 22px center no-repeat !important;
}

.ui-autocomplete {
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-progressbar {
	box-sizing: content-box;
}

/* Top progressbar */
#top-progress {
	position: fixed;
	z-index: 2147483647;
	top: 0;
	left: -6px;
	width: 0%;
	height: 3px;
	background: #46BC98;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-transition: width 500ms ease-out, opacity 400ms linear;
	-ms-transition: width 500ms ease-out, opacity 400ms linear;
	-o-transition: width 500ms ease-out, opacity 400ms linear;
	-webkit-transition: width 500ms ease-out, opacity 400ms linear;
	transition: width 500ms ease-out, opacity 400ms linear
}

#top-progress.done {
	opacity: 0
}

#top-progress dd,
#top-progress dt {
	position: absolute;
	top: 0;
	height: 3px;
	-moz-box-shadow: #46BC98 1px 0 6px 1px;
	-ms-box-shadow: #46BC98 1px 0 6px 1px;
	-webkit-box-shadow: #46BC98 1px 0 6px 1px;
	box-shadow: #46BC98 1px 0 6px 1px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

#top-progress dd {
	opacity: 1;
	width: 20px;
	right: 0;
	clip: rect(-6px, 22px, 14px, 10px)
}

#top-progress dt {
	opacity: 1;
	width: 180px;
	right: -80px;
	clip: rect(-6px, 90px, 14px, -6px)
}

@-moz-keyframes pulse {
	30% {
		opacity: 1
	}
	60% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-ms-keyframes pulse {
	30% {
		opacity: .6
	}
	60% {
		opacity: 0
	}
	100% {
		opacity: .6
	}
}

@-o-keyframes pulse {
	30% {
		opacity: 1
	}
	60% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes pulse {
	30% {
		opacity: .6
	}
	60% {
		opacity: 0
	}
	100% {
		opacity: .6
	}
}

@keyframes pulse {
	30% {
		opacity: 1
	}
	60% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

#top-progress.waiting dd,
#top-progress.waiting dt {
  -moz-animation: pulse 2s ease-out 0s infinite;
  -ms-animation: pulse 2s ease-out 0s infinite;
  -o-animation: pulse 2s ease-out 0s infinite;
  -webkit-animation: pulse 2s ease-out 0s infinite;
  animation: pulse 2s ease-out 0s infinite
}

#loading-overlay {
	z-index: 990;
}