/* header */
.txt-center {
	text-align: center !important;
}

header #calendarIcon {
	border-radius: 0; 
	border: none;
}

.ui-widget-header {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f31212), color-stop(1, #b52f2f));
    background-image: -o-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -moz-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -webkit-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -ms-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: linear-gradient(to bottom, #f31212 0, #b52f2f 100%);
}

header .main-header{
	padding: 10px 0;
}

.header-style-1 .header-nav {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f31212), color-stop(1, #b52f2f));
    background-image: -o-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -moz-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -webkit-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -ms-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: linear-gradient(to bottom, #f31212 0, #b52f2f 100%);
}

.width-33 {
	width: 33% !important;
}

.pd-0 {
	padding: 0 !important;
}
.mg-0 {
	margin: 0 !important;
}

.mg-t-10 {
	margin-top: 10px !important;
}

.mg-t-10 {
	margin-left: 10px !important;
}

.mg-r-10 {
	margin-right: 10px !important;
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
	font-family: Tahoma, Geneva, sans-serif !important;
	font-weight: 700;
	font-size: 15px;
	padding: 15px 20px;
	border-left: solid 1px #efb861;
}

.header-nav .navbar-default .dropdown .dropdown-menu > li > a.last {
	border-bottom: none !important;
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a.last {
	border-left: none;
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav li.sub-menu > a {
    color: #666666;
    text-transform: uppercase;
    line-height: 20px;
}


.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav li.sub-menu > a:after {
    color: #bababa;
    content: "\f0a9";
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 20px;
    font-family: FontAwesome;
    padding-left: 5px;
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav li .mega-menu {
    padding: 3px 0;
    top: 0 !important;
    left: 100%;
    margin: 0;
    min-width: 330%;
    position: absolute;
    top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.item-header-menu a{
    text-transform: uppercase !important;
}
.item-header-menu:hover {
    background-color: #c9302c;
}
.item-header-menu:hover>a{
    color: #fff !important;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-submenu .yamm-content {
    padding: 0px 15px !important;
}
.dropdown-submenu .yamm-content li{
    width:33%;
    float: left;
}


#topSearchLotteryResult {
	border: 1px solid #E5E5E5;
    background-color: #F7F7F7;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}

#topSearchLotteryResult #searchLabel h4 {
    color: #706969;
}

#topSearchLotteryResult label.error{
	padding: 5px;
    font-size: 12px;
    color: #dd4b39;
}

#header_print {
	margin-bottom: 20px;
    border: solid 1px #dcdcdc;
    background: linear-gradient(to bottom, #fff 5%, #f6f6f6 100%);
    padding: 10px;
}

#header_print .header-print-item{
    text-align: center;
    vertical-align: middle;
    padding-bottom: 5px; 
}

#header_print .header-print-label {
    padding-top: 8px; 
}

#header_print div strong{
	font-size: 18px;
}

.mobile_header_type {
	color: #fff;
}

#mobile-menu{
	margin: 14px 0;
	float: left;
	width: 80%;
}

#mobile-menu ul li {
    display: inline-block;
}

#mobile-menu ul li a {
	padding: 0px 18px 0px;
	border-right: 1px solid;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}

#mobile-menu ul li a.last {
	border-right: none;
}

#mobile-sub-menu ul.menu-channel-list {
    background: #ff6c6c !important;
}

#mobile-sub-menu ul.menu-channel-list a{
    color: #fff !important;
}

.lottery_result_menu {
    background: #ff6c6c !important;
}

.lottery_result_menu a.submenu{
    color: #fff !important;
}

