*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: arial;
}
li.right {
width: 30%;
float: right;
}
li a.active{
background: #DB3031;
height: 70px;
}
#cssmenu ul li a.active:hover{
color: white;
}
#cssmenu > ul > li.has-sub > a.active:after {
position: absolute;
top: 22px;
right: 11px;
width: 8px;
height: 2px;
display: block;
background: white;
content: '';
}
#cssmenu > ul > li.has-sub > a.active:before {
position: absolute;
top: 19px;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: white;
content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#cssmenu ul ul li:hover > a.active,
#cssmenu ul ul li a.active:hover {
color: white;
}
header{
width: 100%;
height: 50px;
background: transparent;
margin-top: 2%;
}
#input-search{
float: right;
font-size: 20px;
padding-left: 10px;
color: transparent;
cursor: pointer;
background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
border: solid 1px #ccc;
padding: 9px 10px 9px 26px;
width: 30px;
-webkit-border-radius: 10em;
-moz-border-radius: 10em;
border-radius: 10em;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
}
#input-search:hover {
background-color: #fff;
}
#input-search:focus{
width: 230px;
padding-left: 32px;
color: #000;
background-color: #fff;
cursor: auto;
-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
box-shadow: 0 0 5px rgba(109,207,246,.5);
}
#input-search:-moz-placeholder {
color: transparent;
}
#input-search::-webkit-input-placeholder {
color: transparent;
}
.content-search{
width: 100%;
height: 20%;
position: fixed;
top: 70px;
left: 0;
background: rgba(0,0,0,0.3);
display: none;
z-index: 999;
}
.content-table{
width: 100%;
max-height: 200px;
height: auto;
background: rgba(0,0,0,0.3);
margin-left: 10px;
overflow-y: visible;
overflow-x: hidden;
}
.content-table table{
width: 100%;
}
tbody tr td a{
display: block;
font-size: 200%;
padding: 10px;
color: white;
text-decoration: none;
}
tbody tr td a:hover{
background: rgba(0,0,0,0.3);
text-decoration: none;
color: #DB3031;
}
#table_length, #table_filter, #table_info, #table_paginate{
display: none;
}
@media screen and (max-width: 1338px){
li.right {
width: 25%;
}
}
@media screen and (max-width: 1246px){
li.right {
width: 20%;
}
}
@media screen and (max-width: 1166px){
li.right {
width: 15%;
}
}
@media screen and (max-width: 1097px){
li.right {
width: 10%;
}
}
@media screen and (max-width: 1036px){
li.right {
width: 5%;
}
@media screen and (max-width: 981px){
.content-search{
top: 60%;
}
}
@media screen and (max-width: 768px){
.content-search{
top: 64%;
}
}
@media screen and (max-width: 425px){
.content-search{
top: 60%;
}
}
@media screen and (max-width: 425px){
.content-search{
top: 57%;
}
}