﻿*,
*::before,
*::after {
    box-sizing: border-box;
}

a{
    color:#1e88e5;
}

.link-btn {
    text-decoration: none;
    color: #1e88e5;
}

.link-btn-remove {
    text-decoration: none;
    color: #b50d2e;
}

.hJump {
    color: gainsboro;
    font-size: 14px;
}

    .hJump a {
        color: gainsboro;
    }

    .hJump a:hover {
        color: #b50d2e;
    }

/* style all elements with a required attribute */
input.ng-invalid {
    color: #D44950 !important;
    border-color: #D44950 !important;
    background-color: #ffebee !important;
}

.InputAddOn {
    display: flex;
}

.InputAddOn-field {
    flex: 1;
    /* field styles */
}

.InputAddOn-item {
    cursor: pointer;
    background: #888;
    color: #fafafa;
    border: none;
}

    .InputAddOn-item:hover {
        background: #666;
    }

.row-select {
    cursor: pointer;
}

    .row-select:hover {
        background-color: #deebff !important;
    }


v-pane-content {
    overflow-y: auto;
}

.clockOut {
    color: #b50d2e !important;
}

/*#region Icons */
.fa-red {
    color: #b50d2e;
}

.fa-orange {
    color: #FB8B24;
}

.fa-green {
    color: #66BB6A;
}

.fa-light-blue {
    color: #D2D4C8;
}

/*#endregion */

html {
    height: 100%
}

body {
    margin: 0px;
    height: 100%;
    background-color: #f0f0f0;
}

.message-desc {
    font-size: 12px;
    color: #777;
}

.message-assigned {
    font-size: 12px;
    color: #333
}

.unread {
    font-weight: bold;
}

.unread-count{
    color:#2E3532
}

.active .unread-count{
    color:white;
}

.message-row,
.message-row-file {
    padding: 0 .5em;
    border-bottom: 1px solid gainsboro;
    cursor: pointer;
}

    .message-row:hover {
        background-color: #ffebee;
    }

    .message-row.active {
        background-color: #b50d2e;
        color: white !important;
    }

        .message-row.active .message-desc,
        .message-row.active .message-assigned,
        .message-row.active .message-icon,
        .message-row.active .fa-red {
            color: whitesmoke !important;
        }

.message-details {
    border: 1px solid gainsboro;
    background-color: whitesmoke;
    padding: 5px;
    font-size: 12px;
}

.message-row-file.active {
    background-color: #efefef;
}

.message-global {
    background-color: #b50d2e !important;
}

/*#region Flex */
.modal-flex {
    height: calc(100vh - 180px);
    max-height: calc(100vh - 180px);
    display: flex;
    flex-direction: row;
    width: 100%;
}

.wrap {
    height: calc(100vh - 200px);
    display: flex;
    width: 100%
}

main {
    flex: 1;
    display: flex;
}

aside, article {
    overflow-y: scroll;
}

aside {
    flex: 1;
}

article {
    flex: 3;
}

/*#endregion */



.highlighted {
    background-color: #f0f0f0 !important;
}

.active-row {
    background-color: #deebff !important;
}

.edit-row {
    cursor: pointer;
}

    .edit-row:hover,
    .edit-row:active,
    .edit-row:focus {
        background-color: #f0f5fe;
    }

.eob-container {
    position: relative;
    padding: .5em;
    border: 1px solid #9e9e9e;
    background-color: #f0f0f0;
    margin-top: .75em;
    margin-bottom: .75em;
}

.eob-remove {
    position: absolute;
    top: -6px;
    right: 0;
    font-size: 18px;
}

.eob-edit {
    padding: .75em;
    border-bottom: 1px solid #9E9E9E;
    background-color: #f0f0f0;
}

.auto-pop-sub {
    border-color: #ab47bc !important;
    color: #ab47bc !important;
}

.auto-pop-app {
    border-color: #1e88e5 !important;
    color: #1e88e5 !important;
}

.auto-pop-pay {
    border-color: #009688 !important;
    color: #009688 !important;
}

.auto-pop-dos {
    border-color: #1976d2 !important;
    color: #1976d2 !important;
}

.has-error,
.has-error > a {
    color: #f44336 !important;
    border-color: #f44336 !important;
    background-color: #ffebee !important;
}

@media (max-width: 800px) {
    main {
        flex-direction: column;
    }
}

