@CHARSET "UTF-8";

/*************************************** GENERAL STARTS **************************************/
html {
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: Calibri, serif;
    font-size: 12px;
    font-weight: normal;
    color: #171717;
    background: url('../css/images/background.jpg') !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #edf2f7;
    margin: 10px;
}

table {
    border-spacing: 0;
}

/* LAYOUT CLASSES, TAKEN FROM BOOTSTRAP*/

.r10 {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
}
.r6 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 6px;
}

.float-left {
    position: relative;
    float: left;
}

.float-right {
    position: relative;
    float: right;
}

.centered {
    margin: auto;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left;
}

.up {
    vertical-align: top;
}

.down {
    vertical-align: bottom;
}

.middle {
    vertical-align: middle;
}

.clickable {
    cursor: pointer;
}

.hidden {
    display: none;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px !important;
}

.padTop10 {
    padding-top: 10px;
}

.padLeft30 {
    padding-left: 30px;
}

.pad50 {
    padding: 50px;
}

.pad100 {
    padding: 100px;
}

.bold {
    font-weight: bold;
}

a {
    color: #3875D7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.label {
    font-weight: bold;
    font-size: 13px;
    color: black;
}

.label:AFTER {
    content: ":";
}

.red {
    color: red !important;
}

.green {
    color: #70ad47 !important;
}

.white {
    color: white !important;
}

.blue {
    color: blue !important;
}

.orange {
    color: #ff6e00 !important;
}

.blue2 {
    color: #001133;
}

fieldset {
    border: 1px solid #a7a7a7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}


.margin-left-40 {
    margin-left: 40px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.notification {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 42px;
    text-align: center;
    padding-top: 6px;
}

.notification a {
    padding: 0 0 !important;
    float: none !important;
}

.notification img {
    width: 24px;
    height: 24px;
    padding-top: 10px;
}

.alarmNumbers {
    font-size: 12px;
    background-color: red;
    width: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    z-index: 2;
    border-radius: 3px;
    position: absolute;
    left: 28px;
}

input, textarea {
    border: 1px solid #a7a7a7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
}

/*************************************** GENERAL ENDS ***************************************/

/*************************************** LOGIN STARTS ***************************************/
body.login {
    height: 100%;
    vertical-align: middle;
}

#simpleWrapper {
    width: 100%;
    margin-top: 150px;
}

#mainHeader td {
    padding-top: 10px;
}

#loginFormWrapper {
    margin: auto;
    padding: 10px;
    width: 350px;
    height: 350px;
    background-color: #2f5597;
    box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#loginFormWrapper img {
    display: block;
    margin: 10px auto auto;
}

#loginContent {
    width: 90%;
    padding-left: 10px;
}

#singlePageContent {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.section a.disabled {
    text-decoration: none;
    color: #a7a7a7;
    cursor: default;
}

#mainTableSimple #contentHolder {
    width: 370px;
    height: 240px;
    padding: 5px;
}

#loginForm {
    margin: auto;
}

#loginForm span.label {
    color: #fff;
    font-size: 12px;
}

#loginForm span.info {
    color: #fff;
    font-size: 12px;
}

#loginForm input {
    width: 300px;
    padding: 5px;
    font-size: 12px;
    /* border: 2px solid #a7a7a7; */
    background-color: #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.labelInputWrapper {
    margin-bottom: 10px;
}

/*************************************** LOGIN ENDS ***************************************/
#mainTable {
    margin: auto;
    padding: 0;
    height: 100%;
    width: 940px;
    background-color: #fff;
    border: 1px solid #2f5597;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#promoContent a img {
    margin: auto;
    padding: 0;
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width:620px;
    height:170px;
    transition: transform 0.2s;
}

#promoContent a img:hover {
    transform: scale(0.99);
}

div.title {
    margin-top: -5px;
    padding: 10px;
    background-color: #ebf0f9;
    font-size: 20px;
    color: #31418f;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #4558b8;
    border-top: 0;
}

div.title .icon {
    margin-left: 10px;
    margin-top: -30px;
    height: 32px;
    width: 32px;
    /* opacity: 0.65; */
}

div.title .icon:hover {
    opacity: 1;
}

div.actionCell .icon:hover, td.actionCell .icon:hover {
    opacity: 1;
}

