/*-----------------------------------------------------------------------------
  $ Fonts Start
-----------------------------------------------------------------------------*/
@font-face {
	font-family: "worksans-regular";
	font-style: normal;
	font-weight: normal;
	src: url("../assets/fonts/WorkSans/STATIC/WorkSans-Regular.ttf") format("truetype"),
		url("https://www.time.com.my/wp-content/themes/timev1/assets/fonts/worksans-regular/worksans-regular.svg#worksans-regular") format("svg");
}

@font-face {
	font-family: "worksans-semibold";
	font-style: normal;
	font-weight: 600;
	src: url("../assets/fonts/WorkSans/STATIC/WorkSans-SemiBold.ttf") format("truetype"),
		url("https://www.time.com.my/wp-content/themes/timev1/assets/fonts/worksans-semibold/worksans-semibold.svg#worksans-semibold") format("svg");
}


@font-face {
	font-family: "worksans-bold";
	font-style: normal;
	font-weight: bold;
	src: url("../assets/fonts/WorkSans/STATIC/WorkSans-Bold.ttf") format("truetype"),
		url("https://www.time.com.my/wp-content/themes/timev1/assets/fonts/worksans-bold/worksans-bold.svg#worksans-bold") format("svg");
}

@font-face {
	font-family: "sansoftime-bold";
	font-weight: bold;
	src: url("../assets/fonts/SansOfTime/SANS OF TIME - BOLD.ttf") format("truetype"),
		url("https://www.time.com.my/wp-content/themes/timev1/assets/fonts/sansoftime-bold/SansofTime-Bold.svg#SansofTime-Bold") format("svg");
}

@font-face {
	font-family: "sansoftime-play";
	font-weight: bold;
	src: url("../assets/fonts/SansOfTime/SANS OF TIME - PLAY.ttf") format("truetype"),
		url("https://www.time.com.my/wp-content/themes/timev1/assets/fonts/sansoftime-play/SansofTime-Play.svg#SansofTime-Play") format("svg");
}

@font-face {
	font-family: "sansoftime-work";
	font-weight: bold;
	src: url("../assets/fonts/SansOfTime/SANS OF TIME - WORK.ttf") format("truetype"),
		url("https://www.time.com.my/wp-content/themes/timev1/assets/fonts/sansoftime-work/SansofTime-Work.svg#SansofTime-Work") format("svg");
}

@font-face {
	font-family: "sansoftime-live";
	font-weight: bold;
	src: url(" ../assets/fonts/SansOfTime/SANS OF TIME - LIVE.ttf") format("truetype"),
		url("https://www.time.com.my/wp-content/themes/timev1/assets/fonts/sansoftime-live/SansofTime-Live.svg#SansofTime-Live") format("svg");
}

/*-----------------------------------------------------------------------------
  $ Fonts End
-----------------------------------------------------------------------------*/

body {
	text-align: center;
	height:100%;
	font-family: "worksans-regular", sans-serif;
	/*background: #fff url('../images/body-bg.png') top left repeat;*/
	/*background: #fff url('../images/body-bg.png') top left repeat;*/
	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;
	min-width: 1000px;
}
.button{
    background-color: #14D0EF;
    border-color: #14D0EF;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    margin: 0;
    padding: 2px 7px;
    cursor: pointer;
	border-radius: 15px;
	text-transform: uppercase;
}
#wrapper {
	min-width: 1000px;
	width:expression(document.body.clientWidth < 1005 ? "1000px": "100%" );
}

a:link {
    text-decoration: none;
    color: #005bae;
    font-weight: normal;
}
a:visited {
    text-decoration:none;
    color: #005bae;
    font-weight: normal;
}
a:active {
    text-decoration:none;
    color: #005bae;
    font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #e7b800;
	font-weight: normal;
}

.clear { clear: both }

.block { display: block }

#login-bg {
	background-color: #003b98;
	height: 200px;
	margin-top: 50px;
	color: #fff;
}

#login-bg .login {
	width: 500px;
	height: 200px;
}

#login-bg h1 {
	padding-top: 30px;
}

#login-bg span {
	font-size: 9px;
	color: #ccc;
}

#login-bg td {
	font-size: 12px;
}
	
#top-header {
	height: 210px;
	/* text-align: left; */
	background:url(../images/headerbg.png);
	/*background: #fff url('../images/header-bg.gif') bottom center repeat-x;*/
	position: relative;
	min-width: 1000px;
}

