/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}n
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}
a {text-decoration: none;}

/*----------------- global ------------------------*/
body {
  min-height: 100vh;
  background: rgb(25,103,210);
  background: -moz-linear-gradient(0deg, rgba(25,103,210,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(25,103,210,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(0deg, rgba(25,103,210,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1967d2",endColorstr="#ffffff",GradientType=1);
	
	font-family: 'Oswald', sans-serif;
}

.head {
	width: 80%;
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
	margin: auto;
	display: table;
}

.logo {
	display: inline-block;
	width: 280px;
	height: 81px;
	background: url(../img/logo-php.png);
	background-size: 100% 100%;
}

.panel-right {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  margin-left: 450px;
}

.livedraw {
	display: inline-block;
	width: 150px;
	background: #d80001;
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;

	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	padding: 5px 0px;
}

.contact-us {
	display: inline-block;
	width: 150px;
	background: rgb(14,58,116);
  background: -moz-linear-gradient(270deg, rgba(14,58,116,1) 0%, rgba(26,115,232,1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(14,58,116,1) 0%, rgba(26,115,232,1) 100%);
  background: linear-gradient(270deg, rgba(14,58,116,1) 0%, rgba(26,115,232,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e3a74",endColorstr="#1a73e8",GradientType=1);
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;
	
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	padding: 5px 0px;
}

.clock {
	display: block;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.menu {
	width: 100%;
	display: table;
	box-sizing: border-box;
	background: #0e3a74;
	text-align: center;
	padding: 10px 0px;
}

.links {
	display: inline-block;
	text-align: center;
	padding: 0px 45px;
	cursor: pointer;
	color: #fff;
}

.links:first-child {
    border-right: 1px solid #f3f3f3;
}

.container {
	width: 65%;
	margin: auto;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 10px;
	box-sizing: border-box;
}

.tabel-top {
	width: 100%;
	display: table;
}

.content {
	width: 50%;
	display: table-cell;
	padding: 5px;	
}

.prize {
	width: 50%;
	display: table-cell;	
}

.box-blue {
	text-align: center;
	width: 100%;
	background: #0e3a74;
	color: #fff;
	box-sizing: border-box;
	padding: 7px 5px;
}

.content table {
	width: 100%;	
}

.nameprize {
	width: 50%;
	text-align: center;
	font-size: 20px;
	height: 95px;
	vertical-align: middle;
	border-bottom: 1px solid #f3f3f3;
	color: #33438d;
}

.numprize {
	width: 50%;
	text-align: center;
	font-size: 34px;
	height: 95px;
	vertical-align: middle;
	border-bottom: 1px solid #f3f3f3;
	color: #d80001;	
}

.bola {
	color: #fff;
	background: rgb(14,58,116);
	background: linear-gradient(0deg, rgba(14,58,116,1) 0%, rgba(26,115,232,1) 100%);
	background-color: #f7cf2e;
	border-radius: 50px;
	padding: 10px 20px;
	margin-right: 5px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	font-size: 24px;
	text-align: center;
}

.prize-info {
	padding: 5px;	
}

.box-yellow {
	background-color: #ffdb42;
	text-align: center;
	padding: 15px 0px;
	font-size: 32px;
}

.box-blue-2 {
	background-color: #0e3a74;
	text-align: center;
	padding: 15px 0px;
	font-size: 22px;
	color: #fff;
}

.money {
	font-size: 18px;
	color: #cacaca;
}

.partner {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
}

.partner table {
    width: 100%;
}

.partner td {
    width: 20%;
    height: auto;
    padding: 5px;
}

.partner img {
	width: 100%;
	height: auto;
}

.foot {
	width: 65%;
	margin: auto;
	box-sizing: border-box;
	background: #0e3a74;
	padding: 15px;
	color: #fff;
}

.results th {
	background: #0e3a74;
	border-top: 1px #fff solid;
	color: #fff;
}

.date, .winnumbers {
	text-align: center;
	border-bottom: 1px solid #adadad;
	padding: 4px 0px;
}

.winnumbers {
	color: #33438d;
}

.action-button-wrap {
    text-align: center;
    margin: 12px 12px 24px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #000;
    text-decoration:none;
}

.navigation li {
    display: inline;
	margin-left: 0 !important;
}

.navigation li span {
	padding: 8px 12px;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background: linear-gradient(to bottom, #3f8ff9 30%, #1a73e8 50%, #0e3a74 100%);
    border-bottom: 2px solid #ffdb42;
    cursor: pointer;
    padding: 8px 12px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3f8ff9;
}

@media only screen and (max-device-width: 1000px) {
  .head {
    width: 100%;
    margin: 0px 0px;
    text-align: center;
    display: block;
  }
    
  .logo {
    display: block;
    margin: auto;
  }
  
  .panel-right {
    display: block;
    margin: 0px 0px;
  }
  
  .container {
    width: 100%;
    padding: 0;
  }
  
  .tabel-top {
    width: 100%;
    display: block;
  }

  .content {
    width: 100%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
  }

  .links {
    display: inline-block;
    text-align: center;
    margin: 2px 3px;
    cursor: pointer;
  }

  .prize {
    width: 100%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
  }

  .foot {
    width: 100%;
  }
}