.button {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    color: #373737;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a7a7a7;
    background-color: #e7e7e7;
    background-image: -webkit-linear-gradient(to top, #f7f7f7, #ddd, #a7a7a7);
    background-image: -moz-linear-gradient(to top, #f7f7f7, #ddd, #a7a7a7);
    background-image: -ms-linear-gradient(to top, #f7f7f7, #ddd, #a7a7a7);
    background-image: -o-linear-gradient(to top, #f7f7f7, #ddd, #a7a7a7);
}

.button:hover {
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(to top, #fff, #e7e7e7, #ccc);
    background-image: -moz-linear-gradient(to top, #fff, #e7e7e7, #ccc);
    background-image: -ms-linear-gradient(to top, #fff, #e7e7e7, #ccc);
    background-image: -o-linear-gradient(to top, #fff, #e7e7e7, #ccc);
}

/*************************************** LEVEL 2 SUBMENU ENDS ****************************************/

#contentHolder {
    float: left;
    margin: 5px;
    width: 930px;
    /*height: 300px;*/
    /*background-color: rgba(190, 198, 213, 0.27);*/
}

#content {
    padding: 5px;
}

#mainFooter {
    height: 100px;
    vertical-align: bottom;
}

#copyright {
    float: left;
    margin-top: -1px;
    margin-left: 4px;
    position: absolute;
    bottom: 0;
}

.standardTable {
    margin: auto;
    padding: 0;
    width: 100%;
    border: 1px solid #a7a7a7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.standardTable > tr > th, .standardTable > tbody > tr > th, .standardTable > thead > tr > th {
    text-align: left;
    font-size: 12px;
    padding: 5px;
    height: 16px;
    background-color: #ff6e00;
    color: white;
    /*
    background-image: -webkit-linear-gradient(top, #1763ae, #ddd, #91bdd5);
    background-image: -moz-linear-gradient(top, #1763ae, #ddd, #91bdd5);
    background-image: -ms-linear-gradient(top, #1763ae, #ddd, #91bdd5);
    background-image: -o-linear-gradient(top, #1763ae, #ddd, #91bdd5);
    */
}

.standardTable > thead > tr > th:first-child {
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
}

.standardTable > thead > tr > th:last-child {
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}

.standardTable > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

.standardTable > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.standardTable > tr > td, .standardTable > tbody > tr > td {
    text-align: left;
    border-top: 1px solid #4f7cc9;
    padding-left: 3px;
}

.standardTable > tr:nth-child(even), .standardTable > tbody > tr:nth-child(even) {
    background-color: #d8e2f3;
}

option:nth-child(even) {
    background-color: #d8e2f3;
}

/* first column is ID which is hidden */
#users > thead > tr:first-child > th:first-child {
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
}

#users > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

.standardTable > tr > td.code, .standardTable > tbody > tr > td.code {
    color: red;
    font-weight: bold;
    border-bottom: 1px dotted red;
}

.standardTable > tr > td.description, .standardTable > tbody > tr > td.description {
    font-weight: normal !important;
    border-bottom: 1px dotted #171717;
}

/******************** FORMS STARTS ****************************************/
form, form > fieldset {
    border: none;
}

form > fieldset > div {
    display: block;
}

form > fieldset > div > label {
    display: inline-block;
    margin: auto;
    float: left;
    width: 150px;
}

/*************************************** FORMS ENDS   ****************************************/

/************************************* printing dropdown end ****************************/
.loader-wrap {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    background-color: rgba(17, 17, 17, 0.25);
}

.main-loader {
    position: fixed;
}

.loader-wrap.event-loader {
    position: fixed;
    width: calc(100% - 320px - 360px);
    margin-left: 320px;
}

.loader-wrap .loading-text {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: red;
    font-size: 30px;
    min-width: 1px;
    max-width: 80%; /* Prevents it from being too wide */
    word-wrap: break-word; /* Allows breaking long words */
    white-space: normal; /* Ensures text wraps */
    background-color: lightgray;
    padding: 20px;
}

.loading-text:empty {
    display: none;
}

.loader-wrap .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -30px;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    border: 3px solid rgba(235, 235, 235, 0.25);
    border-left-color: #097bee;
    border-radius: 50%;
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 3;
}

#mto-search-holder {
    border: 1px solid black;
    border-radius: 10px;
    width: 650px;
    box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 50px;
    background-color: rgba(190, 198, 213, 0.27);
    /* background-color: #F6F6F6; */
    height: auto;
    min-height: 150px;
    position: relative;
}

#partners img {
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

.back-panel {
    border: 1px solid #2f5597;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #F1F6F6;
    padding: 10px;
    margin-top: 14px;
    width: 50%;
}

.back-panel-title {
    position: absolute;
    max-width: 120px;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
    background-color: #ffa866;
    border-radius: 7px;
}

.send-country {
    height: 100px;
    width: 600px;
    margin: 10px;
    border: 1px solid #2f5597;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #F1F6F6;
    padding: 10px;
}

.statusOk {
    color: white;
    text-align: center;
    background-color: #70ad47 !important;
    border: none !important;
}

.statusNOk {
    color: white;
    text-align: center;
    background-color: darkred !important;
    border: none ;
}

#verifyClient {
    width: 50px;
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.inputLabelAbove {
    margin: 0 auto;
    height: auto;
    width: 250px;
    text-align: center;
    padding: 10px;
    position: relative;
}

.inputLabelAbove label {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    width: 200px;
}

.inputLabelAbove input {
    text-align: center;
    height: 27px;
    width: 220px;
    border: 1px solid #ff6e00;
}

.input-aligned {
    height: 20px;
    margin-top: 10px;
    margin-right: 10px;
    width: 101%;
}

.input-aligned div {
    float: left;
}

.input-aligned label {
    float: left;
    width: 192px;
    padding-left: 15px;
}

.input-aligned input {
    float: left;
    width: 180px;
    border: 1px solid #ff6e00;
}

.input-aligned textarea {
    float: left;
    width: 180px;
}

#dashboard {
    padding-top: 50px;
    padding-bottom: 50px;
    /*background-color: rgba(145, 189, 213, 0.27);*/
}