#bottom-header {
    height: 0px;
	background: #fff url('../images/header-bg.gif') bottom center repeat-x;
	position: relative;
	min-width: 1000px;
}
html>body #top-header {
	width: auto;
}

#top-header .right-text {
	text-align: right;
	float: right;
	margin-bottom: 10px;
	margin-right: 5px;
	line-height: 150%;
	position: absolute;
	right: 0;
	bottom: 0;
}

#top-menu ul {
	margin: 0; 
	padding: 0;
	background-color: #036;
	float: left;
	width: 100%;
	background: #fff url('../images/top-menu-bg.png') bottom center repeat-x;
	border-top: solid 1px #c0c0c0;
	border-bottom: solid 5px #85b8e3;
}

#top-menu li.active a {
	background: #fff url('../images/top-menu-bg-active.png') bottom center repeat-x;
	font-weight: bold;
}


#top-menu ul li { display: inline; }

#top-menu ul li a {
	padding: 2px 30px;
	color: #f8f8f8;
	text-decoration: none;
	float: left;
	border-right: 1px solid #353535;
	border-left: 1px solid #b9b9b9;
	background: #fff url('../images/top-menu-bg.png') center center repeat-x;
}

#top-menu li a {
	font-family: "worksans-regular", sans-serif;
	font-size: 11px;
	height: 17px;
}

#top-menu ul li a:hover {
	color: #fff;
}

#content-wrapper {
	background: #fff url('../images/main-bg.png') center left repeat-y;
	border-top: solid 2px #cdcdcd;
	border-bottom: solid 5px #e6e6e6;
}

#left-menu { 
	width: 200px;
	font-size: 11px;
}

html>body #left-menu { 
	margin: 10px 0;
}

#left-menu .top {
	/*background: #f0eade url('../images/left-box-top.png') no-repeat center bottom;*/
	height: 44px;
	width:184px; 
	background:url('../images/menu_1.png') top no-repeat; 
}

#left-menu .body {
	/*background: #f0eade url('../images/left-box-center.png') repeat-y center top;*/
	background:url('../images/menu_2.png') repeat-y; 
	padding-left:21px;
	margin-left: 5px;

}

#left-menu .body ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 180px;
	width: "200px";
	vertical-align: middle;

}

#left-menu .body li {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	border-bottom: solid 1px #10596b;
	width: 140px;
}

#left-menu li.title {
	padding: 5px;
	padding-left: 20px;
	font-weight: bold;
	border-bottom: solid 1px #1d98bc;
	background: #a1eeff url('../images/doublearrowsnav.gif') no-repeat left center;
	width: 120px;
	width: "170px";
	color: #000000;
}


#left-menu .body a:hover {
	background-color: #f4fbff;
	color: #ff0000;
	text-decoration: bold;

}

#left-menu .body li a {
	display: block;
	border-left:#75c5de 10px solid; 
	font:bold 10px;
	color:#ffffff; text-decoration:none; 
	padding:5px 0 0 10px; 
	padding-left: 15px;
	width: 120px;
	width: "170px";
	font-weight: normal;
	
}


#left-menu .bottom {
	/*(background: #f0eade url('../images/left-box-bottom.png') no-repeat center top;height: 5px;*/
	height:26px; 
	background:url('../images/menu_4.png') bottom no-repeat;
	
}

.tbl { 
	border: solid 1px #696969;
	font-size: 11px;
	text-align: left;
}

.tbl thead {
	color: #fff;
	background: #696969 ;
	/* 5a84c4 url('../images/thead-bg.png') repeat-x left top*/
}
.tbl thead a{
	color: #fff;
/*	//background: #696969 ;*/
	/* 5a84c4 url('../images/thead-bg.png') repeat-x left top*/
}
.tbl thead td {
	padding: 2px 5px 5px 5px;
	font-size: 12px;
/*	border-top: solid 1px #bbd5ff;*/
}

.tbl tbody tr.row {
	border: solid 1px #dadada;
	border-left: none;
	border-bottom: none;
	padding: 2px;
	padding-left: 5px;
	background-color: #f4f8fe;
	line-height: 150%;
}

.tbl tbody td {
	border: solid 1px #dadada;
	border-left: none;
	border-bottom: none;
	padding: 2px;
	padding-left: 5px;
	line-height: 150%;
	vertical-align: top;
	
}

