﻿.infoBackGround {
    background-color: #E5FFA8;
}

.infoWindowHeader {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    font-family: Calibri;
    padding: 5px 18px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    background-color: #336B00;
    color: White;
}

.infoWindowText {
    font-family: Calibri;
    font-size: 12px;
    background-color: #B9DB7A;
    padding: 5px 5px 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    color: black;
}

.infoWindowFooter {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 5px 5px 5px 5px;
    font-family: Calibri;
    font-size: 12px;
    background-color: #B9DB7A;
    white-space: nowrap;
    overflow: hidden;
    color: black;
}

.mainDiv {
    float: left;
    z-index: 9000;
    background-color: white;
    width: 100%;
    position: relative;
}
.mapList
{
    padding-left: 10px;
    list-style-type: circle;
    list-style-position: outside;
}
.imageButton
{
    height: 16px;
    width: 16px;
    z-index: 1000;
}
.imageButtonLarge
{
    height: 24px;
    width: 24px;
    z-index: 1000;
}
.dialogModal
{
    background-color: transparent;
    background-image: url(images/disable.png);
    background-repeat: repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10000;
    display: none;
}
.vehicle-dialogModal {
    background-color: transparent;
    background-image: url(images/disable.png);
    background-repeat: repeat;
    position: absolute;
    /* left: 0px; */
    /* top: 0px; */
    z-index: 10000;
    display: none;
    width: 100%;
    height: 100%;
    margin: -5px;
    margin-top:-10px;

}
.accordionContent
{
    position: relative;
}

.spinner {
    /*Code from previous step*/
    position: absolute;
    top: 48%;
    left: 48%;
    width: 40px;
    height: 40px;
    border: 4px solid #305F81;
    border-top: 4px solid #D3DEEF;
    border-radius: 50%;
    /*Added Code from here down*/
    /*Animation code for older Chrome, Safari, Opera*/
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1.2s;
    -webkit-animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    /*Animation code for older Firefox*/
    -moz-transition-property: -moz-transform;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1.2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    /*Default animation code*/
    transition-property: transform;
    animation-name: rotate;
    /*Call to @keyframe rule*/
    animation-duration: 1.2s;
    /*Change to speed up or slow down the animation*/
    animation-iteration-count: infinite;
    /*Make the animation go forever*/
    animation-timing-function: linear;
}


/*keyframes rule for older Chrome, Safari, Opera*/

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}


/*keyframes rule for older Firefox version*/

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}


/*Default @keyframes rule*/

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.dialogBoxContent
{
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #5078B3;
    padding: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
    color: white;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    max-width: 250px;
            
}
.dialogBoxHeader
{
    padding: 3px 0px 3px 0px;
    background-color: #2E4d7B;
}

.optionsTab
{
    font-size: xx-small;
    list-style-type: none;
    width: 95%;
    border: 1px solid grey;
    overflow: auto;
    padding: 5px 2px 5px 2px;
}
.styledButton
{
    font-size: xx-small;
    list-style-type: none;
    cursor: pointer;
}
.infoHeader
{
    float: left;
    color: white;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #336b00;
    padding: 2px 5px 2px 5px;
    border: 1px solid #203500;
    max-width: 400px;
    max-height: 15px;
    overflow: hidden;
    display: none;
}
.infoHeaderButtons
{
    float: left;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 2px 5px 2px 5px;
    overflow: hidden;
    display: none;
}
.infoDrawHeader
{
    float: left;
    color: white;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    background-color: #336b00;
    padding: 2px 5px 2px 5px;
    border: 1px solid #203500;
    max-width: 400px;
    max-height: 15px;
    overflow: hidden;
}
.accordionOpt
{
    float: right;
}
.leftElement
{
    float: left;
}
.rightElement
{
    float: right;
}
.diagInfoCell
{
    width: 100px;
}

.diag_flag_txt
{
    float: left;
    font-size:x-small;
    padding:0px 5px 0px 0px;    
}

