﻿
/* Google Map Style Starts */
.gmap-control-container.gmnoprint {        
    overflow: hidden;
    right: 10px !important;    
    width: 28px;
}

.gmnoprint.gm-style-mtc{
    margin-top:5px !important;
}
.gmap-control-container.top {    
    top: 12px !important;
    right: 125px !important;
}

    .gmap-control-container.top .latlng {
        color: #f00;
        font-weight: bold;
    }

.gmap-control-container.bottom {
    bottom: 25px !important;
    right: 50px !important;
}

    .gmap-control-container.bottom .distance {
        color: #fff;
        font-weight: bold;        
        padding: 5px 10px;
        line-height: 18px;
        display:none;
    }

.traffic-layer {
    background: #fff url("images/framework-trafficlights.png") no-repeat scroll 5px 5px;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 16px;
    padding: 5px;
    width: 16px;
}
.traffic-layer:hover {
    background: #fff url("images/framework-trafficlights.png") no-repeat scroll 3px 5px;
}

.pac-container_fav {
    z-index: 10000 !important;
    width: 381px !important;
}
.pac-container {
    z-index: 10000 !important;
    width: 381px !important;    
    left: 85px !important;        
}
.pac-container:empty{
    display: none !important;
}

.theme .gm-style {
   font-family: 'Verdana_DT',Verdana,Arial,sans-serif;
}

/*Map General Styles*/
.map-searchbox {
    position:absolute;
    top:10px;
    left:50px;
    background:#fff;
     -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
    /*border-radius:3px;*/
}
    .map-searchbox .map-menu-toggler {
        background: transparent url("images/framework-pushmenu.png") no-repeat scroll 13px 13px;
        float: left;
        height: 20px;
        padding: 13px;
        width: 23px;
        cursor:pointer;
    }
    .map-searchbox .searchbox {
        float: left;   
        overflow:hidden;       
    }
        .map-searchbox .searchbox .searchtext {
            background: transparent none repeat scroll 0 0;
            border: 0 none !important;
            color: #555;
            font-size: 13px;
            font-weight: bold;
            height: 22px;
            width: 250px;   
            padding: 14px 12px 10px;         
        }
            .map-searchbox .searchbox .searchtext.esr {
                margin-left: -50px;
                padding-left: 62px;
            }
    .map-searchbox .map-search-icon {
        background: transparent url("images/framework-mapsearch.png") no-repeat scroll 16px 18px;        
        float: left;
        height: 20px;
        padding: 13px;
        width: 20px;
        cursor:pointer;
    }
    .map-searchbox .map-all-livevehicle {
        background: transparent url("images/framework-location.png") no-repeat scroll 15px 17px;
        float: left;
        height: 20px;
        padding: 13px;
        width: 20px;
        cursor:pointer;
        border-left: 1px solid #eee;
    }

     .map-searchbox .map-loader {
        background: transparent url("images/framework-tabloader.gif") no-repeat scroll 15px 17px;
        float: left;
        height: 20px;
        padding: 13px;
        width: 20px;        
        border-left: 1px solid #eee;
    }

.map-live-tracking-labels {
    font-weight:bold;
    color:#f00;
}

.map-infobox,.map-infobox-dynamic,.dijitPopup  {        
    color: #000;    
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;  
    /*min-width: 400px;*/  
    max-width: 800px;       
    position:relative;
    z-index:99999999 !important;
}
/*.map-infobox {
    height: 292px;
}*/


.map-infobox-layer-blue, .map-infobox-dynamic-common{
    background-color: #fff;
    border: 2px solid #666;
    width: 225px;
    height: 38px;
    line-height:18px;
}

.map-infobox-layer-blue .text, .map-infobox-dynamic-common .text{
    text-overflow:ellipsis;
    max-width:220px;
    overflow:hidden;
    text-align:center;
    height:18px;
}

.map-infobox-layer-blue .map-infobox{
    height: 38px;
}