.pill-info {
    font-size: .85em;
}

.container {
    padding-left: 50px;
    padding-right: 50px;
    margin-right: auto;
    margin-left: auto;
}

.container-main {
    background-color: white;
    padding: 1em;
}

.selected-row {
    background-color: #e8f5e9 !important;
}

.unselected-row-eval > div {
    color: #f44336;
    text-decoration: line-through;
}

.manual-row {
    background-color: #fff3e0 !important;
}

.logic-cell {
    background-color: #ffeef0;
}

.logic {
    color: #b50d2e;
}

.sortable {
    cursor: pointer;
}

.hidden {
    display: none;
}

.alert-icon {
    font-size: 18px;
    text-align: center;
}

.alert-box {
    color: #e53935;
    /*border: 1px solid red;*/
    padding: 2px 5px;
    /*background-color: #ffebee;*/
}

    .alert-box > i {
        color: #e53935 !important;
    }

.filter-action {
    padding: .25em;
    font-size: .6em;
    text-decoration: none;
    color: #2E3532;
}

    .filter-action:hover {
        color: #b50d2e;
    }

.saved {
    color: #51b64c !important;
}

.saved-warning {
    color: #df9e00 !important;
}

/*#region Toggle */

.toggle-status {
    display: none;
}

.toggle-switch {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    vertical-align: bottom;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 1.625em; /* calc(1em * 2 - 0.125em * 2 - 0.0625em * 2); */
    height: 1.000em; /* calc(1em * 1); */
    box-sizing: border-box;
    border: solid lightgray 0.125em;
    transition: border 0.5s;
    margin: 0 !important;
}

.toggle-status:checked + .toggle-switch {
    border: solid #1e88e5 0.125em;
}

.toggle-switch::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.0625em;
    left: 0.0625em;
    width: 0.625em; /* calc(1em - 0.125em * 2 - 0.0625em * 2); */
    height: 0.625em; /* calc(1em - 0.125em * 2 - 0.0625em * 2); */
    background: lightgray;
    transition: background 0.5s, left 0.5s;
}

.toggle-status:checked + .toggle-switch::after {
    background: #1e88e5;
    left: 0.6875em; /* calc(1em - 0.125em * 2 - 0.0625em); */
}

.toggle-string {
    line-height: 1;
}

.toggle-rounded {
    border-radius: 0.5000em; /* calc(1em / 2); */
}

    .toggle-rounded::after {
        border-radius: 0.3125em; /* calc(1em / 2 - 0.125em - 0.0625em); */
    }
/* ---------------------------------------------
   Size
   ------------------------------------------ */
.toggle-x1 {
    font-size: 1rem;
}

.toggle-x2 {
    font-size: 1.25rem;
}

.toggle-x3 {
    font-size: 1.5rem;
}

.toggle-x4 {
    font-size: 4rem;
}

.toggle-x5 {
    font-size: 5rem;
}

.toggle-x6 {
    font-size: 6rem;
}

/*#endregion */

/*#region Table */

.table-container {
    height: calc(100vh - 290px);
    min-height: 400px;
    overflow-y: scroll;
    box-sizing: border-box;
}

.table-container-stacked {
    height: calc(50vh - 200px);
    min-height: 200px;
    overflow-y: scroll;
    box-sizing: border-box;
}

.nowrap {
    white-space: nowrap;
}

.right {
    text-align: right;
    white-space: nowrap;
}

.left {
    text-align: left;
    white-space: nowrap;
}

.center {
    text-align: center;
    white-space: nowrap;
}


@media screen and (max-width: 1225px) and (min-width: 1045px) {
    .col-hide-5 {
        display: none;
    }
}

@media screen and (max-width: 1045px) and (min-width: 835px) {
    .col-hide-5 {
        display: none;
    }

    .col-hide-4 {
        display: none;
    }
}

@media screen and (max-width: 835px) and (min-width: 300px) {
    .col-hide-5 {
        display: none;
    }

    .col-hide-4 {
        display: none;
    }

    .col-hide-3 {
        display: none;
    }
}

@media screen and (max-width: 300px) {
    .col-hide-5 {
        display: none;
    }

    .col-hide-4 {
        display: none;
    }

    .col-hide-3 {
        display: none;
    }

    .col-hide-2 {
        display: none;
    }
}

