body, h1, h2, h3, h4, h5 , small{
	font-family: 'Kanit', sans-serif;
	letter-spacing: 1px;
}
* {
	outline: none !important;
}

.space15 {
	width: 100%;
	min-height: 1px;
	padding: 7px 0px;
}
.red {
	color: red
}
hr.hrsmall{
	    margin-top: 10px;
    margin-bottom: 10px;
}

.green {
	color: darkgreen;
}
.btnCircleFixed {
	width: 50px;
	height: 50px;
	position: fixed;
	line-height: 50px;
	font-size: 30px;
	right: 0;
	bottom: 0;
	margin: 20px;
	border-radius: 50%;
	vertical-align: middle;
	padding: 0px;
	z-index: 1;
}
.main-header .sidebar-toggle:before {
	content: "\e236";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mainmenuCsite {
	width: 100%;
	background-color: #323232;
	color: #fff;
	padding: 5px 15px;
}
.mainmenuCsite > a {
	color: #fff;
	opacity: 0.7;
	margin: 0px 7px;
}
.mainmenuCsite > a:first-child {
	margin-left: 0px;
}
.mainmenuCsite > a:last-child {
	margin-right: 0px;
}
.mainmenuCsite > a:hover {
	opacity: 0.9;
}
.mainmenuCsite > a.active {
	color: #fff;
	opacity: 1;
	border-bottom: 1px solid #fff;
}
.mainmenuCsite > a > i.fa.red {
	color: red;
}
.sidebar-menu>li>a {
	padding: 6px 5px 6px 15px;
}
.sidebar-menu.tree {
	border-bottom: 1px solid #0000001f;
}
.sidebar .appLinkArea {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid rgba(0,0,0,0.1)
}
#navbar-search-loading {
	left: -30px;
	position: relative;
}
.main-sidebar {
	margin: 0px;
}
.main-sidebar, .fixed .content-wrapper, .fixed .right-side {
	padding-top: 80px;
}
.main-header .navbar {
	margin-left: 300px;
}
.main-header .logo, .main-sidebar {
	width: 300px;
}
.content-wrapper, .main-footer {
	margin-left: 300px;
}
.sidebar-toggle {
	display: none
}
.navbar-form.navbar-left {
	padding-left: 0px;
}
md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
	color: #f49336;
	background: #f49336;
}
.md-btn-success {
  color: #fff!important;
  background-color: #28a745!important;
  padding: 0 6px 0 6px;
  margin: 6px 8px 6px 8px;
  min-width: 88px;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  border: none;
  outline: none;
}
.md-btn-danger {
  color: #fff!important;
  background-color: #dd4b39!important;
  border-color: #d73925!important;
  padding: 0 6px 0 6px;
  margin: 6px 8px 6px 8px;
  min-width: 88px;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  border: none;
  outline: none;
}

/* ======================================= MAX WIDTH 767 =====================*/
@media (max-width:767px) {
.navbar-form.navbar-left {
	padding-left: 15px;
	padding-right: 15px;
}
.main-header .logo {
	width: 100%;
}
.main-header .navbar {
	margin: 0;
	display: inline-block;
}
.content-wrapper, .main-footer {
	margin-left: 0;
}
.main-sidebar {
	-webkit-transform: translate(-300px, 0);
	-ms-transform: translate(-300px, 0);
	-o-transform: translate(-300px, 0);
	transform: translate(-300px, 0);
}
.navbar-form {
	width: calc(100% - 140px);
	box-shadow: none;
	padding: 7px 0px;
	margin: 0px;
	display: inline-block;
}
.fixed .content-wrapper, .fixed .right-side, .main-sidebar {
	padding-top: 130px;
}
.btn-tools {
	margin-bottom: 10px;
}
.sidebar-toggle {
	display: unset
}
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx END MAX WIDTH 767 xxxxxxxxxxxxxxxx */


.skin-purple-light .sidebar-menu>li.header {
	background-color: #4c4c4c;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1.5px;
}
.sidebar-menu.tree > li > a > span > label {
	margin: 0px;
	cursor: pointer;
	white-space: normal;
	width: 100%;
}
.sidebar-menu.tree > li > a > span > label > .icheckLabelText {
	display: inline-block;
	width: calc(100% - 25px);
	padding-left: 5px;
	vertical-align: top;
}
.sidebar-menu.tree > .checkall > a {
	background-color: #00000012 !important;
	border-bottom: 1px solid #0000001f;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-black {
	color: #000;
	background-color: rgba(0,0,0,0.1);
	letter-spacing: 1.5px;
}
.btn-black:hover {
	color: #000;
	background-color: rgba(0,0,0,0.2);
}
.btn-black.active {
	color: #fff;
	background-color: rgba(0,0,0,1);
}
.btn-onoff {
	color: #000;
	background-color: rgba(0,0,0,0.1);
	letter-spacing: 1.5px;
}
.btn-onoff:hover {
	color: #000;
	background-color: rgba(0,0,0,0.2);
}
.btn-onoff.active {
	color: #fff;
	background-color: #00a65a;
}
.newsfeed {
	background-color: #00000012;
	padding: 15px 0px;
	float: left;
	margin-top: 15px;
	width: 100%;
}
.newsfeed:first-child {
	margin-top: 0px;
}
.newsfeed img {
	width: 100%;
}
.newsfeed p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*
	line-height: 16px;
	max-height: 64px;
	*/
	line-height: 1.2em;
    max-height: 4.6em;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-align: justify;
}
.newsfeed .imageThumbnailnewsfeed {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}
.newsfeed .bottomfeed {
	width: 100%;
	margin-top: 15px;
	float: left;
	padding: 5px 0px;
	padding-top: 15px;
	border-top: 1px solid rgba(0,0,0,0.2);
}
.newsfeed .bottomfeed > .left {
	float: left;
	display: inline-block;
	line-height: 35px;
}
.newsfeed .bottomfeed > .right {
	float: right;
	display: inline-block;
	line-height: 35px;
}
.newsfeed .bottomfeed > .right > .reporter {
	width: 200px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}
.newsfeed .bottomfeed > .right > .reporter > img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-position: top;
	background-size: cover;
}
.newsfeed .bottomfeed > .right > .date {
	color: #1A1A1A;
	padding: 0px 10px;
	margin-left: 10px;
	display: inline-block;
	float: left;
}
.newsfeed .bottomfeed > .left > .viewmore > button {
	letter-spacing: 1px;
}

@media all and (max-width: 1120px) and (min-width: 992px), all and (max-width: 890px) and (min-width: 768px), all and (max-width:590px) {
.newsfeed .bottomfeed > .left {
	float: none;
	width: 100%;
	display: block;
}
.newsfeed .bottomfeed > .right {
	float: none;
	width: 100%;
	display: block;
	padding-top: 10px;
	text-align: center;
}
.newsfeed .bottomfeed > .left > .viewmore > button {
	width: 100%;
}
}
.newsmapArea {
	margin-top: 15px;
}
.newsmap {
	background-color: #00000012;
	padding: 15px 0px;
	float: left;
}
.feedInfowindow {
	max-width: 400px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.feedInfowindow .col-xs-4, .feedInfowindow .col-xs-8 {
	padding-right: 5px;
	padding-left: 5px;
}
.feedInfowindow img {
	width: 100%;
}
.feedInfowindow .feedDesc {
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 4.2em;
	line-height: 1.4em;
	font-family: 'Kanit', sans-serif;
}
.feedInfowindow .reporter > img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.feedInfowindow hr {
	margin: 5px 0px;
}
.feedInfowindow h3 {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 16px;
}
.feedInfowindow p {
	margin: 0px;
	margin-bottom: 5px;
}
.feedInfowindow .reporter > .feedDateTime {
	letter-spacing: 0px;
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
}
.feedInfowindow .reporter > .reporterName {
	max-width: 110px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
}
/* ========== live style ========= */
.sidebar-menu.livelist.tree > li {
	padding: 0px;
	border-bottom: 1px solid #0000002e;
}
.sidebar-menu.livelist.tree > li > a {
	padding: 10px;
}
.sidebar-menu.livelist.tree > li > a:hover, .sidebar-menu.livelist.tree > li > a:hover + .reporter {
	background-color: #5f5ca84a;
}
.sidebar-menu.livelist.tree > li > a > span > h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
	white-space: normal;
	margin-bottom: 10px;
}
.sidebar-menu.livelist.tree > li > a > span > p {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	white-space: normal;
}
.sidebar-menu.livelist.tree > li > a > span > p.liveDesc {
	text-overflow: ellipsis;
	overflow: hidden;
	/*width: 276px; */
	max-height: 4.2em;
	white-space: nowrap;
}
.sidebar-menu.livelist.tree > li > .reporter {
	width: 100%;
	padding: 10px;
	padding-top: 0px;
}
.sidebar-menu.livelist.tree > li > .reporter > img {
	width: 35px;
	border-radius: 50%;
}
.sidebar-menu.livelist.tree > li > .reporter > .reporterName {
	max-width: 185px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
/* live infowindows*/
.infowindow {
	max-width: 250px;
	margin-top: -10px;
}
.infowindow h3 {
	text-overflow: ellipsis;
	overflow: hidden;
	/*width: 276px; */
	max-height: 1.2em;
	white-space: nowrap;
}
.infowindow p.liveDesc {
	text-overflow: ellipsis;
	overflow: hidden;
	/*width: 276px; */
	max-height: 1.2em;
	white-space: nowrap;
}
.infowindow > .reporter {
	width: 100%;
	padding: 10px;
	padding-top: 0px;
}
.infowindow > .reporter > img {
	width: 35px;
	border-radius: 50%;
}
.infowindow > .reporter > .btnViewLive {
	float: right;
	margin-top: 6px;
	margin-left: 10px;
}
.infowindow > .reporter > .reporterName {
	max-width: 185px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	width: 100%;
}
.modalnewsdetail p {
	margin-top: 15px;
	text-align: justify;
}
.modalnewsdetail .socialBar {
	background-color: #605ca8;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
}
.modalnewsdetail .socialBar > .left {
	line-height: 40px;
	display: inline-block;
	float: left;
}
.modalnewsdetail .socialBar > .right {
	line-height: 40px;
	display: inline-block;
	float: right;
}
.modalnewsdetail .socialBar > .right > a {
	color: #fff;
	margin: 0px 5px;
}
.modalnewsdetail .socialBar > .right > a:hover {
	opacity: 0.7;
}
.modalnewsdetail .reporter {
	width: 100%;
	padding: 10px;
}
.modalnewsdetail .reporter > img {
	width: 35px;
	border-radius: 50%;
}
.review .reviewarea {
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 0px;
}
.reviewHeadline {
	background-color: #605ca8;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	line-height: 40px;
}
 .review .reviewarea::-webkit-scrollbar {
 width: .3em;
}
 .review .reviewarea::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 .review .reviewarea::-webkit-scrollbar-thumb {
 background-color: darkgrey;
}
.review .reviewarea .media {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.review .reviewarea .media .media-body {
	font-size: 14px;
}
.main-header .navbar-custom-menu {
	display: inline-block;
}
/* place */
.placeIcon {
	width: 16px;
	height: 16px;
	margin-left: 2px;
	margin-right: 2px;
}
.placeTypeName {
	float: right;
	max-width: 120px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}
#placeTypeNameModal {
	float: right;
	max-width: 300px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}
.typeName {
	max-width: 200px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}
/*==== BEGIN Loading =====*/
.modalLoading {
	background-color: rgba(1, 1, 1, 0.49);
}
.modalLoading > .modal-dialog {
	height: calc(100% - 60px);
	display: table;
	width: 100%;
}
.modalLoading > .modal-dialog > .loadingImg {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	margin: auto;
}
.modalLoading > .modal-dialog > .loadingImg > p {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.69);
}
.spinner {
	height: 120px;
	width: 120px;
	margin: 94px auto 0 auto;
	position: relative;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left: 14px solid rgba(0, 174, 239, .15);
	border-right: 14px solid rgba(0, 174, 239, .15);
	border-bottom: 14px solid rgba(0, 174, 239, .15);
	border-top: 14px solid rgba(0, 174, 239, .8);
	border-radius: 100%;
}
 @-webkit-keyframes rotation {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(359deg);
}
}
 @-moz-keyframes rotation {
 from {
 -moz-transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(359deg);
}
}
 @-o-keyframes rotation {
 from {
 -o-transform: rotate(0deg);
}
 to {
 -o-transform: rotate(359deg);
}
}
 @keyframes rotation {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(359deg);
}
}
/*==== END Loading =====*/

