﻿.mainArea .top .criteria {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    direction: rtl;
}
    .mainArea .top .criteria select {
        height: 30px;
    }

    .mainArea .top .criteria .reportType {
        margin-right: 20px;
    }

    .mainArea .top .criteria .creditStatus {
        margin-right: 20px;
    }
    .mainArea .top .criteria .inIran {
        display: none;
        margin-right: 20px;
    }
    .mainArea .top .criteria .tirNoArea {
        display: none;
        float: right;
        margin: 4px 20px 0px 0px;
    }
        .mainArea .top .criteria .tirNoArea .tirNoTitle {
            float:right;
            margin-top: 5px;
        }
        .mainArea .top .criteria .tirNoArea .selectedTirNo {
            float:right;
            display: inline-block;
            min-width: 100px;
            height: 30px;
            line-height: 30px;
            margin: 0px;
            margin-right: 10px;
            border: 1px solid #C0C0C0;
            text-align: center;
        }

        .mainArea .top .criteria .tirNoArea .btnFindTirNo {
            float:right;
            height: 32px;
            line-height: 32px;
            padding: 0px 5px 0px 5px !important;
            margin-right: 10px;
            font-weight: bold;
            border-radius: 5px;
        }
        .mainArea .top .criteria .tirNoArea .dateRange {
            float:right;
            margin-right:20px;
        }
            .mainArea .top .criteria .tirNoArea .dateRange input {
                width: 90px;
                height: 30px;
                direction: ltr;
                font-size: 14px;
                text-align: center;
            }

    .mainArea .top .criteria .tirNoArea4Parts {
        display: none;
        float: right;
        margin: 4px 20px 0px 0px;
    }
        .mainArea .top .criteria .tirNoArea4Parts .tirNoTitle {
            float:right;
            margin-top: 5px;
        }
        .mainArea .top .criteria .tirNoArea4Parts .trucktirNo {
            float:right;
            display: inline-block;
            width: 25px;
            height: 30px;
            line-height: 30px;
            margin: 0px 1px 0px 1px;
            border: 1px solid #C0C0C0;
            text-align: center;
            direction: ltr;
        }
        .mainArea .top .criteria .tirNoArea4Parts span {
            float:right;
            margin: 5px 2px 0px 2px;
        }
        .mainArea .top .criteria .tirNoArea4Parts .trucktirNo.part3 {
            width: 30px;
        }

    .mainArea .top .criteria .captcha {
        display: none;
        float: right;
        margin: 0px 20px 0px 0px;
        height: 40px;
        text-align: left;
        line-height: 1px;
    }
        .mainArea .top .criteria .captcha * {
            float: left;
            height: 40px;
            margin-left: 3px;
        }
        .mainArea .top .criteria .captcha .refresh {
            width: 30px;
            height: 30px;
            margin-top: 5px;
            cursor: pointer;
        }
        .mainArea .top .criteria .captcha .txtCaptcha {
            width: 70px;
            height: 38px;
            padding: 0px;
            font-family: Arial;
            text-align: center;
            direction: ltr;
        }
        .mainArea .top .criteria .captcha .title {
            line-height: 40px;
        }

    .mainArea .top .criteria .displayType {
        display: none;
        margin-right: 20px;
    }

    .mainArea .top .criteria .loading {
        display: none;
        position: relative;
        float: right;
        width: 30px;
        height: 24px;
        margin: 9px 30px 0px 0px !important;
    }

    .mainArea .top .criteria .btnReport {
        height: 32px;
        line-height: 32px;
        margin-right: 20px;
        padding: 0px 5px 0px 5px !important;
        background: #DAAF00;
        color: white;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        border: 0px;
        border-radius: 5px;
    }
    .mainArea .top .criteria .btnAddCompanyManager {
        display: none;
        height: 32px;
        margin-right: 20px;
        padding: 0px 5px 0px 5px !important;
        border-radius: 5px;
        font-weight: bold;
    }
    .mainArea .top .criteria .tirNoSearch {
        display: none;
        margin-right: 20px;
   }
    .mainArea .top .criteria .tirNoSearch input {
        width: 100px;
        direction: ltr;
    }