/*#endregion */


/*#region Toolbar */

/*#region nav */

.icon {
    color: white;
}

.select-top-nav.select2-container .select2-choice {
    border: none;
    background-color: gainsboro;
    color: #2E3532 !important;
}

.nav-content {
    background-color: white;
}

.nav {
    position: relative;
    min-height: 39px;
    border-bottom: 1px solid gainsboro;
}

    .nav .nav-links {
        margin: 0;
    }

        .nav .nav-links ul {
            margin: 0;
            padding: 12px 0;
        }

        .nav .nav-links li {
            list-style: none;
            display: inline-block;
            margin-top: 10px
        }

        .nav .nav-links a {
            padding: 12px 12px;
            text-decoration: none;
            color: #2E3532;
            line-height: 100%;
        }

            .nav .nav-links a i {
                color: #b50d2e;
            }

        .nav .nav-links .greeting {
            color: #2E3532;
            float: right;
        }

    .nav a:hover {
        color: #b50d2e;
    }

    .nav .current a {
        background-color: #2E3532;
        color: white;
    }

.bars {
    display: none;
}

/* right nav */
.nav.right ul {
    text-align: right;
}

/* center nav */
.nav.center ul {
    text-align: center;
}


@media screen and (max-width: 60em) {
    .nav {
        position: relative;
        min-height: 40px;
    }

        .nav .nav-links li {
            display: none; /* hide all <li> items */
            margin: 0;
        }

        .nav .bars {
            display: block; /* show only bars */
            color: #2E3532;
            position: absolute;
            top: 10px;
            right: 0;
        }

        .nav .current a {
            background-color: white;
            color: #b50d2e;
            border-bottom: none;
        }


        /* right nav */
        .nav.right ul {
            left: auto;
            right: 0;
        }

        /* center nav */
        .nav.center ul {
            left: 50%;
            margin-left: -90px;
        }

    .toolbar-action-text {
        display: none;
    }
}

/*#endregion */

.app-title-link {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding-right: .75em;
    padding-left: .75em;
    padding-bottom: .5em;
    padding-top: .4em;
}

    .app-title-link.active {
        color: black;
        font-weight: bold;
        background-color: white;
        border-top: 1px solid #b50d2e;
    }

.toolbar-search {
    width: 100%;
    padding: .55em;
    margin-top: 3px;
}

.toolbar-header-main {
    background-color: #2E3532;
    border: 1px solid #646464;
    color: white;
}

    .toolbar-header-main .toolbar-title i {
        color: #D2D4C8;
    }

    .toolbar-header-main .toolbar-action {
        background-color: none;
        color: white;
    }

    .toolbar-header-main .toolbar-title,
    .toolbar-header-main .toolbar-action {
        padding: .75em;
    }

        .toolbar-header-main .toolbar-action:hover {
            color: #D2D4C8;
        }

.toolbar-header .toolbar-title i {
    color: #2E3532;
}

.toolbar-header {
    background-color: #f0f0f0;
    border: 1px solid #9E9E9E;
    color: #2E3532;
}

    .toolbar-header .toolbar-title,
    .toolbar-header .toolbar-action {
        padding: .35em;
        font-size: 13px;
    }

.toolbar-title {
    font-weight: bold;
    display: inline-block;
}



.toolbar-header .toolbar-action {
    background-color: none;
    color: #2E3532;
}

    .toolbar-header .toolbar-action:hover {
        color: #76857f;
    }

.toolbar-action {
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: .75em;
    display: inline-block;
}

    .toolbar-action.left,
    .toolbar-action.center {
        border-left: 1px solid #9E9E9E;
    }

    .toolbar-action.right {
        border-right: 1px solid #9E9E9E;
    }

    .toolbar-action:hover {
        color: #D2D4C8;
    }

.toolbar-content {
    padding: 1em;
    border-left: 1px solid #9E9E9E;
    border-right: 1px solid #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
    margin-bottom: .5em;
}

/*#endregion */

/*#region login */

.logo-text {
    font-size: 40px !important;
}

.logo-text-primary {
    color: #b50d2e;
}

.logo-text-secondary {
    color: white;
}

.logo-text-secondary-grey {
    color: #333;
}

.login-body {
    /*background-color: #2E3532;*/
    background-color: #f0f0f0;
}

