body {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 14px;
}
.font-xs {
	font-size: 13px;
}
.bg-light {
	background-color: #fbfbfb;
}
.table tr.collapse td {
	border-top: 0;
}

.select2-container {
	width: 100%!important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	border: 1px solid #e5e6e7;
	border-radius: 1px;
	padding: 2px 6px;
	height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 3px 0 3px;
	border-color: #000 transparent transparent transparent;
}


/*Login*/
.loginColumns {
	max-width: 700px;
	width: 100%;
}
.login-nav {
	text-align: right;
	font-size: 15px;
}
.login-nav a {
	color: #fff;
}
.dropdown-min {
	min-width: 100px;
	font-size: 15px;
	margin-top: 15px;
}
.flag-sg {
    float: left;
    margin: 2px 6px 0 0;
    background-image: url(../img/custom/flags.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    background-position: -25px -26px;
    margin-top: 2px;
}
	
.flag-my {
	float: left;
	margin: 2px 6px 0 0;
	background-image: url(../img/custom/flags.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    background-position: -49px -2px;
	margin-top: 2px;
}
.flag-th {
	float: left;
	margin: 2px 6px 0 0;
	background-image: url(../img/custom/flags.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    background-position: -50px -26px;
	margin-top: 2px;
}
.vertical-bottom {
	vertical-align: text-bottom;
}



/*Profile*/
.profile-bg {
	background: #171717 url(https://plus.komacinetwork.com/app/images/background-1.jpg) top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 40px 15px;
}
.profile-width {
	max-width: 1000px;
	float: none;
	margin: 0 auto;
}
.text-grey {
	color: #BCBCBC;
}
.text-yellow {
	color: #fbde40;
}
.btn-group .btn-border {
	border-color: #fbde40;
	border-radius: 16px;
	color: #f3f3f3;
	font-size: 15px;
	padding: 1px 13px;
}
.btn-group .btn-border.active {
	background: #fbde40;
	color: #000;
	box-shadow: none;
}
.badge {
	font-family: 'Roboto';
	border-radius: 20px;
	font-size: 13px;
	padding: 2px 8px;	
}
.badge-grey {
	background-color: #bcbcbc;
	color: #000;
}
.badge-cyan {
	background-color: #4aded4;
	color: #000;
}
.badge-yellow {
	background-color: #fbde40;
	color: #000;
}
.tooltip > .tooltip-inner {
	background-color: #000;
}



.row-table {
    display: table;
	width: 100%;
}
.row-table [class*="col-"] {
    float: none;
    display: table-cell;
}
.row-table .bottom {
    vertical-align: bottom;
}
.sm-gutters {
    margin-right: 10px;
    margin-left: 10px;
}
.sm-gutters>.col,
.sm-gutters>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.font-weight-bold {
	font-weight: 600;
}
.rounded-more {
	border-radius: 14px;
}
.card-white {
	background-color: #272727;
	padding: 25px 15px;
	margin: 0 0 20px 0;
}
.card-white.main {
	margin: 0 40px;
}
.card-white.lighter { 
	background-color: rgba(41, 38, 39, 0.7);
	margin-top: -30px;
}
.card-title {
	font-size: 20px;
	margin-bottom: 20px;
}
.card-title-sm {
	font-size: 20px;
}
.card-number {
	font-size: 26px;
}
.card-number-sm {
	font-size: 20px;
}
.img-ratio {
	display: table;
	width: 100%;
}
.img-cover {
	background-size: cover;
	background-position: center;
}
.img-cover.profile {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: solid 4px #ffd91e;
	margin: 0 auto;
}
.profile-name {
	font-size: 22px;
}
.profile-name span {
	font-size: 70%;
	margin: 0 5px;
}
.post-wrapper {
	/border: solid 1px #e6e6e6;
	background-color: #000;
	color: #fff;
	margin-bottom: 15px;
}
.post-bottom {
	padding: 8px;
	text-align: center;
	font-size: 14px;
}

.tag {
	padding: 4px 10px;
	border-radius: 4px;
	margin: 0 10px;
	font-size: 10px;
	color: #fff;
}
.tag.green {
	background-color: #00c800;
}
.tag.yellow {
	background-color: #ffaf00;
}	

.dataTables_filter {
	display: none;
}
.paginate_button {
	padding: 4px 10px;
	color: #333;
	border: 1px solid #e7eaec;
	margin-left: -1px;
}
.paginate_button.disabled {
	color: #c2c2c2;
}
.paginate_button.current {
	background-color: #f4f4f4;
}
.paginate_button:first-child {
	border-radius: 3px 0 0 3px;
}
.paginate_button:last-child {
	border-radius: 0 3px 3px 0;
}