﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #56514D;
    font-size: 90%;
}

/* this class overrides font family for ajax date picker*/
.ajax__calendar_container {
    font-family: 'Open Sans', sans-serif !important;
}


input, select, textarea {
    color: #56514D;
    font-size: 13px;
}

a {
    color: #345E6E;
}

    a img {
        border: 0px;
    }

span.dark-teal,
.dark-teal {
    color: #345E6E;
}

#container {
    min-height: 100%;
    position: relative;
    min-width: 975px;
}

#header {
    width: 90%;
    margin: auto;
    padding: 10px 0;
}

    #header table {
        border-collapse: collapse;
    }

    #header td {
        padding: 0px;
    }

#content {
    padding-bottom: 50px; /* Height of the footer */
}

#footer_outer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px; /* Height of the footer */
    background-color: #50AAAD;
    z-index: 1000;
}

#footer_inner {
    width: 90%;
    margin: auto;
    padding-top: 10px;
    font-size: 75%;
    color: White;
}

.content-panel-large, .content-panel-indented {
    width: 95%;
    padding: 7px 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

    .content-panel-large.dashboard {
        padding-top: 0px;
    }

.content-panel-indented {
    padding-left: 14%;
    width: auto;
}

    .content-panel-indented > #PageTitle {
        margin-top: 2px;
    }

#sysinfo {
    float: right;
    text-align: right;
}

#PageTitle {
    font-size: 120%;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 7px;
}

h1 {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #56514D;
    font-size: 120%;
    font-weight: bold;
}

h2 {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #56514D;
    font-size: 105%;
    font-weight: bold;
}

h3 {
    text-transform: capitalize;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #56514D;
    font-size: 95%;
    font-weight: bold;
}

h4 {
    text-transform: capitalize;
    background-color: #ffffff;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    color: #56514D;
    font-size: 95%;
    font-weight: normal;
    text-decoration: underline;
}

.dashboard h3 {
    margin: 10px 0px;
}


input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

    input.txt_extra_small {
        width: 50px;
    }

    input.txt_small {
        width: 100px;
    }

    input.txt_medium {
        width: 180px;
    }

    input.txt_large {
        width: 300px;
    }

    select.lst_small {
        width: 100px;
    }

    select.lst_medium {
        width: 180px;
    }

    select.lst_large {
        width: 300px;
    }

    select.lst_large_adoptable {
        min-width: 200px;
    }

.input_table td {
    height: 24px;
    padding-right: 5px;
}

.highlight {
    background-color: #DDDDDD;
}

.select {
    background-color: #CCCCCC;
}

.tabGroup {
    border-collapse: collapse;
}

    .tabGroup td {
        border: thin solid gray;
        padding: 3px 6px;
    }

