﻿@font-face 
{
    font-family: SourceSansProLight;
    src: url(../Fonts/SourceSansPro-Light.otf);
}

html
{
    margin:0px;
    padding:0px;
    background-color:#f3f3f4;
    height:100%;
    width:100%;
    background-image: url('/Images/background.png');
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-repeat: repeat;
}
form
{
    position:relative;
    width:100%;
    height:100%;
}
body 
{
    background-position: initial;
    font-family:sans-serif;
    font-size:13px;
    margin:0px 0px;
    padding:0px;
    height:100%;
    width:100%;
    position:relative;
    background-image: url('/Images/background.png');
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-repeat: repeat;

}
input[type="checkbox"] 
{
  transform:scale(1.3, 1.3);
}
select
{
    padding:3px;
    border:1px solid #dddddd;
    color:#333;
}
#Wrapper {
    position: relative;
    /*max-width: 1280px;*/
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    height: 100%;
}
#HomeWrapper
{
    position:relative;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    height:100%;}

.NoMenuBody
{
    background:#f3f3f4;
}
h1
{
    font-family: SourceSansProLight;
    font-size:28px;
    font-weight:normal;
    margin-top:0px;
    margin-bottom:8px;
    color: #666666;
}
h2
{
    font-family:SourceSansProLight;
    margin-top:0px;
    margin-bottom:0px;
    font-size:20px;
    color:#999999;
}
h3
{
    font-family:SourceSansProLight;
    font-size:18px;
    color:#999999;
    padding-top:15px;
    margin-top:0px;
    margin-bottom:8px;
}
h4
{
    font-weight:bold;
    font-size:14px;
    color:#666666;
    margin-top:8px;
    margin-bottom:4px;
}
a{
    text-decoration:none;
    color:#2482B3;
    font-weight:bold;
}

.flexrow {
    display: flex;
}

.flexcolumn {
    flex: 1;
}

.flexcolumn2 {
    flex: 2;
}

.flexcolumn3 {
    flex: 3;
}


/* TEXT */
.SmallLightText
{
    text-align:left;
    color:#999999;
    font-size:12px;
}

/* Links and buttons */
.PDFLink
{
    background:url('/Images/pdf-icon.png') no-repeat left center;
    height:32px;
    line-height:32px;
    padding-left:40px;
    display:inline-block;
    margin-bottom:5px;
}

.MenuBar
{
    position:absolute;
    top:20px;
    right:20px;
    bottom:0px;
    z-index:1000;
    border:2px solid #eeeeee;
    width:130px;
    height:44px;
    padding:5px;
}
.MenuBigArea {
    display: none;
    z-index: 200000;
    height: calc(100vh - 92px);
    top: 92px;
    right: 0px;
    position: absolute;
}
.MenuBackground {
    background: #ebebeb;
    position: relative;
    height: 100%;
    z-index: 200000;
    right: 0px;
    width: 550px;
    border-left:1px solid #aaa;
}
.MenuColumn
{
    width:150px;
}
.MainMenuGroupContainer 
{
    column-count: 3; 
    column-gap: 0px; 
    column-width: 175px;
}
.Bookmarks {
    position: absolute;
    top: 35px;
    right: 180px;
    bottom: 0px;
    z-index: 1000;
    width: 150px;
    height: 44px;
    padding: 5px;
}

.BookmarksArea {
    display: none;
    z-index: 200000;
    position: fixed;
    top: 92px;
    right: 0px;
    bottom: 0;
    background: #ebebeb;
    width: 240px;
    border-left: 1px solid #d4d3d3;
    padding: 20px;
    overflow-y: auto;
}


.MenuMainHeading {
    font-family: SourceSansProLight;
    font-size: 18pt;
    color: #999999;
    margin-bottom: 5px;
}
.MenuGroupHeading
{
    font-family:SourceSansProLight;
    font-size:9pt;
    color:#000000;
    margin-top:10px;
}
.MenuItem
{
    font-family:SourceSansProLight;
    font-size:11pt;
    list-style-type: square;
    vertical-align:middle;
}
.ListMenuItem {
    font-family: SourceSansProLight;
    font-size: 11pt;
    list-style-type: square;
    vertical-align: middle;
    margin: 5px,0px,5px,0px;
}
.MenuItem:hover, .MenuItem a:hover  
{
    color:#000;
}

.MenuInfoContainer
{

    margin-left:10px;
    margin-right:30px;
    float:left;
}