/* Sidebar */
.sidebar .side-menu .head {
	font-family: Tahoma, Geneva, sans-serif !important;
	/*background-color: #f39c12;*/
	padding: 10px 17px;
	font-weight: 700;
	font-size: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f31212), color-stop(1, #b52f2f));
    background-image: -o-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -moz-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -webkit-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -ms-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: linear-gradient(to bottom, #f31212 0, #b52f2f 100%);
    text-shadow: 1px 1px 1px #484646;
}

.sidebar .side-menu nav .nav > li {
	background: none;
}

.sidebar .ui-datepicker {
	width: 100%;
}

.sidebar .side-menu nav .nav > li > a {
    padding: 10px 15px;
}

/* Lottery Result Box */

#result_list_box td {
	padding: 3px;
    line-height: 28px;
    color: #000;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	border-color: #CFCFCF;
}

.box-result table {
	position: relative;
}

.box-result .box_of_date {
	line-height: 8px !important;
}
.box-result .date_box {
    position: absolute;
    right: 3px;
    top: 1px;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 6px 6px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f39c12), color-stop(1, #B80000));
    background-image: -o-linear-gradient(bottom, #2b2a2a 0, #1e1d1d 100%);
    background-image: -moz-linear-gradient(bottom, #2b2a2a 0, #1e1d1d 100%);
    background-image: -webkit-linear-gradient(bottom, #2b2a2a 0, #1e1d1d 100%);
    background-image: -ms-linear-gradient(bottom, #2b2a2a 0, #1e1d1d 100%);
    background-image: linear-gradient(to bottom, #2b2a2a 0, #1e1d1d 100%);
    
    border: 1px solid #FC6;
    border-top: 0;
    z-index: 5;
    background-color: #000;
}

.box-result .date_box .date {
    text-align: center;
    color: #FFF!important;
}

.box-result .date_box .date .daymonth {
    display: table;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    line-height: 22px;
    text-align: center;
}
.box-result .date_box .date .year {
    font-size: 16px;
    margin: 2px auto;
    letter-spacing: 4px;
    text-indent: 5px;
    text-align: center;
    display: inline-block;
}

#result_list_box td.label-prize {
	width: 80px;
}

.box_result_single .special_prize span {
	font-size: 24px;
	font-weight: bold;
	color: maroon;
}

#result_list_box .result_box_title td {
	background-color: #dd943b;
	padding: 5px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f31212), color-stop(1, #b52f2f));
    background-image: -o-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -moz-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -webkit-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -ms-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: linear-gradient(to bottom, #f31212 0, #b52f2f 100%);
	text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 1px 1px 1px #484646;
}

#result_list_box .channel_name a{
	color: #06C;
}

#result_list_box .number-prize {
    font-size: 20px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

#result_list_box tr.eighth_prize td {
	line-height: 36px;
}

#result_list_box tr.eighth_prize .number-prize {
    font-size: 40px;
    color: #D60000;
}

#result_list_box tr.seventh_prize .number-prize {
	line-height: 22px;
    color: #0054BE;
}
#result_list_box tr.special_prize .number-prize {
    color: #D60000;
	line-height: 24px;
    font-size: 24px;
}

#result_list_box tr.special_prize .five-column {
    font-size: 20px;
}

/* sigle box */
.box_result_single .sixth_prize .number-prize {
	float: left;
	width: 33.3333%;
}

.box_result_single .fourth_prize .number-prize {
	float: left;
	width: 25%;
}

.box_result_single .third_prize .number-prize {
	float: left;
	width: 50%;
}

/* north sigle box */
.box_result_single_north .seventh_prize .number-prize {
	float: left;
	width: 25%;
}
.box_result_single_north .sixth_prize .number-prize {
	float: left;
	width: 33.3333%;
}

.box_result_single_north .fifth_prize .number-prize {
	float: left;
	width: 33.3333%;
}

.box_result_single_north .fourth_prize .number-prize {
	float: left;
	width: 50%;
}

.box_result_single_north .third_prize .number-prize {
	float: left;
	width: 33.3333%;
}

.box_result_single_north .second_prize .number-prize {
	float: left;
	width: 50%;
}

#result_list_box .box_result_single_north tr.seventh_prize .number-prize {
    font-size: 30px;
    color: #D60000;
    line-height: 33px;
}

#result_list_box .box_result_single_north tr.first_prize .number-prize {
	line-height: 33px;
	font-size: 26px;
    color: #0054BE;
}