.img-circle {
	width: 100px;
	height: 100px;
}
/* place2 */
.place2 {
	padding-top: 0px !important;
}
.place2content {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px;
}
.sidebarmenuDetail {
	margin: 0px;
	padding: 0px;
}
.sidebarmenuDetail > li {
	padding-left: 10px;
}
/*===== Survey List ===== */
.btn-survey-list {
	border-radius: 50%;
	background-color: #f49336;
	margin: 0px;
	padding: 5px;
	width: 34px;
	height: 34px;
	color: rgba(255, 255, 255, 0.53);
	border: none;
	float: right;
}
.btn-survey-list:hover {
	background-color: rgba(96, 96, 159, 0.81);
}
ul.modalSurveySummary {
	list-style: none;
	padding: 0px;
}
ul.modalSurveySummary > li {
	background-color: rgba(0,0,0,0.1);
	padding: 0px 10px;
}
ul.modalSurveySummary > li:nth-child(even) {
	background-color: rgba(0,0,0,0.15)
}
ul.modalSurveySummary > li > img {
	height: 45px;
	padding-right: 15px;
}
ul.modalSurveySummary > li > span {
	font-size: 18px;
}
.SurveySummarysum {
	padding: 5px 15px;
	background-color: #a5ccba;
	text-align: center;
}
.adminSurveyArea {
	float: left;
	width: 100%;
}
.adminSurveyArea .serveyContentArea {
	background-color: rgba(0,0,0,0.1);
	border-top: 4px solid #f49336;
	padding-top: 15px;
	padding-bottom: 15px;
}
.adminSurveyArea .tabbtn.active {
	background-color: #f49336;
}
.adminSurveyArea md-checkbox {
	display: block;
	margin-bottom: 10px;
}
.adminSurveyArea md-radio-button {
	margin-bottom: 10px;
}
.showimgThumbnailSurvey {
	margin-top: 5px;
	width: 300px;
}
.showimgThumbnailSurvey > img {
	margin-top: 10px;
	width: 100%;
	max-width: 100%;
}
.showimgThumbnailSurvey > .removeImgThumbnailSurvey {
	position: absolute;
	right: 0
}
.questionareArea.mobile .showimgThumbnailSurvey {
	max-width: calc(100% - 30px);
	display: inline;
}
.surveySaveBtnArea {
	width: 100%;
	margin-top: 10px;
	text-align: right;
	float: left;
}
.adminSurveyArea .btnTrash i.fas {
	color: #9F1215;
	font-size: 18px;
}
.nopad {
	padding: 0px;
}
/*===== Style Google Map ===== */
.pac-container.pac-logo {
	z-index: 9999;
}
/*====== Admin Style ======*/
.leftSubMenu li {
	background-color: rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.leftSubMenu li > a {
	padding: 12px 5px 12px 15px;
}
.leftSubMenu li.active > a {
	background-color: #f49336 !important;
	color: #fff !important;
}
.leftSubMenu li.active > a:hover {
	background-color: #f49336;
	color: #fff;
}
.page-header {
	border-bottom: 1px solid #bfbfbf;
}
.table-csite > thead > tr > th {
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	color: #fff;
	vertical-align : inherit;
}
.table-csite > tbody > tr > td > a {
	color: #f49336;
}
.table-csite > tbody > tr > td > a:hover {
	opacity: 0.8;
}
.table-csite > tbody > tr > td > a > i.fas {
	font-size: 20px;
}
.table-manageType> tbody > tr > td:nth-of-type(1) {
	text-align: center;
	width: 50px;
}
.table-manageType > tbody > tr > td:nth-last-of-type(n+1):nth-last-of-type(-n+3) {
	text-align: center;
	width: 50px;
}
.table-manageType > tbody > tr > td:nth-last-of-type(n+4):nth-last-of-type(-n+5) {
	text-align: center;
	width: 100px;
}
.table-member> tbody > tr > td:nth-of-type(1) {
	text-align: center;
	width: 50px;
}
.table-member > tbody > tr > td:nth-last-of-type(n+1):nth-last-of-type(-n+2) {
	text-align: center;
	width: 50px;
}
.table-memberGroup> tbody > tr > td:nth-of-type(1) {
	text-align: center;
	width: 50px;
}
.table-memberGroup > tbody > tr > td:nth-last-of-type(n+1):nth-last-of-type(-n+2) {
	text-align: center;
	width: 50px;
}


.table-news-adminmanage > tbody > tr > td:nth-of-type(n+3):nth-of-type(-n+6){
	text-align: center;
	width:100px;
}

.table-news-adminmanage > tbody > tr > td:nth-of-type(7){
	text-align: center;
	width:100px;
}

.table-editMemberGroup> tbody > tr > td:nth-of-type(1) {
	text-align: center;
	width: 50px;
}
.table-editMemberGroup > tbody > tr > td:nth-last-of-type(n+1):nth-last-of-type(-n+1) {
	text-align: center;
	width: 50px;
}




.linkBtn {
	color: #f49336 !important;
}
.linkBtn:hover {
	opacity: 0.8 !important;
}
/* ======== radio status ========= */
.segmented-control {
	width: 100%;
	position: relative;
	display: inline-block;
	border: 1px solid currentColor;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition-property: none;
	-o-transition-property: none;
	-webkit-transition-property: none;
	transition-property: none;
	-webkit-tap-highlight-color: transparent;
}
.segmented-control > input {
	position: absolute;
	left: -10000px;
	opacity: 0;
}
.segmented-control label {
	margin-bottom: 0px;
}
.segmented-control > input[type='checkbox'] ~ label {
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.segmented-control > input[type='checkbox'] ~ label:before {
	opacity: 0;
}
.segmented-control > input:disabled:nth-child(1) ~ label:nth-of-type(1) {
	opacity: 0.3;
	cursor: not-allowed;
}
.segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):before {
	opacity: 1;
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:before {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	background-color: #BDBDBD !important;
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.segmented-control > input:disabled:nth-child(2) ~ label:nth-of-type(2) {
	opacity: 0.3;
	cursor: not-allowed;
}
.segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):before {
	opacity: 1;
}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background-color: #3186a9 !important;
}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.segmented-control > input:disabled:nth-child(3) ~ label:nth-of-type(3) {
	opacity: 0.3;
	cursor: not-allowed;
}
.segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):before {
	opacity: 1;
}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
	background-color: #59b75c !important;
}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}
.segmented-control > input:disabled:nth-child(4) ~ label:nth-of-type(4) {
	opacity: 0.3;
	cursor: not-allowed;
}
.segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):before {
	opacity: 1;
	background-color: #f55549 !important;
}
.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
	-moz-transform: translateX(300%);
	-ms-transform: translateX(300%);
	-webkit-transform: translateX(300%);
	transform: translateX(300%);
}
.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
	-moz-transform: translateX(300%);
	-ms-transform: translateX(300%);
	-webkit-transform: translateX(300%);
	transform: translateX(300%);
}
.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
	-moz-transform: translateX(300%);
	-ms-transform: translateX(300%);
	-webkit-transform: translateX(300%);
	transform: translateX(300%);
}
.segmented-control > input:disabled:nth-child(5) ~ label:nth-of-type(5) {
	opacity: 0.3;
	cursor: not-allowed;
}
.segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):before {
	opacity: 1;
}
.segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
	-moz-transform: translateX(400%);
	-ms-transform: translateX(400%);
	-webkit-transform: translateX(400%);
	transform: translateX(400%);
}
.segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
	-moz-transform: translateX(400%);
	-ms-transform: translateX(400%);
	-webkit-transform: translateX(400%);
	transform: translateX(400%);
}
.segmented-control > input:disabled:nth-child(6) ~ label:nth-of-type(6) {
	opacity: 0.3;
	cursor: not-allowed;
}
.segmented-control > input:nth-child(6):checked ~ label:nth-of-type(6):after, .segmented-control > input:nth-child(6):checked ~ label:nth-of-type(6):before {
	opacity: 1;
}
.segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
	-moz-transform: translateX(500%);
	-ms-transform: translateX(500%);
	-webkit-transform: translateX(500%);
	transform: translateX(500%);
}
.segmented-control > label {
	display: inline-block;
	padding: 0 .71em;
	cursor: pointer;
	float: left;
	line-height: 3em;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	-moz-transition-property: none;
	-o-transition-property: none;
	-webkit-transition-property: none;
	transition-property: none;
	-moz-transition-duration: inherit;
	-o-transition-duration: inherit;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-moz-transition-timing-function: inherit;
	-o-transition-timing-function: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.segmented-control > label:before, .segmented-control > label:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.segmented-control > label:after {
	color: white;
	content: attr(data-value);
	text-align: center;
	padding: inherit;
	z-index: 10;
	font-style: inherit;
	text-decoration: inherit;
	font-weight: inherit;
	opacity: 0;
}
.segmented-control > label:after, .segmented-control > label {
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.segmented-control > label:before {
	content: '';
	color: inherit;
	background: currentColor;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-moz-transition-duration: inherit;
	-o-transition-duration: inherit;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-moz-transition-timing-function: inherit;
	-o-transition-timing-function: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.segmented-control > label:first-of-type:nth-last-of-type(1), .segmented-control > label:first-of-type:nth-last-of-type(1):after, .segmented-control > label:first-of-type:nth-last-of-type(1):before, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:before {
	width: 100%;
}
.segmented-control > label:first-of-type:nth-last-of-type(2), .segmented-control > label:first-of-type:nth-last-of-type(2):after, .segmented-control > label:first-of-type:nth-last-of-type(2):before, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:before {
	width: 50%;
}
.segmented-control > label:first-of-type:nth-last-of-type(3), .segmented-control > label:first-of-type:nth-last-of-type(3):after, .segmented-control > label:first-of-type:nth-last-of-type(3):before, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:before {
	width: 33.33333%;
}
.segmented-control > label:first-of-type:nth-last-of-type(4), .segmented-control > label:first-of-type:nth-last-of-type(4):after, .segmented-control > label:first-of-type:nth-last-of-type(4):before, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:before {
	width: 25%;
}
.segmented-control > label:first-of-type:nth-last-of-type(5), .segmented-control > label:first-of-type:nth-last-of-type(5):after, .segmented-control > label:first-of-type:nth-last-of-type(5):before, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:before {
	width: 20%;
}
.segmented-control > label:first-of-type:nth-last-of-type(6), .segmented-control > label:first-of-type:nth-last-of-type(6):after, .segmented-control > label:first-of-type:nth-last-of-type(6):before, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label:before {
	width: 16.66667%;
}
.segmented-control.italic, .segmented-control .italic {
	font-style: italic;
}
.segmented-control.bold, .segmented-control .bold {
	font-weight: bold;
}
.segmented-control.underline, .segmented-control .underline {
	text-decoration: underline;
}
.segmented-control.line-through, .segmented-control .line-through {
	text-decoration: line-through;
}
/*======== END RadioButton status ==========*/



/*======== slidebar News Type ==========*/
.sidebar > .newsfeedCheckbox li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidebar > .newsfeedCheckbox li.checkall {
	background-color: #00000012 !important;
	border-bottom: 1px solid #0000001f;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar > .newsfeedCheckbox li > md-checkbox {
	width: calc(100% - 25px);
	padding-left: 20px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.sidebar > .newsfeedCheckbox li > md-checkbox > .md-label {
	margin-left: 10px;
}
.sidebar > .newsfeedCheckbox > .newsfeedCheckScroll {
	height: calc(100vh - 225px);
	overflow: auto;
}
.sidebar > .livelist {
	height: calc(100vh - 150px);
	overflow: auto;
}
md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
	color: #f49336;
}
md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
	background-color: #f49336;
}
.btnRightArea {
	text-align: right;
}

@media (max-width: 991px) {
.btn-tools {
	margin-bottom: 10px;
}
.btnLeftArea {
	text-align: center;
}
.btnRightArea {
	text-align: center;
}
.btnRightArea .btn-group button.tabbtn {
	letter-spacing: 0.5px;
	font-size: 12px;
}
}
/*======= News feed Thumbnail ========*/
.newsfeedThumbnail {
	width: 100%;
	height: 175px;
}
.newsfeedThumbnail > .nfBg {
	background-size: cover;
	background-position: center;
	height: 100%;
	width: calc(100% - 34px);
	position: absolute;
	opacity: 0.6;
}
.newsfeedThumbnail > .nfImage {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: calc(100% - 34px);
	height: 100%;
}
.login-logo, .register-logo {
	margin-bottom: 0px;
	background-color: #4b4b7c;
	color: #fff;
}
.login-box, .register-box {
	box-shadow: 0px 0px 2px 1px #0000003b;
}
.footerBtnArea {
	text-align: right;
	border-top: 1px solid #bfbfbf;
	padding: 15px 0px;
}
/*===== Add post Image VDO Style Image Box  =======*/

.addpostimgvdo .slick-track {
	width: 100% !important;
}
.addpostimgvdo .slick-arrow {
	display: none !important;
}
.addpostimgvdo .slick-slide {
	width: 200px !important;
	margin: 5px;
	background-color: #00000014;
	min-height: unset;
}
.addpostimgvdo .previewImage > .closeObj {
	width: 100%;
	text-align: right;
	padding: 5px;
}
.addpostimgvdo .previewImage > .closeObj > a {
	color: rgba(255,0,4,0.69);
}
.addpostimgvdo .boxImage {
	height: 200px;
	width: 200px;
}
.addpostimgvdo .previewImage {
	width: 200px;
	height: 200px;
	background-position: center;
	background-size: cover;
}
.profileEditImageArea > .imageEdit > .image > img {
	width: 100%;
}
/*====== RATING =======*/

.rating {
	border: none;
	float: left;
	margin-right: 15px;
}
.rating > input {
	display: none;
}
.rating > label:before {
	margin: 0px 1px;
	font-size: 1.25em;
	font-family: Font Awesome\ 5 Free;
	display: inline-block;
	content: "\f005";
}
.rating > .half:before {
	content: "\f089";
	position: absolute;
}
.rating > label {
	color: #ffffff61;
	float: right;
	margin: 0px 2px;
}
/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */ .rating:not(:checked) > label:hover, /* hover current star */ .rating:not(:checked) > label:hover ~ label {
	color: #EEC069;
} /* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */ .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, /* lighten current selection */ .rating > input:checked ~ label:hover ~ label {
	color: #d1a043;
}
/* rating fix ------------- */


.ratingFix > span:before {
	margin: 0px 2px;
	font-size: 1em;
	font-family: Font Awesome\ 5 Free;
	display: inline-block;
	content: "\f005";
}
.ratingFix > span:first-child:before {
	margin-left: 0px;
}
.ratingFix > span.active:before {
	color: #d1a043;
}
/*Member Setting*/
.checkallTypeArea {
	width: 100%;
	padding: 15px;
	background-color: rgba(0,0,0,0.3);
}
.checkallTypeArea > md-checkbox {
	margin: 0px;
}
.checkTypeArea {
	width: 100%;
	padding: 15px;
	background-color: rgba(0,0,0,0.1);
	float: left;
}
.inlineformgroupSet {
	padding: 3px;
	background: rgba(0,0,0,0);
	margin-bottom: 5px;
}
.input-group.inlineformgroupSet .input-group-addon {
	background-color: transparent;
}
.memberSettingSubTab {
	padding: 15px;
	background: rgb(75, 75, 124) !important;
	color: #fff;
	margin-bottom: 15px;
}
.memberSettingSubTab md-tab-item.md-tab {
	color: rgba(255,255,255,0.5);
}
.memberSettingSubTab md-tab-item.md-tab.md-active {
	color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.memberSettingSubTab md-tabs-content-wrapper {
	background-color: rgb(250,250,250);
	overflow: hidden !important;
}
md-select {
	margin: 0px;
}
.md-select-value {
	min-height: 20px;
	border-bottom-color: transparent !important;
}
.inputgroupMdCheckbox {
	width: 100%;
}
.inputgroupMdCheckbox .mdChkboxGroup {
	width: 145px;
}
.inputgroupMdCheckbox .mdChkboxGroup md-checkbox {
	margin: 0px;
}
.inputgroupMdCheckbox .mdChkboxGroup md-checkbox .md-label {
	padding-top: 3px;
}
.not-active {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
}
.pull-right {
	float: right;
}
.paginationTbl {
	height: 40px;
	margin: 20px 0;
}
.paginationTbl ul {
	display: inline-block;
*display:inline;
*zoom:1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.paginationTbl ul>li {
	display: inline;
}
.paginationTbl ul>li>a, .paginationTbl ul>li>span {
	float: left;
	padding: 0 14px;
	line-height: 38px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}
.paginationTbl ul>li>a:hover, .paginationTbl ul>.active>a, .paginationTbl ul>.active>span {
	background-color: #f5f5f5;
}
.paginationTbl ul>.active>a, .paginationTbl ul>.active>span {
	color: #999999;
	cursor: default;
}
.paginationTbl ul>.disabled>span, .paginationTbl ul>.disabled>a, .paginationTbl ul>.disabled>a:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
}
.paginationTbl ul>li:first-child>a, .paginationTbl ul>li:first-child>span {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.paginationTbl ul>li:last-child>a, .paginationTbl ul>li:last-child>span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.paginationTbl-centered {
	text-align: center;
}
.paginationTbl-right {
	text-align: right;
}

/* tab slide */
@media (max-width:767px) {
.main-sidebar {
	-webkit-transition: .3s ease-in-out !important;
	-moz-transition: .3s ease-in-out !important;
	-o-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
}
.slide-show {
	transform: translate(0px, 0) !important;
	-webkit-transform: translate(0px, 0) !important;
	-ms-transform: translate(0px, 0) !important;
	-o-transform: translate(0px, 0) !important;
}
.slide-hide {
	transform: translate(-300px, 0) !important;
	-webkit-transform: translate(-300px, 0) !important;
	-ms-transform: translate(-300px, 0) !important;
	-o-transform: translate(-300px, 0) !important;
}
}

/*
md-content.md-default-theme, md-content,md-tabs{
 overflow: unset;
}
md-content{
 position: static;
}
*/

@media (max-width:767px) {
	.main-header .logo, .main-header .navbar {
		float: left;
	}
	.mainmenuCsite {
		float: left;
	}
	.sidebar-toggle {
		float: left;
	}
	.navbar-form.navbar-left {
		float: left;
	}
	 .renewpw-box {
	width:800px;
	margin:7% auto;
	}
}
.pagination {
	margin : 0px;
	float : right;
}
.pagination-page.active > a {
	background-color: #f49336;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #f49336;
	border-color: #f49336;
}
/* cthink css */
.mapPinDetail {
	position: absolute;
	bottom: 0;
	margin: 10px;
	background: rgba(255,255,255,0.9);
	padding: 10px;
}
.mapPinDetail ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
.commentEditStyle > h4 {
	display: inline-block;
}
.commentEditStyle > button.editbtn {
	display: inline-block;
	height: 2em;
	float: right;
	cursor: pointer;
	padding: 0px;
	background: none;
	border: none;
}
.commentEditStyle > button.editbtn > img {
	height: 100%;
}
.commentImage {
	height: 100%;
	width: 100%;
}
.contactAddress h4 {
	color: #4b4a7e;
}
.contactAddress div {
	margin: 5px 0px;
}
.contactAddress div > i.fa {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background-color: #4b4a7e;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
}
.contactAddress div > span {
	width: calc(100% - 40px);
	display: inline-block;
	vertical-align: middle;
}
.alertNotify {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 300px;
	z-index: 9999;
	opacity: 0.8;
	transition: all 0.5s ease;
}
.hashtagArea {
	width: 100%;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.hashtagArea > span {
	border-radius: 5px;
	padding: 1px 6px;
	background-color: #f6902a;
	color: #fff;
}
.hashtagArea > span > a.remove {
	color: #fff;
}
.hashtagArea > span > a.remove:hover {
	opacity: 0.7;
}
.iconPositionGray {
	color : rgba(192, 192, 192, 1);
}
.msgBox {
	/*border: 0.3px solid #f49336;*/
	text-align : center;
}
/*
.tableSurvey > tbody > tr:nth-child(odd) {
	background-color: #f2f2f2;
}
*/



/* SURVEY ANSWER*/
.questionareArea {
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
	background-color: rgba(109, 109, 153, 0.3);
}
.questionareArea.mobile {
	min-height: 100vh;
}
.headlineLogoQuestionare {
	width: 100%;
	height: 300px;
	background-color: #6D6D99;
	background-image: url(../image/questionare/bg.png);
	background-position: center bottom;
	background-size: auto;
	background-repeat: repeat-x;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
}
.headlineLogoQuestionare img {
	margin-top: 15px;
	max-height: 80%;
}
.questionareArea.mobile .headlineLogoQuestionare {
	height: 150px;
}
.questionareArea .questionareDetail {
	background-color: rgba(255,255,255,0.8);
	border-radius: 20px;
	margin-top: -40px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.questionareArea.mobile .questionareDetail {
	border-radius: 0px;
	margin-top: 0px;
}
.questionareArea.mobile .surveySaveBtnArea {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: rgb(109, 110, 155);
	padding: 5px 15px;
	text-align: center;
}
.questionareArea.mobile .surveySaveBtnArea .btn-link {
	color: #fff;
	font-size: 20px;
}
.questionareArea .questionareDetail img {
	max-width: 100%;
}
.questionareArea .questionareDetail .Headline .showimgHeaderSurvey img {
	width: 100%;
}
.questionareArea .questionareDetail .Headline {
	border-bottom: 2px solid rgba(0,0,0,0.1);
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.questionareArea .questionareDetail .questionArea {
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 5px #0000006e;
}
.questionareArea .questionareDetail .questionArea:nth-of-type(even) {
	background-color: rgba(207, 208, 222, 0.7);
}
.questionareArea .questionareDetail .questionArea:nth-of-type(odd) {
	background-color: rgba(207, 208, 222, 0.3);
}
.questionareArea .questionareDetail .questionArea > h3 {
	font-weight: bold;
}
.questionareArea .questionareDetail .questionArea .showimgHeaderSurvey {
	margin-bottom: 15px;
}
.questionareArea .questionareDetail .questionArea .ansArea {
	background-color: rgba(255,255,255,0.5);
	padding: 15px;
	border-radius: 0px 0px 15px 15px;
	margin-top: 15px;
}
.questionareArea .questionareDetail .questionArea .ansArea .ansList {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 0px;
}
.questionareArea .questionareDetail .questionArea .ansArea .ansList:nth-last-of-type(1) {
	border-bottom: 0px;
}
.questionareArea .questionareDetail .questionArea .showimgThumbnailSurvey {
	margin: 0px;
}
.questionareArea .questionareDetail .questionArea .showimgThumbnailSurvey img {
	margin: 0px;
}
.questionareArea .questionareDetail .questionArea .showimgThumbnailSurvey.uploadimg img {
	margin-top: 10px;
}
.questionareArea .questionareDetail .questionArea md-radio-button .md-container, .questionareArea .questionareDetail .questionArea md-checkbox .md-container {
	top: 10px;
}
.questionareArea .questionareDetail .questionArea .ansArea .table-responsive {
	box-shadow: 0px 0px 5px #00000038;
}
.questionareArea .questionareDetail .questionArea .ansArea .table-responsive .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #daddec;
}
.questionareArea .questionareDetail .questionArea .ansArea .table-responsive .table-striped>tbody>tr:nth-of-type(even) {
	background-color: #eaecf7;
}
.tableChoose2head tbody > tr > td {
	text-align: center;
}
.tableChoose2head tbody > tr:nth-of-type(1) td {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}
.tableChoose2head tbody > tr > td:nth-of-type(1) {
	background-color: rgba(0,0,0,0.8);
	text-align: right;
	color: #fff;
}
.tableChoose2head md-radio-button {
	position: static;
	margin: 0px;
	padding-top: 10px;
}
.tableChoose2head md-radio-button .md-container {
	position: static;
	margin: 0px;
	text-align: center;
}
.ansBlock > span {
	border-radius: 5px;
	padding: 1px 6px;
	background-color: #4682B4;
	color: #fff;
	display: inline-block;
}
.ansBlock > span > a.remove {
	color: #fff;
}
.ansBlock > span > a.remove:hover {
	opacity: 0.7;
}
.showimgHeaderSurveyM {
	padding : 0px;
	padding-bottom : 10px;
}
.showimgHeaderSurveyM > img {
	width: 100%;
}
.showimgThumbAns {
	width: 300px;
}
.showimgThumbAns > img {
	width: 100%;
}
.showimgThumbAns > .removeImgThumbnailSurvey {
	position: absolute;
	right: 0
}
.surveySummaryModalArea {
}
.surveySummaryModalArea .surveySummaryHeadList {
	background: #605ca8;
	color: #fff;
	display: block;
	margin: 0px;
	padding: 15px;
	border-radius: 15px 15px 0 0;
}
.surveySummaryModalArea .surveySummaryList {
	background: rgba(0,0,0,0.1);
	padding: 15px;
	border-radius: 0 0 15px 15px;
	margin-bottom: 15px;
	display: block;
	text-align: left;
}
/*------------------------ tow lens 70 30 */

.top_area{
	width:100%;
	height:50px;
	background-color: #f49336;
	padding:5px 15px;
}
.top_area > .logo{
	display: inline-block
}

.top_area > .logo > img{
	height:40px;
}
.top_area > .date_time{
	float:right;
	display: inline-block;
		    line-height: 40px;
    color: #fff;
}


.tow_lens {
	float: left;
	width: 100%;
	/*height: 100vh;*/
	overflow: hidden;
	
}
.tow_lens ::-webkit-scrollbar {
 width: 0px;
}

.tow_lens > div{
	 -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
	
}




.tow_lens .w100.left_area {
	width: calc(100% - 5px) !important;
}
.tow_lens .w100.left_area_explore {
	width: calc(100% - 5px) !important;
}
.tow_lens .w100.right_area {
	width: calc(100% - 35px) !important;
}
.tow_lens .w100.right_area_explore {
	width: calc(100% - 35px) !important;
}

.tow_lens .w100.btn_slide_area{
	right: calc(100% - 40px) !important;
	width: unset !important;
}


.tow_lens .w0.left_area  {
	width: 35px !important;
}
.tow_lens .w0.left_area_explore  {
	width: 35px !important;
}
.tow_lens .w0.right_area  {
	width: 5px !important;
}.tow_lens .w0.right_area_explore  {
	width: 5px !important;
}
.tow_lens .w0.btn_slide_area{
	right: 0px !important;
	width: unset !important;
}



.tow_lens .w65 {
	width: 65% !important;
}
.tow_lens .w35 {
	width: 35% !important;
}
.tow_lens .w35.btn_slide_area{
	right: calc(35% - 5px) !important;
	width: unset !important;
}

.tow_lens .w0 {
	width: 50px !important;
}


.tow_lens .hide {
	display: none !important;
	
}



.tow_lens > .left_area {
	width: 65%;
	height: calc(100%);
	/*height: calc(100% - 50px);*/ /*for show header*/
	display: inline-block;
	float: left;
	
}
.tow_lens > .left_area ng-map {
	height: 100% !important;
}

.tow_lens > .left_area_explore {
	width: 65%;
	height: calc(100%); /*for hide header*/
	/*height: calc(100% - 40px);*/ /*for show header*/
	display: inline-block;
	float: left;
	padding-top: 80px;
}
.tow_lens > .left_area_explore ng-map {
	height: 100% !important;
}



.tow_lens .tools_area {
	width: 100%;
    position:sticky;
	position: -webkit-sticky;
	bottom: 0;
	padding: 5px 15px;
	background-color: rgba(0,0,0,0.55);
}

.tow_lens .tools_switch_theme_area{
	position:sticky;
	position: -webkit-sticky;
	bottom: 55px;
	padding-left:15px;
	text-align: center;
}

.tow_lens .tools_switch_theme_area > .btn_area{

	width:35px;
	height:35px;
	line-height: 35px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50%;
	
}
.tow_lens .tools_switch_theme_area > .btn_area > .fa-map{
	font-size: 18px;
	line-height: 32px;
}

.tow_lens .tools_area .setting_area, .tow_lens .tools_area .newnews_area, .tow_lens .tools_area .resetdate_area {
	display: inline-block;
	/*background-color: #8a8fd4;*/
	background-color: #bfbfbf;
	padding: 5px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}
.tow_lens .tools_area .setting_area:hover, .tow_lens .tools_area .newnews_area:hover, .tow_lens .tools_area .resetdate_area:hover {
	opacity: 0.6;
}
.tow_lens .tools_area .newnews_area {
	/*background-color: rgba(29,163,78,0.80);*/
	background-color: #bfbfbf;
}
.tow_lens .tools_area .datechoose_area {
	display: inline-block;
	width: calc(100% - 125px);
	padding: 0px 15px;
}
.tow_lens .tools_area .datechoose_area md-slider.md-default-theme .md-thumb:after, .tow_lens .tools_area .datechoose_area md-slider .md-thumb:after {
	border-color: rgb(121,134,203);
	background-color: rgb(121,134,203);
}
.tow_lens .tools_area .datechoose_area md-slider.md-default-theme .md-track.md-track-fill, .tow_lens .tools_area .datechoose_area md-slider .md-track.md-track-fill {
	background-color: rgb(121,134,203);
}
.tow_lens .tools_area .datechoose_area md-slider.md-default-theme .md-track, .tow_lens .tools_area .datechoose_area md-slider .md-track {
	background-color: rgba(255,255,255,0.38);
}
.tow_lens .tools_area .datechoose_area md-slider {
	height: 32px;
}

.tow_lens .tools_area .rzslider{
	margin: 4px 0 15px 0;
}

.tow_lens .tools_area .rzslider .rz-pointer{
	/*background-color:  rgb(121,134,203);*/
	background-color: #bfbfbf;
}

.tow_lens .tools_area .rzslider .rz-bubble{
	bottom: 23px;
}
.tow_lens .tools_area .rzslider .rz-pointer.rz-active:after{
	background-color: #ffffff;
}




.tow_lens .tools_area i.fas {
	font-size: 25px;
	color: rgba(255,255,255,0.8);
	display: inline-block;
}
.tow_lens > .right_area {
	width: 35%;
	/*height: calc(100% - 50px);*/ /*for show header*/
	height: calc(100%);
	display: inline-block;
	float: left;
}.tow_lens > .right_area_explore {
	width: 35%;
	/*height: calc(100% - 50px);*/ /*for show header*/
	height: calc(100%); /*for hide header*/
	display: inline-block;
	float: left;
	padding-top: 80px;
}
.tow_lens .new_list {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	/*border-left:5px solid  #6338E3;*/
	/*border-left: 5px solid #8a91d2;*/
	border-left: 5px solid #bfbfbf;
	background-color: #212121;
}
.tow_lens .new_list > div > .new_detail {
	width:48%;
	height:200px;
	position: relative;
	display: inline-block;
	float: left;
	cursor: pointer;
	/*border: 1px solid #878fd1;*/
	border: 1px solid #bfbfbf;
}
.tow_lens .new_list > div > .new_detail:hover {
	opacity: 0.7;
}

.tow_lens .new_list > div > .new_detail > .active {
	position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    font-size: 4em;
    display: inline-block;
    color: rgba(238, 147, 26, 1);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	display:none;
}
.tow_lens .new_list > div > .new_detail > .active.show {
    display: inline-block;
}





.tow_lens .new_list > div > .new_detail > .new_thumbnail {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.tow_lens .new_list > div > .new_detail > .new_thumbnail > .live_thumbnailicon {
	width: 30%;
	height: 30%;
	background-image: url(../image/liveiconthumbnail.png);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	
}



.tow_lens .new_list > div > .new_detail_live {
	width:48%;
	height:200px;
	position: relative;
	display: inline-block;
	float: left;
	cursor: pointer;
	/*border: 1px solid #878fd1;*/
	border: 1px solid #bfbfbf;
}
.tow_lens .new_list > div > .new_detail_live:hover {
	opacity: 0.7;
}
.tow_lens .new_list > div > .new_detail_live > .new_thumbnail {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.tow_lens .new_list > div > .new_detail_live > .new_thumbnail > .live_thumbnailicon {
	width: 30%;
	height: 30%;
	background-image: url(../image/liveiconthumbnail.png);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
}

.tow_lens .new_list > div > .new_detail > .new_thumbnail > .video_thumbnailicon {
	padding:4px;
	
}
.tow_lens .new_list > div > .new_detail > .new_thumbnail > .video_thumbnailicon > .video_icon_area {
	    width: 30px;
    height: 30px;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px #0000003b;
	
}

.tow_lens .new_list > div > .new_detail > .new_thumbnail > .video_thumbnailicon > .video_icon_area > .fas.fa-video{
	font-size: 14px;
    line-height: 30px;
   color: rgba(0, 0, 0, 0.52);
}


.tow_lens .new_list .short_detail {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.58);
	color: #fff;
	font-size: 14px;
	padding: 0px 5px;
	line-height: 1.5em;
    height: 3em;
    overflow: hidden;
	/*
	line-height: 1.5em;
    height: 3em;
    overflow: hidden;
	*/
}
.tow_lens .btn_slide_area {
	position: absolute;
	/*background-color: #8a91d2;*/
	background-color: #bfbfbf;
	padding: 15px 5px 15px 8px;
	top: 45%;
	z-index: 1;
	/*margin-left: -37px;*/
	right:calc(35% - 5px);
	color: #fff;
	border-radius: 20px 0px 0px 20px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.tow_lens .btn_slide_area > div > i.fas {
	font-size: 20px;
	padding: 10px 0px;
}
.tow_lens .btn_slide_area > div {
	cursor: pointer;
}
.tow_lens .btn_slide_area > div:hover {
	opacity: 0.6;
}


.full_overlay_modal .modal-dialog {
	width: calc(100% - 50px);
}


.full_overlay_modal .modal-body {
	display: inline-block;
	width : 100%;
}
.full_overlay_modal .modal-body button.close {
	position: absolute;
    right: 7px;
    top: 7px;
    z-index: 1;
}

.full_overlay_modal .reporter {
	width: 100%;
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.3);
	background-color: #8a91d261;
	border-top: 0px;
	display: table;
	border-radius: 0px 0px 10px 10px;
}
.full_overlay_modal .reporter .profileimg {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	display: table-cell;
}
.full_overlay_modal .reporter span {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
.full_overlay_modal .content {
	padding: 10px;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid rgba(0,0,0,0.3);
	max-height: calc(100vh - 220px);
	overflow: auto;
}
.full_overlay_modal .content::-webkit-scrollbar {
 width: 0px;
}
.full_overlay_modal .slide_inmodal {
	height: calc(100vh - 98px);
	float: left;
	overflow: hidden;
	    width: 100%;
}

.full_overlay_modal .slide_inmodal .carousel-inner , .full_overlay_modal .slide_inmodal .carousel-inner > .item {
	width: 100%;
	height:100%;
	    background-color: #fff;
}

.full_overlay_modal .slide_inmodal img {
	width: 100%;
	height:100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.full_overlay_modal .slide_inmodal .carousel-indicators{
	margin-bottom: 0px;
	bottom: 5px;
}

.modal.setting_popup md-checkbox{
	margin-left:30px;
}
.modal.setting_popup md-checkbox.checkAll{
	margin-left:0px;
}
.modal.setting_popup .modal-content{
	background-color: rgba(255,255,255,0.9);
}
.modal.setting_popup .modal-header{
	border-bottom-color: rgb(121,134,203);
}




@media screen and (max-width: 992px){
	.top_area > .date_time{
		font-size: 11px;
		width: 80px;
		word-break: inherit;
		line-height: 12px;
		position: absolute;
		right: 0;
		top: 12px;
	}

	
	.tow_lens > div{
		 -webkit-transition: height 0.5s ease-in-out;
		-moz-transition: height 0.5s ease-in-out;
		-o-transition: height 0.5s ease-in-out;
		transition: height 0.5s ease-in-out;

	}

	.tow_lens .w100.left_area {
		height: calc(100% - 54px) !important;
		width:100% !important;
	}
	.tow_lens .w100.left_area_explore {
		height: calc(100% - 54px) !important;
		width:100% !important;
	}
	.tow_lens .w100.right_area {
		height: calc(100% - 35px) !important;
		width:100% !important;
	}
	.tow_lens .w100.right_area_explore {
		height: calc(100% - 35px) !important;
		width:100% !important;
	}

	.tow_lens .w0.left_area  {
		height: 35px !important;
		width:100% !important;
	}
	.tow_lens .w0.left_area_explore  {
		height: 35px !important;
		width:100% !important;
	}
	.tow_lens .w0.right_area  {
		height: 5px !important;
		width:100% !important;
	}
	.tow_lens .w0.right_area_explore  {
		height: 5px !important;
		width:100% !important;
	}

	.tow_lens .w65 {
		height:65% !important;
		width:100% !important;
	}
	.tow_lens .w35 {
		height: calc(35% - 34px) !important;
		width:100% !important;
	}
	.tow_lens .w0 {
		height: 50px !important;
		width:100% !important;
	}


	.tow_lens .hide {
		display: none !important;

	}
	
.tow_lens .btn_slide_area{
	display: none;
}

	.tools_area {
		display: none;
	}
	.tow_lens > .left_area {
		width: 100%;
    	height: 65%;
	}
	
	.tow_lens > .left_area_explore {
		width: 100%;
    	height: 65%;
	}
	
	.tow_lens > .right_area {
		width: 100%;
    	/*height: calc(35% - 34px);*/ /*for show header*/
    	height: calc(35%);
	}
	.tow_lens > .right_area_explore {
		width: 100%;
    	height: calc(35%); /*for show header*/
	}
	
	.tow_lens .btn_slide_area {
		position: absolute;
		padding: 0px 7px 0px 7px;
		left: 0;
		z-index: 1;
		color: #fff;
		border-radius: 10px 10px 0px 0px;
		top: unset;
		margin-top: -30px;
		margin-left:15px;
	}
	
	.tow_lens .btn_slide_area > div {
		display: inline-block;
	}
	.tow_lens .new_list {
		border-left: 0px;
		border-top: 5px solid #8a91d2;
	}
	
	.tow_lens .btn_slide_area > div > i.fas {
		font-size: 20px;
		padding: 5px 3px;
	}
	
	
	.full_overlay_modal .modal-dialog{
		width:auto !important;
	}
	.full_overlay_modal .slide_inmodal{
		float:none;
		height: 300px;
	}
	.full_overlay_modal .content{
		    margin-top: 15px; 
		height: auto;
		min-height: unset; 
		max-height: unset;
	}
	.tow_lens .new_list > .list_detail{
		width:max-content;
		/*height:100%;*/ /*for show header*/ 
		height: calc(100% + 16px);
		overflow-x: auto;
    	overflow-y: hidden;
		
	}
	.tow_lens .new_list > div > .new_detail{
		width: 300px ;
	}
	
	.tow_lens .new_list > div > .new_detail_live{
		width: 300px;
	}
	
	.tow_lens .new_list {
		overflow-x: auto;
		height : auto; /*for show header*/
	}
	
	.full_overlay_modal .modal-body button.close {
		right: 3px;
		top: 3px;
	}
	
	
	
}
	
	


/*===== BOUNCE ANIMATE ======*/

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}




.viewVdo {
	margin-right: auto;
	margin-left: auto;
	display:block;
	width:75%;
	height:100%;
}


.tow_lens .map_theme_area {
	width: 100%;
    position: sticky;
	bottom: 0;
	padding: 5px 15px;
	background-color: rgba(0,0,0,0.55);
}

/*morningnews ipad modal*/
.detail_post_modal {
	white-space: pre-line;
}

/*
#livemodalBody , #livemodalBody .fb-video , #livemodalBody .fb-video > span  , #livemodalBody .fb-video > span > iframe{
	width:100% !important; 
	height:100% !important;
}
#livemodalBody{
height:calc(100vh - 100px) !important;
}

*/

.ans_survey_box {
	padding-left : 15px;
	padding-bottom : 15px;
}

.zindex {
  z-index: 99000 !important;
}


.content.survey_explore{
	
}


.content.survey_explore > .suevey_no{
	background-color:rgba(211, 213, 239, 0.8);
    padding: 5px 10px;
    border-radius: 10px;
	margin-bottom: 10px;
}
.content.survey_explore > .suevey_no:nth-of-type(even){
	background-color: rgba(211, 213, 239, 0.5);
}

.content.survey_explore > .suevey_no > .question_text{
	
}
.content.survey_explore > .suevey_no > .question_text > .question_no{
	width:30px;
}
.content.survey_explore .ans_survey_box{
	    padding-left: 24px;
}

/* fix slideshow color+shadow */
.carousel-control .glyphicon-chevron-right{
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.carousel-control .glyphicon-chevron-left{
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.carousel-indicators > li{
	border-color:#848484;
}

.carousel-indicators > .active{
	background-color:#d8d8d8;
}

.btn:hover, .btn:focus {
	color : #fff;
}

.kmlfile_name_box {
	padding: 6px 12px;
    color: #fff;
    background-color: #5f5ca8;
    vertical-align: middle;
    font-size: 15px;
}

.download.kmlfile_name_box{
	background-color:#00a65a;
	cursor:pointer;
}
.download.kmlfile_name_box:hover{
	background-color:#008d4c;
}
.download.kmlfile_name_box + .kmlfile_remove{
	background-color:#616161;
	cursor:pointer;
}
.download.kmlfile_name_box + .kmlfile_remove:hover{
	background-color:#585858;
}

.kmlfile_remove{
	background-color: #322e7b;
	padding: 6px 12px;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
}

.kmlfile_remove:hover{
	background-color: #1c1950 ;

}

.btn-admin-catName > i{
	width: 100%;
    text-align: center;
    font-size: 16px;
	display: block;
}












.imgCropper-wrapper {
  margin: 3rem auto 0 auto;
  max-width: 40rem;
  text-align: center;
  width: 100%;
}

.frame {
  border: 2px solid #FFFFFF;
  margin-bottom: 20px;
}

.frame > img {
  width: 100%;
}

#controls button {
  margin: 0 5px;
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  min-width: 2em;
  font-size: 16px;
  line-height: 30px;
  transition: background 200ms ease-out;
}

#controls button:hover {
  background: #2196F3;
}

.result {
  clear: both;
  margin-top: 50px;
}
  .result img { width: 80%; }

.github-link {
  display: block;
  position: absolute;
  top: 3em;
  right: -6.5em;
  padding: 1em;
  width: 20em;
  text-align: center;
  background-color: #FFFFFF;
  text-transform: uppercase;
  font-size: .7em;
  color: #393939;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.imgCropper-controls {
  background: #FAFAFA;
  tet-align: center;
}
button {
  margin: 0;
  padding: 0.8rem 1rem;
  background: transparent;
  border: none;
  display: inline-block;
  font-size: 1.5rem;
}
button:focus,
button:hover {
  color: #4371D0;
  cursor: pointer;
  outline: none;
}

.edit_post_img {
	position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    color: #ffffff;
    background-color: #615da9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.edit_post_img:hover {
	opacity: 0.5;
}

.edit_post_img i {
	font-size: 16px;
	line-height: 30px;
}

.rotate_item_area {
	position: absolute;
    bottom: 3px;
    right: 45%;
    left: 45%;
    font-size: 20px;
	width:100%;
}

.close_img_rotate {
	position: absolute;
    top: 3px;
    right: 5px;
    font-size: 20px;
}

.bg_rotate_itemarea {
	position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    width: -webkit-fill-available;
    height: 35px;
}

.bg_rotate_itemarea > .rotate_item_area > .rotate_item_btn{
	color:#fff;
}
.bg_rotate_itemarea > .rotate_item_area > .rotate_item_btn:hover{
	opacity: 0.6
}
.edit-image-rotate-area{
	width:100%
}
.close_img_rotate > .close_item_btn{
	color:#fff;
}
.close_img_rotate > .close_item_btn:hover{
	opacity: 0.6
}
.bg_rotate_itemarea{
	
}

.edit_post_img_box{
	border-style: solid;
    border-width: thin;
    border-color: rgb(250,250,250);
	background-color: rgba(0, 0, 0, 0.91);
	max-width : 870px;
	max-height : 470px;
}

.edit_survey_img_box{
	border-style: solid;
    border-width: thin;
    border-color: rgb(250,250,250);
	background-color: rgba(0, 0, 0, 0.91);
	max-width : 870px;
	max-height : 1200px;
}

.dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
}

.app-modal-window .modal-dialog {
  width: 90%;
}


/*===== Font Style Morning News ======= */

@font-face {
    font-family: 'CSPraJad';
    src: url('../font/THSarabun.ttf');
}
@font-face {
    font-family: 'CSPraJad';
     src: url('../font/prajad/CSPraJad-bold.eot?#iefix') format('embedded-opentype'),  url('../font/prajad/CSPraJad-bold.otf')  format('opentype'),
	     url('../font/prajad/CSPraJad-bold.woff') format('woff'), url('../font/prajad/CSPraJad-bold.ttf')  format('truetype'), url('../font/prajad/CSPraJad-bold.svg#CSPraJad-bold') format('svg');
    font-weight: bold;
}




/*.fontCordia{
    font-family: 'Cordia New';
        font-size: 40px;
}
.fontAngsana{
    font-family: 'Angsana';
    font-size: 40px;
}*/



.fontSarabun .tow_lens .new_list .short_detail{
    font-family: 'Sarabun', sans-serif;
}
.fontPrajad .tow_lens .new_list .short_detail{
    font-family: 'CSPraJad', serif;
    font-size: 20px;
    line-height: 0.95em !important;
}
.fontTaviraj .tow_lens .new_list .short_detail{
    font-family: 'Taviraj', serif;
}


.fontSarabun .full_overlay_modal h3{
     font-family: 'Sarabun', sans-serif;
    font-weight: bold;
        font-size: 28px;
}
.fontPrajad .full_overlay_modal h3{
    font-family: 'CSPraJad', serif;
    font-weight: bold;
    font-size:32px;
}
.fontTaviraj .full_overlay_modal h3{
    font-family: 'Taviraj', serif;
    font-weight: bold;
    font-size: 30px;
}


.fontSarabun .full_overlay_modal .content {
     font-family: 'Sarabun', sans-serif;
    font-size: 16px;
}
.fontPrajad .full_overlay_modal .content {
    font-family: 'CSPraJad', serif;
    font-size: 21px;
}
.fontTaviraj .full_overlay_modal .content {
    font-family: 'Taviraj', serif;
}



.fontSarabun .full_overlay_modal .reporter {
     font-family: 'Sarabun', sans-serif;
}
.fontPrajad .full_overlay_modal .reporter {
    font-family: 'CSPraJad', serif;
        font-size: 20px;
}
.fontTaviraj .full_overlay_modal .reporter {
    font-family: 'Taviraj', serif;
}

/* Green Planet Css*/
.btn_survey_right_area {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	background: rgba(132, 151, 255, 0.55);
	padding: 5px;
}

.total_tree_area {
	color: #fff;
 background: rgb(129,189,60);
background: linear-gradient(180deg, rgba(129,189,60,0.8267682072829132) 50%, rgba(84,176,78,1) 92%);
    border: 3px solid #fff;
	border-radius:15px;
	padding:0px 10px;
    margin: 20px auto 20px auto;
    font-size: 40px;
	text-shadow:0px 0px 5px rgba(0,0,0,0.2);
}

.greenplanet_block_detail{
	margin: auto;
    width: 300px;
    padding-top: 30px;
	/*
	background-image: url('../../assets/image/greenplanet/logo-landing.png');
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.2;
	*/
}

.switch_theme_greenplanet {
	position: absolute;
    bottom: 15px;
    border-radius: 50%;
    background-color: white;
    padding: 6px;
    text-align: center;
    right: 15px;
}

.btn_download_book_area {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
	background: #8ee69d;
	padding: 5px;
}

.md-button-toggle .md-toggle-icon {
  display: block;
  margin-left: auto;
  speak: none;
  vertical-align: middle;
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
.md-button-toggle .md-toggle-icon.toggled {
  transform: rotate(0deg);
}

.md-select-menu-container {
  z-index: 9999;
}

md-radio-button .md-label, .md-switch-thumb .md-label {
    pointer-events: all;
}
.md-radio-interactive input {
    pointer-events: all;
}

.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width:500px;
  height:350px;
}

#hospital_list_table > tbody > tr > td:nth-child(1) {
	width: 10px;
	text-align: center;
}
#hospital_list_table > tbody > tr > td:nth-child(2) {
	width: 20px;
	text-align: center;
}
#hospital_list_table > tbody > tr > td:nth-child(3) {
	width: 500px;
	text-align: left;
}
#hospital_list_table > tbody > tr > td:nth-last-child(n+1):nth-last-child(-n+3) {
	width: 220px;
	text-align: center;
}


/*---------- incident style ----------*/
.md-virtual-repeat-container .md-virtual-repeat-offsetter{
	padding-left : 15px;
}
.overlay-right {
  width: 420px; 
  right:0; 
  margin: 0 20px;
  position:absolute;
}
md-card.card-green , md-card.card-red {
	background-color: rgba(19, 19, 19, 0.70)!important;
}
.card-green , .card-red , .card-orange{
	margin: 15px 0;
}
.card-green > md-card-header {
	display: block;
	background-color: rgba(0, 136, 123, 0.5);
    padding: 20px 10px;
}
.card-green > md-card-header > md-card-header-text > span.md-title {
	font-size: 18px;
    color: #ffffff;
    text-shadow: 1px 1px #000;
    letter-spacing: 1px;
}
.bg-dark {
	padding: 0px;
}
.card-green > md-card-content.bg-dark > p.md-headline {
	display: block;
	color: #1bb1a3;
	margin-top: 20px;
	text-align: center;
	font-size: 30px;
}
.value-danger {
	color: #D10003;
	font-size: 40px;
}
.value-info {
	color: #43CCD3;
	font-size: 40px;
}
.card-green > md-card-content.bg-dark > p.md-subhead {
	display: block;
	margin: 40px 0;
	color: #1bb1a3;
	text-align: center;
	font-size: 30px!important;
}
.card-green > md-card-content.bg-dark > p.md-subdetail {
	display: block;
	margin: 10px 0;
	color: #FFF;
	text-align: center;
	font-size: 18px;
}
.card-green > md-card-content.bg-dark > p.md-subdetail > .value-danger {
	color: #D10003;
	font-size: 26px;
}

.value-default {
	color: #FFFFFF;
	font-size: 36px;
}
md-card.card-green > md-card-actions.foot-bg-product{
	background-color: rgba(0, 136, 123, 0.5);
	color: #FFFFFF;
	margin: 0;
	padding: 8px;
}
md-card > md-card-actions.foot-bg-product > a {
	color: #FFFFFF;
	cursor: pointer;
}
md-card md-card-title md-card-title-media .md-media-lg {
	text-align: center;
	    margin: auto;
}
.img-info {
	text-align: center;
	margin: 30px 0px ;
}
.img-info img {
	width: 100%;
	height: auto;
}
.main-head {
	font-size: 30px!important;
    color: #ffffff;
    text-shadow: 1px 1px #000;
    letter-spacing: 1px;
	cursor: pointer;
}


.card-red > md-card-header {
	display: block;
	background-color: rgba(148, 0, 0, 0.5);
    padding: 20px 10px;
}
.card-red > md-card-header > md-card-header-text > span.md-title {
	font-size: 18px;
    color: #ffffff;
    text-shadow: 1px 1px #000;
    letter-spacing: 1px;
}
md-card.card-red > md-card-actions.foot-bg-product{
	background-color: rgba(148, 0, 0, 0.5);
	color: #FFFFFF;
	margin: 0;
	padding: 8px;
}
md-card.card-red > md-card-actions.foot-bg-product > a {
	color: #FFFFFF;
	cursor: pointer;
}


md-card.card-orange {
	background-color: rgba(19, 19, 19, 0.70)!important;
}
.card-orange > md-card-header {
	display: block;
	background-color: rgba(0, 136, 123, 0.5);
    padding: 20px 10px;
}
.card-orange > md-card-header > md-card-header-text > span.md-title {
	font-size: 18px;
    color: #ffffff;
    text-shadow: 1px 1px #000;
    letter-spacing: 1px;
}
.card-orange > .bg-dark {
	padding: 15px;
}
md-card.card-orange > md-card-actions.foot-bg-product{
	background-color: rgba(0, 136, 123, 0.5);
	color: #FFFFFF;
	margin: 0;
	padding: 8px;
}

/*---- GOOGLE MAP ----*/
.page-gg {
	width: 100%;
    height: 100%;
    margin: 0 auto;
}
.page-gg > #ggmap {
	width:100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.page-gg > ng-map {
	width:100%;
    height: 100%;
    position: absolute;
    top: 0;
}
/*----- end ------*/
.row-danger {
	color: #D10003;
    text-shadow: 1px 1px #131313;
}
.row-success {
	color: #268C02;
    text-shadow: 1px 1px #131313;
}

#hosipal_mark_list tbody > tr > td:nth-child(1){
	width: 10px;
	text-align: center;
}
#hosipal_mark_list tbody > tr > td:nth-child(2){
	width: 500px;
	text-align: left;
}
#hosipal_mark_list tbody > tr > td:nth-last-child(n+1):nth-last-child(-n+4){
	width: 200px;
	text-align: right;
}
table#table-detail {
	background-color: rgba(0,0,0,0.00)!important;
}
.body-dark > tr > td {
    border-top: 0px!important;
}
.table-striped tbody  tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05);
}

