﻿/* Syncfusion Button */
/*.e-btn {
    text-transform: none;
    background-color: black;
    color: white;
}*/

/* style for timepicker element */
.e-input-group input.e-input, .e-input-group.e-control- wrapper input.e-input, .e-input-group textarea.e- input, .e-input-group.e-control-wrapper textarea.e- input {
    color: black;
}

/* Syncfusion Button cssClass e-custom */
.e-custom {
    text-transform: none;
    background-color: #616161;
    color: white;
    border-radius: 2px;
    font-size: 14px;
    font-family: Arial;
}

.e-custom:hover {
    text-transform: none;
    background-color: #545454;
    color: white;
}

/* Syncfusion TextBox Style */
.e-float-input, .e-float-input.e-control-wrapper {
    width: 95%;
    margin-bottom: 10px;
    margin-left: 10px;
}

/* Syncfusion CheckBox Style */
.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #333;
}

/* Syncfusion CheckBox Style when hover */
.e-checkbox-wrapper:hover .e-frame.e-check, .e-css.e-checkbox-wrapper:hover .e-frame.e-check {
    background-color: grey;
}

/*.e-tab .e-tab-header .e-toolbar-item.e-active {
    color: grey;
}*/

.e-tab .e-tab-header .e-toolbar-item {
    color: yellow;
}

/* tab underlining */
.e-tab .e-tab-header .e-indicator {
    background-color: red;
}

/* outline color for pagination at bottom of grid*/
.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background: red;
}

/* text color of active tab */
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon,
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
    color: red;
    text-transform: none;
}

/* grid header outline */
.e-tab .e-tab-wrap {
    border: solid 1px grey;
    /*border-radius: 30px;*/
}

/* grid header active outline */
/*.e-tab .e-tab-wrap:active {
    border: solid 1px grey;
    border-radius: 30px;
}
*/

/* div block containing grid headers */
.e-tab .e-tab-header {
    margin-top: 5px;
}

/* text header tab*/
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    text-transform: none;
}

/* contour header tab */
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #406BA2;
}

/*.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    color: #406BA2;
}
*/

#SaveBtn, #MakeDeliveryBtn, #GoToTrackingSiteBtn, #AddCustomerBtn, #GetNewOrders, #AddStore {
    margin-left: 8px;
}

/* Patrice 20220924 */
.e-grid-column .ejs-grid .e-grid-columns {
    //margin-bottom: 1px;
    //margin-left: 1px;
    //margin-right: 1px;
    //margin-top: 1px;
    //padding: 0px 0px 0px 0px;
}
/* Patrice 20220924 */
.e-grid .e-rowcell, .e-grid .e-headercell {
    padding-left: 2px !important;
    padding-right: 2px !important;
} 