/* PAGE TEMPLATE */
.PageContainer
{
    position:absolute;
    left:0px;
    top:93px;
    right:0px;
    bottom:0px;
    padding:20px;
    background-color:#f3f3f4;
    overflow:auto;
}
.PageHeading
{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    height:62px;
    background-color:#ffffff; 
    padding:15px 30px;
    border-bottom: 1px solid #e7eaec;
}
.HeaderControlPanel
{
    float:right;
    top:-30px;
    position:relative;
}
.BreadCrumbContainer
{
   margin-bottom:10px;
}
.CompanyHeading
{
    font-family:SourceSansProLight;
    font-size:22px;
    color:#bbbbbb;
    position:relative;
    top:-8px;
}
.ProductHeading
{
    font-family:SourceSansProLight;
    font-size:22px;
    color:#666666;
    position:relative;
    top:20px;
}

.status-container {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    margin-right: 5px;
}

.DriverWarningLabel {
    padding: 4px 2px;
    border-radius: 8px;
    font-weight: 600;
    font-family: sans-serif;
    font-size: 10px;
    background-color: transparent;
    cursor: default;
    text-align: center;
    width:70px;
}
.UserRydoWebLinkLabel {
    padding: 4px 2px;
    border-radius: 8px;
    font-weight: 600;
    font-family: sans-serif;
    font-size: 10px;
    background-color: transparent;
    cursor: default;
    text-align: center;
    width: 70px;
    position: absolute;
    top: 7px;
    left: 99px;
}
    .UserRydoWebLinkLabel.red {
        color: rgba(247, 55, 55, 1);
        border: 2px solid rgb(247, 55, 55);
    }
.DriverWarningLabel.red {
    color: rgba(247, 55, 55, 1);
    border: 2px solid rgb(247, 55, 55);
}

.DriverWarningLabel.green {
    color: rgba(21, 87, 36, 0.6);
    border: 2px solid rgba(21, 87, 36, 0.7);
}

.WarningLabel
{
    background:url(/Images/attention-small-icon.png) left center no-repeat transparent;
    font-size:12px;
    font-weight:bold;
    color:#000;
    margin-top:5px;
    margin-bottom:5px;
    padding-left:22px;
    line-height:18px;
    height:18px;
    display:inline-block;
}
.TickLabel {
    background: url(/Images/check.png) left center no-repeat transparent;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 21px;
    line-height: 18px;
    height: 18px;
    display: inline-block;
    background-position: -5px 0px;
}
.ProductVersionLabel
{
    font-size:12px;
    position:relative;
    top:12px;
    left:-38px;
    color:#777;
}
.TopBarDivider
{
    display:inline-block;
    margin-left:auto;
    border-left:1px solid #999999;
    margin-right:auto;
    width:1px;
    height:30px;
}

/* DISPLAY FIELDS */
.FormInfoRow
{
    text-overflow:ellipsis;
}
.FormInfoField
{
    font-size:11pt;
    width:120px;
    font-weight:bold;
    color:#555555;
    font-family: Arial;
}
.FormInfoValue
{
    font-size:10pt;
    color:#999999;
    line-height:18px;
}

/* FORM HANDLING */
.FormRow
{
    min-height:34px;
    overflow:hidden;
}
.FormNoSpaceRow
{
    overflow:hidden;
}
.FormField
{
    font-size:10pt;
    width:140px;
    float:left;
    display:inline-block;
    vertical-align:middle;
    line-height:34px;
    font-weight:bold;
    color:#555555;
    font-family: Arial;
}
.FormFieldLight 
{
    width:140px;
    float:left;
    display:inline-block;
    vertical-align:middle;
    line-height:34px;
    color:#999999;
    font-style:italic;
}
.FormFieldWide
{
    width:300px;
    float:left;
    vertical-align:central;
    line-height:34px;
}
.FormFieldLightWide 
{
    width:300px;
    float:left;
    display:inline-block;
    vertical-align:central;
    line-height:34px;
    color:#999999;
    font-style:italic;
}
.FormControl
{
    margin-left:150px;
    display:block;
    line-height:28px;
    color:#888888;
}
.FormRightColumn
{
    width:400px;
    float:left;
}
.FormLeftColumn
{
    margin-left:400px;
}
.FormRightColumnWide
{
    width:500px;
    float:left;
}
.FormLeftColumnWide
{
    margin-left:500px;
}
.FormBlock
{
    background-color:#ffffff;
    padding:0px 20px 20px 20px;
    overflow:auto;
    /* border-top:5px solid #e7eaec; */
    border-bottom:1px solid #e7eaec;
    border-right:1px solid #e7eaec;
    border-left:1px solid #e7eaec;
}
.FormBlockHalf
{
    background-color:#ffffff;
    padding:0px 20px 20px 20px;
    overflow:auto;
    border-top:5px solid #e7eaec;
    border-bottom:1px solid #e7eaec;
    border-right:1px solid #e7eaec;
    border-left:1px solid #e7eaec;
    float:left;
    width: -webkit-calc(50% - 60px);
    margin-right:10px;
}
.PopupFormBlock
{
    position:absolute;
    background-color:#ffffff;
    left:10px;
    top:10px;
    width:810px;
    padding:20px;
}

