﻿/********************* BRAND link position *************************/
#brandLinkHome {
    margin-top: 4px !important;
}

.navbar-text {
    color: #ffffff !important;
}

/********************* DIALOGS *************************/
.e-dialog.e-dialog-wrap {
    background-color: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.e-dialog > .e-header {
    background-color: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    border-bottom: 3px solid #354965 !important;
}

.e-dialog.e-widget-content {
    background-color: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

/* START standardize Syncfusion input controls look */

.e-datepicker > table {
    background-color: #FFFFFF;
}

/* e-datewidget */
.e-datewidget.e-widget > .e-in-wrap {
    border-color: #ced4da !important;
    border-width: 2px;
}

.e-datewidget .e-input {
    color: #2E3135 !important;
}

.e-datewidget.e-focus > .e-in-wrap {
    box-shadow: 0 0 0 0.2rem rgba(46, 49, 53, 0.25) !important;
}

/* e-datetime-wrap */
.e-datetime-wrap.e-widget > .e-in-wrap {
    border-color: #ced4da !important;
    border-width: 2px;
}

.e-datetime-wrap .e-input {
    color: #2E3135 !important;
}

.e-datetime-wrap.e-focus > .e-in-wrap {
    box-shadow: 0 0 0 0.2rem rgba(46, 49, 53, 0.25) !important;
}

/* e-input */
.e-input.e-widget {
    border-color: #ced4da;
    border-width: 2px;
    color: #2E3135 !important;
}

/* e-atc */
.e-atc.e-widget > .e-in-wrap, .e-atc .e-input, .e-atc-popup, .e-atc .e-options {
    border-color: #ced4da !important;
    border-width: 2px;
}

.e-atc .e-input {
    color: #2E3135 !important;
}

.e-atc.e-widget.e-focus > .e-in-wrap {
    box-shadow: 0 0 0 0.2rem rgba(46, 49, 53, 0.25) !important;
}

/* e-ddl */
.e-ddl.e-widget > .e-in-wrap {
    border-color: #ced4da !important;
    border-width: 2px;
}

.e-ddl .e-ul {
    color: #2E3135 !important;
}

.e-ddl.e-popactive > .e-in-wrap {
    box-shadow: 0 0 0 0.2rem rgba(46, 49, 53, 0.25) !important;
}

/* END standardize Syncfusion input controls look */