* {
	 box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
}
.tb-ajax-status {
	width: 300px;
	height: 300px;
	position: fixed;
	left: 40%;
	top: 40%;
}
/*---- table (Start) -----*/
.tb-detail-4  {
	width: 100%;
	margin-top: 10px;
}
.tb-detail-4 tr td {
	width: 25%;
}
.tb-detail-4 tr .img-content img {
	width: 265px;
}
/*---- table (End) -----*/
/*---- button (Start) -----*/
.btn-custom-1 button {
	background: none;
	background-color: #ed1a3b;
	color: #fff;
	border: none;
	padding: 3px 20px;
	border-radius: 5px;
}
.btn-custom-1 button:HOVER {
	background: none;
	padding: 2px 19px;
	border: 1px solid yellow;
	font-weight: bolder;
}
.btn-m-1 button {
    margin-right: 0px;
}
.btn-custom-2 button {
    background-color: #22779d !important;
}
.btn-custom-2 button:hover {
    background-color: #fff !important;
}
.btn-none {
	background: none !important;
	border: none !important;
}
.link-btn {
	text-align: center;
	margin-top: 20px;
}
.link-btn a {
	outline: 2px solid #007cdb;
    background: #0073d0;
    padding: 10px 25px;
    color: #000;
    outline-offset: 2px;
    margin-left: 10px;
}
/*---- button (End) -----*/
/*---- hr (Start) -----*/
.hrSearch {
    width: 100%;
    height: 1px;
    background: none;
    background-color: #3089b1;
    border: none;
    float: left;
    margin-top: 5px;
}
/*---- hr (End) -----*/
/*---- text (End) -----*/
.txtSearch {
    background: none !important;
    width: 90% !important;
    margin-left: 5px !important;
    border: none !important;
}
.txtSearch:hover {
	box-shadow: 0px 0px 5px #ccc !important;
}
.txtSearch:focus {
 	outline: none;
	box-shadow: 0px 0px 5px #ccc !important;
	color: #fff;
}
.btn-search:HOVER {
	box-shadow: 0px 0px 5px #ccc;
}
/*---- text (End) -----*/
/*---- label (Start) -----*/
.lbAccount1 {
    color: black;
}
.lbAccount2 {
    color: #9cd0e8 !important;
    font-size: 10px !important;
    display: inline-block !important;
    padding-right: 7px;
}
.lbPost1 {
    color: #9cd0e8;
    margin-top: 5px;
}
.lbl-info {
	font-size: 14px;
	font-weight: normal;
}
/*---- label (End) -----*/
/*---- bootstrap (Start) -----*/
.r-popup .row {
    padding: 5px 5%;
}
.r-popup .r-btn {
    padding-top: 20px;
}
/*---- bootstrap (End) -----*/
/*---- select (Start) -----*/
.tb-bs-select div {
    padding: 0px;
}
/*---- select (End) -----*/
/*---- div (Start) -----*/
.div-scroll-auto {
    overflow: auto;
}
.div-p-h-0, .div-p-h-0 div {
    padding-left: 0px;
    padding-right: 0px;
}
.div-child-h-0 div {
    padding-left: 0px;
    padding-right: 0px;
}
.div-language {
	position: absolute;
	top: 6px;
	right: 5px;
	z-index: 200;
}
.div-language .ui-selectonemenu
, .div-language .ui-selectonemenu > .ui-selectonemenu-trigger {
	background: none;
	border: none;
}
.div-language .ui-selectonemenu > .ui-selectonemenu-label {
	margin: 0px;
	color: #fff;
	padding-right: 10px;
}
.div-language .ui-selectonemenu > .ui-helper-hidden-accessible
, .div-language .ui-selectonemenu > .ui-helper-hidden-accessible > input {
	width: 100%;
}
.div-language .ui-selectonemenu > .ui-helper-hidden-accessible > input {
	border: none;
	margin: 0px;
	padding: 0px;
}
/*---- div (End) -----*/
/*---- img (Start) -----*/
.img-bs {
	width: auto;
	max-width: 100%;
}
/*---- img (End) -----*/

@media (min-width: 200px) {
	.content-page {
		padding-left: 20px;
		padding-right: 10px;
	}
}

.link-hover:HOVER {
	color: #888 !important;
	text-decoration: none !important;
	border-bottom: 3px solid #FFCC4E;
}

.link-hover:HOVER, .link-hover:HOVER label {
	cursor: pointer;
}
.info_notify {
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	font-size: 24px;
	color: #a94d0f;
	margin: 30px 0px;
}

@keyframes myAni {
	0% { color: blue; } 
	25% { color: #3955bd;  }
	50% { color: #a2a089;  } 
	75% { color: red;  }
	100% { color: red;  } 
}
.my-ani {
	-webkit-animation: myAni 1200ms infinite;
	-moz-animation: myAni 1200ms infinite; 
	-o-animation: myAni 1200ms infinite; 
	animation: myAni 1200ms infinite;
}
@keyframes imgAni {
	 0% { opacity: 0; }
	 50% { opacity: 0.5;  }
	 100% { opacity: 1;  }
 }
 .img-ani {
	 -webkit-animation: imgAni 700ms infinite;
	 -moz-animation: imgAni 700ms infinite; 
	 -o-animation: imgAni 700ms infinite; 
	 animation: imgAni 700ms infinite;
}