.login-box, .sso-message-box {
    border: 2px solid #ECECEC;
    border-radius: 10px;
    padding: 25px 50px;
    background-color: white;
    min-width: 300px;
}
.login-box {
    position: fixed;
    top: calc(50% - 25px);
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .login-box > div,
    .sso-message-box > div {
        text-align: center;
    }

    .login-box .login-text {
        font-size: 1.2em;
        font-weight: bold;
        padding-bottom: 10px;
        text-align: center;
    }

    .login-box h2 {
        text-transform: uppercase;
        text-align: right;
    }

    .login-box input[type=text], .login-box input[type=password] {
        border: 1px solid #cfcfcf;
        background: #f3f3f3;
        font-size: 1.125em;
        border-radius: 1px;
        padding: 0.25em 0.5em;
        width: 90%;
        box-sizing: border-box;
        margin: 10px 0;
    }

.panel3d {
    margin: 10px;
    padding: 10px;
    border: 1px solid #F9B37A;
    box-shadow: 5px 5px 10px #888;
    min-height: 30px;
}

.simple-panel {
    margin: 0px 10px;
    padding: 0px 10px;
    min-height: 30px;
    border-bottom: 1px solid #b7b7b7;
    font-size: 115%;
}

.simple-panel-count-back,
.simple-panel-count-back-left,
.simple-panel-count-back-right {
    overflow-y: scroll;
    padding: 3px;
    margin: 0 10px 0 0;
}

.simple-panel-count-back-left {
    margin: 0 10px 0 0;
}

.simple-panel-count-back-right {
    margin: 0 0 0 10px;
}

.count-back-left-outer {
    float: left;
    width: 29%;
    border: 1px solid gray;
    padding: 10px 0;
    margin-right: 10px;
    border-left: none;
    box-shadow: #e6e6e6 10px 0, #e6e6e6 10px 10px, #e6e6e6 0 10px;
}

    .count-back-left-outer .simple-panel-count-back-left {
        height: 400px;
    }


.count-back-right-outer {
    float: left;
    width: 69%;
    border: 1px solid gray;
    padding: 10px 0;
    border-right: none;
    box-shadow: #e6e6e6 0 10px;
}

    .count-back-right-outer .simple-panel-count-back-right {
        height: 400px;
    }

.count-back-bottom-outer {
    width: 100%;
    clear: both;
    padding-top: 20px;
}

table.batch-run-table {
    width: 100%;
    max-width: 1200px;
}

    table.batch-run-table td, table.batch-run-table th {
        text-align: left;
    }

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.accordion {
    width: 100%;
}

.accordion-header {
    color: White;
    margin-top: 10px;
    cursor: pointer;
    padding: 5px;
    font-weight: normal;
    background-color: #575858;
}


    .accordion-header.active {
        background-color: #23778C;
    }

    .accordion-header::before {
        display: block;
        width: 18px;
        height: 19px;
        float: left;
        padding-right: 5px;
        margin-top: -1px;
        content: ' ';
        background-image: url('../images/accordion_plus.png');
        background-repeat: no-repeat;
    }

    .accordion-header.active::before {
        background-image: url('../images/accordion_minus.png');
    }

.accordion-body {
    display: none;
    margin: 10px 0 15px 0;
}

a.bold-link,
.bold-text {
    font-weight: bold;
}

.tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    background-color: InfoBackground;
    border: thin solid gray;
    padding: 5px;
}

    .tooltip table {
        font-weight: normal;
    }

        .tooltip table tbody tr.grd_align_header th {
            border: 0;
        }

.grd_align_header th {
    text-align: left;
}

.modalBackground {
    background-color: #CCC;
    opacity: 0.5;
}

.order-download-statuses {
    padding: 10px 10px 10px 0;
    vertical-align: top;
    white-space: nowrap;
}

.order-link {
    text-decoration: none;
    color: #56514D;
}

.autocomplete {
    margin: 0;
    padding: 0 2px 0 0;
    display: block;
    list-style-type: none;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    width: 98%;
}

.record-locked-content {
    margin: auto;
    width: 40%;
    padding: 100px;
    text-align: center;
}

.upload-table {
    margin: auto;
    width: 80%;
    padding: 10px;
    border-color: #00904c;
    border-width: 3px;
    border-style: solid;
    display: block;
    border-color: #88ca82;
    border-style: groove;
    overflow-y: auto;
    max-height: 630px;
}

.upload-table-headers {
    background-color: #345E6E;
    color: #fefefe;
}

.middle {
    width: 50%;
    margin: auto;
    padding: 30px;
}

.note-record:hover {
    background-color: rgb(204, 204, 204);
}

.upload-options {
    margin: auto;
    width: 95%;
    padding: 10px 10px 10px 3px;
}


.btn-caution {
    padding: 2px;
    font-weight: bold;
}

.atmnotes-upload-table {
    margin: auto;
    width: 60%;
    padding: 10px;
    border-color: #00904c;
    border-width: 3px;
    border-style: solid;
    display: block;
    border-color: #88ca82;
    border-style: groove;
    overflow-y: auto;
    max-height: 630px;
}

.datatable-wrapper {
    width: 95%;
    height: 100%;
    margin: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    border-color: #50AAAD;
    border-width: 3px;
    border-style: solid;
}


.atm-upload-table thead {
    background-color: #f1f2f3;
    color: #fefefe;
    padding: 20px;
}


    .atm-upload-table thead, .atm-upload-table thead th {
        background-color: #345E6E;
        color: #fefefe;
        padding: 5px;
        text-align: left;
    }

.atm-upload-table th {
    background-color: #f1f2f3;
    color: #fefefe;
    padding: 5px;
    text-align: left;
}

