body {
    font-family: Verdana, Helvetica, Arial;
    font-size: 14px;
	margin:0;
}


a img {
    border: none;
}

a {
    color: #0000FF;
}

.main-content-wrapper{
	margin-top: 50px;
	width: 100%;
	min-height: 670px;
	min-width: 768px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-left: auto;
	margin-right: auto;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	vertical-align: middle !important;
}
.left-menu-bar {
  width: 15%;
  margin-right: 5%;
  border-right: 1px solid #1f6344;
  display: inline-block;
  height: 100%;
  float: left;
  text-decoration: none;
}
.right-content-block {
  height: 100%;
  width: 70%;
  display: inline-block;
}
.login_form_container{
	width: 300px;
	display: block;
	margin: 0 auto;	
}

#container {
    margin: 0 auto;
    margin-top: 20px;
}

#flash_notice, #flash_error {
    padding: 5px 8px;
    margin: 10px 0;
}

#flash_notice {
    background-color: #CFC;
    border: solid 1px #6C6;
}

#flash_error {
    background-color: #FCC;
    border: solid 1px #C66;
}

#nav {
    position: relative;
    overflow: hidden;
    margin: 0 auto 0;
    display: block;
    background-color: #028AF4;
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav ul li {
    display: inline-block;
	float: left;
	padding: 5px;
}

#nav ul li.active{
	/*background-color: rgba(255, 255, 255, 0.13);*/
	background-color:rgb(0, 78, 138);
	border-top: 1px solid #028AF4;
	border-bottom: 1px solid #028AF4;
}
#nav ul li.active a{
	color: #fff;
}
#nav li a {
    display: block;
    padding: 12px 12px;
	font-size: 18px;
	font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
	  -webkit-font-smoothing: subpixel-antialiased;
    /*border-right: 1px solid #fff;*/
    text-decoration: none;
}

#nav li:hover {

	background-color: rgba(255, 255, 255, 0.3);;
}

input[type=text],
input[type=password],
textarea {
    color: #888;
    font: 15px Helvetica, Arial, sans-serif;
}

.button{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-appearance: button;
	text-transform: none;
		  overflow: visible;
}

.btn-primary{
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-primary:hover{
	color: #fff;
	background-color: #3071a9;
	border-color: #285e8e;
}
.btn-warning:hover{
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-success:hover{
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-danger:hover{
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.request_lk a{
	background: rgb(123, 123, 63);
	
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.hidden_color{
	color: #f4645f;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul li{
	margin: 0px;
	margin-right: 20px;
	border-bottom: 1px solid #838383;
}

.sidebar ul li:hover{
	background-color: #028AF4;
}

/*
.sidebar ul li.active{
	background-color: #219E5C;
}
.sidebar ul li.active a{
	color: white;
}
*/
.sidebar ul li a{
	display: block;
	padding: 12px;
}
.sidebar ul li:hover a{
	color: white;
}
.sidebar ul li.active a{
	color: #1F6344;
	font-weight: bold;
}

/* filter bar */
input[type=text].filter-sss{
	width: 50px
}
input[type=text].filter-ss120{
	width: 120px;
}
input[type=text].filter-ss{
	width: 150px;
}
select.filter-ss150{
	width: 150px;
}

.full-table thead tr.filter th{
	border: none;
	font-weight: normal;
	background-color: #ecf6fb;
	border-bottom: solid 1px #a0d0eb;
}

.full-table thead tr.filter input[type=text], .full-table thead tr.filter select {
	margin: 0;
}
button.search{
	box-shadow: #e6e6e6 0 -2px 0 inset;
	color: #555;
	background-color: #fff;
	border-color: #ccc;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 1.42857;
	border-radius: 3px;
	-webkit-user-select: none;
}

.button.remark{
	  background-color: #206989;
}
select.filter-ss {
  width: 120px;
}
select.filter-sss {
  width: 80px;
}

.text-label {
  display: inline-block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  vertical-align: top;
}

.year_code{
	width: 164px !important;
	display: inline-block !important;
}

.required_field{
	color: red;
	font-size: 18px;
}

table thead tr th.span1{
	min-width: 150px;
}

table thead tr.orderBy th.w1{
	min-width: 100px;
}
table thead tr.orderBy th.w11{
	min-width: 100px;
}
table thead tr.orderBy th.w12{
	min-width: 125px;
}
table thead tr.orderBy th.w14{
	min-width: 140px;
}
table thead tr.orderBy th.w2{
	min-width: 200px;
}