#table-detail  tbody > tr > td:nth-child(1){
	width: 10px;
	text-align: center;
}
 #table-detail tbody > tr > td:nth-last-child(1){
	width: 150px;
	text-align: right;
}

button > md-tooltip {
	z-index: 999999!important;
}
._md-nav-button-text {
	color: #FFFFFF;
}
.feed-head {
	
}
.feed-body {
	display: flex;
	width: 100%;
}
.border-info {
	border-radius: 10px;
    margin: 5px;
    text-align: center;
    border: 1px solid #bfbfbf;
    width: 100%;
    position: relative;
}
.border-info > p.feedDesc {
	border-radius: 8px 8px 0 0;
	background-color: #57b1ff;
	padding: 5px 0px;
	color: #FFFFFF;
}
.border-info > p.popup-num{
	text-align: center!important;
    font-size: 28px;
    font-weight: 600;
    color: #57b1ff;
}
.border-info > p.popup-num-2{
	text-align: center!important;
    font-size: 36px;
    font-weight: 600;
    color: #ff6868;
	border-top: 1px solid #BFBFBF;
}
.border-info > small.popup-detail{
	color: #3F3F3F;
	padding-bottom: 10px;
	position: relative;
    top: -10px;
}
/*------------*/
.border-info:nth-child(2) {
	border-radius: 10px;
    margin: 5px;
    text-align: center;
    border: 1px solid #bfbfbf;
   	width: 100%;
    position: relative;
}
.border-info:nth-child(2) > p.feedDesc {
	border-radius: 8px 8px 0 0;
	background-color: #38ad3d;
	padding: 5px 0px;
	color: #FFFFFF;
}
.border-info:nth-child(2) > p.popup-num{
	text-align: center!important;
    font-size: 28px;
    font-weight: 600;
    color: #38ad3d;
}
.border-info:nth-child(2) > p.popup-num-2{
	text-align: center!important;
    font-size: 36px;
    font-weight: 600;
    color: #ff6868;
	border-top: 1px solid #BFBFBF;
}
.border-info:nth-child(2) > small.popup-detail{
	color: #3F3F3F;
	padding-bottom: 10px;
	position: relative;
    top: -10px;
}