.red-loading-item {
    background: url("images/framework-loading-red.gif") no-repeat 0 0 transparent;
    height:16px;
    width:16px;    
    display:none;
}

.map-infobox-layer-green .map-infobox,.map-infobox-layer-blue .map-infobox{
    line-height:18px;
}

.map-infobox-arrow {
    background: none repeat scroll 0 0 transparent !important;    
    border-style: solid;
    border-width: 5px 10px 5px 0;
    display: block;
    filter: inherit;
    height: 0;
    left: -1px;
    margin: -5px 0 0 -9px;   
    top: 5px;
    width: 0;   
    position:absolute;
    border-color:#acacac;
}
.map-infobox-arrow-t-b {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}
.map-infobox-arrow-l-r {
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
}
.map-infobox-layer {
    background-color: #fff;
    border: 1px solid #acacac;        
}
.map-right-click-layer {   
    min-width:140px;
}
    .map-right-click-layer ul {
         background: none repeat scroll 0 0 #356aa0;
          color: #fff;
    }
        .map-right-click-layer   ul li {
            line-height: 10px;
            padding: 5px 10px;
        }
        .map-right-click-layer ul li:hover {
            background: none repeat scroll 0 0 #fff;
            color: #000;
            cursor:pointer;
        }

.map-right-click-layer.rtl .rightclick-icon{
    float:right;
}

.map-right-click-layer.rtl  .rightclick-icon > .rightclick-icon-img, .theme.right-layout .dijitTooltipDialog .rightclick-icon > .rightclick-icon-img{
    margin-left:0;
    margin-right:14px;
    transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
}
.icon-rightclick {
    background: #acacac url("images/framework-location.png") no-repeat scroll 4px 4px;
    float: left;
    height: 24px;
    width: 24px;
    cursor: pointer;
}
.icon-rightclick-text{
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    background: #f0f0f0 none repeat scroll 0 0;  
    padding-left:5px;
}

/*Map Slider Menu*/
.sliderheader-menu-container {
     -webkit-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.75);
    border-top-right-radius:8px;
}
.slider-menu {
    background: #fff none repeat scroll 0 0;    
    position: absolute;    
}

.slider-menu-child-container {
    height:100%;
    width:100%;
    position:relative;
    overflow:hidden;
}
    .slider-menu .menu-header {
        background: #003f7d none repeat scroll 0 0;
        border-top-right-radius: 8px;
        color: #fff;
        font-size: 1.0em;       
        margin: 0;
        padding: 3px 10px;
        height:20px;
    }

    .slider-menu a {
        color: #000090;
        display: block;
        font-size: 1.1em;
        font-weight: 300;
        text-decoration: none;
    }

.slider-menu a:hover {
	background: #258ecd;
    color:#fff;
}

.slider-menu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.slider-menu-vertical {
	width: 270px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

    .slider-menu-vertical a {
        border-bottom: 1px solid #f1f1f1;
        padding: 1em;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        color:#000000;
    }

.slider-menu-horizontal {
    height: 150px;
    left: 0;
    overflow: hidden;
    width: 250px;
    z-index: 1000;
}

.slider-menu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.slider-menu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.slider-menu-left {
	left: -270px;
}

.slider-menu-right {
	right: -223px;
    width:223px;
}

.slider-menu-toggler {
    width: 10px !important;
    left: 0 !important;
    -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.75);      
}
.slider-menu-toggler-horizontal {
    width: 100% !important;
    height:10px;
    bottom: 0 !important;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);    
}

.slider-menu-left.slider-menu-open {
	left: 0;
}

.slider-menu-left.slider-menu-open.slider-menu-open-child-open {
    left: 270px;
    border-left:1px solid #e5e5e5;    
}
.sliderheader-menu-container.slider-menu-open.slider-menucontainer-open-child-open{
    width:500px !important;
}


.slider-menu-right.slider-menu-open {
	right: 0;
}

/* Horizontal menu that slides from the top or bottom */

.slider-menu-top {
	top: -150px;
}