/* This definition was added to ignore styles from atm-upload-table*/
.ajax__calendar_container thead, .ajax__calendar_container thead th {
    background-color: inherit;
    color: inherit;
    padding: inherit;
    text-align: inherit;
}

.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    width: 15px !important;
    height: 76px;
}

.atm-upload-table td {
    text-align: center;
}

    .atm-upload-table td > span > input[type=checkbox], .atm-upload-table td > input[type=checkbox] {
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        padding: 10px;
    }

.nochangable-field, .nullable-field {
    position: relative;
}

.nullify-button {
    height: 32px;
    width: 32px;
    background-image: url('../images/NullSign_small.png');
    display: none;
    position: absolute;
    top: 0;
    left: 23px;
    z-index: 10;
    border: none;
    opacity: 0.4;
    -ms-transform: scale(0.5,0.5); /* IE 9 */
    -webkit-transform: scale(0.5,0.5); /* Safari */
    transform: scale(0.5,0.5);
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    outline: 0;
}

.nochange-button {
    height: 32px;
    width: 32px;
    background-image: url('../images/NoChange_small.png');
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border: none;
    opacity: 0.4;
    -ms-transform: scale(0.5,0.5); /* IE 9 */
    -webkit-transform: scale(0.5,0.5); /* Safari */
    transform: scale(0.5,0.5);
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    outline: 0;
}

    .nochange-button:hover, .nullify-button:hover {
        opacity: 1;
        -ms-transform: scale(1,1); /* IE 9 */
        -webkit-transform: scale(1,1); /* Safari */
        transform: scale(1,1);
    }

.nullified-field {
    opacity: 0.7;
    color: #C35856;
    background-color: #50AAAD;
    text-decoration: line-through;
}

.nochange-field {
    opacity: 0.2;
    content: "Not Included";
}

.meta-data {
    display: none;
}

.right-button {
    float: right;
    margin: 10px 50px 10px 10px;
    height: 40px;
    width: 140px;
}

.red-label,
.red-text,
.red-input,
.error-message,
.warning-message {
    color: #C35856;
}

/* Style for headers */
.GridView th,
.GridView th a {
    color: #345E6E;
}

.list-table th {
    color: #345E6E;
    font-weight: bold;
    padding-bottom: 5px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.width-auto {
    min-width: 0 !important;
    width: auto !important;
}

.btn-small, .btn-medium, .btn-large {
    background-color: #50AAAD;
    border: 1px solid #50AAAD;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    box-shadow: 0 2px 0px #387577;
}

    .btn-small:hover, .btn-medium:hover, .btn-large:hover {
        border-color: #469698;
        background-color: #469698;
    }

    .btn-small:disabled, .btn-medium:disabled, .btn-large:disabled {
        cursor: not-allowed;
        border-color: #f1f2f3;
        background-color: #f1f2f3;
        color: #8d9294;
        box-shadow: 0 2px 0px #f1f2f3;
    }

    .btn-small:active {
        transform: scale(0.98);
    }

    .btn-medium:active, .btn-large:active {
        transform: scale(0.99);
    }

    .btn-medium + .btn-medium {
        margin-left: 5px;
    }

.btn-small {
    min-width: 56px;
    font-size: 0.75em;
    padding: 5px 10px 3px 10px;
}

.btn-medium {
    font-size: 1em;
    padding: 5px 13px;
    min-width: 110px;
}

.btn-large {
    width: 160px;
    padding: 2px;
}

.btn-margin-vertical {
    margin-top: 14px;
}

.message-container {
    text-align: center;
    margin-top: 10px;
}

    .message-container + .content-panel-large,
    .message-container + .content-panel-indented {
        position: relative;
        top: -50px;
        z-index: 1;
    }

    .message-container + #PageTitle {
        position: relative;
        top: -40px;
        z-index: 1;
    }

.toast-success,
.toast-error,
.toast-warning {
    display: inline-block;
    color: #56514D;
    padding: 15px;
    border-radius: 15px;
    overflow-x: auto;
    position: relative;
    z-index: 100;
}

    .toast-success p,
    .toast-error p,
    .toast-warning p {
        margin: 0px;
    }