/*---- Dashboard news -----*/
.card-news {
	padding: 20px 0;
}
.card-pateint {
	background-color: rgba(9, 151, 92, 0.60);
}
.card-pateint > .card-detail {
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding: 20px;
}
.card-pateint > .card-detail h2 {
	font-size: 80px;
    padding-bottom: 0px;
}
.card-pateint > .card-detail h2 > span  > small {
	color: #ffffff;
}
.card-pateint > .card-detail > .text-update {
	text-align: center;
    display: -webkit-inline-box;
}
.card-pateint > .card-detail > .text-update > p {
	margin-bottom: 10px;
    font-weight: 300;
}
.card-pateint > .card-detail > p:nth-last-child(1){
	color: #FFFFFF;
	font-weight: 300;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
}

.card-healing {
	background-color: rgb(208, 134, 0);
	margin: 15px 0;    
	margin-right: 7px;
}
.card-healing > .card-detail {
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding: 20px;
}
.card-healing > .card-detail h2 {
	font-size: 50px;
    padding-bottom: 20px;
}
.card-healing > .card-detail h2 > span > small {
    color: #ffffff;
    font-size: 25px;
}
.card-good {
	background-color: rgba(9, 33, 151, 0.67);
	margin: 15px 0;
	margin-left: 7px;
}
.card-good > .card-detail {
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding: 20px;
}
.card-good > .card-detail h2 {
	font-size: 50px;
    padding-bottom: 20px;
}
.card-good > .card-detail h2 > span > small {
	color: #ffffff;
	font-size: 25px;
}

