@media (max-width:1024px) {
    #timerecords {
        display: none
    }
    #timerecords_mobile {
        font-size: .5em;
    }
    #new_timeRecord {
        display: none
    }
    #edit_timeRecord {
        display: none
    }
    #openPointsIndex {
        display: none
    }
    #myInput {
        width:100%;
        margin-bottom:18px;
        background-color: white;
    }
    #table_icon_edit{
        border-width: 1px 0 1px 1px;

        padding: 15px 5px 15px 5px;
    }
    #table_icon_delete{
        border-width: 1px 0 1px 0px;

        padding: 15px 5px 15px 5px;
    }
    #table_icon_show{
        border-width: 1px 0 1px 0px;

        padding: 15px 5px 15px 5px;
    }
    #table_icon_send{
        border-width: 1px 1px 1px 0px;

        padding: 15px 5px 15px 5px;
    }
    
}
@media (min-width:1024px) {
    #myInput {
        width:100%;
        margin-bottom:18px;
        background-color: white;
    }

    #timerecords_mobile {
        display: none
    }
    #new_timeRecord_mobile{
        display: none
    }
    #edit_timeRecord_mobile{
        display: none
    }
    #table_icon_edit{
        border-width: 1px 0 1px 1px;
        width: 10px;
        padding: 15px 5px 15px 5px;
    }
    #table_icon_delete{
        border-width: 1px 0 1px 0px;
        width: 10px;
        padding: 15px 5px 15px 5px;
    }
    #table_icon_show{
        border-width: 1px 0 1px 0px;
        width: 10px;
        padding: 15px 5px 15px 5px;
    }
    #table_icon_send{
        border-width: 1px 1px 1px 0px;
        width: 10px;
        padding: 15px 5px 15px 5px;
    }
}
    .container {
        font-size: 12px;
        width: 780px;
    }
    .title {
        font-size: 16px;
        background: black;
        width: 100%;
        margin: 0;
        padding: 8px;
        color: white;
        text-align: center;
    }
    .content {
        padding-top: 20px;
    }
    .full {
        text-align: center;
    }
    .bg {
        padding: 15px;
        background: #bfe6e4;
    }
    input[type="button"] {
        display: block;
        width: 200px;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .btn-success {
        color: #fff;
        background-color: #246b24;
        border-color: #1e5f1e;
    }
    
    .btn.btn-default.btn-sm.Other {
        border: 1px solid #292b2c;
        border: 1px solid rgba(0, 0, 0, 0.17);
        background: #464646;
        color: white;
    }
    .btn.btn-default.btn-sm.Other:hover {
        background: #333333;
    }

    .purple {
        color: #980798;
    }

    .ajs-button {
        cursor: pointer;
    }
    .dell{
        height: 150px;
    }
     .elementor-field-textual{
        background-color: white;
     }