﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

div.dataTables_wrapper div.dataTables_paginate { 
    margin: 0;
    white-space: nowrap;
    text-align: right;
    display: initial;
    float: right;
    margin-top:30px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #666;
    border: 1px solid transparent;
    background: 0 0;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em !important;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.table-responsive a {
    text-decoration: none;
    color: #333;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #1c3b76 !important;
    border: none !important;
    border-radius: 5px;
    padding: .5em 1em !important;
    color:#fff !important;
}
.dataTables_info {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    display: inline;
    float: left;
    color:#333;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
    background: #1c3b76;
    color: #fff !important;
    border-radius: 5px;
    font-size: 14px;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    color: black;
}
.parsley-required{
    color:red !important;
}
.parsley-type {
    color: red !important;
}
.ActiveLike {
    color: #c09a08 !important;
    text-decoration: none !important;
}
a.likes:focus {
    outline: none;
    text-decoration: none;
}
.dataTables_info{
    margin-top:30px;
}
.dataTables_empty {
    text-align: center;
}
.margin-data{
    margin-top:50px;
}