.FormBlockHeadingContainer 
{
    border-bottom:1px solid #e7eaec;
    padding-top:5px;
    padding-bottom:5px;
}
.FormBlockBiLine
{
    padding-top:4px;
    font-size:11px;
}
.FormSummaryBlock
{
    background-color:#ffffff;
    padding:0px;
    overflow:auto;
    border-top:5px solid #e7eaec;
    border-bottom:1px solid #e7eaec;
    border-right:1px solid #e7eaec;
    border-left:1px solid #e7eaec;
}
.FormSummaryBlockHeadingContainer
{
    padding:5px 20px;
    border-bottom:1px solid #e7eaec;
}
.FormSummaryBlockInner 
{
    padding:20px;
    background-color:#ebebeb;
    border-bottom:1px solid #e7eaec;
    overflow:auto;
}
.FormSectionFooter
{
    clear:both;
    border-top:1px solid #e7eaec;
    position:relative;
    top:10px;
    padding-top:10px;
    text-align:right;
}
.ActionResultField
{
    height:22px;
    line-height:22px;
}

/* FILTER SECTION */
.FilterSection
{
    margin-bottom:10px;
    clear:both;
    overflow:auto;
}
.FilterField
{
    font-size:10px;
    color:#999999;
}
.FilterControl
{
   
}
.FilterContainer
{
    float:left;
    margin-right:10px;
}
.FilterSearchContainer
{
    float:right;
    top:10px;
    position:relative;
}

.SearchBox
{
    z-index:10000;
}

/* FOOTER */
.FooterRow
{
    position:relative;
    clear:both;
    top:25px;
    background-color:#ffffff;
    margin-left:220px;
    padding:20px;
}
.SaveResult
{
    float:left;
    font-size:22px;
    height:32px;
    line-height:32px;
}
.SaveSuccessful {
    float: left;
    color: #008000;
    background: url(/Images/tick.png) left top no-repeat transparent;
    padding-left: 38px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
    line-height: 22px;
    font-size: 18px;
    display: inline-block;
}
.SaveFailed {
    float: left;
    color: #800000;
    background: url(/Images/cross.png) left top no-repeat transparent;
    padding-left: 38px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
    line-height: 22px;
    font-size: 18px;
}
.GoodResult
{
    float:left;
    color:#008000;
    padding-left:38px;
    padding-top:5px;
    height:30px;
    line-height:22px;
    font-size:18px;
}
.BadResult
{
    float:left;
    color:#800000;
    padding-left:38px;
    padding-top:5px;
    height:30px;
    line-height:22px;
    font-size:18px;
}

/* TOP BAR */
.LogoDivider 
{
    width:1px;
    height:28px;
    border-left:1px solid #888888;
    position:relative;
    top:-2px;
    display:inline-block;
    margin:0px 10px;
}
.MenuDivider {
    width: 1px;
    height: 310px;
    border-left: 1px solid #aaaaaa;
    display: block;
    float: right;
    margin-top: 42px;
}
/* SIDE BAR */
.SideBar 
{
    position:absolute;
    top:10px;
    right:190px;
    height:62px;
    width:200px;
    background-color:#ffffff;
    padding:10px 10px 10px 10px;
    z-index:1;
}
.SideLink
{
    color:#ffffff;
    display:block;
    line-height:32px;
    font-weight:normal;
}
.SideMenuHomeLink
{
    background: url(/Images/icon_windows.png) left center no-repeat #2f4050;
    padding-left:25px;
    padding-top:3px;
}
.SideMenuUserLink
{
    background: url(/Images/icon_globe.png) left center no-repeat #2f4050;
    padding-left:25px;
    padding-top:3px;
}
.SideMenuDeviceLink
{
    background: url(/Images/icon_computer.png) left center no-repeat #2f4050;
    padding-left:25px;
    padding-top:3px;
}
.SideMenuReportsLink
{
    background: url(/Images/icon_charts.png) left center no-repeat #2f4050;
    padding-left:25px;
    padding-top:3px;
}

.AccordianContainer 
{

}
.AccordianContainer div 
{

}
.AccordianContainer .AccordianHeader 
{
    color:#ffffff;
    cursor: pointer;
    font-weight: bold;
    font-size:18px;
    margin-top:10px;
}
.AccordianContainer .AccordianContent 
{
    display: none;
    padding : 5px;
}

/* Login */
.LoginBox
{
    position:relative;
    margin:200px auto;
    width:480px;
    text-align:center;
    padding:20px;
}


/* Error Dsiplay */
.ErrorSummary
{
    color:#dd0000;
    margin-top:20px;
    font-size:14px;
    font-weight:bold;
}
.ErrorSummary li
{
    font-size:12px;
    font-weight:normal;
}
.ErrorMark
{
    color:#dd0000;
    font-size:14px;
    font-weight:bold;
    position:relative;
    top:3px;
}
.ExceptionMessageContainer
{
    margin-top:20px;
    background: url(/Images/bug-icon.png) left top no-repeat transparent;
    padding-left: 40px;
}
.ExceptionMessage
{
    margin-top:10px;
}

