* {
    box-sizing: border-box;
    transition: all 0.4s ease;
}

body {
    font-family: "open-sans";
}

a {
    text-decoration: none;
}

.tracking-header {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .tracking-header h2 {
        font-family: "montserrat-light";
        font-size: 16px;
        float: left;
        color: #424951;
    }

.tracking-users {
    float: right;
}

    .tracking-users .users-track {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        float: left;
        margin: 0 2px;
    }

        .tracking-users .users-track img {
            width: 100%;
        }

.tracking-main {
    width: 100%;
    float: left;
    position: relative;
}

.main-box, .sub-box {
    width: 80%;
    float: left;
    position: relative;
    padding-left: 70px;
}

.sub-box {
    width: 100%;
}

.main-box-inner {
    width: 100%;
    float: left;
}


.main-box::before, .sub-box::before {
    width: 1px;
    border-left: #aaa solid thin;
    height: 100%;
    left: 35px;
    display: block;
    position: absolute;
    content: "";
    margin: auto;
}

.sub-box::before {
    height: 90%;
}


.box-head {
    width: 100%;
    padding: 5px 20px;
    border: #e5e5e5 solid thin;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    float: left;
    padding-right: 50px;
    position: relative;
    margin-bottom: 20px;
}

    .box-head h3 {
        color: #424951;
        font-family: "montserrat";
        font-size: 15px;
        font-weight: normal;
        float: left;
        margin: 0;
        padding: 13px 0;
    }

.text-green {
    color: #00a9b4;
}

.track-head-right {
    float: right;
    width: auto;
    padding: 10px 0;
}

    .track-amnt, .track-head-right .btn {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

.track-amnt {
    font-family: "montserrat";
    color: #00a9b4;
    margin-right: 15px;
}

    .track-amnt .rupee {
        color: #00a9b4;
    }

.round-status {
    position: absolute;
    width: 35px;
    height: 35px;
    color: #fff;
    right: -15px;
    top: 12px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

    .round-status span {
        color: #fff;
    }

    .round-status .ion-more {
        font-size: 23px;
    }

.box-detail {
    position: absolute;
    left: 0;
    text-align: center;
    width: 70px;
    left: -70px;
}

.box-date {
    position: relative;
    margin: auto;
    background: rgb(0, 169, 180) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 2px 5px;
    float: left;
    font-size: 11px;
    font-family: "montserrat";
    margin-bottom: 15px;
}

.mrn {
    right: 66px;
}

.box-head-title {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "montserrat";
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    background: #424951;
    border-radius: 50%;
    margin: auto;
    margin-top: 5px;
}

.track-status-box {
    position: absolute;
    width: 250px;
    right: -280px;
    top: 0;
    border: #f0f0f0 solid thin;
    border-left: #00a9b4 solid 2px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    transition: none;
    display: none;
}

    .track-status-box::before {
        position: absolute;
        left: -7px;
        top: 22px;
        content: "";
        display: block;
        border: transparent solid 5px;
        border-left-color: #00a9b4;
        border-top-color: #00a9b4;
        transform: rotate(-45deg);
    }

.status-row {
    width: 100%;
    position: relative;
    padding: 10px;
    border-bottom: #ccc solid thin;
    float: left;
    width: 100%;
    text-align:left;
}

    .status-row:last-child {
        border-bottom: none;
    }

    .status-row h4 {
        margin: 0;
        font-size: 13px;
        max-width: 60%;
        text-align: left;
        float: left;
    }

.status-text {
    padding: 3px 5px;
    text-align: center;
    color: #fff;
    font-family: "montserrat";
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 30px;
    width: auto;
    position: absolute;
    right: 10px;
    top: 10px;
}

.status-pending {
    background: #fece30;
}

.status-approved {
    background: #3dcb37;
}

.status-rejected {
    background: #ed4948;
}

.status-hold {
    background: #f2b30a;
}

.aprvl-amnt-box {
    width: 100%;
    float: left;
    margin-top: 2px;
}

.col-half {
    width: 50%;
    padding-right: 20px;
    float: left;
}

    .col-half .secondry-text {
        font-size: 11px;
        color: #424951;
    }

    .col-half h5 {
        color: #00a9b4;
        font-size: 12px;
        margin: 0;
    }

    .col-half .rupee {
        color: #00a9b4;
    }

.modal .heading h2 {
    font-family: "montserrat";
    font-size: 17px;
    margin: 0;
    float: left;
    max-width: 80%;
}

.modal .heading .total-amount {
    float: right;
    font-family: "montserrat";
    color: #00a9b4;
    font-size: 16px;
}

.modal .heading {
    width: 100%;
    float: left;
}

.close.ion-close {
    background: #00a9b4;
    width: 25px;
    height: 25px;
    line-height: 23px;
    padding: 0;
    color: #fff;
    border-radius: 50%;
    border: #fff solid thin;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    position: absolute;
    top: -10px;
    right: -10px;
    opacity:1;
    font-size:15px;
    text-shadow:none !important;
    cursor:pointer;
}

.close.ion-close:hover{
    opacity:1;
    color:#fff;
}

.table-design {
    width: 100%;
    float: left;
}

    .table-design th, .table-design td {
        padding: 7px 5px;
        width: 15%;
        font-weight: normal;
        font-size: 14px;
    }

        .table-design th:nth-child(2), .table-design td:nth-child(2) {
            width: 55%;
        }

        .table-design th:nth-child(2) .text-green{
            font-family:"montserrat";
            text-align:left !important;
        }

    .table-design th {
        color: #00a9b4;
        font-family: "montserrat";
        border-bottom: #424951 solid thin;
    }

    .table-design td {
        color: #424951;
        font-family: "open-sans";
        border-bottom: #ccc solid thin;
    }

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}


/* modal-popup */

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;
    background: rgba(66,73,81,0.4);
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

    .modal-header .heading {
        margin-bottom: 0;
        color: #4C5667;
    }

    .modal-header .close {
        margin-top: 5px;
    }



.btn-blue-outline {
    color: #fff;
    border: #fff solid thin;
    border-radius: 30px;
}

.btn-white i {
    width: auto;
    height: auto;
    margin-right: 7px;
    font-size: 18px;
}

.btn-blue-outline:hover {
    background: #4786D4;
}


.modal-dialog {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    float: none;
    display: inline-block;
    text-align: left;
    margin-top: 80px;
    box-shadow: 0 0 5px 0 rgba(66,73,81,0.2);
}

.modal-med {
    width: 60% !important;
}

.modal-med-small {
    width: 800px !important;
}

.modal-small {
    width: 600px !important;
}

.modal-content{
    border:none !important;
    box-shadow:none !important;
}

.modal-body{
    padding:15px;
    box-shadow:none !important;
    border:none !important;
}

.modal-dialog{
    padding:0 !important;
}

/*modal css end*/

.clear {
    clear: both;
}

.btn {
    width: auto;
    padding: 5px 10px;
    background: none;
    border: none;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
    font-family: "montserrat";
    border-radius: 3px;
    height: auto;
    display: inline-block;
    text-transform: uppercase;
}

.btn-primary {
    background: #00a9b4;
    color: #fff;
    font-family: "montserrat-light";
    text-transform: uppercase;
}

    .btn-primary:hover {
        background: #00929c;
    }

.btn-primary-outline {
    border: #00a9b4 solid thin;
    color: #00a9b4;
    background: none;
}

    .btn-primary-outline:hover {
        background: #00a9b4;
        color: #fff;
    }


.btn-secondry {
    background: #747b82;
    color: #fff;
    font-family: "montserrat-light";
    text-transform: uppercase;
}

    .btn-secondry:hover {
        background: #424951;
    }

.btn-secondry-outline {
    border: #424951 solid thin !important;
    color: #424951;
    font-family: "montserrat-light";
    text-transform: uppercase;
}

    .btn-secondry-outline:hover {
        background: #424951 !important;
        color: #fff !important;
    }

.btn-small {
    font-size: 13px !important;
    padding: 5px 10px !important;
}


