.login-panel {
    background-color: #001e37;
}
.bg-trans-dark {
    background: #C4C4C4;
    border: none;
    color: #001e37 !important;
}
.bg-logo {
    background: #001e37;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus,
.nav-pills>li.active>a, .nav-pills>li.active>a:focus{
    color: #001e37;
    background-color: #00C7B3;/*${R_SELECTED_TAB_BACKGROUND};*/
}
#QSIFeedbackButton-btn div{
    background: #00C7B3 !important;
    color: #001e37;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #001E37;
    cursor: default;
    background: #00C7B3;
    border: 1px solid #00C7B3;
    outline: 1px solid #00C7B3;
}

input[type=radio] {
    /* The native appearance is hidden */
    appearance: none;
    -webkit-appearance: none;
    /* For a circular appearance we need a border-radius. */
    border-radius: 50%;
    /* The background will be the radio dot's color. */
    background: none;
    /* The border will be the spacing between the dot and the outer circle */
    border: 1px solid #001e37;
    /* And by creating a box-shadow with no offset and no blur, we have an outer circle */
    box-shadow: none;
    width: 11px;
    height: 11px;
}

input[type=radio]:focus,input[type=radio]:checked {
    /* The background will be the radio dot's color. */
    background: #001e37;
    /* The border will be the spacing between the dot and the outer circle */
    border: 2px solid #FFF;
    /* And by creating a box-shadow with no offset and no blur, we have an outer circle */
    box-shadow: 0 0 0 1px #00C7B3;
}
input[type=radio]:hover {
    /* The background will be the radio dot's color. */
    background: transparent !important;
    /* The border will be the spacing between the dot and the outer circle */
    border: 2px solid #FFF;
    /* And by creating a box-shadow with no offset and no blur, we have an outer circle */
    box-shadow: 0 0 0 1px #00C7B3;
}
input[type=checkbox] {
    position: relative;
    cursor: pointer;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    background-color: transparent;
    border-radius: 2px;
}
input[type=checkbox]:before:hover {
    border-color: #00C7B3;
    background-color: transparent;
    border-width: 2px;
}
input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    left: 0;
    background-color: #00c7b3;
    border-radius: 2px;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 4px;
    height: 8px;
    border: solid #001e37;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1.5px;
    left: 4.2px;
}
.heading-underline{
    text-decoration: underline solid #00c7b3 2px;
    text-underline-position: under;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #001E37;
    text-decoration: underline;
    font-family: NotoSans, sans-serif !important;
    font-weight: bold;
}
table thead, thead tr {
    /* background-color: #f0f0f0 !important; */
    background-color: #001E37;
    font-family: NotoSans, sans-serif !important;
    color:#FFFFFF;
}
md-checkbox.md-gpfi-theme-theme.md-checked .md-icon:after {
    border-color: #001e37;
}
gpfi-data-table table tbody tr td .btn.btn-primary.dropdown-toggle.gpfiActionBtn {
    background: #01C7B3;
}
.login_form label,.login_form p,.login_form span:not(.gpfiDataRowError,.msg-error,.text-dark),.login_form .text-bold{
    color: #eaeaea;
}
.login_form .form-control{
    color: #001e37;
    background-color: #c4c4c4;
    border: 1px solid #c4c4c4;
}
.login_form a,.login_form a:hover,.login_form a:focus{
    color: #00C7B3;
}
select option:hover {
    background: #01C7B3;
    color: #001E37;
}
select option {
    border: 1px solid #C4C4C4;
}
.col-container-tfa{
    color: #EEEEEE;
}
.text-theme-light{
    color: #EEEEEE;
}

.grid_header_highlight_1 {
    background-color: #009F8F;
}

.grid_header_highlight_2 {
    background-color: #767676;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 16.5em;
    background-color: #fff;
    color: #001e37;
}
.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
    background-color: #fff;
    color: #001e37;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
    background-color: #fff;
    color: #001e37;
    font-family: Montserrat, NotoSans, sans-serif !important;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #fff;
    color: #001e37;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-family: Montserrat, NotoSans, sans-serif !important;
    background: #fff;
    color: #001e37;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #00c7b3 !important;
    color: #001E37;
    font-weight: 600 !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
a {
    color: #001e37;
    text-decoration: none;
}
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #001e37;
}
.text-success {
    color: #23ce6b;
    font-weight: bold;
}
.form-control:focus {
    border-color: #00C7B3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 199, 179, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 199, 179, .6);
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #001e37;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #00C7B3;
    border-radius: 10px;
}
.btn-primary:focus, .btn-primary:active, .btn-primary.visited {
    color: #EEEEEE;
    background-color: #008f81;
    border-color: #008f81;
    outline: 5px auto #008f81;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #eeeeee;
    background-color: #008f81;
    border-color: #008f81;
    outline: 5px auto #008f81;
}

.colorDefinition{
    background: #F29423;
    color: #FFFFFF;
}