﻿.info-side-panel-class {
    height: 100%;
    width: 0px;
    background-color: rgb( 74, 125, 129);
    float: left;
    position: relative;
}
.info-side-panel-class .dx-field-label {
    width: 150px;
    padding: 0 0 0 0;
    color: White;
}

.info-side-panel-class .dx-fieldset {
    margin: 0px 0px 5px;
}

.info-side-panel-class .dx-field {
    margin: 1px 0 1px 0;
    min-height: 20px;
}

.info-side-panel-class .dx-field-value, .dx-field-value-static {
    float: right;
    color: #ddd;
}

.info-side-panel-class .dx-field-value-static {
    width: 40%;
    padding: 1px 0 1px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.left-fleet-name {
    font-size: 20px;
    padding-left: 5px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accordion-content-class {
    width: 100%;
    height: 300px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover {
    background: RGB(86, 86, 86);
    font-weight: normal;
    color: #ddd;
    border: none;
}

.ui-widget-content {
    background: RGB(86, 86, 86);
    color: #ddd;
    border: none;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-state-disabled.ui-button:hover, html .ui-state-disabled.ui-button:active {
        background: RGB(86, 86, 86);
        font-weight: normal;
        color: #ddd;
        border: none;
    }

.left-spice {
    padding-left: 20px;
    font-size: 16px;
    width: 80%;
}

.left-fleet-item {
    width: Calc(100% - 30px);
    height: 21px;
}

.left-fleet-item-drive-icon {
    background: url(../images/Contact_Icon.png) no-repeat;
    width: 12px;
    height: 100%;
    float: left;
}

.left-fleet-item-caption {
    height: 18px;
    padding-left: 25px;
    cursor: pointer;
    text-overflow: ellipsis;
  /*  overflow: hidden; */
    white-space: nowrap;

}

.left-fleet-item-caption-out {
    height: 18px;
    padding-left: 25px;
    color: rgb(65,65,65);
    cursor: pointer;
    text-overflow: ellipsis;
  /*  overflow: hidden; */
    white-space: nowrap;
}

.left-fleet-item-Events-icon {
    background: url(../images/Event_Icon.png) no-repeat;
    width: 21px;
    height: 15px;
    float: left;
    margin-top: 3px;
}

.left-fleet-item-Geofences-icon {
    width: 17px;
    height: 15px;
    float: left;
    margin-top: 3px;
}

.left-fleet-item-Geofences-icon-Circle {
    background: url(../images/Geofence_Circle_Icon.png) no-repeat;
}

.left-fleet-item-Geofences-icon-Polygon {
    background: url(../images/Geofence_Polygon_Icon.png) no-repeat;
}

.left-fleet-item-Geofences-icon-Route {
    background: url(../images/Geofence_Route_Icon.png) no-repeat;
}

.left-fleet-item-Geofences-icon-Point {
    background: url(../images/Geofence_Point_Icon.png) no-repeat;
}

.left-fleet-item-IOs-icon-Analog {
    background: url(../images/Input_Analog_Icon.png) no-repeat;
}

.left-fleet-item-IOs-icon-Digital {
    background: url(../images/Input_Digital_Icon.png) no-repeat;
}

.left-fleet-item-IOs-icon-Output {
    background: url(../images/Output_Digital_Icon.png) no-repeat;
}

.left-fleet-item-IOs-icon-Information {
    background: url(../images/Input_Info_Icon.png) no-repeat;
}

.ui-accordion .ui-accordion-content {
    /*padding: 1em 2.2em;*/
    padding: 0.5em 1em;
    border-top: 0;
    overflow: auto;
    width: 100%;
}

.driver-photo-content-class {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
}

.left-fleet-item-left {
    margin-left: -31px;
    float: left;
    height: 18px;
    width: 31px;
    background-color: rgb(74,125,129);
}
.popup
{
    color:Black;
}
.geofence-add
{
    color: white;
    float: right;
    font-size: 26px;
    margin-top: -26px;
    padding-right: 20px;
}
.details-edit-button
{
    float: right;
    margin-top: -18px;
    padding-right: 20px;
    background: url(../images/Edit_lite.png) no-repeat;
    width: 13px;
    height: 13px;
}
.text-box-value {
    width: 340px;
    height: 25px;
    float: left;
    color: black;
    border:none;
    padding-left:5px;
}
.text-box-value-50
{
    width: 170px;
    height: 25px;
    float: left;
    color: black;
   border-radius: 5px;
    border-color: #d3d3d3;
    padding-left:5px;
}
.text-box-value-80
{
    width: 220px;
    height: 25px;
    float: left;
    color: black;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding-left:5px;
}
.text-box-value-80-check
{
    height: 25px;
    float: left;
}

.text-box-value-80_readOnly
{
    width: 220px;
    height: 25px;
    float: left;
    color: black;
    border:none;
}
.text-box-value-80-check-readOnly
{
    height: 25px;
    float: left;
}
.text-box-value-edit
{
    width: 340px;
    height: 25px;
    float: left;
    color: #767676;
    border-radius: 5px;
    padding-left: 5px;
    border: 1px solid #cccccc;
}
.text-combo-value-edit
{
    width: 340px;
    height: 25px;
    float: left;
    color: #767676;
    border-radius: 5px;
    border: 1px solid #cccccc;
    margin-left: -6px;
    margin-top: -1px;
    font-family: "Helvetica Neue","Segoe UI",Helvetica,Verdana,sans-serif;
    padding-left: 5px;
}


.save-button-class
{
    float: right;
    padding-right: 10px;
    margin-top: 45px;
}
.top-button-class {
    width:100%;
    height:20px;

}

.top-button-edit
{
    float: left;
    width: 13px;
    height: 13px;
    margin-left: 15px;
    margin-top: 11px;
    cursor: pointer;
    background: url(../images/Edit.png) no-repeat;
}

.top-button-edit-map_disable {
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    margin-top: 9px;
    background: url(../images/map_edit_disable.png) no-repeat;
}
.top-button-edit-map
{
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    margin-top: 9px;
    cursor: pointer;
    background: url(../images/map_edit.png) no-repeat;
}
.top-button-edit-disable
{
    float: left;
    width: 13px;
    height: 13px;
    margin-left: 15px;
    margin-top: 11px;
    background: url(../images/Edit_disable.png) no-repeat;
}

.top-button-remove
{
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 35px;
    margin-top: 11px;
    cursor: pointer;
    background: url(../images/Trash_Black.png) no-repeat;
}



.top-button-remove-disable
{
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 35px;
    margin-top: 10px;
    background: url(../images/Trash_White.png) no-repeat;
}


.top-button-save
{
    float: right;
    width: 20px;
    height: 14px;
    margin-right: 15px;
    cursor: pointer;
    margin-top: 10px;
    /* background: url(../images/Save.png) no-repeat; */
}

.top-button-save-disable
{
    float: right;
    width: 20px;
    height: 14px;
    margin-right: 15px;
    cursor: default;
    margin-top: 10px;
    background: url(../images/Save_disable.png) no-repeat;
}

#id-Additional-details-data
{
    padding-top:10px;
}

.mandatory-class
{
    width: 10px;
    position: absolute;
    right: 20%;
    top: 10%;
    font-size: 20px;
    color: red;
}
.load-image-class
{
    position: absolute;
    margin-top: 103px;
    margin-left: 80px;
    width: 19px;
    height: 19px;
    background-image: url("../images/Search.png");
    cursor: pointer;
}
.load-image-class-disable
{
    position: absolute;
    margin-top: 103px;
    margin-left: 80px;
    width: 19px;
    height: 19px;
    background-image: url("../images/Search.png");
    cursor: default;
}
.load-image-class-comp {
 margin-left: 80px;
    width: 1px;
    height: 1px;
}
.driver-photo-class {
    height: 100px;
    width: 100px;
    background-color: rgb(193,193,193);
    position: absolute;
    right: 10px;
}
.element-edit-class
{
    float: right;
    position: absolute;
    right: 27px;
    margin-top: -17px;
    background: url(../images/Edit.png) no-repeat;
    width: 13px;
    height: 13px;
    cursor:pointer;
}
.element-delete-class
{
    float: right;
    position: absolute;
    right: 10px;
    margin-top: -17px;
    background: url(../images/X_down.png) no-repeat;
    width: 17px;
    height: 15px;
    cursor:pointer;
}
.fleet-group-unit-class {
    height: 100%;
    width: 100%;
    position: relative;
}

#infoSlide-left {
    background: url(../images/Middle_Bar_Slot.png) no-repeat;
    cursor: pointer;
    position: absolute;
    width: 48px;
    height: 73px;
    bottom: 0px;
    background-color: transparent;
    z-index: 1000;
}

#id-map-accordion {
    width: 100%;
}

.additional-data-class {
    padding-top: 10px;
    padding-left: 20px;
}

.Additional-details-class .dx-field-label {
    width: 30%;
    padding: 3px 0 0 0;
}

.Additional-details-class .dx-fieldset {
    margin: 0px 0px 5px;
}

.Additional-details-class .dx-field {
    margin: 1px 0 1px 0;
    min-height: 20px;
    margin-right: 40px;
}

.Additional-details-class .dx-field {
    padding-left: 15px;
}

.Additional-details-class .dx-field-value, .dx-field-value-static {
    float: right;
}

.Additional-details-class .dx-field-value-static {
    width: 70%;
    padding: 4px 0 1px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: Black;
}

.confirmation-popup-bottom
{
  width:100%;
  padding-top:7px;
}

.btnYes-No-class
{
    float:right;
}

.geof-id-class {
    float: right;
    font-size: 10px;
    margin-right: -20px;
}
.geofence-class-class {
}
