/* Add here all your CSS customizations */
.inner-wraper {
    padding-top: 0px !important;
}

h1, .h1, h2, .h2, h3, .h3
{
    margin-top: 0px !important;
}

input[type="checkbox"] {
    height: 25px;
    width: 25px;
}

.extrawidth {
    /*    width: 100% !important;*/
    max-width: 1000px !important;
}

.header .logo {
    margin: 0;
}

input[type="checkbox"] {
    accent-color: #EB5F4A;
}

.widthoverride {
    max-width: none;
}

.ahover:hover {
    color: #ffffff !important;
}

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}