/* ==============================================================
Bootstrap tweaks
===============================================================*/
body {
    background: #e4e5e6;
}

td a {
    color: #00739f !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

td a:hover {
    text-decoration: underline !important;
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
Generic styles
========================================================================== */

:root {
  --magenta-main:  #e20074;
}

/* Error highlight on input fields */
.ng-valid[required],
.ng-valid.required {
    border-left: 5px solid green;
}

.ng-invalid:not(form) {
    border-left: 5px solid red;
}

/* other generic styles */

.jh-card {
    padding: 1.5%;
    margin-top: 20px;
    border: none;
}

.error {
    color: white;
    background-color: red;
}

.pad {
    padding: 10px;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.break {
    white-space: normal;
    word-break: break-all;
}

.readonly {
    background-color: #eee;
    opacity: 1;
}

/* ==========================================================================
make sure browsers use the pointer cursor for anchors, even with no href
========================================================================== */
a:hover {
    cursor: pointer;
}

.hand,
[jhisortby] {
    cursor: pointer;
}

/* ==========================================================================
Custom alerts for notification
========================================================================== */
.alerts .alert {
    text-overflow: ellipsis;
}
.alert pre {
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
}

.col-alert-overlay {
    position: fixed;
    text-align: center;
    left: 20%;
    bottom: 3.5rem;
    min-height: 0px;
    width: 60%;
    /*background-color: white;*/
    z-index: 999;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.col-alert-overlay .alerts {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/wkAAvYB8z4HYOYAAAAASUVORK5CYII=);
}

.alert .popover pre {
    font-size: 10px;
}

.alerts .toast {
    position: fixed;
    width: 100%;
}

.alerts .toast.left {
    left: 5px;
}

.alerts .toast.right {
    right: 5px;
}

.alerts .toast.top {
    top: 55px;
}

.alerts .toast.bottom {
    bottom: 55px;
}

@media screen and (min-width: 480px) {
    .alerts .toast {
        width: 50%;
    }
}

/* ==========================================================================
entity tables helpers
========================================================================== */
/* Remove Bootstrap padding from the element
http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}

/* bootstrap 3 input-group 100% width
http://stackoverflow.com/questions/23436430/bootstrap-3-input-group-100-width */
.width-min {
    width: 1% !important;
}

/* Makes toolbar not wrap on smaller screens
http://www.sketchingwithcss.com/samplechapter/cheatsheet.html#right */
.flex-btn-group-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

/* ==========================================================================
entity detail page css
========================================================================== */
.row.jh-entity-details > dd {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .row.jh-entity-details > dt {
        margin-bottom: 15px;
    }

    .row.jh-entity-details > dd {
        border-bottom: 1px solid #eee;
        padding-left: 180px;
        margin-left: 0;
    }
}

/* ==========================================================================
ui bootstrap tweaks
========================================================================== */
.nav,
.pagination,
.carousel,
.card-title a {
    cursor: pointer;
}

.datetime-picker-dropdown > li.date-picker-menu div > table .btn-secondary,
.uib-datepicker-popup > li > div.uib-datepicker > table .btn-secondary {
    border: 0;
}

.datetime-picker-dropdown > li.date-picker-menu div > table:focus,
.uib-datepicker-popup > li > div.uib-datepicker > table:focus {
    outline: none;
}

.thread-dump-modal-lock {
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* jhipster-needle-css-add-main JHipster will add new css style */

/* ==========================================================================
SDPortal custom CSS
========================================================================== */

.brand-footer-nav > li > a {
    position: relative;
    display: block;
    padding: 0px 12px 10px;
}

#lower {
    justify-content: space-between !important;
}

.navbar-nav > li > a {
    background-color: transparent;
}

.sdportal-moreoptions-button {
    background: #fff;
}

.show {
    /* ignored to fix bug SDCLOUD-2907 */
    /*display: initial !important;*/ /*The default value of display is inline*/
}

.limit {
  float: left;
  font-size: 14px;
  padding-right: 5px;
  padding-top: 0.5px;
}

.displayed {
  font-size: 14px;
}

.displayed span span {
  font-weight: bold;
}

/* ==========================================================================
HTML-Components v2.2.4
========================================================================== */

.brand-footer {
    background-color: #262626;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
}

.brand-footer .logo {
    height: 20px;
    width: auto;
}

.brand-footer ul {
    justify-content: center;
}

.container-fixed, .audit-padding {
    padding-left: 12px;
    padding-right: 12px;
}

.brand-footer-separator {
    border-bottom: 1px solid #918984;
}

@media (max-width: 639px) {
    .brand-footer-separator {
        margin-left: -12px;
        margin-right: -12px;
    }
}

.brand-footer-nav-muted > li > a,
.brand-footer-nav-muted > li > a:hover,
.brand-footer-nav-muted > li > a:focus,
.brand-footer-nav-muted > li > a:active {
    color: #B1B1B1 !important;
}
.brand-footer-nav-muted > li > a.hover,
.brand-footer-nav-muted > li > a:hover {
    border-bottom-color: #918984;
}
.brand-footer-nav-muted > li .active > a {
    border-bottom-color: #918984;
}

@media (max-width: 639px) {
    .brand-footer-separator {
        margin-left: -12px;
        margin-right: -12px;
    }
}

.brand-footer-nav {
    margin-left: -12px;
    margin-right: -12px;
}
.brand-footer-nav > li {
    display: inline-block;
    padding: 6px 10px;
}
.brand-footer-nav > li > a {
    padding: 4px 0 3px;
    border-bottom: 1px solid transparent;
}

.container-liquid,
.container-fixed {
    padding-left: 12px;
    padding-right: 12px;
}
.container-liquid:before,
.container-liquid:after,
.container-fixed:before,
.container-fixed:after {
    content: ' ';
    display: table;
}
.container-liquid:after,
.container-fixed:after {
    clear: both;
}

.container-fixed.left {
    margin-left: 0;
    margin-right: auto;
    float: left;
}
.container-fixed,
.container-fixed.center {
    margin-left: auto;
    margin-right: auto;
}
.container-fixed.right {
    margin-left: auto;
    margin-right: 0;
    float: right;
}
@media screen and (min-width: 1024px) and (max-width: 1499px) {
    .container-fixed {
        width: 1009px;
    }
}
@media screen and (min-width: 1500px) {
    .container-fixed {
        width: 1297px;
    }
}

.brand-footer-bar .brand-logo {
    padding-top: 6px;
    padding-bottom: 6px;
}
.brand-footer-bar {
    margin-top: 20px;
}

.brand-footer-bar-text {
    padding-top: 16px;
    padding-bottom: 16px;
}

.brand-footer-bar-condensed {
    padding-top: 12px;
    padding-bottom: 12px;
}

.brand-footer-bar-brandbar {
    padding-top: 12px;
    padding-bottom: 27px;
}

.brand-footer-social {
    padding-bottom: 36px;
    padding-top: 12px;
}
@media (min-width: 640px) {
    .brand-footer-social {
        padding-bottom: 6px;
    }
}
.brand-footer-social .nav > li > a > img {
    height: 30px;
    vertical-align: middle;
}

.nav-inline > li {
    display: inline-block;
}

.nav {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.nav:before,
.nav:after {
    content: ' ';
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 8px 12px 10px;
}

.brand-footer-nav > li > a {
    position: relative;
    display: block;
    padding: 4px 0 3px !important;
}

.nav > li > a.focus,
.nav > li > a:focus {
    color: #262626;
    text-decoration: none;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.nav > li > a.hover,
.nav > li > a:hover {
    text-decoration: none;
    transition-duration: 100ms;
}

.row {
    margin-left: auto !important;
    margin-right: auto !important;
}

.table-responsive {
    overflow-x: visible;
}

.input-wide {
    width: 20em !important;
}

.input-wide-calendar {
    width: 10em !important;
}

a.sdportal-hyperlink {
    color: #00739f !important;
    text-decoration: none;
}

a.sdportal-hyperlink:hover {
    text-decoration: underline !important;
}

.navbar-nav .nav-link {
  font-size: 18px;
}

.brandbar {
  min-height: 50px!important;
  height: 50px!important;
  padding-right: 9px;
  padding-left: 9px;
  background-color: var(--magenta-main);
}

.brandbar .brand-logo {
  padding: 20px; /* Add at least 20px of protection on all sides to the logo container */
}

.brand-header-logo {
  height: 33.9px;
  width:165px;
  padding: 0px;
  display: block;
}

.custom-container-fixed {
  height: 50px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table th {
  font-weight: bold;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d0d0d0;
}

.table thead th {
  border-top: 1px solid #d0d0d0;
}

@media (min-width: 640px) {
    th {
         white-space: nowrap;
    }
}

h1, .h1 {
  font-weight: 400;
  font-size: 2.25rem;
}

h2, .h2 {
  font-weight: 300;
  font-size: 1.875rem;
}

.dropdown-toggle::after {
  line-height: 1;
  background-image: none;
  background-repeat: no-repeat;
  margin: 0 0 -3px 10px;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.nav-link {
  white-space: nowrap;
}

.navbar-nav .nav-item {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.padding-right-70 {
  padding-right: 70%;
}

.padding-right-50 {
    padding-right: 50%;
}

.padding-right-40 {
    padding-right: 40%;
}

.scroll-area {
  height:100%;
  overflow:auto;
}

.scroll-area thead th { position: sticky; top: 0; z-index: 1; background: #FFFFFF;
  border-bottom: 0;
  border-top: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  box-shadow: inset 0 -1.2px #d0d0d0, inset 0 1.2px  #d0d0d0;
}

.navbar-border {
  border-bottom: 0.05rem solid #d0d0d0;
}

.container-height {
  height: calc(100% - 50px);
}

.container-min-height {
  min-height: calc(100% - 50px);
}

.action_table_header_col {
  padding-right: 2.7rem;
}

#t-systems-slogan {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px !important;
  font-weight: bold !important;
  font-family: "TeleGrotesk Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: none;
}

@media (min-width: 450px) {
  #t-systems-slogan {
    display: inline;
  }
}

.required:after { content: " *"; color: black; }

label {
  color: black;
}

input.form-control:focus {
  border-color: #004878;
}

.icon {
position: absolute;
right: 10px;
display: flex;
top: 50%;
transform: translateY(-50%);
}

.form-input {
    margin: 10px auto;
    position: relative;
    display: flex;
}

.red-color {
  color:red;
}

.green-color {
  color:green;
}

.form-control::-ms-reveal {
  position: absolute;
  right: 30px;
}


