﻿body {
}
.Message_Content
{
    margin-top:10px !important;
}
.Message_image {
    float: left;
    position: relative;
}

.Message_Info {
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 12px;
}

    .Message_Info p {
        background-color: #f2f2f2;
        width: fit-content;
        padding: 10px;
        border-radius: 15px 15px 15px 15px;
    }

.Message_time {
    margin-left: 30px;
    font-size:9px;
    font-weight:600;
    margin-top:2px;
}

@media only screen and (max-width: 768px) {
    #ASAPMobile div {
        width: 100% !important;
        margin-top: 5px !important;
    }

    #ASAPMobile {
        margin-left: 0px !important;
    }


    #pauseMobile div {
        width: 100% !important;
        margin-top: 5px !important;
    }

    #Resume {
        margin-left: 0px !important;
    }

    #hideandshowGause {
        display: none !important;
    }
    
    #hideandshowCaption
    {
        display:none;
    }

    .breadcrumb_SubBranchName {
      margin-top:40px !important;
    }

    #hideandshowquickGause {
        margin-top:0px !important;
    }

    #GenTableTeam
    {
        margin-bottom:10px !important;
    }

    .Borderinfo
    {
        width: 100% !important;
        margin-left:0px !important;
    }
    .Title {
        padding-left: 5px;
        float: none !important;
    }

    .TitleValue {
        padding-left: 0px;
        float: none !important;
    }
    .Titlefirst
    {
        float:none !important;
    }
    
}



@media only screen and (max-width: 860px) {
    .Borderinfo {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .breadcrumb_SubBranchName {
        margin-top: 40px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .table-Meassage {
        display: none !important;
    }
}