.slider-menu-bottom {
	bottom: -150px;
}

.slider-menu-top.slider-menu-open {
	top: 0;
}

.slider-menu-bottom.slider-menu-open {
	bottom: 0px;
}

.slider-menu-bottom-menu{
    bottom: -100%;
    width:270px;
    height:100%;    
}
.slider-menu-bottom-menu.slider-menu-open {
	bottom: 0;  
}
.slider-menu-top-menu{
    top: -100%;
    width:270px;
    height:100%;    
}
.slider-menu-top-menu.slider-menu-open {
	top: 0;  
}
/* Push classes applied to the body */

.slider-menu-push {
	overflow-x: hidden;	
	left: 0;
}

.slider-menu-push-toright {
	left: 270px;
}

.slider-menu-push-toleft {
	left: -270px;
}

/* Transitions */

.slider-menu,
.slider-menu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
    overflow:hidden;
}

.menu-header .push_back{
    margin: 3px 0px 0px;
    float: right;
    background: url(Images/framework-pushback_10.png) 1px 2px no-repeat #fff;
    border-radius: 8px;
    height:14px;
    width:14px;
}
.menu-header .push_back:hover,.menu-header .menu_back:hover{
    cursor:pointer;    
}
.menu-header .menu_back{
    margin: 3px 5px 0px 0px;
    float: right;
    background: url(Images/framework-backblack_10.png) 1px 2px no-repeat #fff;
    border-radius: 8px;
    height:14px;
    width:14px;
}

.maptype-selector {
    background: #003f7d none repeat scroll 0 0;
    height: 5px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 200px;
}
    .maptype-selector .map-option {
        position: absolute;       
        top: -7px;
    }
        .maptype-selector .map-option .map-option-text {
            color: #003f7d;
            position: absolute;
            left:-6px;
        }
        .maptype-selector .map-option .map-selector {
            background: #003f7d none repeat scroll 0 0;
            border-radius: 10px;
            height: 20px;
            position: relative;
            width: 20px;
        }        
            .maptype-selector .map-option .map-selector .selection {
                background: #fff none repeat scroll 0 0;
                border-radius: 10px;
                height: 12px;
                left: 4px;                
                position: absolute;
                top: 4px;
                width: 12px;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                cursor:pointer;
            }
                .maptype-selector .map-option .map-selector .selection.selected {
                    background: #ff8800 none repeat scroll 0 0;
                    border: 2px solid #fff;
                    height: 10px;
                    width: 10px;
                    top: 3px;
                    left: 3px;
                }

.map-right-menu-toggler-icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    top: 49%;
    z-index: 9999;
    position: absolute;
    border: 1px solid #bbb;
    border-right: 0px;
    right: -4px !important;
    border-radius: 8px 0 0 8px;
    background: #fff url("Images/metro-icon-left.png") no-repeat scroll 0 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.map-right-menu-toggler-icon:hover{
    right:0 !important;
} 
.map-right-menu-toggler-icon.collapse {
        background: #fff url("Images/metro-icon-right.png") no-repeat scroll 0 0 !important; 
        right:223px !important;    
    }

.historytracking-control-pnl {
    background-color: #555;
    border-radius: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    position: absolute;
    right: 146px;
    top: -100px;   
     transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;     
}
    .historytracking-control-pnl:hover {
        background-color: #333;
    }
    .historytracking-control-pnl_show{
        top: 10px;           
    }