.diag_flag_window
{
    float: left;
    border-width: 3px;
    border: 1px solid grey;
    font-size: x-small;
    width: 250px;
}
.diag_flag_window_div 
{
    height: 21px;
}
.diag_flag_window_settings2
{
    float: left;
    border-width: 3px;
    border: 1px solid grey;
    font-size: x-small;
    width: 350px;

}
.edit_box_settings1
{
    width: 40px;
    font-size: xx-small;
	
}

.diag_spacer
{
    float: left;
    width: 5px;
    height: 5px;
}



.diag_heading
{
    font: normal 12px arial, sans-serif;
    color: #000000;
}

.diag_tags_list_no
{
    text-align: center;
    width: 20px;
}
.diag_tags_id
{
    text-align: center;
    width: 40px;
}

.diag_tags_id_rts
{
    text-align: center;
    width: 102px;
}

.diag_tags_type
{
    text-align: center;
    width: 80px;
}

.diag_tags_customer
{
    text-align: center;
    width: 82px;
}

.diag_tags_branch
{
    text-align: center;
    width: 83px;
}

.diag_tags_name
{   
    text-align: center;
    width: 83px;
}

.diag_tags_surname
{   
    text-align: center;
    width: 83px;
}

.diag_tags_id_bot_table
{
    text-align: center;
    width: 60px;
    font: inhert;
}

.diag_tags_id_rts_bot_table
{
    text-align: center;
    width: 80px;
}

.diag_tags_type_bot_table
{
    text-align: center;
    width: 115px;
}

.diag_tags_customer_bot_table
{
    text-align: center;
    width: 80px;
}

.diag_tags_branch_bot_table
{
    text-align: center;
    width: 80px;
}

.diag_tags_name_bot_table
{   
    text-align: center;
    width: 80px;
}

.diag_tags_surname_bot_table
{   
    text-align: center;
    width: 80px;
}

.diag_tags_bot_table
{
    table-layout: fixed;
    font: normal 10px arial, sans-serif;
}


.button_tags
{
    width: auto;
    height: 30px;
    font-size: small;
    
}

.diag_tags_content
{
    table-layout: fixed;
    font: normal 10px arial, sans-serif;
    height: 350px;
}

.diag_tags_lookup
{
    float: left;
    border: 1px solid grey;
    
}


.diagInfoTitle
{
    background-color: #D3DEEF;
    width: 115px;
}
.spacerDiv
{
    width: 5px;
    float: left;
}
.txFlagImg
{    
    float: left;
    height: 12px;
    width: 12px;
}
.flagHeader
{
    text-align: center;
    height: 24px;
    background-color: #D3DEEF;
}

.flagWindow
{
    float: left;
    border-width: 3px;
    border-style: double;
    border-color: Gray;
}
.actionTable
{
    text-align: center;
}

#tagsDiag
{
    display: none;
    overflow: scroll;
}
#settingsDiag
{
    display: none;
}
#rtuID
{    
    width: 60px;
}
#commandTimeOut
{
    width: 30px;
}
#autoPollTime
{
    width: 30px;
}
#diagInfoTable1
{
    float: left;
}
#diagInfoTable2
{
    float: left;
}
#mainDiagInfo
{
    font-size: xx-small;
    overflow: auto;
}
#debugDisplay
{
    overflow: scroll;
    border: 2px solid #5078B3;
}
#debugHeader
{
    font-size: x-small;
    background-color: #5078B3;
    height: 26px;
}
#debugContent
{
    float: none;
    text-align: left;
    font-size: xx-small;
}
#debugLines
{
    font-size: inherit;
    width: 25px;
}
#spinnerImg
{
    position: absolute;
    left: 50%;
    top: 50%;
}

#failImg
{
    position: absolute;
    left: 50%;
    top: 50%;
}

#passImg
{
    position: absolute;
    left: 50%;
    top: 50%;
}

#tripListHeader
{
    font-size: small;
}
#tripInfo
{
    display: none;
    float: left;
}