@media (max-width: 1200px) {
    .toast-success,
    .toast-error,
    .toast-warning {
        min-width: 300px;
        max-width: 350px;
        margin: 0px 300px;
    }


    .message-container + .content-panel-large,
    .message-container + .content-panel-indented {
        position: relative;
        top: -30px;
        z-index: 1;
    }

    .message-container + #PageTitle {
        position: relative;
        top: -20px;
        z-index: 1;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .toast-success,
    .toast-error,
    .toast-warning {
        min-width: 350px;
        max-width: 350px;
        margin: 0px 400px;
    }
}


@media (min-width: 1920px), (min-width: 1500px) and (max-width: 1920px) {
    .toast-success,
    .toast-error,
    .toast-warning {
        min-width: 400px;
        max-width: 650px;
        margin: 0px 500px;
    }
}

.toast-success {
    background-color: #A3D5D2;
    border: 1px solid #79C4C0;
    box-shadow: 1px 1px 5px #79C4C0;
}

.toast-error {
    background-color: #E2B0AF;
    border: 1px solid #CC7472;
    box-shadow: 1px 1px 5px #CC7472;
}

    .toast-error table {
        font-size: 10px;
        white-space: nowrap;
    }

.toast-warning {
    background-color: #ECCA93;
    border: 1px solid #D69843;
    box-shadow: 1px 1px 5px #D69843;
}

.toast-success + .toast-warning {
    margin-top: 10px;
}

.toast-error + .toast-warning {
    margin-top: 10px;
}

label.fileupload {
    overflow: hidden;
    cursor: pointer;
    line-height: 2em;
}

    label.fileupload input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    label.fileupload .file-name {
        color: gray;
    }

.download-link img {
    height: 16px;
    margin-right: 5px;
    margin-bottom: -3px;
}

.filters-panel {
    margin-bottom: 5px;
}

.striped-table tr:nth-child(even),
.striped-table-simple tr:nth-child(even) {
    background-color: #e1e2e3;
}

.striped-table tr:hover td {
    background-color: #50AAAD;
    color: white !important;
}

.striped-table tr.grid-header,
.striped-table tr.grid-header:hover,
.striped-table tr.grid-pager,
.striped-table tr.grid-pager:hover,
.striped-table tr.grid-pager tr:hover,
.striped-table tr.grid-footer,
.striped-table tr.grid-footer:hover,
.striped-table tr.grid-empty,
.striped-table tr.grid-empty:hover,
.striped-table-simple tr.grid-header,
.striped-table-simple tr.grid-header:hover,
.striped-table-simple tr.grid-pager,
.striped-table-simple tr.grid-pager:hover,
.striped-table-simple tr.grid-pager tr:hover,
.striped-table-simple tr.grid-footer,
.striped-table-simple tr.grid-footer:hover,
.striped-table-simple tr.grid-empty,
.striped-table-simple tr.grid-empty:hover{
    background-color: inherit;
    color: inherit;
}

.table-balances {
    border-collapse: collapse;
}

    .table-balances td {
        padding-top: 2px;
    }

.placeholder {
    color: #b7b7b7;
}

.combo-label {
    border: none;
    outline: none;
    margin-left:-2px;
}
select.combo-label::-ms-expand {
    border: none;
    background: none;
}

.atm-upload-errors {
    padding-left: 14%;
    margin-top: -50px;
}

    .atm-upload-errors .upload-options {
        width: 100%;
        font-weight:bold;
        font-size:16px;
    }
    .atm-upload-errors table {
        width: 1000px;
        border-top: 1px solid #C35856;
        padding-top: 8px;
        margin-top: -5px;
    }



.rebank-upload-errors {
    padding-left: 14%;
}

    .rebank-upload-errors .upload-options {
        width: 100%;
        font-weight: bold;
        font-size: 16px;
    }

    .rebank-upload-errors table {
        width: 1000px;
        border-top: 1px solid #C35856;
        padding-top: 8px;
        margin-top: -5px;
    }

.tooltip-cms {
}

    .tooltip-cms > div,
    .tooltip-disabled > div {
        display: none;
        left: 50%;
        margin-left: -150px;
        position: absolute;
        min-width: 250px;
        max-width: 650px;
    }

.tooltipContent {
    background-color: #eee;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 5px;
    min-height: 20px;
    text-wrap: normal;
    white-space: normal;
    font-weight: normal !important;
    z-index:1000;
}