/*
Theme Name: Variable Compensation
Author: Prosoft Phils
Author URL: http://prosoft-phils.com/
Description: Responsive CSS for Global Partials (Desktop)
*/

@media (min-width: 992px) {

/*--------------------------------------------------------------
Full Width Video iFrame on Modal 
--------------------------------------------------------------*/
.video-modal-content {
    width: 70%;
}

} /* END of @media 992px and above*/

/*--------------------------------------------------------------
CUSTOM BREAK POINTS
--------------------------------------------------------------*/
@media (min-width: 993px) and (max-width: 1199px) {

} /*end of 993px - 1199px*/

@media (min-width: 1440px) {
    
    #pay-dates-table_wrapper {
        width: 160px;
    }
    
    #pay-dates-table_wrapper .dataTables_paginate {
        padding-right: 0.2em !important;
    }

} /*end of 993px - 1199px*/