.tbl tbody td contact {
	image:url('../images/phone.jpg') no-repeat;
}


.tbl tbody td a{
  color:#000000;text-shadow: none;
  font-size:12px;
}
/*.tbl tbody td a:hover{
  color:#ffffff;text-shadow: none;
}*/
.tbl tbody tr.r2 {
	background-color: #e8f0fd;
}

.tbl tbody tr.txt {
	background-color: #fff;
}
.tbl tbody tr.sub-title {
	background: #a4c2f3 url('../images/tbody-title-bg.png') repeat-x left top;
	padding: 2px 4px 4px 4px;
	color: #fff;
	font-size: 11px;
}

.tbl .inp {
	border: solid 1px #000;
	padding-left: 2px;
	padding-right: 2px;
}

.tbl .txtarea {
	border: solid 1px #000;
	padding: 2px;
}

.tbl .small-btn {
	padding: 2px;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.tbl tbody tr.col-title {
	background: #c7ddff url('../images/thead-title-bg.png') repeat-x left bottom;
	font-weight: bold;
	padding: 2px 4px 4px 4px;
	border: solid 1px #dadada;
	border-left: none;
	border-bottom: none;
	text-align: center;
}



#footer {
	background-color: #a0a0a0;
	padding: 3px 0;
	color: #fff;
	border-bottom: 3px solid #727172;
}

#footer a {
	color: #c00000;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

/* #title explains themselves */
.pagination {
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

.pagination ul {
	color: #000;
	font-family: "worksans-regular", sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
}

.pagination li { display: inline;}

.pagination li a, .pagination b, .pagination a:visited, .pagination a:active {
	border: none;
	text-decoration: none;
	border-bottom: none;
	border: 1px solid #1e9b00;
}

.pagination a, .pagination b {
	padding: 5px 7px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	color: #000;
}

.pagination b {
	border: 1px solid #016197;
	background-color: #eaf4fa;
	color: #000;
}

.pagination ul li a:hover {
	background-color: #eaf4fa;
	border: 1px solid #016197;
	color: #000;
	font-weight: bold;
}


#top-header .icon {
	position:relative;
	top:-80px;
	
}


.month_year, .weekly_days {
	font-family: "worksans-semibold", sans-serif !important;
	font-weight: normal !important;
	color: #000000 !important;
}

.days {
	font-family: "worksans-regular", sans-serif !important;
	font-weight: normal !important;
}

.calendar .days td {
	background-color: #EEEEEE;
	text-shadow: none !important;
	color: #000000 !important;
}

.calendar .days td:hover:has(div.day_num) {
	background-color: #F454CD !important;
}

.calendar .days td:hover a {
	color: #ffffff !important;
	
}

.button:hover {
	background-color: #000000;
	border-color: #000000;
	color: #ffffff;
}

.addbutton {
	border-radius: 15px;
	background-color: #14D0EF !important;
	color: #000000 !important;
	text-transform: uppercase;
}

.addbutton:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
}

input[type=submit] {
	background-color: #14D0EF !important;
	border-radius: 15px;
	color: #000000 !important;
	text-transform: uppercase;
	border-top: #14D0EF !important;
	border-bottom: #14D0EF !important;
	border-left: #14D0EF !important;
	border-right: #14D0EF !important;
}

input[type=submit]:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
	border-top: #000000 !important;
	border-bottom: #000000 !important;
	border-left: #000000 !important;
	border-right: #000000 !important;
}

input.inner_input,
button.inner_button {
	border: unset;
	border-radius: 100px;
}
  
input.inner_input:focus,
input.inner_input:focus-visible,
button.inner_button:focus,
button.inner_button:focus-visible {
	outline: none;
}
  
div.wrapper {
	border: black solid 1px;
	border-radius: 100px;
}
  
.bg-white {
	background: white;
}

.bg-transparent {
	background: transparent;
}

.text-white {
	color: white;
}

.text-black {
	color: black;
}

.pl-1 {
	padding-left: 1em;
}

.pr-1 {
	padding-right: 1em;
}
.m-1 {
	margin: 1em;
}

table.tbl-clickable tbody tr {
	cursor: pointer;
}

table.tbl-clickable tbody tr:hover {
	background-color: lightgray;
}

table.tbl-clickable tbody tr:active {
	background-color: gray;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

body {
	text-align: center !important;
}