.historyTracking-icon-pause {
    height: 18px;
    width: 18px;
    margin: 2px;
    background-image: url("Images/icon-pause.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color:#fff;
    border-radius:8px;
    float: left;
    margin-right:2px;
    cursor:pointer;
}
.historyTracking-icon-resume {
    height: 18px;
    width: 18px;
    margin: 2px 2px 2px 3px;
    background-image: url("Images/icon-play.png");
    background-position: 2px 1px;
    background-repeat: no-repeat;
    background-color:#fff;
    border-radius:8px;
    float: left;
    margin-right:2px;
    cursor:pointer;
}
.historyTracking-icon-reload {
    height: 18px;
    width: 18px;
    margin: 2px;
    background-image: url("Images/icon-reload.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color:#fff;
    border-radius:8px;
    float: left;
    margin-right:2px;
    cursor:pointer;
}
.historyTracking-icon-more {
    height: 18px;
    width: 18px;
    margin: 2px;
    background-image: url("Images/icon-more.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color:#fff;
    border-radius:8px;
    float: left;
    margin-right:2px;
    cursor:pointer;
}
.display_none{
    display:none;
}
.display_block{
    display:block;
}
.display_taberow{
    display:table-row;
}

.map-data-loading-indicator {    
    min-width: 110px;
    position: absolute;
    right: 45%;
    top: -100%;
    z-index:9;   
    padding: 2px;
    background-color: #fff;    
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
     transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
    .map-data-loading-indicator > .loader {
        background: transparent url("Images/ajax-loader.gif") no-repeat scroll 0 0;
        height: 16px;
        margin: 6px 12px;
        width: 16px;
    }
    .map-data-loading-indicator > .info {
        background: transparent url("Images/framework-info.png") no-repeat scroll 0 0;
        height: 16px;
        margin: 6px 12px;
        width: 16px;
    }
    .map-data-loading-indicator > .indicator-text {
        margin-top: 6px;
        margin-right: 5px;
        color: #13293E;
    }

     .map-data-loading-indicator > .filter-group-container {        
        float: left;
        width:100px;       
    }
    .map-data-loading-indicator > .filter-group-container > .filter-header{
         margin-bottom: 4px;
        text-align: center;
        background: #808080;
        line-height: 22px;
        color: #fff;
    }

    .map-data-loading-indicator > .filter-group-container > .filter-container {
        background: #ddd;
        padding: 0 5px;        
        overflow:hidden;
        text-overflow:ellipsis;
        margin-bottom:4px;
    }
        .map-data-loading-indicator > .filter-group-container > .filter-container > .info {
            color: #000;
            line-height: 20px;
            width: 70px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .map-data-loading-indicator > .filter-group-container > .filter-container > .icon {
            background: transparent url("Images/close.png") no-repeat scroll 0 0;
            height: 16px;
            width: 16px;
            margin-top: 3px;
            margin-left:3px;
            cursor:pointer;
        }
    .map-data-loading-indicator .header {
        width: 100%;       
        margin-bottom: 4px;
        text-align: center;
        background: #2281ab;
        line-height: 22px;
        color: #fff;
    }

.top_10{
    top:0;
}
.map-table tr td,
.map-table tr {
    padding: 3px 5px;
    max-width:250px;
}

.map-infobox .jqx-widget-content-arctic {
    border: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 7px;
}
.driver_img{
    height:100px;
    width:90px;
    border-radius:10px;
    cursor:pointer;
}

.vehicle_img{
    height:80px;
    width:120px;
    border-radius:10px;
}

.map-right-click-layer{
    min-width: 62px;
    max-width:310px;
    background-color: #fff;
    padding: 5px 3px 5px 5px;    
    float: left;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.map_hist_R {
    height: 45px;
    width: 45px;
    float: left;
    margin: 5px;
    cursor: pointer;    
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    background-color:rgba(0, 0, 0, 0.2);
}

    .map_hist_R .icon {
        float: left;
        background: transparent url("Images/assign.png") no-repeat scroll 0 0;
        height: 24px;
        width: 24px;
        text-align: center;
        margin: 6px 10px;
    }
    .map_hist_R .label {
        clear: both;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        background-color: #666;
        color: #fff;
        position: absolute;
        bottom: -22px;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        font-size:9px;
        padding :2px 0;
        min-height:33px;
    }

    .map_hist_R:hover .label{
        bottom:0;
    }

.map-moreinfo-header {
    padding: 5px;
    margin: 0 8px 8px 8px;
    text-align: center;
    clear:both;
}

.vehicle-status {
   height: 26px;
    width: 100px;
    float: left;
    overflow: hidden;
    margin-bottom: 8px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;    
    cursor:pointer;
}
.vehicle-status.rtl {
    float: right;
}
.vehicle-status:nth-child(odd){
    margin-right:8px;
}
.vehicle-status.rtl:nth-child(odd){
    margin-right:0;
    margin-left:8px;
}
.vehicle-status.incident{
    margin-bottom: 5px;
}
.vehicle-status.incident:nth-child(odd){
    margin-right:5px;
}
.vehicle-status.incident.rtl:nth-child(odd){
    margin-right:0;
    margin-left:5px;
}
.vehicle-status-count {
    color: #fff;
    background-color: #000;
    float: left;
    text-align: center;
    width: 30px;
    line-height: 26px;
    border: 1px solid #000;
    border-width: 1px 0;
}
.vehicle-status-count.rtl {
     float: right;
}

.vehicle-status-name {
    color: #000;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #000;
    height:24px;
}

.vehicle-status-display {    
    margin-left: 8px;
}
.vehicle-status-display.rtl {    
    margin-right: 8px;
    margin-left: 0;
}

.vehicle-status-display.nomargin {    
    margin-left: 0;
}
.vehicle-status-display.rtl.nomargin {    
    margin-right: 0;
}

.slider-menu .jqx-tabs{
    border:0;
}

.slider-menu .jqx-tabs .register-table tr td{
    padding:3px 0;
}

.slider-menu .jqx-tabs .register-table tr{
     transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.map-page-alert{
margin-left:8px;
}
.rtl.map-page-alert{
	margin-left:0;
	margin-right:8px;
}
.rtl.map-alert-box-container:not(.map-page-alert):not(.page-alerts){
	 margin-right:-16px;
}

.map-alert-box{
     background:#f5f6f6;
     margin-bottom:5px;     
     height: 95px;
     width:88px;
     float:left;
     position:relative;    
     cursor:pointer;
     overflow:hidden;
     margin-right:5px;
}
.rtl.map-page-alert .map-alert-box.rtl{
	
margin-right: -16px;
	
margin-left: 21px;
}
.map-alert-box.rtl {
    float:right;
    margin-right: auto;
    margin-left: 5px;
}

.map-alert-box.large {
     height: 120px;
     width:120px;
     margin-right:8px;
     margin-bottom:8px;
     cursor:default;
}
    .map-alert-box.large.rtl {
        height: 120px;
        width: 120px;
        margin-left: 8px;
        margin-right: 0;
    }

.four .map-alert-box:nth-child(2n + 0){
    margin-right:5px;
}

.four .map-alert-box.rtl:nth-child(2n + 0){
    margin-right: auto;
    margin-left: 5px;
}

.four .map-alert-box:nth-child(4n + 0){
    margin-right:0;
}

.four .map-alert-box.rtl:nth-child(4n + 0){
    margin-left:0;
    margin-right:auto;
}

.map-alert-box > .alert-icon{
     height: 48px;
     width: 48px;
     cursor: pointer;
     margin-top: 20px;
     text-align: center;
     margin-left: 20px;
}
.large.map-alert-box > .alert-icon {
    margin-top: 30px;     
     margin-left: 35px;
}

.large.map-alert-box.rtl > .alert-icon {
    margin-right: 35px;     
     margin-left: 0;
}

.map-alert-box.rtl > .alert-icon{
    margin-left: 0;
    margin-right: 20px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.large.map-alert-box > .alert-text {
    top: 7px;
     width: 120px;
}
    .map-alert-box > .alert-text {
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 10px;
        text-align: center;
        position: absolute;
        top: 3px;
        width: 88px;
        height: 14px;
    }
.large.map-alert-box > .alert-content {
    top:102px;
}
    .map-alert-box > .alert-content{
        top:77px;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        position:absolute;
        width:100%;
        text-align:center;
        bottom:3px;    
        overflow:hidden;
        padding-top:5px;
        word-wrap:break-word;
    }
    .map-alert-box:hover > .alert-content {       
        top:0;
        bottom:3px;
        padding-top:8px;
        opacity:0.9;
        
    }
    .map-alert-box:hover > .alert-footer {       
        border-top:1px solid #fff;
    }

.large.map-alert-box > .alert-footer {
    height: 24px;
}

    .map-alert-box > .alert-footer {
        background-color:#acacac;
        height: 18px;
        position: absolute;
        bottom: 0;
        width: inherit;
        z-index:1;
    
    }
    .map-alert-box > .alert-footer .alert-progress{
        height:inherit;
        max-width:68px;
        float: left;
    }
        .map-alert-box.rtl > .alert-footer .alert-progress {
             float: right;
        }
    .map-alert-box.rtl > .alert-footer .alert-count {
        float: left;
    }

.large.map-alert-box > .alert-footer .alert-count {
    width: 28px;
    line-height: 23px;
    font-size: 13px;
}
    .map-alert-box > .alert-footer .alert-count {
        height: inherit;
        color: #000;
        width: 20px;
        float: right;
        text-align: center;
        line-height: 17px;
    }

.map-alert-box-small{
     background:#f5f6f6;
     margin: 3px 2px;
     height: 50px;
     width: 50px;
     float:left;
     position:relative;    
     cursor:pointer;
}

.map-alert-box-small.rtl{
    float:right;
}
    .map-alert-box-small > .alert-icon {
        height: 20px;
        width: 20px;
        cursor: pointer;
        margin-top: 10px;
        text-align: center;
        margin-left: 15px;
    }

    .map-alert-box-small.rtl > .alert-icon {
        margin-left: 0;
        margin-right: 15px;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }

    .map-alert-box-small > .alert-text {
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 10px;
        text-align: center;
        position: absolute;
        bottom: 5px;
        width: 50px;
        height: 15px;
    }

.theme .dijitTooltipContainer {
    border: 1px solid #acacac;
    background: #fff;
    color: black;
    font-size: 11px;
}

.theme .map-right-click-layer .dijitTooltipContainer {
    border: 0;    
}

.theme .dijitTooltipFocusNode{
    padding:0;
}
.theme .dijitTooltipBelow{
    padding-top:5px;
}

.map-selection-header{
    min-width: 120px;
    margin-bottom: 5px;
    font-weight: bold;
    background: #acacac;
    padding: 10px 0;
    text-align:center;
}

.map_toggler {
    position: absolute;
    right: 24px;
    bottom: 115px;
    height: 32px;
    width: 32px;
    background: transparent url("Images/framework-togglemapview.png") no-repeat scroll center center;
    z-index: 99;
    cursor: pointer;
    display:none;
}
.latlong_display{
    position:absolute; 
    right:15px; 
    top:10px; 
    color:#f00; 
    z-index:50; 
    font-weight:bold;
}

.child-page-container .latlong_display{
    top:30px; 
}

.theme.right-layout .latlong_display,.theme.right-layout .location_loader{
    right:auto; 
    left:15px; 
}
.theme.right-layout .map_toggler{
    right:auto;
    left:22px;
}

.location_display{
    top:25px;
}

.child-page-container .location_display {
    top:45px;
}

.location_loader {
    background: transparent url("Images/ajax-loader.gif") no-repeat scroll 0 0;
    height: 16px;
    width: 16px;
    position: absolute;
    right: 15px;
    top: 45px;
    display:none;
    z-index:999;
}

.theme.right-layout .esriMapContainer .esriControlsBR {
    right: auto;
    left: 5px;
    text-align: left;
    direction: rtl;
}
.esricw-search {
    position: absolute;
    top: 36px;
    left: 10px;
    height: 30px !important;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
    width: 240px;
    border: 0;
    padding: 0 20px;
    font-weight:bold;
}

.theme.right-layout .esricw-search{
   right:10px;
   left:auto;
}

.map-geofence-search{    
    position: absolute;
    top: 57px;
    left: 50px;
    height:28px !important;
      -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
}

.theme .child-page-container .map-geofence-search{     
    top: 68px;
    left: 10px;
}

.theme.right-layout .child-page-container .map-geofence-search{     
    right: 10px;
    left: auto;
}
.theme.right-layout .map-geofence-search {
    left: auto;
    right: 50px;
}

.theme .map-geofence-search .jqx-combobox-input {
    background: #fff !important;
    font-weight: bold;
    padding-left: 20px !important;
    font-size:12px;
    color:#555;
}

.theme.right-layout  .map-geofence-search .jqx-combobox-input {
    padding-right: 20px !important;
    padding-left: 0 !important;
}

.map-geofence-search.jqx-combobox-state-normal-arctic,.map-geofence-search.jqx-combobox-arctic{
    border-color:#fff !important;
}

    .map-geofence-search.jqx-combobox-state-normal-arctic .jqx-fill-state-normal-arctic, .map-geofence-search.jqx-combobox-arctic .jqx-fill-state-normal-arctic {
        background:#fff !important;
    }


.map-menu-container {
    float: left;
    clear: both;
    min-width: 150px;
    margin: 2px;
    background: #e5e5e5;
}

.right-layout .map-menu-container {
    float: right;
}

.map-menu-container .icon-rightclick-text{
     background: #e5e5e5;
}
.right-layout .map-refresh-info{
	padding: 0 0 5px 5px;
}
.map-refresh-info{
    position:absolute;
    top :10px;
    left : 45%;
    background:#fff;
    height: 25px;
    padding: 0 5px 5px 0;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
    font-weight: bold;
}

.map-refresh-info div.text{}

    .map-refresh-info div.text-count {
        background: #f2f210;
        height: 18px;
        min-width: 25px;
        line-height: 20px;
        text-align: center;
        margin-top: 6px;
        padding: 0 2px;
    }

.map-icon-vehicle{
    height:24px;
    width:24px;
    background: transparent url("Images/framework-car-24.png") no-repeat scroll 0 0;
}
.map-icon-alert{
    height: 25px;
    width:24px;
    background: transparent url("Images/framework-alert-24.png") no-repeat scroll 0 5px;
}
.map-icon-refresh{
    height: 30px;
    width:24px;
    background: transparent url("Images/framework-refresh-24.png") no-repeat scroll center center;    
    padding: 0 5px;
}

.map-icon-refresh:hover{
    background-color:#eee;
    cursor:pointer;
}

.map-refresh-info.small {
    height: 22px;
    top:3px;
}

.map-refresh-info.small .text-count {
    background: #eee;
    height: 18px;
    min-width: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 5px;
    padding: 0 2px;
    border-radius: 11px;
    font-size: 10px;
}

.map-icon-stopointmarker{
   height: 16px;
    width: 20px;
    margin-top: 6px;
    background: transparent url("Images/framework-stopoint-marker.png") no-repeat scroll 0 0;
}
.map-icon-stopointmarkerother{  
    height: 16px;
    width: 20px;
    margin-top: 6px;  
    background: transparent url("Images/framework-stopoint-marker-other.png") no-repeat scroll 0 0;
}
.map-icon-stopointmarkernone{    
    height: 16px;
    width: 16px;
    margin-top: 6px;
    background: transparent url("Images/framework-stopoint-marker-none.png") no-repeat scroll 0 0;
}
.map-icon-refresh-small{
     height: 16px;
    width: 16px;
    margin: 6px 4px;
    background: transparent url("Images/icon-reload.png") no-repeat scroll 0 0;
    cursor:pointer;
}
.map-icon-maximize {
    height: 16px;
    width: 16px;
    margin: 6px 4px;
    cursor:pointer;
    background: transparent url("Images/icon-node.png") no-repeat scroll 0 0;
}