.card-death {
	background-color: rgba(125, 0, 0, 0.60);
}
.card-death > .card-detail {
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding: 20px;
}
.card-death > .card-detail h2 {
	font-size: 80px;
    padding-bottom: 20px;
}
.card-death > .card-detail h2 > span  > small {
	color: #ffffff;
}
.card-mobile {
/*
	position: absolute;
	right: 0;
    padding: 10px;
    z-index: 1;
*/
}
.card-mobile-area {
	background-color: rgba(0, 0, 0, 0.70);
	text-align: right;
	color: white;
    margin-top: 20px;
    padding: 30px 15px;
    overflow: hidden;
    position: relative;
/*    z-index: -2;*/
}
.card-close {
	position: relative;
    top: -10px;
    left: 0px;
	color: #A3282A;
}
.card-mobile-area > a {
	color: #A3282A;
}
.card-mobile-area h1 {
	color: #FFFFFF;
}
.num-in {
	font-size: 100px;
    padding: 30px 0;
	color: #fb5757!important;
}
.text-flag {
	display: inline-flex;
    line-height: 40px;
	font-size: 30px;
} 	
.thai-flag {
	width: 40px;
	height: 40px;
	margin-left: 20px;
	background: url("../image/profile/thailand.png");
    background-size: cover;
}
 .card-mobile-area > .text-update {
	text-align: center;
    display: -webkit-inline-box;
	display: flex;
}
 .card-mobile-area > .text-update > p {
	font-weight: 300;
    font-size: 13px;
    line-height: 30px;
}

