
.mat_wrapper
{
    width: 100%;
}

.mat_tokenTable
{
    margin-top: 0px;
    position: relative;
    float: left;
    width: 920px;
}

.mat_description
{
    width: 250px;
}

.mat_createdColumn
{
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

tr.manageDoctor_Doctor .mat_deleteColumn
{
    width: 40px;
    display: block;
    height: 35px;
}
.mat_deleteColumn img {
    width: 20px;
    display: block;
    margin:auto;
    margin-top: 8px;
}
.tokenDescription
{
    width: 350px;
    margin-right: 5px;
}

.mat_tokenLightbox
{
    display: none;
    width: 800px;
}

.mat_generateTokenStatusIcon
{
    display: none;
    margin-left: 5px;
}

.matf_calendarUrl
{
    background: #81cbfc;
    border: 1px solid #118eef;
    font-family: monospace;
    margin-top: 5px;
    font-size: 20px;
    padding: 10px;
    word-wrap: break-word;
}

.mat_status
{
    position: absolute;
    width: 898px;
    margin-bottom: 10px;
    display: none;
}

.mat_tableNewEntryContainer
{
    position: relative;
}

#matf_encPassword
{
	width: 200px;
}

.mat_maxSynchDays {
    width: 100px;
}

.mat_maxSynchDaysTooltip
{
    display: inline-block;
    height: 18px;
    width: 18px;
    background: url("../img/status/info.png");
    background-size: 18px 18px;
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
    top: 5px;
}

.mat_invalidMaxSyncDaysValue
{
    outline: 1px solid red;
}
.gs_tableHeader td {
    font-size: 12px;
    padding: 5px;
    background: #f0f0f0;
}
.mat_createdColumn,
.mat_maxSyncDaysPast,
.mat_maxSyncDaysFuture {
    text-align: center;
    font-size: 12px;
}
.mat_generateNewTokenWrapper  {
    display: flex;

}

@media screen and (max-width: 1024px) {


    .mat_tokenTable {
        width: 100% !important;
        float: none;
        overflow-x: auto;
        /*display: block;*/
    }

    .mat_description,
    .tokenDescription,
    .mat_maxSynchDays {
        width: auto !important;
        min-width: 120px;
    }


    .gs_tableHeader td {
        font-size: 12px;
        padding: 5px;
        background: #f0f0f0;
    }

    .manageDoctor_Doctor td {
        padding: 8px 5px;
        font-size: 13px;
        border-bottom: 1px solid #eee;
    }


    .mat_maxSyncDaysPast,
    .mat_maxSyncDaysFuture {
        font-size: 11px;
        text-align: center;
    }

    .mat_tokenLightbox {
        width: 95% !important;
        margin: 0 auto;
    }
    .mat_generateNewTokenWrapper  {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .mat_generateNewTokenWrapper input {
        width: 100%;
        max-width: 340px;
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 700px) {


    .mat_tableNewEntryContainer {
        position: relative;
        overflow-x: scroll;
    }
    .defaultButton {

        max-width: fit-content;
    }
}
@media screen and (max-width: 480px) {



    .mat_tokenTable {
        display: block;
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
}