/* Text Fields */
.InfoField
{
    float:left; 
    width:130px; 
    margin-right:10px;
    padding-top:3px;
    font-weight:bold;
    color:#000000;
    margin-bottom:0px;
    margin-top:0px;
    clear:both;
}
.InfoFieldValue
{
    color:#999999;
    padding-top:3px;
}
.InfoFieldWarning
{
    color:#dd0000;
}
.InfoFieldGood
{
    color:#00dd00;
}
 
/* User Details */
.UsernameContainer
{
    position:relative;
    top:-10px;
}

/* List */
.GridHeaderStrip
{
    padding:4px 2px 2px 2px;
    background-color:#e6e6e6;
    overflow:auto;
}

.FormBlock .RadGrid_Silk .rgRow a, 
.FormBlock .RadGrid_Silk .rgAltRow a, 
.FormBlock .RadGrid_Silk tr.rgEditRow a, 
.FormBlock .RadGrid_Silk .rgFooter a, 
.FormBlock .RadGrid_Silk .rgEditForm a
{
    color:#2482B3;
}

.PageContainer .RadDropDownList_Silk .rddlEmptyMessage,
.PageContainer .RadDropDownList_Silk .rddlDefaultMessage {
    color: #333;
}


.ReadOnlyControl,
.ReadOnlyControl table tr td.rcbInputCell,
.FormControl .RadAutoCompleteBox_Silk .racDisabled,
.FormControl .RadInput_Silk .riDisabled,
html body .FormControl .RadInput_Disabled_Silk,
html body .FormControl .RadInput .riTextBox:disabled,
html body .FormControl .RadInputMgr:disabled,
.FormControl .RadComboBox .rcbDisabled .rcbReadOnly .rcbInputCell,
.FormControl .RadComboBox .rcbDisabled .rcbReadOnly .rcbInputCell .rcbInput,
.FormControl .RadComboBox .rcbDisabled .rcbArrowCell,
.FormControl .RadComboBox .rcbDisabled .rcbArrowCell a,
.FormControl .RadComboBox_Silk .rcbDisabled,
.FormControl .RadDropDownList_Silk .rcbDisabled .rcbReadOnly .rcbInputCell,
.RadComboBox_Silk table.rcbDisabled {
    border: none;
    color: #666666;
    background: none;
    background-image: none;
    opacity: 1;
    border-width: 0px;
}

.rgDataDiv {
    height: auto !important;
}

/* hide picker controls when disabled */
.FormControl .RadPicker .rcDisabled
{
    display:none;
}


/* Markers*/
/* Init - Type == 1 */
.RadMap_Silk .k-marker.k-marker-init-shape:before
{
    font-size:0;
    padding:0;
    height:0;
    width:0;
     
}
.RadMap_Silk .k-marker.k-marker-init-shape 
{
    background-image:url(/Images/pin_init.png);
    background-repeat:no-repeat;
    background-position: 0 0;   
    width:50px;
    height:50px;   
    margin-left:-25px;     
}

/* First Heartbeat - Type == 2 */
.RadMap_Silk .k-marker.k-marker-first-shape:before
{
    font-size:0;
    padding:0;
    height:0;
    width:0;
     
}
.RadMap_Silk .k-marker.k-marker-first-shape 
{
    background-image:url(/Images/pin_first_hb.png);
    background-repeat:no-repeat;
    background-position: 0 0;   
    width:50px;
    height:50px;   
    margin-left:-25px;     
}

/* Heartbeat - Type == 3 */
.RadMap_Silk .k-marker.k-marker-hb-shape:before
{
    font-size:0;
    margin:0;
    padding:0;
    height:0;
    width:0; 
}
.RadMap_Silk .k-marker.k-marker-hb-shape 
{
    background-image:url(/Images/pin_hb.png);
    background-repeat:no-repeat;
    background-position: 0 0;   
    width:50px;
    height:50px;    
    margin-left:-25px;         
}

/* Payment - Type == 4 */
.RadMap_Silk .k-marker.k-marker-pay-shape:before
{
    font-size:0;
    margin:0;
    padding:0;
    height:0;
    width:0; 
}
.RadMap_Silk .k-marker.k-marker-pay-shape 
{
    background-image:url(/Images/pin_trans.png);
    background-repeat:no-repeat;
    background-position: 0 0;   
    width:50px;
    height:50px;    
    margin-left:-25px;         
}

