.popupshape {
    background: #000000;
    color: #FFF;
    font-size: 12px;
    overflow: auto;
    padding: 10px 15px 10px 15px;
}
.popupshape a{
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
}
.popupshape a div{
    transition: background-color 0.3s ease;
}
.popupshape a div:hover{
    background-color: #208e81;
}
.popupflag {
    width: 240px;
    height: 150px;
    background: #000000;
    color: #FFF;
    font-size: 12px;
    overflow: auto;
}

.leftpop {
    margin-bottom: 5px;
    font-weight: 400;
}

.leftpop div{
    line-height: 15px;
}

.rightpop {
    float: right;
    margin-right: 15px;
    margin-top: 6px
}

.buttonpop {
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
    background: #30ae9f;
    color: #FFF;
    padding: 10px 20px;
}
.popupshape > div:nth-child(2){

}

.loader_img {
    position: fixed;
    display: none;
    height: 64px;
    width: 64px;
    margin-left: -32px;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
}

.bfilm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000000;
    display: none;
    opacity: 0.8;
}

#live-add-button {
    border-radius: 3px;
    width: 74px;
    text-align: center;
    background: #f93537;
    color: #FFF;
    padding: 5px 8px;
    margin-top: 5px;
    cursor: pointer;
}

.red-circle {
    background:url("../images/Ignition_off.svg");
    background-repeat: no-repeat;
    background-size: 20px;
}

.green-circle {
    background:url("../images/Ignition_on.svg");
    background-repeat: no-repeat;
    background-size: 20px;
}

.f9-circle {
    background:url("../images/Inactive12.svg");
    background-repeat: no-repeat;
    background-size: 20px;
}
.f9-circle, .red-circle, .green-circle, .alarm-circle{
    height: 20px;
    width: 20px;
    border-radius: 10px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}

.red-circle-icon {
    background:url("../images/Ignition_off.svg");
    background-repeat: no-repeat;
    background-size: 20px;
}
.alarm-circle {
    background-repeat: no-repeat;
    background-size: 20px;
}

.green-circle-icon {
    background:url("../images/Ignition_on.svg");
    background-repeat: no-repeat;
    background-size: 20px;
}

.f9-circle-icon {
    background:url("../images/Inactive12.svg");
    background-repeat: no-repeat;
    background-size: 20px;
}
.f9-circle-icon, .red-circle-icon, .green-circle-icon{
    height:20px;
    width: 20px;
    border-radius: 0px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}

.disp {
    display: none;
    vertical-align: top;
}

#markers-with-index th {
    color: #fff;
}
#markers-with-index tr a{
    color: #ffffff;
    text-decoration: none;

}
.right_col #markers-with-index tr a{
    color: #2d2c2c;
    text-decoration: none;

}
#markers-with-index th:first-child, #markers-with-index th:last-child {
    vertical-align: middle;
}


#close_open {
    cursor: pointer;
}
.new-sidebar-div{position: absolute;z-index: 10;right: 0;top: 0;color: #fff;max-width: 400px;}

@media only screen and (max-width: 1640px) {
    /*input[class*="pan-all-marker"] {*/
        /*width: 150px !important;*/
    /*}*/


    /*.inputs-parent-div{*/
        /*padding:25px 3% 50px 3% !important;*/
    /*}*/

}

@media only screen and (min-width: 1641px) {

}

@media only screen and (min-width: 1078px) and (max-width: 1340px) {
    .inputs-parent-div{
        padding: 25px 0 50px 0;
    }
    .custom-icon{
        margin: 0 5px 0 5px;
    }
    #tracking-map {
        width: 100%;
    }

    .new-sidebar-div {
        width: 32%;
    }
    .container_map .new-sidebar-div{
        width: 100%;
    }


}

@media only screen and (min-width: 768px) and (max-width: 1077px) {
    #tracking-map, #geofence_map {
        width: 100%;
    }

    .new-sidebar-div {
        width: 50%;
    }


}

@media only screen and (max-width: 767px) {
    #tracking-map, #geofence_map {
        width: 100% !important;
    }

    /*.new-sidebar-div #menu{max-height: 80% !important;}*/
    /*.new-collapse-button{left: 80% !important;}*/
    .geofence-btn-panel{display: none}

    #geofence_map {
        left: 0%;
    }
}

@media only screen and (min-width: 1341px) {
    #tracking-map, #geofence_map {
        width: 100%;
    }

    .new-sidebar-div{
        width: 27%;
    }
    .container_map .new-sidebar-div{
        width: 100%;
    }


}

.new-sidebar-div .sidebar_top {
    padding-bottom: 10px;
    /*overflow: scroll;*/
}
#menu{
    /*border-right: 1px solid #000000;*/
    background: rgb(44, 43, 61) none repeat scroll 0% 0%;
}
.sm_srh_box {
    width: 220px;
    height: 35px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.sm_button {
    width: 270px;
    height: 35px;
    border-radius: 4px;
    margin: 0px auto;
    margin-top: 20px;
}

.mm-menu > .mm-panel::before {
    height: 0;
}

.mm-navbar {
    display: none !important;
}

.table-head {
    font-family: 'open_sansbold';
    font-size: 12px;
}

.mm-menu {
    background: #363636;
}

.mm-menu #mm-1 {
    padding: 0;
}

.color_2b {
    color: #2b2b2b;
}