#result_list_box .box_result_single_north tr.special_prize .number-prize {
	line-height: 48px;
	font-size: 42px;
}

.wait-run {
    background: url(/home/assets/images/clock-loading.gif) center no-repeat;
    height: 100%;
    min-height: 18px;
    min-width: 18px;
    display: inline-block;
    background-size: contain;
    margin-top: 3px;
}


/* PRINT */
#result_list_box .print-item {
	float: left;
}

/* Static Page */
#page_detail {
	text-align: justify;
}

/* FOOTER */
.copyright-bar {
	background-color: #202020;
    padding: 10px 0px;

}
.copyright-bar .copyright{
	color: #e9e5e5;
	font-size: 14px;
    line-height: 20px;
}

.copyright-bar .links ul li {
    display: inline-block;
}

.copyright-bar .links ul li a {
	padding: 0px 10px 0px;
	border-right: 1px solid;
	text-transform: uppercase;
	font-size: 10px;
}

.copyright-bar .links ul li a.last {
	border-right: none;
}

/* INDEX PAGE */
#filter_box {
	margin-bottom: 20px;
}
ul.filter-list-item li {
    display: inline-block;
    margin-right: 10px;
}

.boxBottom {
    background: #DCBC73;
    width: 100%;
    border-top: 0;
    height: 24px;
    color: #f31212;
    font-size: 13px;
}

.change-box {
    float: left;
    line-height: 19px;
    margin-right: 10px;
    margin-left: 1px;
}
.change-display {
    float: left;
    padding: 0 4px;
    border: 1px solid #FFF9F2;
    margin: 1px;
    cursor: pointer;
}
.number-statictis {
    float: left;
    margin: 1px;
}
.filter-number {
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #757171;
    background: radial-gradient(circle at 5px 5px, #ff0303, #9f0909);
    text-shadow: none;
    color: #ffd601;
    line-height: 16px;
    text-align: center;
    margin-right: 4px;
    font-size: 15px;
    margin-top: 2px;
    cursor: pointer;
}
.filter-number.filter-actived, .filter-number.filter-hover {
    background: radial-gradient(circle at 5px 5px, gold, #001);
    color: #fff;
}

.number-prize .unit {
    background: radial-gradient(circle at 5px 5px, #41E241, #001);
}

.number-prize .dozens {
	background: radial-gradient(circle at 5px 5px, #56FDF8, #000);
}
.highlight-number {
    color: #fff;
    padding: 1px;
    border-radius: 50%;
    box-shadow: 3px 3px 10px -2px rgba(0,0,0,.4);
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

.run-loto .run{
     opacity: 0.5;
    /*
    border: 1px solid #A4FFBB;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #EAFFD5;
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 1px;
    */
}

/* SEARCH PAGE */
#search_result_box {
    margin-bottom: 20px;
    font-size: 16px;
}

#search_result_box table{
	border-color: #E5E5E5;
}

#search_result_box table td{
	padding: 10px;
}

#search_result_box .search-result-box-header td {
    background-color: #dd943b;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f31212), color-stop(1, #b52f2f));
    background-image: -o-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -moz-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -webkit-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: -ms-linear-gradient(bottom, #f31212 0, #b52f2f 100%);
    background-image: linear-gradient(to bottom, #f31212 0, #b52f2f 100%);
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}


#search_result_box .win-list-item {
	margin-left: 10px; 
}

#search_result_box .lose_msg {
	font-size: 18px;
	color: red;
}

#search_result_box .win_msg {
	font-size: 18px;
	color: green;
	text-align: left;
}

#search_result_box .win_msg span {
	font-size: 16px;
}

/* LIVE PAGE */
a.soundon {
	background: url(/home/assets/images/sound_on.png) left no-repeat;
    padding-left: 30px;
}

a.soundoff {
	background: url(/home/assets/images/sound_off.png) left no-repeat;
    padding-left: 30px;
}


.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}