#dashboard .dashboardItem {
    width: 220px;
    height: 180px;
    margin: auto;
    border: 1px solid #2f5597;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-top: 10px;
    background-color: #f1f6f6;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #315597;
    cursor: pointer;
}

#dashboard img {
    display: block;
    margin: 10px auto auto;
}

#dashboard span {
    display: block;
    padding-top: 10px;
}

.printButtonWrapper {
    padding: 5%;
    text-align: center;
}

.printButton {
    padding: 5px 5px 5px 10px;
    text-align: center;
    width: 220px;
    height: 50px;
    box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 15px;
    font-weight: bold;
    color: #70ad47;
    margin: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
}

.imgHolder {
    height:50px;
    width: 40px;
    margin-top: 5px;
    position: relative;
    float: left;
}

.printButton img {
    position: relative;
    float: left;
    height: 40px;
}

.printButton .printButtonName {
    line-height: 50px;
    float: left;
    width: 140px;
}

.navbar {
    overflow: hidden;
    background-color: #2f5597;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .main-button {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .main-button {
    background-color: #3c6dc3;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3c6dc3;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #4f7cc9;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.main-header-content {
    font-weight: bold;
    font-size: 12px;
    width: 400px;
    padding-right: 20px;
}

.headerInfoContainer {
    width: 250px;
    height: 30px;
    margin: auto;
}

.headerInfoImage {
    float: left;
}

.headerInfoContent {
    width: 180px;
    height: 30px;
    margin-left: 5px;
    float: left;
}