/* Notification - Type == 5 */
.RadMap_Silk .k-marker.k-marker-notify-shape:before
{
    font-size:0;
    margin:0;
    padding:0;
    height:0;
    width:0; 
}
.RadMap_Silk .k-marker.k-marker-notify-shape 
{
    background-image:url(/Images/pin_note.png);
    background-repeat:no-repeat;
    background-position: 0 0;   
    width:50px;
    height:50px;    
    margin-left:-25px;         
}

/* Shift Start - Type == 6 */
.RadMap_Silk .k-marker.k-marker-shift-start-shape:before
{
    font-size:0;
    margin:0;
    padding:0;
    height:0;
    width:0; 
}
.RadMap_Silk .k-marker.k-marker-shift-start-shape 
{
    background-image:url(/Images/pin_shift_start.png);
    background-repeat:no-repeat;
    background-position: 0 0;   
    width:50px;
    height:50px;    
    margin-left:-25px;         
}

/* Shift Continue - Type == 7 */
.RadMap_Silk .k-marker.k-marker-shift-continue-shape:before
{
    font-size:0;
    margin:0;
    padding:0;
    height:0;
    width:0; 
}
.RadMap_Silk .k-marker.k-marker-shift-continue-shape 
{
    background-image:url(/Images/pin_shift_continue.png);
    background-repeat:no-repeat;
    background-position: 0 0;   
    width:50px;
    height:50px;    
    margin-left:-25px;         
}

/* Shift End - Type == 8 */
.RadMap_Silk .k-marker.k-marker-shift-end-shape:before
{
    font-size:0;
    margin:0;
    padding:0;
    height:0;
    width:0; 
}
.RadMap_Silk .k-marker.k-marker-shift-end-shape 
{
    background-image:url(/Images/pin_shift_end.png);
    background-repeat:no-repeat;
    background-position: 0 0;   
    width:50px;
    height:50px;    
    margin-left:-25px;         
}


/* Start Of Trip */
.RadMap_Silk .k-marker.k-marker-start-shape:before
{
    font-size:0;
    padding:0;
    height:0;
    width:0;
     
}
.RadMap_Silk .k-marker.k-marker-start-shape 
{
    background-image:url(/Images/pin_start.png);
    background-repeat:no-repeat;
    background-position: 0 0;   
    width:50px;
    height:50px;   
    margin-left:-25px;     
}

/* Start Of Trip */
.RadMap_Silk .k-marker.k-marker-end-shape:before
{
    font-size:0;
    padding:0;
    height:0;
    width:0;
     
}
.RadMap_Silk .k-marker.k-marker-end-shape 
{
    background-image:url(/Images/pin_end.png);
    background-repeat:no-repeat;
    background-position: 0 0;   
    width:50px;
    height:50px;   
    margin-left:-25px;     
}

/* tabstrip */
div.RadTabStrip_Silk .rtsLevel1 ~ .rtsLevel {
    border-color: #eee;
    border-bottom: 0;
}

/* Widgets */
.WidgetContainer
{
    padding:5px;
    text-align:center;
    font-size:18px;
}
.RadDock  
{  
    margin-bottom:10px !important;  
    overflow:hidden;
} 
.PageContainer .rdContent
{
    overflow: hidden !important;
}
.WidgetTightRow, .RadGrid_Silk .rgMasterTable .rgRow.WidgetTightRow td, .RadGrid_Silk .rgMasterTable .rgAltRow.WidgetTightRow td 
{
    border:none;
    height:11px;
    font-size:12px;
    font-weight:normal;
    padding:0px;
    padding-top:0px;
    padding-bottom:0px;
    margin:0px;
    line-height:18px;
}
.RadGrid_Silk .rgMasterTable .rgRow.WidgetTightRowPadded td, .RadGrid_Silk .rgMasterTable .rgAltRow.WidgetTightRowPadded td {
    font-size: 12px;
    font-weight: normal;
    padding: 2px 2px 2px 2px;
    border-color: White;
    border-style: solid;
    border-bottom-width: 2px;
    line-height: 16px;
}
.RadGrid_Silk .rgPager td.rgPagerCell
{
    border:0px;
}
.RadGrid_Silk .rgPager td.rgPagerCell .rgWrap
{
    padding:0px;
}

/* Dashbooard */
.DashboardBigResultContainer
{
    padding:10px;
    text-align:center; 
    font-size:18px;
    color:#000000;
}

.DashboardBigResultValue
{
    font-size:24px;
    color:#4a94c6;
    padding:10px;
}

.DashboardMediumResultValue
{
    font-size:18px;
    color:#4a94c6;

}

.DashboardSmallResultValue {
    font-size: 13px;
    color: #4a94c6;
}

.PageContainer .DashboardDockZone
{
    border-color:#f3f3f4;
    margin-bottom:5px;
}
.PageContainer .DashboardDockZoneHighlighted
{
    margin-bottom:5px;
    background-color:#dddddd;   
}