.centerArea .mainArea .top .buttons {
    display: none;
    overflow: visible;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 1px;
}
    .centerArea .mainArea .top .buttons input {
        width: 16px;
        height: 16px;
        margin: 11px 0px 0px 12px;
        cursor: pointer;
    }

.tabsArea .blankPage {
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    background-color: #E3E3E3;
    text-align: center;
    z-index: 0;
}

.tabsArea .positionList {
    display: none;
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 67%;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    background-color: #E3E3E3;
    z-index: 1;
}
    .tabsArea .positionList .search {
        text-align: center;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }
        .tabsArea .positionList .search input {
            width: 100px;
            direction: ltr;
        }
    .tabsArea .positionList .records {
        overflow: auto;
        position: absolute;
        top: 35px;
        left: 0px;
        bottom: 0px;
        right: 0px;
    }
    .tabsArea .positionList table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        font-size: 14px;
    }
        .tabsArea .positionList table tr {
            height: 35px;
            line-height: 35px;
            cursor: pointer;
        }
        .tabsArea .positionList table thead tr.header th {
            background-color: #6A655E !important;
            text-align: center;
            color:white;
        }

        .tabsArea .positionList table tr:nth-child(odd) {
            background-color: white;
        }
        .tabsArea .positionList table tr:nth-child(even) {
            background-color: #F0F0F0;
        }
        .tabsArea .positionList table tr:hover {
            background-color: #FFF799 !important
        }

        .tabsArea .positionList table .no {
            width: 50px;
        }
        .tabsArea .positionList table .truckTirNo {
            width: 100px;
        }
        .tabsArea .positionList table .driverName {
            width: calc( 50% - 195px );
        }
        .tabsArea .positionList table .providerName {
            width: calc( 50% - 195px );
        }
        .tabsArea .positionList table .positionDate {
            width: 150px;
            direction: ltr;
            white-space: nowrap;
        }
        .tabsArea .positionList table .creditEndDate {
            width: 90px;
            white-space: nowrap;
        }

.tabsArea .truckTraceList {
    display: none;
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    background-color: #E3E3E3;
    z-index: 1;
}
    .tabsArea .truckTraceList table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        font-size: 14px;
    }
        .tabsArea .truckTraceList table tr {
            height: 35px;
            line-height: 35px;
        }
        .tabsArea .truckTraceList table thead tr.header th {
            background-color: #6A655E !important;
            text-align: center !important;
            color:white;
        }
        .tabsArea .truckTraceList table tr:nth-child(odd) {
            background-color: white;
        }
        .tabsArea .truckTraceList table tr:nth-child(even) {
            background-color: #F0F0F0;
        }
        .tabsArea .truckTraceList table tr:hover {
            background-color: #FFF799 !important
        }
        .tabsArea .truckTraceList table .no {
            width: 50px;
        }
        .tabsArea .truckTraceList table .truckTirNo {
            width: 150px;
        }
        .tabsArea .truckTraceList table .lastPositionDate {
            width: 150px;
            direction: ltr;
        }
        .tabsArea .truckTraceList table .mileage {
            width: 170px;
        }
        .tabsArea .truckTraceList table .speed {
            width: 150px;
        }

.tabsArea .companyTrackersOperationList {
    display: none;
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    background-color: #E3E3E3;
    z-index: 1;
}
    .tabsArea .companyTrackersOperationList table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        font-size: 14px;
    }
        .tabsArea .companyTrackersOperationList table tr {
            height: 35px;
            line-height: 35px;
        }
        .tabsArea .companyTrackersOperationList table thead tr.header th {
            background-color: #6A655E !important;
            text-align: center !important;
            color:white;
        }
        .tabsArea .companyTrackersOperationList table tr:nth-child(odd) {
            background-color: white;
        }
        .tabsArea .companyTrackersOperationList table tr:nth-child(even) {
            background-color: #F0F0F0;
        }
        .tabsArea .companyTrackersOperationList table tr:hover {
            background-color: #FFF799 !important
        }
        .tabsArea .companyTrackersOperationList table .no {
            width: 50px;
        }
        .tabsArea .companyTrackersOperationList table .truckTirNo {
            width: 100px;
        }
        .tabsArea .companyTrackersOperationList table .shahrbani {
            width: 115px;
            direction: rtl;
        }
        .tabsArea .companyTrackersOperationList table .driverName {
            width: calc( 100% - 1430px );
        }
        .tabsArea .companyTrackersOperationList table .accCertNo {
            width: 145px;
        }
        .tabsArea .companyTrackersOperationList table .accCertExpirationDate {
            width: 140px;
        }
        .tabsArea .companyTrackersOperationList table .providerName {
            width: 160px;
        }
        .tabsArea .companyTrackersOperationList table .creditEndDate {
            width: 120px;
        }
        .tabsArea .companyTrackersOperationList table .lastOutOfIranAVGOperation {
            width: 130px;
        }
        .tabsArea .companyTrackersOperationList table .positionDate {
            width: 140px;
            direction: ltr;
        }
        .tabsArea .companyTrackersOperationList table .description {
            width: 330px;
        }