.card-mobile-box {
	text-align: center;
	color: white;
    overflow: hidden;
    position: relative;
/*    z-index: -2;*/
	display: flex;
}
.card-box {
	border-radius: 10px;
	padding: 10px;
	min-width: 105px;
	margin: auto;
	color: #FFFFFF;
}
.card-box > p {
	margin-bottom: 0px;
}
.card-box:nth-child(1) {
background-color: rgb(208, 134, 0);
}
.card-box:nth-child(2) {
background-color: rgba(9, 33, 151, 0.60);
}
.card-box:nth-last-child(1) {
background-color: rgba(125, 0, 0, 0.60);
}


.gm-style-iw.gm-style-iw-cbutton > .gm-ui-hover-effect {
	top: 0px!important;
    right: 0px!important;
}
/*-------- loading ---------*/
@keyframes loadingio {
  0% {
    top: 48px;
    left: 48px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 28px;
    left: 28px;
    width: 40px;
    height: 40px;
    opacity: 0;
  }
}

.loadingio div {
  position: absolute;
  border-width: 2px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: loadingio 1s cubic-bezier(0,0.2,0.8,1) infinite;
}

.loadingio div:nth-child(1) {
  border-color: #d69293
}

.loadingio div:nth-child(2) {
  border-color: #be5960;
  animation-delay: -0.5s;
}