.PageContainer .DashboardDockZone .rdTable tr.rdTop
{
    border-bottom:none;
}
.PageContainer .DashboardDockZone .rdTable tr.rdTop td.rdLeft,
.PageContainer .DashboardDockZone .rdTable tr.rdTop td.rdRight,
.PageContainer .DashboardDockZone .rdTable tr.rdTop td.rdCenter,
.PageContainer .DashboardDockZone .rdTable tr.rdTop td.rdCenter .rdTitleBar
{
    background:#ffffff;
    border-bottom:none;
}
.PageContainer .DashboardDockZone .rdTable tr.rdTop td.rdCenter div.rdTitleBar em
{
    font-weight:bold;
    font-size:13px;
}

.DashboardWidgetContainer
{
    padding:5px;
}


/* Charts */
.ChartTitle
{
    font-family: SourceSansProLight;
    font-size:18px;
    font-weight:normal;
    margin-top:0px;
    margin-bottom:8px;
    color: #666666;
}
.ChartContainer
{
    float:left; 
    background-color:#fbfbfb; 
    padding:10px; 
    margin-right:10px;
    margin-bottom:10px;
}

/* Report Viewer */
.FormBlock .ReportToolbar
{
    border:0;
    background:none;
    background-image:none;
}
.FormBlock .ReportToolbar .InputButtonClass
{
    padding:10px;
}

.RadWindow_Silk
{
    background-image: url('/Images/background.png');
}

div.RadAjax_Silk  .raColor
{
    background-color: transparent;
}
.LoadingWaitContainer
{
    position:absolute;
    width:165px;
    left:-50px;
}
.LoadingWaitMessage
{
    padding-left:10px;
    font-size:14px;
    font-weight:bold;
    color:#999999;
    position:relative;
    top:-8px;
}
.PageContainer .RadGrid_Silk .rgRow a, 
.PageContainer .RadGrid_Silk .rgAltRow a, 
.PageContainer .RadGrid_Silk tr.rgEditRow a, 
.PageContainer .RadGrid_Silk .rgFooter a, 
.PageContainer .RadGrid_Silk .rgEditForm a
{
    color:#2482B3;
}

.RadGrid_Silk .GridCommandHeader.rgCommandRow 
{
    border: 0px;
    background-color: Transparent;
    background-image: none;
    box-shadow: none;
}


#assignmentHistoryGrid.RadGrid .rgRow td,
#assignmentHistoryGrid.RadGrid .rgAltRow td
{
   padding-left: 0;
   padding-right: 0px;
}
#assignmentHistoryGrid.RadGrid .rgRow td:first-child,
#assignmentHistoryGrid.RadGrid .rgAltRow td:first-child
{
   padding-left: 5px;
   padding-right: 0px;
}


div.RadComboBox .rcbHovered .rcbInputCell .rcbInput {
    color: black ;
}

.RadComboBox_Silk .rcbFocused .rcbReadOnly .rcbInput {
    color: black !important;
}
.rddlFakeInput {
    color: black;
}
.RadUpload_Silk .ruButtonHover {
    color: black !important;
}
.RadButton.rbButton.FilterImageButton {
    padding-left: 30px;
    font-weight: bold;
    color: #2482B3;
}


.NoSliderTrack .rslSelectedregion {
    background: none !important;
}
#taxiAnimationSlider.NoSliderTrack .rslHorizontal .rslTrack {
    height: 5px !important;
    margin: -3px 0px 6px -2px;
}
#taxiAnimationSlider.NoSliderTrack .rslHorizontal a.rslDraghandle {
    top: 0px !important;
}

.RadDock_Silk .rdTable .rdMiddle td,
.RadDock_Silk .rdTable .rdMiddle td.rdLeft,
.RadDock_Silk .rdTable .rdMiddle td.rdRight,
.RadDock_Silk .rdTable .rdBottom td {
    background-color: #fff;
}
.SchedulerStart {
    float: left;
    height: 132px;
    width: 127px;
}
.SchedulerDayHeading 
{
    height: 36px;
    background: url('/Images/sched_day_header_back.png') repeat-x center top;
    text-align:center;
    vertical-align:middle;
    line-height:36px;
    color:#555;
    font-size:16px;
    font-weight:bold;
    width:105px;
    margin-right:1px;
}
.SchedulerDayHeading a {
    display: block;
    height: 100%;
    color: #333;
}
.SchedulerDaySlot {
    height: 65px;
    text-align: center;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    width: 105px;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid white;
    border-top: 1px solid white;
}
.SchedulerDaySlotVacant {
    background-color: #ff6961;
}
.SchedulerDaySlotVacant:hover {
    background-color: #fab1ad;
}
.SchedulerDaySlotTaken {
    background-color: #8ec68e;
    color: #333;
}
.SchedulerDaySlotTaken:hover {
    background-color: #bddebd;
}
.SchedulerDaySlotReserved {
    background-color: #8ec68e;
    color: #333;
}
.SchedulerDaySlotReserved:hover {
    background-color: #bddebd;
}
.SchedulerDaySlotLocked {
    background-color: #aaaaaa;
}
.SchedulerDaySlotRepair {
    background-color: #4a94c6;
    color: #fff;
    
}
.SchedulerDaySlotRepair:hover {
    background-color: #3179a9;
}
.SchedulerSlotHeading {
    height: 64px;
    text-align: center;
    vertical-align: middle;
    line-height: 64px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    background-color: #e1e1e1;
}
.SchedulerSlotHeading a {
    display: block;
    height: 100%;
    color:#333;
}
.ScheduleLink {
    font-size: 12px;
    color: #333;
}