.tabsArea .personRolesList {
    display: none;
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    background-color: #E3E3E3;
    z-index: 1;
}
    .tabsArea .personRolesList table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        font-size: 14px;
    }
        .tabsArea .personRolesList table tr {
            height: 35px;
            line-height: 35px;
        }
        .tabsArea .personRolesList table thead tr.header th {
            background-color: #6A655E !important;
            text-align: center !important;
            color:white;
        }
        .tabsArea .personRolesList table tr:nth-child(odd) {
            background-color: white;
        }
        .tabsArea .personRolesList table tr:nth-child(even) {
            background-color: #F0F0F0;
        }
        .tabsArea .personRolesList table tr:hover {
            background-color: #FFF799 !important
        }

        .tabsArea .personRolesList table thead tr.header th.companyName {
            text-align: right !important;
            padding-right: 5px;
        }
        .tabsArea .personRolesList table .no {
            width: 50px;
        }
        .tabsArea .personRolesList table .truckTirNo {
            width: 200px;
        }
        .tabsArea .personRolesList table .shahrbani {
            width: 200px;
        }
        .tabsArea .personRolesList table .drivers {
            width: calc( 100% - 250px );
            padding-top: 5px;
            direction: rtl;
        }
            .tabsArea .personRolesList table .drivers img.add {
                width: 24px;
                height: 24px;
                cursor: pointer;
            }
            .tabsArea .personRolesList table .drivers .record {
                display: flex;
                justify-content: center;
                align-items: center;
            }
                .tabsArea .personRolesList table .drivers .record img {
                    width: 16px;
                    height: 16px;
                    margin-right: 5px;
                    cursor: pointer;
                }

.truckTirNoTripDetailsList {
    display: none;
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px 0px 33px 0px;
    background-color: #E3E3E3;
    z-index: 1;
}
    .truckTirNoTripDetailsList table {
        zzzdisplay: none;
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        font-size: 14px;
    }
        .truckTirNoTripDetailsList table tr {
            height: 35px;
            line-height: 35px;
        }
        .truckTirNoTripDetailsList table thead tr.header th {
            background-color: #6A655E !important;
            text-align: center !important;
            color:white;
        }

        .truckTirNoTripDetailsList table tr:nth-child(odd) {
            background-color: white;
        }
        .truckTirNoTripDetailsList table tr:nth-child(even) {
            background-color: #F0F0F0;
        }
        .truckTirNoTripDetailsList table tr:hover {
            background-color: #FFF799 !important
        }

        .truckTirNoTripDetailsList table .dateHeader {
            text-align: right;
            padding-right: 245px;
            background-color: #E0E0E0;
            font-weight: bold;
        }

        .truckTirNoTripDetailsList table .no {
            width: 50px;
        }
        .truckTirNoTripDetailsList table .detailType {
            width: 75px;
        }
        .truckTirNoTripDetailsList table .startDate {
            width: 160px;
            direction: ltr;
        }
        .truckTirNoTripDetailsList table .endDate {
            width: 160px;
            direction: ltr;
        }
        .truckTirNoTripDetailsList table .durationSeconds {
            width: 145px;
        }
        .truckTirNoTripDetailsList table .position {
            width: calc( 100% - 690px );
            text-align: right;
        }
        .truckTirNoTripDetailsList table .mileage {
            width: 100px;
        }

