html,body {
    margin: 0;
    padding: 0;
}
/*Important:: Helps internship table display modal to pop up*/
.fade:not(.show){
    opacity: unset;
}

.modal-backdrop{
    background-color: rgba(255, 255, 255, .15)
}

.modal-dialog{
    max-width: 1000px;
}
.modal-body{
    padding-left: 50px;
    padding-right: 20px;
}
.modal-content{
     width: auto;
     height: auto;
     overflow-y: auto;
    border-style: solid;
    border-width: 2px;
}

.internships-table {
    margin-bottom: 2rem;
}

.internships-table p {
    margin-top: 1rem;
}

.internships-table p span {
    font-size: 2.5rem !important;
}

.internships-table .no-records-found td {
    padding: 2rem !important;
}

.fixed-table-container thead th .sortable {
    margin-right: 0;

    @media (min-width: 500px) {
        margin-right: 30px;
    }
}

.fixed-table-loading {
    padding: 2rem;
    font-size: 1rem;
}

/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {

    .form-control {
        margin-bottom: 1.5rem;
    }

    .internships-table p {
        margin-top: 0;
    }

    .internships-table p span {
        font-size: 3.5rem !important;
    }

    .internships-table{
        color: green;
        font-size: 20px;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        padding: 2em 1em;
    }

    .internships-table .fixed-table-toolbar .search {
        margin-top: 0px;
        margin-bottom:15px;
        float: none !important
    }

    /*first header*/
    .internships-table h1{
        font-size: 60px;
        text-transform: uppercase;
        font-weight: bold;
        color: green;
        letter-spacing: 25px;
        padding-left: 20px;
        margin-top: 0px;
    }

    /*font size for table rows*/
    .internships-table tbody {
        font-size: 1rem;
    }

    /*table titles*/
    #internshipsTable h3{
        font-size: 1.6rem;
        color: green;
        margin:3px;
    }

    /*table body color*/
    #internshipsTable tbody tr {
        color: green;
    }

    /*stripe the table*/
    #internshipsTable tbody tr:nth-child(even) {
        background-color: #e5e5e5
    }

    #internshipsTable tbody tr:nth-child(odd) {
        background-color: #ffffff
    }

    /*highlights and pointer for internship entries*/
    #internshipsTable tbody tr:hover{
        transition: 0.2s;
        color: black;
        background: #53ff0c;
        opacity: 0.5;
        cursor: pointer;
    }
}

/* tablets/desktops and up ----------- */
/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

    .internships-table p {
        margin-top: 0;
    }

    .form-control {
        margin-bottom: 1.5rem;
    }

    .internships-table p span {
        font-size: 3.5rem !important;
    }

    .internships-table{
        color: green;
        font-size: 15px;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        padding: 2em 1em;
    }

    .internships-table .fixed-table-toolbar .search {
        margin-top: 0px;
        margin-bottom:15px;
        float: none !important
    }

    /*first header*/
    .internships-table h1{
        font-size: 50px;
        text-transform: uppercase;
        font-weight: bold;
        color: green;
        letter-spacing: 20px;
        padding-left: 10px;
        margin-top: 0px;
    }

    /*font size for table rows*/
    #internshipsTable tbody{
        font-size: 1rem;
    }

    /*table titles*/
    #internshipsTable h3{
        font-size: 20px;
        color: green;
        margin:3px;
    }

    /*table body color*/
    #internshipsTable tbody tr{
        color: green;
    }

    /*stripe the table*/
    #internshipsTable tbody tr:nth-child(even) {
        background-color: #e5e5e5
    }

    #internshipsTable tbody tr:nth-child(odd) {
        background-color: #ffffff
    }

    /*highlights and pointer for internship entries*/
    #internshipsTable tbody tr:hover{
        transition: 0.2s;
        color: black;
        background: #53ff0c;
        opacity: 0.5;
        cursor: pointer;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 700px) and (max-width: 991px){

    .form-control {
        margin-bottom: 1.5rem;
    }

    .internships-table p span {
        font-size: 3rem !important;
    }

    .modal-content{
        width: auto;
        height: auto;
        overflow-y: auto;
    }

    .internships-table{
        color: green;
        font-size: 17px;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        padding: 2em 1em;
    }

    .internships-table p {
        margin-top: 0;
    }

    .internships-table .fixed-table-toolbar .search {
        margin-top: 0px;
        margin-bottom:15px;
        float: none !important;
    }

    /*first header*/
    .internships-table h1{
        font-size: 40px;
        text-transform: uppercase;
        font-weight: bold;
        color: green;
        letter-spacing: 25px;
        padding-left: 10px;
        margin-top: 0px;
    }

    /*table titles*/
    #internshipsTable h3{
        font-size: 1.05rem;
        color: green;
        margin: 3px;
    }

    /*table body color*/
    #internshipsTable tbody tr {
        font-size: 1rem;
        color: green;
    }

    /*stripe the table*/
    #internshipsTable tbody tr:nth-child(even) {
        background-color: #e5e5e5
    }

    #internshipsTable tbody tr:nth-child(odd) {
        background-color: #ffffff
    }

    /*highlights and pointer for internship entries*/
    #internshipsTable tbody tr:hover{
        transition: 0.2s;
        color: black;
        background: #53ff0c;
        opacity: 0.5;
        cursor: pointer;
    }

    /*number of pages*/
    .pagination{
        font-size: 25px;
        font-weight:bold;
        padding-left: 100px;
    }
}


/* Extra small devices (phones, up to 699px) */
@media screen and (max-width: 699px) {

    .fixed-table-toolbar {
        padding: 0rem 1rem;
    }

    .modal-content{
        width: 100%;
        overflow-y: auto;
    }

    .internships-table{
        color: green;
        font-size: 15px;
        min-height: 100%;
        height: auto !important;
        height: 100%;
    }

    .internships-table .fixed-table-toolbar .search {
        margin-top: 0px;
        margin-bottom:15px;
        float: none !important;
    }

    /*first header*/
    .internships-table h1{
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        color: green;
        letter-spacing: 10px;
        padding-left: 10px;
        margin-top: 0px;
    }

    /*table titles*/
    #internshipsTable h3{
        font-size: 1rem;
        color: green;
        margin: 3px;
    }

    /*font size for table rows*/
    #internshipsTable tbody{
        font-size: 1rem;
        margin:3px;
    }

    /*table body color*/
    #internshipsTable tbody tr{
        color: green;
    }

    /*stripe the table*/
    #internshipsTable tbody tr:nth-child(even) {
        background-color: #e5e5e5
    }

    #internshipsTable tbody tr:nth-child(odd) {
        background-color: #ffffff
    }

    /*highlights and pointer for internship entries*/
    #internshipsTable tbody tr:hover{
        transition: 0.2s;
        color: black;
        background: #53ff0c;
        opacity: 0.5;
        cursor: pointer;
    }

    /*number of pages*/
    .pagination{
        font-size: 25px;
        font-weight:bold;
        padding-left: 80px;
    }
}