:root{
    --main-color:  #FA1100;
}

*{
    font-family: 'Roboto', sans-serif!important;
}

.uk-background-muted{
    background-color: rgba(245, 246, 250,.95)!important;
}

.uk-navbar-container{
    background-color: var(--main-color)!important;
}

.uk-navbar-nav > li > a{
    color: #fff !important;
    font-size: 1.1rem!important;
    text-transform: capitalize!important;
}

@media screen and (min-width: 601px) {
    .login-form{
        width:45%;
    }
}

.login-form{
    margin: 4rem auto 0rem auto;
}

body{
    min-height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background: #D9D9D9;
}

body {
    font-family: arial, verdana, sans-serif;
}

.uk-line-through{
    text-decoration: line-through;
}

.errors p{
    margin: 10px 0 10px 0;
}


a.paginate_button, a.paginate_button:hover{
    background-color: var(--main-color) !important;
    background: var(--main-color)!important;
    color:white!important;
    border:none!important;
    border-radius: .0rem!important;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    margin:0 .2rem;
}

.custom-control-label::after{
    background-color: var(--main-color) !important;
    border-radius: 0px;
}

.dataTables_info,  .dataTables_length{
    display:inline;
    height: calc(1.5em + .75rem + 2px);
}

.paging_full_numbers,.dataTables_filter, .paging_simple_numbers{
    float:right;
    display:inline-block;
    height: calc(1.5em + .75rem + 2px);
}

.dataTables_filter>label>input, .select{
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-sizing: content-box;
    background-color: transparent;
    height: calc(1.5em + .75rem + 6px);
    color: #495057;
}

.full-width{
    width: 100%;
}

.dataTables_length>label>select{
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .0rem;
}

#table_length, .dataTables_info{
    display:none;
}