.trackerGPSStatus {
    display: none;
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px 0px 33px 0px;
    background-color: #E3E3E3;
    text-align: center;
    z-index: 1;
}
    .trackerGPSStatus .main {
        overflow: auto;
        display: inline-block;
        margin: 100px auto 0px auto;
        padding: 20px;
        border: 1px solid #999999;
        border-radius: 5px;
        line-height: 25px;
        color:blue;
    }
    .trackerGPSStatus .main div {
        float: right;
        margin-left: 10px;
        direction: rtl;
        text-align:right
    }
    .trackerGPSStatus .lastPositionDate {
        direction: ltr
    }
    .trackerGPSStatus .lastPositionDateDay {
        margin-right: 165px;
    }

.tabsArea .companyManagersList {
    display: none;
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    background-color: #E3E3E3;
    z-index: 1;
}
    .tabsArea .companyManagersList table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        font-size: 14px;
    }
        .tabsArea .companyManagersList table tr {
            height: 35px;
            line-height: 35px;
        }
        .tabsArea .companyManagersList table thead tr.header th {
            background-color: #6A655E !important;
            text-align: center !important;
            color:white;
        }
        .tabsArea .companyManagersList table tr:nth-child(odd) {
            background-color: white;
        }
        .tabsArea .companyManagersList table tr:nth-child(even) {
            background-color: #F0F0F0;
        }
        .tabsArea .companyManagersList table tr:hover {
            background-color: #FFF799 !important
        }

        .tabsArea .companyManagersList table .no {
            width: 50px;
        }
        .tabsArea .companyManagersList table .firstName {
            width: calc( 25% - 40px );
        }
        .tabsArea .companyManagersList table .lastName {
            width: calc( 25% - 40px );
        }
        .tabsArea .companyManagersList table .mobileNo {
            width: calc( 25% - 40px );
            direction: ltr;
        }
        .tabsArea .companyManagersList table .nationalCode {
            width: calc( 25% - 40px );
            direction: ltr;
        }
        .tabsArea .companyManagersList table .delete {
            width: 110px;
        }
        .tabsArea .companyManagersList table .delete img {
            width: 16px;
            height: 16px;
            cursor: pointer;
        }

.tabsArea .truckTirNoList {
    display: none;
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px 0px 33px 0px;
    background-color: #E3E3E3;
    z-index: 1;
}
    .tabsArea .truckTirNoList table {
        zzzdisplay: none;
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        font-size: 14px;
    }
        .tabsArea .truckTirNoList table tr {
            height: 35px;
            line-height: 35px;
        }
        .tabsArea .truckTirNoList table thead tr.header th {
            background-color: #6A655E !important;
            text-align: center !important;
            color:white;
        }

        .tabsArea .truckTirNoList table tr:nth-child(odd) {
            background-color: white;
        }
        .tabsArea .truckTirNoList table tr:nth-child(even) {
            background-color: #F0F0F0;
        }
        .tabsArea .truckTirNoList table tr:hover {
            background-color: #FFF799 !important
        }

        .tabsArea .truckTirNoList table .no {
            width: 50px;
        }
        .tabsArea .truckTirNoList table .truckTirNo {
            width: 150px;
            white-space: nowrap;
        }
        .tabsArea .truckTirNoList table .companyName {
            width: calc( 33% - 310px );
            text-align:right;
        }
        .tabsArea .truckTirNoList table .provider {
            width: calc( 33% - 310px );
            text-align:right;
        }
        .tabsArea .truckTirNoList table .lastPositionDate {
            width: 150px;
            direction: ltr;
            white-space: nowrap;
        }
        .tabsArea .truckTirNoList table .timeDiff {
            width: 130px;
        }
        .tabsArea .truckTirNoList table .mileage {
            width: 170px;
        }
        .tabsArea .truckTirNoList table .receivedDate {
            width: 150px;
            direction: ltr;
            white-space: nowrap;
        }
        .tabsArea .truckTirNoList table .lastPosition {
            width: calc( 20% - 310px );
            text-align:right;
        }
        .tabsArea .truckTirNoList table .online {
            width: 150px;
        }

.tabsArea .mapArea {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 33%;
    border-right: 1px solid #B0B0B0;
    direction: ltr;
    transition: right 0.2s ease;
}

