.fl{
    float: left;
}

.fr{
    float: right;
}

.noBottom{
    margin-bottom: 0 !important;
}

.ml01{
    margin-left: 0.3rem;
}

.mr01{
    margin-right: 0.3rem;
}

.ml02{
    margin-left: 0.6rem;
}

.mr02{
    margin-right: 0.6rem;
}

.ml03{
    margin-left: 1rem;
}

.mr03{
    margin-right: 1rem;
}

.ml04{
    margin-left: 2rem;
}

.mr04{
    margin-right: 2rem;
}

.ml05{
    margin-left: 3rem;
}

.mr05{
    margin-right: 3rem;
}

.mt01{
    margin-top: 0.5rem;
}

.mb01{
    margin-bottom: 0.5rem;
}

.no_pb{
    padding-bottom: 0 !important;
}

.operation{
    width: 100%;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 1rem;
    padding: 1rem;
}

.operation-item{
    float: left;
    margin-right: 1rem;
}

.pageDiv{
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 1rem;
}

.btn-delete{
    color:#fff;
    background-color:#FF4961;
    border-color:#FF4961;
}

.btn-reset{
    color:#fff;
    background-color:#383FD8;
    border-color:#383FD8;
}

.btn-search{
    color:#fff;
    background-color:#1E9FF2;
    border-color:#1E9FF2;
}

.search-control{
    width: auto;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: #495057;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #CED4DA;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.table-no-data{
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    display: table-caption;
    caption-side: bottom;
    background-color: #fff;
}

.custom-checkbox label{
    cursor: pointer;
}

.tableSortOrder{
    cursor: pointer;
}

.tableSortOrder i.sel{
    color: #FF9149;
}

.tableSortOrder .ft-arrow-up{
    margin-left: -6px;
}

.hideData{
    display: none;
}

.backError{
    display: none;
}

.hideError{
    display: none;
}

.front-side-noData{
    margin: 1rem  auto !important;
    text-align: center;
}

.trafficCharge,.voiceCharge{
    display: none;
}

.wa{
    width: auto !important;
}

.dp{
    display: inline-block;
}

.languageChange{
    padding: 0.5rem 0 1rem 3.5rem;
}

.languageChange a{
    cursor: pointer;
    text-decoration: none !important;
}

.languageType{
    width: 3rem;
    height: 2rem;
}

.languageDiv{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    background-color: #2097f3;
}

.languageDiv a{
    cursor: pointer;
    text-decoration: none !important;
}

.languageSel{
    width: 1rem;
    height: 0.5rem;
}

.whiteColor{
    color: #fff !important;
}

.pagination .app-item .app-page{
    position: relative;
    display: block;
    padding: 0.1rem 0.2rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #01AAED;
    background-color: #fff;
    border: 1px solid #DEE2E6;
    text-underline: none;
}

.pagination .app-item.disabled .app-page{
    color: #fff;
    pointer-events: none;
    cursor: auto;
    background-color: #6C757D;
    border-color: #DEE2E6;
}

.app-item:first-child .app-page{
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.app-item:last-child .app-page{
    margin-left: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.app-item.active .app-page{
    background-color: #01AAED;
    color: #fff;
}

.dataTips{
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 14px;
    background-color: #2097f3;
    border-radius: 30px;
}

.dataTips .dataTips-title{
    color: #f20d2b;
    font-size: 16px;
    font-weight: bold;
}

.dataTips .dataTips-content{
    color: #fff;
    font-size: 14px;
}

.table-hover th,.table-hover td{
    text-align: center !important;
}

a{
    text-decoration: none !important;
}
.mobileSelect .content .btnBar .cancel{
    z-index: 10;
}