/* font setting */

.footer-row {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: middle;
    width: 100%;
    font-size: 14px !important;
    background: #A7D1E7 0% 0% no-repeat padding-box;
}

.user-name {
	font-size: 12px;
    font-weight: 900;
}

.org-name {
	font-size: 12px;
    font-weight: 900;
}

.app-menu__item {
	font-size: 14px;
    font-weight: bold;
}

.app-title  h1 {
	font-size: 20px ;
    font-weight: bold;
    color: #0079B6;
}

.app-title  h3 {
	font-size: 20px ;
    font-weight: bold;
    color: #0079B6;
}

table th {
	font-size: 14px;
	font-weight: bold;
}

table td {
	font-size: 14px;
}

.body {
	font-size: 14px;
}

.form-group {
	font-size: 14px;
}

.hilight-negative {
	color: red !important;
}

@font-face {
    font-family: boonHome;
    src: url('font/boonhome/boonhome-400.otf');
	font-weight: normal;
}

@font-face {
    font-family: Trirong;
    src: url('font/Trirong/Trirong-Regular.ttf')  format('truetype');
}

@font-face {
    font-family: boonHome;
    src: url('font/boonhome/boonhome-400-oblique.otf');
	font-weight: normal;
	font-style: oblique;
}

@font-face {
    font-family: Poppins;
    src: url('font/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family: Poppins;
  src: url('font/Poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Poppins;
  src: url('font/Poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
}

body {
  font-family: Poppins, Arial , Trirong ,boonHome;
}