.SchedulerDaySlotRepair .ScheduleLink {
    font-size: 12px;
    color: #fff;
}

.SchedulerDaySmallHeading {
    float: left;
    height: 36px;
    background: url('/Images/sched_day_header_back.png') repeat-x center top;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    width: 138px;
    margin-right: 10px;
}
.SchedulerSmallDisplay {
    height: 30px;
    width: 138px;
    font-size: 10px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    border-right: 10px solid white;
    border-top: 1px solid white;
}
.SchedulerRecursive {
    background-image: url('/Images/refresh-small-icon_white.png');
    background-repeat:no-repeat;
    background-position:right;
    background-position-y:top;
    background-size: 12px;
}
.RosterPreviousWeekContainer {
    margin-top: 10px;
    padding: 4px 5px 6px 5px;
    border: 2px solid transparent;
}
.RosterPreviousWeekContainerSelected {
    margin-top: 10px;
    background-color: #ac2929;
    color: #fff;
    padding: 4px 5px 6px 5px;
    border: 2px dotted #f3f3f4;
}
.DetailTable
{
    margin-left: 130px !important;
    padding-right: 32px !important;
    background-color:#666666 !important; 
    color:#fff;
}
.SmallRowButton
{
    width:22px;
    margin:auto;
    padding:0px;
}
.TightRow
{
    padding-top:3px;
}
.TightText {
    padding-top: 3px;
    width: 120px;
    display: inline-block;
    text-align: left;
    color: #999999;
    font-size: 12px;
}


/* Tooltip text */
.tooltip .tooltiptext {
    display: none;
    color: #000;
    text-decoration: none;
    padding: 3px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    display: block;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #CCC;
    margin: 2px 10px;
}


.showEllipses {
    text-overflow: ellipsis;
}

.logo {
    right: 100%;
    left: 100%;
    width: 100%;
    height: auto;
}

