@font-face {
    font-family: 'Phetsarath_OT';
    src: url('../fonts/phetsarath_ot.eot');
    src: url('../fonts/phetsarath_ot.eot?#iefix') format('embedded-opentype'),
    url('../fonts/phetsarath_ot.woff2') format('woff2'),
    url('../fonts/phetsarath_ot.woff') format('woff'),
    url('../fonts/phetsarath_ot.ttf') format('truetype'),
    url('../fonts/phetsarath_ot.svg#Phetsarath_OT') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0E80-0EFF;
}

* {
    font-family: 'Arial', "Phetsarath_OT" ;
    font-size: 14px;
}

.navbar{
    background: #00652D;
}
.ace-nav>li.light-blue>a {
    background-color: #00652D;
}
.ace-nav>li.light-blue>a:focus, .ace-nav>li.light-blue>a:hover, .ace-nav>li.open.light-blue>a {
    background-color: #e0af38;
}
/*Loading */
#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url("images/circular_loading_yellow.svg") no-repeat center center;
    z-index: 999;

}
/*Login page css*/
.header.blue {

    font-family: "Phetsarath_OT";
}
.blue {
    color: #00652D!important;
    font-family: "Phetsarath_OT";
}
.page-header h1, .widget-header>.widget-title {
    font-family: "Phetsarath_OT";
    color: #00652D;
}
.error {
    color: red;
}

.steps>li.active .step, .steps>li.active:before, .steps>li.complete .step, .steps>li.complete:before {
    border-color: #00652d;
}
.steps>li.complete:hover:before {
    border-color: #e0af38;
}
.steps>li.complete:hover .step {

    border-color: #e0af38;
}
label {
    font-weight: 700;
}
.help-block {

	color: #FF0000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Phetsarath_OT";
}
.footer .footer-inner .footer-content {

	border-top: none;
}
/* date time picker */
.dtp div.dtp-date, .dtp div.dtp-time {
	background: #00652D;
}
.dtp table.dtp-picker-days tr > td > a.selected {
	background: #00652D;
}
.dtp .p10 > a {
	color: #fbfff8;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
	background: #00652D;
}
