/**
 * Created by lramos on 7/6/2017.
 */
#resources .button {
    width: 100%;
}
#resources td,#resources th{
    font-size: 15px;
    border-bottom: 1px solid #e2e2e2;
}
#resources_info,.bottom .dataTables_info {
    color: #666461;
    font-size: 12.3px;
    padding-top: 7px;
    font-weight: bold;
}
#resources_previous{
    background: #87b43f url(../images/sprites/sprite.svg) repeat scroll -1832px -11px;
    text-indent: -999999px;
    display: inline-block;
    width: 37px;
    height: 38px;
    line-height: 3.2;
}
#resources_paginate{
    width: 100%;
    min-height: 42px;
    text-align: center;
    line-height: 2;
    margin-bottom: 30px;
}
#resources_next{
    background: #87b43f url(../images/sprites/sprite.svg) repeat scroll -3163px -11px;
    text-indent: -999999px;
    display: inline-block;
    width: 37px;
    height: 38px;
    line-height: 3.2;
}
a#resources_previous:hover {
    border: none;
    outline: none;;
    background: #87b43f url(../images/sprites/sprite.svg) repeat scroll -1831px -10px;
    line-height: 3.3;
}
a#resources_next:hover {
    border: none;
    outline: none;;
    background: #87b43f url(../images/sprites/sprite.svg) repeat scroll -3162px -10px;
    line-height: 3.3;
}
#resources_paginate > span > .paginate_button,#resources_paginate > span > .ellipsis {
    display: inline-block;
    height: 38px;
    text-align: center;
    width: 35px;
    background-color: #87b43f;
    color: #252524 !important;
    margin: 0 2px;
    cursor: pointer;
    line-height: 2;
    font-size: 13px;
}
#resources_paginate > span > .paginate_button:hover,#resources_paginate > span > .ellipsis:hover{
    background: #87b43f;
    color: #252524 !important;
    border: none;
    line-height: 2.1;
}
#resources_paginate > span > .ellipsis{
    line-height: 3.2;
}
#resources_paginate > span > .ellipsis:hover{
    line-height: 3.19;
}
#resources_paginate > span > .paginate_button.current{
    background: #252524;
    color: #fff !important;
    border: none;
    line-height: 2.1;
}
#resources_paginate > span > .paginate_button.current:hover{
    border: none;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #e2e2e2;
}
#resources_wrapper .top {
    margin-top: 20px;
    margin-bottom: 10px;
}
#resources_filter label{
    color: #666461;
    font-size: 12.3px;
    float: none;
}
td.sorting_1 a {
    cursor: pointer;
}
.reveal-modal.xlarge#requestTeacherResource  {
    width: 30%;
    margin-left: -15%;
    margin-top: 2%;
}

#resources_paginate a, #resources_paginate span a {
    margin: 2px !important;
}

@media only screen and (max-width: 420px) {
    #resources_paginate a {
        margin: 1px !important;
        max-width: 34px;
    }

    #resources_paginate span a {
        margin: 1px !important;
        max-width: 30px;
        text-indent: -2px;
    }
}