.mapPopup {
    display: none;
    position: absolute;
    left: -48px;
    bottom: 11px;
    width: 250px;
    min-height: 56px;
    padding: 10px;
    background-color: #FFF799;
    border: 1px solid white;
    border-radius: 3px;
    color: black;
    font-size: 12px;
    direction: rtl;
}

    .mapPopup .triangle {
        position: absolute;
        left: 38px;
        bottom: -7px;
    }
    .mapPopup .close {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 15px;
        height: 15px;
        line-height: 15px;
        
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        font-size: 12px;
        cursor: pointer;
    }
        .mapPopup .close:hover {
            border: 1px solid black;
        }
    .mapPopup .content {
        overflow: auto;
        min-height: 34px;
    }
        .mapPopup .content .positionDate, .mapPopup .content .creditEndDate {
            display: inline-block;
            direction: ltr;
        }

.tabsArea .getTirNoPopUp {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    max-width: 1000px;
    height:400px;
    margin: 0px auto 0px auto;
    background-color: white;
    color:black;
    text-align:center;
    z-index: 4;
}
    .tabsArea .getTirNoPopUp .top {
        height: 40px;
        border-bottom: 1px solid #A0A0A0;
    }
        .tabsArea .getTirNoPopUp .top .close {
            float: left;
            width: 20px;
            height: 15px;
            line-height: 15px;
            margin: 5px 0px 0px 0px;
            font-size: 12px;
            font-weight: bold;
            cursor: pointer;
        }

        .tabsArea .getTirNoPopUp .top .search {
            display: inline-block;
            margin: 10px auto 0px auto;
        }
            .tabsArea .getTirNoPopUp .top .search input {
                width: 100px;
                margin-right: 10px;
                direction: ltr;
            }
        .tabsArea .getTirNoPopUp .top .loading {
            margin: 0px auto 0px auto;
        }
        .tabsArea .getTirNoPopUp .top .btnSearch {
            width: 60px;
            height: 25px;
            line-height: 23px
        }
        .tabsArea .getTirNoPopUp .top .loading {
            display: none;
            position: relative;
            top:7px;
            width: 60px;
            height: 24px;
            padding-right: 15px;
            text-align: center;
        }
    .tabsArea .getTirNoPopUp .records {
        overflow-x: auto;
        overflow-y: scroll;
        height: calc( 100% - 50px );
        margin-top: 5px;
        margin-bottom: 5px;
    }
        .tabsArea .getTirNoPopUp .records table {
            width:100%;
        }
        .tabsArea .getTirNoPopUp .records tr {
            height: 30px;
        }
        .tabsArea .getTirNoPopUp .records tr:nth-child(even) {
            background-color: #F0F0F0;
        }
        .tabsArea .getTirNoPopUp .records tr:hover {
            background-color: #FFF799 !important
        }
            .tabsArea .getTirNoPopUp .records tr th {
                background-color: white;
                text-align: center !important;
            }
            .tabsArea .getTirNoPopUp .records table .truckTirNo {
                width:90px;
                direction: ltr;
            }
            .tabsArea .getTirNoPopUp .records table .companyName {
                width:130px;
                text-align: right;
            }
            .tabsArea .getTirNoPopUp .records table .providerName {
                width:125px;
                text-align: right;
            }
            .tabsArea .getTirNoPopUp .records table .expirationDate {
                width: 110px;
            }
            .tabsArea .getTirNoPopUp .records table .expirationDate .remain {
                color: #FF6060;
            }
            .tabsArea .getTirNoPopUp .records table .status {
                width:110px;
                font-weight: bold;
            }
                .tabsArea .getTirNoPopUp .records table .status.active {
                    color: #08B459 
                }
                .tabsArea .getTirNoPopUp .records table .status.off {
                    color: #2F61C8;
                }
                .tabsArea .getTirNoPopUp .records table .status.problem {
                    color: red;
                }

            .tabsArea .getTirNoPopUp .records table .avgOnlinePercentageLastDays {
                width:110px;
                font-weight: bold;
            }
                .tabsArea .getTirNoPopUp .records table .avgOnlinePercentageLastDays span {
                    padding: 0px 5px 0px 5px;
                }
                .tabsArea .getTirNoPopUp .records table .avgOnlinePercentageLastDays.good span {
                    background-color: #00FF00;
                }
                .tabsArea .getTirNoPopUp .records table .avgOnlinePercentageLastDays.average span {
                    background-color: yellow;
                }
                .tabsArea .getTirNoPopUp .records table .avgOnlinePercentageLastDays.bad span {
                    color: white;
                    background-color: red;
                }
            .tabsArea .getTirNoPopUp .records table .OnlinePercentage {
                width:110px;
                font-weight: bold;
            }
                .tabsArea .getTirNoPopUp .records table .OnlinePercentage span {
                    padding: 0px 5px 0px 5px;
                }
                .tabsArea .getTirNoPopUp .records table .OnlinePercentage.good span {
                    background-color: #00FF00;
                }
                .tabsArea .getTirNoPopUp .records table .OnlinePercentage.average span {
                    background-color: yellow;
                }
                .tabsArea .getTirNoPopUp .records table .OnlinePercentage.bad span {
                    color: white;
                    background-color: red;
                }
            .tabsArea .getTirNoPopUp .records table .lastPositionDate {
                width:140px;
            }
            .tabsArea .getTirNoPopUp .records table .selector {
                width:55px;
            }
            .tabsArea .getTirNoPopUp .records table .selector input {
                width: 45px;
                height: 25px;
                line-height: 23px;
                font-size: 12px;
            }