.loadingio-spinner-ripple {
  width: 51px;
  height: 51px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.loadingio {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.51);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.loadingio div { box-sizing: content-box; }
/*-------- end loading --------*/

.info-head {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 40px;
}
.info-box {
	margin:40px 0;
}
/*======= Img Grid =======*/
.grid {
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing : border-box;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.grid-img {
    width: 100%;
    vertical-align: middle;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    background-color: #fff;
/*
    opacity: 0;
    visibility: hidden;
*/
}
 
.grid-img.img-loaded{
    visibility: visible;
    opacity: 1;
}
.link-title {
	opacity: 0;
	position: absolute;
	top: 0;
    left: 0;
	padding: 20px;
	width: 100%;
    height: 100%;
}
.link-info:hover {
	position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    text-align: left;
    overflow: hidden;
}
.link-info:hover > .link-title {
	color: #FFFFFF;
	position: absolute;
	top: 0;
    left: 0;
	opacity: 1;
	padding: 20px;
	-webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
	text-align: center;
	font-size: 25px;
}
/*======= Img Grid =======*/

.video-preview {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  padding: 10px;
}
 
.video-preview::before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	font-weight: 900;
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-size: 52px;
    color: #c0f9ee;
    opacity: 0.9;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	transition: font-size 0.3s;
}
 
.video-preview:hover::before {
    color: #16A085;
	font-size: 72px;
}
.video-preview:hover{
	opacity:0.8;
}
.video-img {
	width: 100%;
	height: auto;
}
.video-preview h4 {
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
}

#video-table > tbody > tr >td:nth-child(1) {
	text-align: center;
}
#video-table > tbody > tr >td:nth-child(3) {
	text-align: center;
}
#video-table > tbody > tr >td:nth-last-child(n+1):nth-last-child(-n+3)  {
	text-align: center;
	
}


