
.grido input.date {background: url('../images/cal.jpg') #fff no-repeat right center}

.hide {display: none}

.loading,
.loading * {
    cursor: wait !important;
}

.grido .grid-cell-country,
.grido .grid-cell-country_code {padding-left: 1%}

.navbar-brand {
    font-size: 20px;
    font-weight: 200;
}

.navbar .container {
    margin-left: 0;
    max-width: 100%;
}

th.checker input
{
    z-index: 2;
    position: relative;
}

.github-fork-ribbon-wrapper {
    z-index: 1;
}

.navbar-default .dropdown-menu {
    z-index: 3;
}

.navbar-default {
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
    background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
    background-image: -o-linear-gradient(top,#fff,#f2f2f2);
    background-image: linear-gradient(to bottom,#fff,#f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    box-shadow: 0 1px 4px rgba(0,0,0,0.065);
}
.navbar-inner ul.nav {padding-left:10px}

select {text-align: center}
.filter textarea {padding: 0; margin: 0; height: 23px}

.grido .filter textarea {
    height: 23px!important;
}

.grido .buttons {
    z-index: 2;
    position: relative;
}