.login-reset {
    border-bottom: 1px solid #f0f0f0;
}

.baner {
    margin-bottom: .2em;
    text-align: center;
    color: white;
    font-size: 1.8em;
}

.top-flare {
    border-top: 1px solid #b50d2e;
    background-color: #b50d2e;
    height: 7px;
}

.login-content {
    padding: 10px;
    color: #2E3532;
    border-left: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
}

.login-icon {
    margin-top: .1em;
    font-size: 5em;
    margin-left: .2em;
    margin-right: .2em;
    color: #FD6E00;
}

.login-right {
    margin-right: 1em;
}

.login-right-container {
    border-right: 1px solid #9d9d9d;
}

.login-left-container {
    padding: 1em !important;
}

.login-info-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: .25em;
}

.loginMain {
    background-color: white;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: .5em;
    margin-top: 5em;
}

.login-footer {
    background-color: #f8f8f8;
    border-top: 1px solid #9d9d9d;
    padding: 1em;
    border-left: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
}

.login-forgot {
    color: #b50d2e;
    margin-right: 1em;
}

    .login-forgot:hover {
        text-decoration: none;
    }

.footer {
    padding: .3em;
    color: white;
    background-color: #2E3532;
    border: 1px solid #9E9E9E;
}

    .footer > a {
        color: gainsboro;
    }

.link-signup {
    color: white;
    font-weight: bold;
}
/*Reset Password*/
.captcha-box a {
    margin-left: 150px;
    font-size: smaller;
    color: #FF2200
}