#info-table > tbody > tr >td:nth-child(1) {
	text-align: center;
}
#info-table > tbody > tr >td:nth-child(2) {
	text-align: center;
}
#info-table > tbody > tr >td:nth-last-child(n+1):nth-last-child(-n+3)  {
	text-align: center;
	width: 60px;
}

.line-across {
	color: #d0d0d0;
	border-width: 0 0 8px;
    border-style: solid;
    border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1" width="8" height="4"><circle fill="orange" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
    width: 100%;
}

#hospital_itemlist > tbody > tr >td:nth-child(1) {
	text-align: center;
}
#hospital_itemlist > tbody > tr >td:nth-child(2) {
	text-align: left;
	min-width: 300px;
}
#hospital_itemlist > tbody > tr >td:nth-last-child(n+1):nth-last-child(-n+4) {
	min-width: 100px;
}

#master_list > tbody > tr >td:nth-child(n+1):nth-child(-n+2) {
	text-align: center;
	width: 30px;
}
#master_list > tbody > tr >td:nth-child(3) {
	text-align: left;
	width: 350px;
}
#master_list > tbody > tr >td:nth-last-child(n+1):nth-last-child(-n+3) {
	text-align: center;
	width: 100px;
}


#itemlist_search > tbody > tr >td:nth-child(1),td:nth-child(2) {
	text-align: center;
}
#itemlist_search > tbody > tr >td:nth-child(3) {
	text-align: center;
	width: 150px;
}
#itemlist_search > tbody > tr >td:nth-child(n+4):nth-child(-n+5) {
	text-align: left;
	width: 400px;
}
#itemlist_search > tbody > tr >td:nth-child(6) {
	text-align: center;
	width: 200px;
}
#itemlist_search > tbody > tr >td:nth-child(7) {
	text-align: center;
	width: 200px;
}
#itemlist_search > tbody > tr >td:nth-last-child(1) {
	text-align: left;
	width: 400px;
}

md-nav-bar.md-default-theme md-nav-ink-bar, md-nav-bar md-nav-ink-bar {
    color: #a00b00;
    background: #a00b00;
}

.answer-area {
    padding: 15px;
	background-color: aliceblue;
    margin-bottom: 30px;
}
.answer-area:nth-child(odd){
	background-color: #dcefff;
}

#country_list_table > tbody > tr >td:nth-child(n+1):nth-child(-n+2) {
	text-align: center;
}
#country_list_table > tbody > tr >td:nth-child(3) {
	text-align: left;
}
#country_list_table > tbody > tr >td:nth-last-child(n+1):nth-last-child(-n+5) {
	text-align: center;
}

#hositem_filter > tbody > tr >td:nth-child(n+1):nth-child(-n+2) {
	text-align: center;
}
#hositem_filter > tbody > tr >td:nth-child(3) {
	text-align: left;
}
#hositem_filter > tbody > tr >td:nth-last-child(1) {
	text-align: right;
}


/*
Thai Covid modal news
*/
.full_overlay_modal .modal-dialog {
	width: calc(100% - 50px);
}
.full_overlay_modal .modal-body {
	display: inline-block;
	width: 100%;
}
.full_overlay_modal .modal-body button.close {
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 1;
}
.full_overlay_modal .reporter {
	width: 100%;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: #8a91d261;
	border-top: 0px;
	display: table;
	border-radius: 0px 0px 10px 10px;
}
.full_overlay_modal .reporter .profileimg {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	display: table-cell;
}
.full_overlay_modal .reporter span {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
.full_overlay_modal .content {
	padding: 10px;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	max-height: calc(100vh - 220px);
	overflow: auto;
}
.full_overlay_modal .content::-webkit-scrollbar {
	width: 0px;
}
.full_overlay_modal .slide_inmodal {
	height: calc(100vh - 98px);
	float: left;
	overflow: hidden;
	width: 100%;
}
.full_overlay_modal .slide_inmodal .carousel-inner, .full_overlay_modal .slide_inmodal .carousel-inner > .item {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.full_overlay_modal .slide_inmodal img {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.full_overlay_modal .slide_inmodal .carousel-indicators {
	margin-bottom: 0px;
	bottom: 5px;
}