.documentContainer_wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.column_wrapper_details {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.doc_uploader .RadUpload_Silk {
    width: fit-content !important;
}
.doc_uploader .RadUpload .ruInputs li {
    margin: 0;
}
.flex_center_10 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.CardWidget{
    float:left;
    margin-right:20px;
    font-size:13pt;
}
.CardWidgetLabel {
    text-wrap-mode:nowrap;
    width: 100px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
}
.CardWidgetValue {
    float:right;
    font-weight: bold;
    color: #999999;
    margin: 0px;
}
.CardWidgetInner {
    padding: 8px;
    background-color: #ebebeb;
}
.deleteButtonColour {
    background-color: #d9534f;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
}

.always-red .rbDecorated,
.always-red .rbDecorated:hover,
.always-red .rbDecorated:focus,
.always-red .rbDecorated:active {
    background-color: #d9534f !important;
    color: white !important;
    border: none !important;
}

.always-red .rbText {
    color: white !important;
}

.always-red.RadButton_Silk.rbSkinnedButton,
.always-red.RadButton_Silk.rbVerticalButton {
    padding: 0 0px !important;
}

.maximize {
    width: 56px;
}

.medium-maximize input[type=text] {
    width: 100%;
}

.userCommentPreview {
    margin-top: -30px;
    margin-bottom: 6px;
}

.RecentInteractionInfoField {
    font-size: 16px;
    width: 220px;
    margin-top: 38px;
    margin-bottom: 10px;
    font-weight: 600;
}
.always-blue .rbDecorated,
.always-blue .rbDecorated:hover,
.always-blue .rbDecorated:focus,
.always-blue .rbDecorated:active {
    background-color: #007bff !important;
    color: white !important;
    border: none !important;
}

.always-blue .rbText {
    color: white !important;
}

.always-blue.RadButton_Silk.rbSkinnedButton,
.always-blue.RadButton_Silk.rbVerticalButton {
    padding: 0 0px !important;
}
.UserDetails-Taxi-Tab {
    padding-top: 10px;
}
.CrmExtensionButton {
    float: right;
    top: 20px;
}
.UserDetailscrmSummaryBlock {

    padding: 0px;
    overflow: auto;
    border-top: 5px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    border-right: 1px solid #e7eaec;
    border-left: 1px solid #e7eaec;
    width: 380px;
    display: none;
    margin-left:25px;
    float: right;
}
.CrmInfoFieldContainer {
    padding: 0px;
    float: right;
    width: 100%; /* Add this */
    box-sizing: border-box; /* Include padding in width calculation */
}
.CrmInfoField {
    float: left;
    width: 130px;
    margin-right: 10px;
    padding-top: 3px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 0px;
    clear: both;
    font-size: 16px;
}
.CrmLastContactArea {
    width: 100%;
    display: flex;
}
.CrmLastContactInfoField {
    float: left;
    margin-right: 10px;
    padding-top: 3px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px;
    clear: both;
    width: auto;
    margin-top: 15px;
}
.crmLastContactLiteralInfoFieldValue {
    color: #999999;
    padding-top: 3px;
    margin-top: 15px;
}
.CrmReasonSearch {
    float: left;
    margin-top: 6px;
    margin-bottom: 20px;
    width : 80%;
}
.CrmJouranlsArea {
    margin-left: 25px;
}
.CrmStartTime {
    position: relative;
    top: 0;
    font-size: 13px;
    font-weight: bold;
}
.Crm-margin-bottom {
    margin-bottom: 20px;
}
.ReasonForCallInfoField {
    float: left;
    width: 130px;
    margin-right: 10px;
    padding-top: 3px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 15px;
    clear: both;
}
.CrmJouranlByInfoField {
    float: left;
    width: 16px;
    margin-right: 10px;
    padding-top: 3px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px;
}
.CrmJouranlReasonInfoField {
    float: left;
    width: 48px;
    margin-right: 10px;
    padding-top: 3px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 0px;
    clear: both;
}
.CrmJouranlReasonInfoField {
    float: left;
    width: 54px;
    margin-right: 5px;
    padding-top: 3px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 0px;
    clear: both;
}
.CrmJouranlDurationInfoField {
    float: left;
    margin-right: 8px;
    padding-top: 3px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 54px;
}

.user_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

.user_filter_right {
    width: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.filter_user_checkbox {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.noWarp {
    white-space: nowrap !important
}

.RadCalendar {
    table-layout: auto !important;
    border-collapse: separate !important;
    border: 0 !important;
    width: 220px !important;
    color: inherit !important;
    display: table-cell !important;
}

.RadCalendar_Silk .rcRow th {
    padding: 0 8px 0 7px !important;
}

.RadCalendar .rcRow:first-child td, .RadCalendar .rcRow:first-child th {
    padding-top: 0px !important;
}

.RadCalendar .rcRow:last-child td, .RadCalendar .rcRow:last-child th {
    padding-bottom: 0px !important;
}

.RadCalendar .rcWeek th {
    border-bottom: 1px solid #d7d7d7;
    color: #333;
    height: 21px;
    padding: 0 5px;
    font-size: 13px;
    background: #d7d7d7;
    font-weight: normal;
    border: 0;
    vertical-align: middle;
    cursor: default;
    text-align: right;
}

.RadCalendar_Silk .rcTitlebar {
    border-color: #d7d7d7;
    background-color: #e6e6e6;
    color: #767676;
    padding: 0 2px;
    width: 100%;
    border-style: solid;
    border-width: 1px;
}

.RadCalendar_Silk .rcTitlebar td {
    padding: 0 2px 1px;
    height: 32px;
    font-size: 9px;
    text-transform: uppercase;
}

.RadCalendar_Silk .rcWeek th {
    border-bottom: 1px solid #d7d7d7;
    color: #333;
    text-align: center;
    height: 21px;
    font-size: 13px;
    background: #d7d7d7;
}

.RadCalendar_Silk .rcWeek th {
    border-bottom: 1px solid #d7d7d7;
    color: #333;
    text-align: center;
    height: 21px;
    font-size: 13px;
    background: #d7d7d7;
}

.RadCalendar .rcTitlebar {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    padding: !important;
}

.RadCalendar .rcTitlebar td {
    border: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
}
.margin-top10{
    margin-top:10px;
}
/* Padding around the edit form area */
.RadGrid .rgEditForm {
    padding: 15px;
}

    /* Separate the buttons visually */
    .RadGrid .rgEditForm .rgCommandButton {
        margin-right: 8px;
    }
.CrmJouranlsTop {
    width: 100%;
    float: left;
}
.CrmJouranlsTop div {
    display: inline-block;
    width: 19px;
    float: left;
    margin-right: 3px;
    position:relative;
}
.CrmJouranlsTop div span {
        margin-top: -14px;
        margin-left: 2px;
        position: absolute;
        bottom: -8px;
        left: 0;
}
.crmRepeaterPosition {
    height: 500px;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-top: 10px;
}
.driverDetailsrightPart {
    display: flex;
    justify-content: space-around;
    gap: 17px;
}