.captcha-box input {
    background-color: #fafafa;
    border: 1px solid #888;
    padding: .4em;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.captcha-box input {
    width: 200px;
}

    .captcha-box input:focus {
        background-color: aliceblue;
    }

/*#endregion */

/*#region Dropdown */
.dropdown {
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.dropdown-header {
    color: #9e9e9e;
    border-bottom: 1px solid gainsboro;
    margin-bottom: .2em;
    padding: .2em;
}

.dropdown .dropdown-toggle {
    margin: 0;
    position: relative;
    z-index: 2;
}

.dropdown .dropdown-container {
    display: none;
    background: #ffffff;
    padding: 4px 0;
    border: 1px solid gainsboro;
    position: absolute;
    text-align: left;
    z-index: 1;
}

.dropdownlist {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}

    .dropdownlist li {
        list-style: none;
    }

        .dropdownlist li:hover {
            background: #b50d2e;
        }

        .dropdownlist li a {
            height: 30px;
            padding: 0 40px 0 10px;
            display: block;
            cursor: pointer;
            font-size: 14px;
            line-height: 30px;
            color: #3d4447;
            white-space: nowrap;
            text-decoration: none;
        }


            .dropdownlist li a:hover {
                color: #ffffff;
                background-color: #b50d2e;
            }

.dropdown.dropdown-active .dropdown-container {
    display: block;
}

/*#endregion */

/*#region Modal */

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-title {
    float: left;
    font-size: 1.2em;
    font-weight: bolder;
}

.modal-body {
    margin-top: 50px;
    background-color: #fefefe;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #888;
    width: 95%;
}

.modal-footer {
    border-top: 1px solid gainsboro;
    padding-top: .5em;
}

    .modal-footer:after {
        content: "";
        clear: both;
        display: table;
    }

.close {
    color: #aaaaaa;
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    float: right;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-showing {
    height: 100%;
    overflow-y: hidden;
}

/*#endregion */

/*#region dnd */

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop into it once it's empty
 */
.multiDemo ul[dnd-list] {
    min-height: 1.3em;
    padding-left: 0px;
}

    /**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
    .multiDemo ul[dnd-list] .dndPlaceholder {
        background-color: #ddd;
        display: block;
        min-height: 1.3em;
    }

    .multiDemo ul[dnd-list] li {
        background-color: #fff;
        border: 1px solid #ddd;
        display: block;
        margin-bottom: -1px;
        padding: 10px 15px;
    }

        /**
 * Show selected elements in green
 */
        .multiDemo ul[dnd-list] li.selected {
            background-color: #dff0d8;
            color: #3c763d;
        }

/*#endregion */

/*#region Validation */

/*Validation Styles !!!!!! This should stay low*/
.css-form input.ng-invalid.ng-touched {
    background-color: #FFE0E0;
}

button[disabled]:hover {
    cursor: not-allowed;
}

/*#endregion */

/*#region Tabs */

.tab-content-container.client-tabs {
    min-height: 13em;
}

.tab-container::after {
    content: "";
    clear: both;
    display: table;
}

.tab {
    padding: .5em;
    float: left;
    border: 1px solid gainsboro;
    border-bottom: none;
    margin-right: .2em;
    background-color: #f0f0f0;
    cursor: pointer;
    margin-bottom: -1px;
}

.active-tab {
    color: #1D9775;
    background-color: white;
    border-bottom: 2px solid white;
}

    .active-tab .tab-count {
        color: #333;
    }

.tab-count {
    color: #b50d2e;
    font-weight: bold;
    font-size: 12px;
}

.tab-content-container {
    border: 1px solid gainsboro;
    margin-top: -1px;
    padding: .2em;
}

.tab-content {
    display: none;
    padding: .2em;
}

.active-content {
    display: block;
    animation-name: fade-in;
    animation-duration: .3s;
}

/*#endregion */

/*#region Pill */

.client-pill-section {
    margin-top: 1em;
}

.pill-container {
    margin-right: .5em;
}

.pill {
    padding: .5em;
    margin: .2em;
    cursor: pointer;
    width: 100%;
}

    .pill:hover {
        color: #b50d2e;
    }

.pill-title {
    font-weight: bold;
    font-size: .6em;
    overflow: hidden;
}

.pill-icon {
    font-size: 2em;
    font-weight: bold;
    padding-right: .2em;
    min-width: 2.15em;
}

.inline-field input,
.inline-field label {
    font-weight: normal;
    font-size: .95em;
    display: inline-block;
    margin-bottom: 0; /* I added this after I posted my reply */
    vertical-align: middle; /* Fixes any weird issues in Firefox and IE */
}

.pill-info {
    color: #636363;
    font-weight: normal;
    cursor: pointer;
}

    .pill-info:hover,
    .pill-info:focus,
    .pill-info:active {
        color: black;
    }


.active-pill-selected {
    color: #2196F3 !important;
}

.active-pill-highlight {
    background-color: gainsboro !important;
}

.active-pill {
    background-color: #b50d2e;
    color: white !important;
}

    .active-pill .pill-info {
        color: white;
    }

    .active-pill:hover {
        color: white;
    }

.pill-content {
    display: none;
}

.active-content-pill {
    display: block;
    animation-name: fade-in;
    animation-duration: .3s;
}

/*#endregion */

/*#region Label */

label {
    font-size: 12px;
    font-weight: bold;
    color: #2E3532;
}

/*#endregion */

/*#region s101 modal */

.s101-modal-body {
    background-color: #EEE;
    padding: 0;
}

.s101-modal-header {
    background-color: #2E3532;
    padding: 25px 15px;
    font-size: 24px;
    color: white;
}

    .s101-modal-header i {
        color: #D2D4C8;
    }

    .s101-modal-header a i {
        color: white;
    }

        .s101-modal-header a i:hover {
            color: #D2D4C8;
        }

.s101-right-content {
    background-color: white;
    padding-left: 0 !important;
}

.s101-left-content {
    padding: .75em !important;
}

.s101-modal-scroll {
    padding: .75em;
    max-height: 60%;
    max-height: 60vh;
    min-height: 60vh;
    overflow-y: scroll;
}

.s101-modal-footer {
    border-top: 1px solid #b0b0b0;
    padding: .75em !important;
}

.s101-modal-alert {
    min-height: 125px;
    padding: .75em;
}

.remove-action,
.grid-action {
    width: 6px !important;
    font-size: 1.25em;
    padding: 0 2px;
}

    .grid-action a {
        color: #1e88e5;
    }

    .remove-action > a {
        color: #b50d2e;
    }

.last-saved {
    padding-top: .5em;
    color: gray;
    font-style: italic;
}

.detail-header {
    font-size: 24px;
}

.red {
    color: #b50d2e;
}

.table {
    width: 100%;
}

.disabledTab {
    color: #9E9E9E !important;
    cursor: not-allowed !important;
    opacity: 0.5 !important;
    text-decoration: none !important;
}

/*#endregion */

/*#region Overrides */

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #b50d2e;
    border-color: #820100;
}

.dds-table-striped th {
    background-color: #EEEEEE;
    color: #424242;
    text-align: center;
}

.dds-ctrl {
    height: 25px;
}

.dds-table-striped > tbody,
.table > tbody {
    font-size: 12px;
}

.dds-table-striped > thead,
.table > thead {
    font-size: 14px;
}

.dds-table-striped > tbody > tr > td {
    padding: 2px;
}

.vAccordion--default v-pane-content > div {
    padding-bottom: 5px !important;
}

/*#endregion */

/*#region dds modal alerts */
.dds-alert-modal-title {
    height: 4.01em;
    float: none;
    text-align: center;
    color: white;
}

    .dds-alert-modal-title.success {
        background-color: #66BB6A;
    }

    .dds-alert-modal-title.error {
        background-color: #d32f2f;
    }

    .dds-alert-modal-title.crash {
        background-color: #d32f2f;
    }

    .dds-alert-modal-title.confirm {
        background-color: #FFA726;
    }

    .dds-alert-modal-title .title-icon {
        margin-top: .15em;
    }

.dds-alert-title-message {
    text-align: center;
    font-size: 30px;
    margin-top: .5em;
}

    .dds-alert-title-message.success {
        color: #4CAF50;
    }

    .dds-alert-title-message.error {
        color: #d32f2f;
    }

    .dds-alert-title-message.crash {
        color: #d32f2f;
    }

    .dds-alert-title-message.confirm {
        color: #FFA726;
    }

.dds-alert-modal-body {
    color: #676767;
    font-size: 18px;
    padding: 1em;
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
    overflow-x: auto;
}

.dds-alert-modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    margin-right: .2em;
    color: white;
    font-size: 1.25em;
}

.dds-modal-alert-footer {
    margin: 0 0 1.5em 0;
}

    .dds-modal-alert-footer > button {
        margin: 0 auto;
        display: block;
    }

/*#endregion */

.no-top-margin {
    margin-top: 0 !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*------------------------------------------------------------------
[ Workflow ]*/

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 10px auto;
    border: none;
    z-index: 0;
}

    .process-model li::after {
        background: #e5e5e5 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        display: block;
        height: 4px;
        margin: 0 auto;
        position: absolute;
        right: 10%;
        top: 33px;
        width: 75%;
        z-index: -1;
    }

    .process-model li.visited::after {
        background: #b50d2e;
    }

    .process-model li:last-child::after {
        width: 0;
    }

    .process-model li {
        display: inline-block;
        text-align: center;
        float: none;
    }

        .nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
            border: none;
            background: transparent;
        }

        .process-model li a {
            color: #606060;
            text-decoration: none;
        }

            .process-model li a i {
                border-color: #606060;
            }

        .process-model li i {
            height: 68px;
            width: 68px;
            text-align: center;
            margin: 0 auto;
            background: #f5f6f7;
            border: 2px solid #e5e5e5;
            line-height: 65px;
            font-size: 30px;
            border-radius: 50%;
        }


        .process-model li p {
            font-size: 14px;
            margin-top: 11px;
        }

    .process-model > li > a.active,
    .process-model > li > a.active > i {
        border-color: #b50d2e !important;
        color: #b50d2e !important;
        background-color: #ffebee !important;
    }


    .process-model > li > a.disabled,
    .process-model > li > a.disabled > i {
        border-color: #ddd !important;
        color: #ddd !important;
    }

    .process-model > li > a:hover > i {
        background-color: #E0E0E0;
        border-color: #b50d2e !important;
        background-color: #ffebee !important;
    }

    .process-model > li > a.disabled > i:hover {
        background-color: #f5f6f7;
    }

.btn-nav-alert {
    position: relative;
    padding: 10px 25px 10px 10px !important;
}

    .btn-nav-alert:hover {
        background-color: whitesmoke !important;
    }

.nav-alert-count {
    top: 2px;
    right: 5px;
    position: absolute;
    font-size: 12px
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding:5px 0 5px 5px;
    justify-content:flex-end;
}

input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 0;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #b50d2e;
    border: 1px solid #550100;
    height:28px;
    margin-top:-1px;
}
    .input-group-text > a {
        color: whitesmoke;
        text-decoration: none;
        padding: 0 .9rem;
    }

.stacked-grid {
    border: 1px solid gainsboro;
    margin: 2px;
    padding: 3px
}