.geo {
    border: 2px solid #f93537;
    padding: 0;
    border-radius: 4px;
    color: #f93537;
    margin-top: 10px;
    font-family: 'open_sanssemi';
    width: 116px;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.sidebar_top {
    /*background: #000;*/
    height: 150px;
}

.table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ph_table {
    margin: 0 !important;
}

.sm_srh_box {
    width: 250px;
    height: 35px;
    border-radius: 4px;
    margin-bottom: 15px;
    margin: 0 auto;
    margin-bottom: 11px;
}

.btn_contain {
    width: 100%;
    padding: 0 30px;
    margin-top: 30px;
}
.right_col .btn_contain {
    margin-top: 0px;
}

.custom_contain {
    width: 120px;
    margin: 0 auto;
    padding: 10px 14px;
    font-size: 12px;
    font-family: 'open_sansbold';
    box-sizing: border-box;
}

.left {
    float: left;
    position: relative;
    top: 0
}

.inputs-parent-div {
    height: 40px;
    padding: 25px 0 50px 0;
    position: absolute;
    background: #201F2D;
    bottom: 0;
    width: 100%;
}
#slider-range span:nth-of-type(2){
    margin-left: -20px;
}
.trip-reports{
}
.tr-header{
    line-height: 35px;
    /*background-color: #f93537;*/
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}
.tr-header div i{
    padding: 5px 20px;
    cursor: pointer;
    font-size: 20px;
}
.tr-header div i.fa-bus{
    padding: 5px 10px;
    cursor: initial !important;
}
.tr-inner{
    width: 100%;
    height: 100%;
    position: relative;
}
#tr-map{
}
.trip-reports{
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 460px;
    background: rgb(44, 43, 61) none repeat scroll 0% 0%;
    color: #fff;
}
.tr-reports-nav{

    overflow-y: scroll;
}
.trip-table-title > div, .trip-table-row > div{
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 10px;
    font-size: 14px;
    vertical-align: middle;
}
.trip-table-row:hover{
}
.trip-table-row div{
    font-size: 12px;
}
.trip-table-row{
    cursor: pointer;
}
.trip-table-title > div:nth-child(1), .trip-table-row > div:nth-child(1){
    width: 33%;
}
.trip-table-title > div:nth-child(2), .trip-table-row > div:nth-child(2){
    width: 16%;
}
.trip-table-title > div:nth-child(3), .trip-table-row > div:nth-child(3){
    width: 33%;
}
.trip-table-title > div:nth-child(4), .trip-table-row > div:nth-child(4){
    width: 16%;
}
.trip-table-title > div{
    font-weight: bold;
}
.trip-table-title, .trip-table-row,.trip-table-header{
    border-bottom: 1px solid #dedede;
}
.trip-table-header div{
    text-align: center;
    padding: 10px 10px;
}
.replay-control-panel{
    background-color: #ffffff;
    border-radius: 5px;
    width: 240px;
    position: absolute;
    right: 20px;
    top: 44px;
    z-index: 2;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.3);
    padding: 10px;
    text-align: center;
    color: #000;
}
.replay-control-panel label:nth-child(2), .replay-control-panel label:nth-child(3){
    margin-left: 20px;
}
.replay-control-panel label{
    cursor: pointer;
}

.trip-path-message{
    position: absolute;
    background-color: #ffffff;
    left: 60%;
    padding: 5px 10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.3);
    top: 45%;
    z-index: 2;
    display: none;
}
.tracker-list-table{
    background-color: #201F2D;
    box-shadow: 0 1px 5px 1px rgba(0,0,0,0.3);
    line-height: 35px;
}
.right_col .tracker-list-table{
    background-color: #201F2D;
    line-height: 35px;
    box-shadow: none;
}
.tracker-list-table > div{
    color: #ffffff;
    display: inline-block;
    text-align: left;
    width: 88px;
    font-size: 10px;
    /*padding-left: 5px;*/
}
#markers-with-index tr:first-child th, #markers-with-index tr:first-child th select{
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    height: 0;
    font-size: 0;
    visibility: hidden;
    opacity: 0;
}
#markers-with-index tr td:first-child {
    text-align: center;
    padding-left: 15px;
   /* height: 25px;*/
}
#markers-with-index tr td:nth-child(2) {
    /*height: 25px;*/
}
#markers-with-index tr:nth-child(2) td{
    border-top: none;
    /*width: 35%;*/
    text-align: left;
    vertical-align: middle;
}

.right_col #markers-with-index tr td{
    color: #2d2c2c;
}
.tracker-list-table .table-head:first-of-type{
    width: 50px;
    text-align: center;
    padding: 0;
}
.icon-status_{
    width: 50px !important;
    text-align: center !important;
    border: none !important;
}
/*.icon-status_ + td{*/
    /*width: 85px;*/
/*}*/
#markers-with-index select{
    min-width: 145px;
}

#add_pop_up{
    z-index: 1000000000;
    border-radius: 3px;
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 200px;
    margin: auto;
    width: 300px;
    min-height: 130px;
    background: white;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    text-align: center; padding: 5px;
}
.auto-center-cls{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.geofence .sidebar_top, .geofence #menu {
    height: 100%;
}
.image_marker{
    -webkit-transition: transform 0.8s ease-in-out ;
    -moz-transition: transform 0.8s ease-in-out ;
    -ms-transition: transform 0.8s ease-in-out ;
    -o-transition: transform 0.8s ease-in-out ;
    transition: transform 0.8s ease-in-out ;
}