/* CSS Document */

@media screen {
    #printSection {
        display: none;
    }
}
@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
}

.error {
	/*color: #C00!important;*/
	color: #F00!important;
	font-weight: bold;
}

.table.no-border tr td, .table.no-border tr th {
  border-width: 0;
	padding: 1px;
}


/* Start Step Wizard */
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
/* End Step Wizard */


/* Start Dashboard */
#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.epay_maiwp {
	color: #c66;
	font-weight: bold;
}
.epay_epay {
	font-weight: bold;
	color: #333;	
}

#epay_logo {
	text-indent: -10px; /* take the text off screen for users who can load the stylesheet */
	width: 100px;
	height: 66px;
	/*margin: 0;*/
    margin-top: -15px;
	padding: 0;
	float: left;
	color: #FFF;
	background: url(../image/maiwpepay.png) no-repeat left top;
}

#fpx_logo {
    background: url(../image/maiwpepay.png) no-repeat left top;
}

#epay_logo a {
	display: block;
	width: 100px;
	height: 66px;
}
/* End Dashboard */