#selectNewDate
{
    display: none;
}
#allowZoneEdit
{
    float: right;
}
#zoneAdd
{    
    float: right;
    display: none;
}
#zoneTools
{
    display: none;
}
#zoneToolsDraw
{
    position: absolute;
    display: none;
    float: left;
    text-align: left;
    padding-left: 10%;
}
#detail
{
    float: right;
    border: 2px solid Silver;
    display: none;
    z-index: 9000;
    width: 48%;
    height: 100%;
    overflow: auto;
}
#createZoneFromTrip
{
    display: none;
}

.dialogBoxContentWide
{
    position: absolute;
    left: 30%;
    top: 20%;
    width: 650px;
    /* background-color: #5078B3;
    padding: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF; */
    color: white;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
            
}

.custom-menu {
    display: none;
    z-index: 9001;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    overflow: hidden;
    width: 200px;
    white-space: nowrap;
    font-family: sans-serif;
    left: 200px;
    top: 100px;
}

.custom-menu li {
    padding: 5px;
}

.custom-menu li:hover {
    background-color: #DDD;
    cursor: pointer;
}

.vehicleSelectList
{
    display: none;
}

.locationSearchBox 
{
    display: inline;
}


.control_contextmenu {
    border: 1px solid #666;
    background-color: #eee;
    min-width: 150px;
    padding: 0px;
    display: none;
    z-index: 9001;
    position: absolute;
    cursor: pointer;
    
}

.control_contextmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.control_contextmenu ul li {
    text-align: left;
    padding: 3px 10px 3px 5px;
    margin: 0;
    cursor: pointer;
    font-family: "Lucida Grande", Verdana;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

.control_contextmenu ul li.selected,
.control_contextmenu ul li:hover {
    color: #fff;
    background-color: #3875d7;
    cursor: pointer;
}

.control_contextmenu ul li.selected:hover {
    color: #333;
    background-color: #eee;
    cursor: pointer;
}

.control_contextmenu ul li.disabled,
.control_contextmenu ul li:hover.disabled {
    background-color: #eee;
    color: #999;
    cursor: pointer;
}

.vehicleDialogModal
{
    background-color: transparent;
    background-image: url(images/disable.png);
    background-repeat: repeat;
    position: absolute;
    left: 150px;
    top: 172px;
    z-index: 10000;
    display: none;

}
.vehicleDialogBoxContent
{
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #5078B3;
    padding: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
    color: white;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    text-align: center;
    width: 400px;
    height: 400px;
    overflow: auto;
}

.vehicleDetailsContentTable
{
    max-width: 650px;
    font-size: 10px;
}

.vehicleItems li, .menuItems li
{
    list-style: none;
    margin-left: -5em;
    padding-top: 6px;
}
.vehicleListGroup , .menuGroup
{
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    cursor: pointer;
    overflow: hidden;
}

.vehicleList, .menu
{
    padding-left: 10px;
}







.tooltip {
    display: inline;
    position: relative;
}

		
.tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

.tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

#vehicleDetailsDialog
{
    cursor: move;
    background-color: transparent;
    background-repeat: repeat;
    position: absolute;
    z-index: 10000;
    display: none;
}

.vehicleDialogContent
{
    position: absolute;
    top: 50%;
    background-color: #5078B3;
    padding: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
    color: white;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    text-align: center;
    width: 500px;
    height: 400px;
    overflow: auto;
}

#zoneToolsDialog
{
    cursor: move;
    background-color: transparent;
    background-repeat: repeat;
    position: absolute;
    z-index: 10001;
    display: none;
}

.zoneToolsDialogContent
{
    position: absolute;
    top: 50%;
    background-color: #5078B3;
    padding: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
    color: white;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    text-align: center;
    width: 250px;
    height: 40px;
    overflow: auto;
}
.zoneToolsName
{
    display: none;
}
#visibleZoomResetDiv
{
    cursor: pointer;
    background-color: transparent;
    background-repeat: repeat;
    position: fixed;
    z-index: 10000;
    top: 10px;
    right: 10px;
    display: none;
}

#updateBusinessMilesTripsConformation
{
    color: Red;
    font-size: larger;
}