.appDetails {
    padding: 15px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.printable {
    display: none;
}

@media print {
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }

    #mainTable {
        display: none;
    }

    .printable {
        display: block;
    }

    .page-break {
        break-after: page;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.border-orange {
    border: 1px solid #ff6e00;
}

.border-blue {
    border: 1px solid #2f5597 !important;
}

.w100 {
    width: 100%;
}

.w70 {
    width: 70%;
}

.w50 {
    width: 50%;
}

.w30 {
    width: 30%;
}

.wt30 {
    width: 30px;
}

.wt50 {
    width: 50px;
}

.wt80 {
    width: 80px;
}

.wt100 {
    width: 100px;
}

.wt150 {
    width: 150px !important;
}

.wt180 {
    width: 180px;
}

.wt188 {
    width: 188px;
}

.wt200 {
    width: 200px;
}

.wt240 {
    width: 240px;
}

.wt250 {
    width: 250px;
}

.wt330 {
    width: 330px;
}

.wt400 {
    width: 400px;
}

.wt450 {
    width: 450px;
}

.wt500 {
    width: 500px;
}

.wt600 {
    width: 600px;
}

.wt800 {
    width: 800px;
}

tr.border_bottom td {
    border-bottom: 1px solid black;
}

.btn {
    background-color: #91bdd5;
    padding: 5px;
    border: 1px solid #333333;
    border-radius: 10px;
    font-weight: bold;
}

.info-div {
    margin-left: 5px;
}

.status-message-err {
    width: 320px;
    display: block;
    background-size: 16px 16px;
    background-position: 0 3px;
    padding: 3px;
    /* padding-left: 25px; */
    color: white;
    cursor: pointer;
}

/******************************** Other Custom CSS ***********************************/
.icon2 {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}
.iconSearch {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

#reportFilterForm, #auditFilterForm {
    padding: 5px;
}

.login-btn,
.change-password-btn {
    margin-top: 10px;
    color: #2f5597;
    font-weight: bold;
    background-color: white;
    border: 1px solid white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.login-btn:hover, .login-btn:active,
.change-password-btn:hover, .change-password-btn:active {
    margin-top: 10px;
    color: #2f5597;
    font-weight: bold;
    background-color: #c4d3ed;
    text-decoration: initial !important;
    border: 1px solid #c4d3ed;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.user-add-btn,
.branch-add-btn,
.agent-add-btn,
.agent-edit-btn,
.user-edit-btn {
    margin-top: 10px;
    color: #2f5597;
    font-weight: bold;
    background-color: white;
    border: 1px solid #2f5597;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.user-add-btn:hover, .user-add-btn:active,
.agent-add-btn:hover, .agent-add-btn:active,
.branch-add-btn:hover, .branch-add-btn:active,
.agent-edit-btn:hover, .agent-edit-btn:active,
.user-edit-btn:hover, .user-edit-btn:active {
    margin-top: 10px;
    color: #2f5597;
    font-weight: bold;
    background-color: #c4d3ed;
    text-decoration: initial !important;
    border: 1px solid #2f5597;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.change-password-btn {
    float: right;
}

.payout-btn,
.mto-btn {
    cursor: pointer;
    margin: 10px;
    color: #ffffff;
    background-color: #ff6e00;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    border: 1px solid #ff6e00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.mto-btn:disabled {
    cursor: not-allowed;
    background-color: #ffa866;
    color: #ffffff;
    opacity: 0.6;
}

.payout-btn:hover, .payout-btn:active,
.mto-btn:hover, .mto-btn:active {
    color: #ffffff;
    background-color: #ffa866;
    text-decoration: initial !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    border: 1px solid #ffa866;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#user-details > table > tbody > tr {
    margin-top: 5px;
}

.bordered {
    width: 800px;
    border-collapse: collapse;
}

.bordered td {
    border: 1px solid black;
    height: 12px;
}

.print-content {
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.print-deposit-table {
    width: 80%;
    border: 1px solid;
    margin: 0 auto;
    position: relative;
    padding: 10px;
}

.print-deposit-table-logo {
    margin-top: 10%;
    width: 100%;
}

.print-deposit-table-logo img {
    width: 160px;
}

.print-deposit-table-logo td {
    color: black;
    font-weight: 300;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

input.fieldError, select.fieldError {
    border-color: red !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

input.fieldError {
    background-color: #eacece;
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid red;
}

.h100 {
    height: 100%;
}

.height50 {
    height: 50px;
}

.height100 {
    height: 100px;
}

.height23 {
    height: 23px;
}

.height35 {
    height: 35px;
}

.justify-text {
    text-align: justify;
}

.font-8 {
    font-size: 8px !important;
}

.font-10 {
    font-size: 10px;
}

.font-15 {
    font-size: 15px;
}

.font-26 {
    font-size: 26px;
}

#watermark {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent;
}

#bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg); /* center and rotate */
    color: rgba(255, 0, 0, 0.1);
    font-size: 120px;
    white-space: nowrap;
}

#fee table tr {
    line-height: 25px;
}

.pagination {
  display: inline-block;
}

.pagination a, .pagination input{
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: #ff6e00;
  color: white;
  border: 1px solid #ff6e00;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.visible {
    content: url('images/visible-16.ico');
}

.invisible {
    content: url('images/invisible-16.ico');
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid black;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: #2f5597 !important;
}

.two-panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 10px;
    height: 100%;
    min-height: 0;
}
.panel-style {
    border: 1px solid #2f5597;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #F1F6F6;
    padding: 10px;
    min-height: 200px;
}

.panel-row {
    display: grid;
    grid-template-columns: 47% 47% 6%;
    align-items: center;
    width: 100%;
}
.panel-row label {
    margin-right: 8px;
    font-weight: bold;
}
.panel-row input,
.panel-row select {
    width: 100%;
    box-sizing: border-box;
}
.panel-row .tooltip {
    justify-self: center;
}
.panel-row .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #edf2f7;
    color: #171717;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    border: 1px solid #2f5597;
    position: absolute;
    z-index: 10;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.panel-row .tooltip:hover .tooltip-text {
    visibility: visible;
}
.input-holder {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 200px;
    float: left;
}
.span-holder {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 250px;
    float: left;
}