.tabsArea .getPersonInfo {
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    max-width: 500px;
    min-height: 350px;
    margin: 0px auto 0px auto;
    background-color: white;
    color:black;
    text-align:center;
    z-index: 4;
}
    .tabsArea .getPersonInfo .top {
        height: 40px;
        line-height: 38px;
        border-bottom: 1px solid #A0A0A0;
    }
        .tabsArea .getPersonInfo .top .close {
            float: left;
            width: 20px;
            height: 15px;
            line-height: 15px;
            margin: 5px 0px 0px 0px;
            font-size: 12px;
            font-weight: bold;
            cursor: pointer;
        }
    .tabsArea .getPersonInfo .main {
        padding: 50px 0px 50px 0px;
        text-align: center;
    }
        .tabsArea .getPersonInfo .main .title {
            display: inline-block;
            width: 130px;
            text-align: right;
        }

        .tabsArea .getPersonInfo .main .nationalCode {
            overflow: auto;
            width: 300px;
            margin: 0px auto 0px auto;
        }
            .tabsArea .getPersonInfo .main .nationalCode .title {
                float: right;
                height: 30px;
                line-height: 30px;
            }
            .tabsArea .getPersonInfo .main .nationalCode .txtNationalCode {
                float: right;
                width: 105px;
                margin-top: 3px;
                direction: ltr;
                stext-align: center
            }

        .tabsArea .getPersonInfo .main .nationalCode .btnSearch {
            float: right;
            width: 60px;
            height: 30px;
            margin-right: 5px;
            line-height: 30px;
        }
        .tabsArea .getPersonInfo .main .nationalCode .loading {
            display: none;
            float: right;
            position: relative;
            height: 24px;
            margin: 3px 15px 0px 0px;
        }
        .tabsArea .getPersonInfo .main .txtMobileNo {
            direction: ltr;
        }
        .tabsArea .getPersonInfo .main .bottonsArea {
            height: 40px;
        }
        .tabsArea .getPersonInfo .main .bottonsArea .btnSave {
            width: 100px;
        }
        .tabsArea .getPersonInfo .main .bottonsArea .loading {
            display: none;
            position: relative;
            width: 30px;
            height: 24px;
            margin: -5px 300px 0px 0px;
        }

.tabsArea .topMessage {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #E3E3E3;
    padding-top: 100px;
    text-align: center;
    z-index: 1;
}

.mapVehicleInfoTemplateWrapper {
    display:none;
}
.mapVehicleInfoTemplate {
    overflow:auto;
    max-width:400px !important;
    width:100%;
    line-height:22px;
    font-size:12px;
    font-family: Tahoma;
    padding:5px;
}
    .mapVehicleInfoTemplate .label {
        float: right;
        color: black !important;
        width: 100px;
        clear: right;
    }
    .mapVehicleInfoTemplate .data {
        float: right;
        color: black;
        width: 200px;
        text-align:right;
        font-weight: bold;
    }
/* ----- ----- */

.excelDT {
    display: none;
}
