/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* enable absolute positioning */

/* preview logo style*/
.thankyou-container {
    display: none;
}

.preview-logo {
    max-width: 60px;
    max-height: 50px;
    margin-top: 20px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
}

.set-img {
    margin-left: 10%;
}

.partner-logo {
    margin-bottom: 10px;
}

/*alert message color*/
.alert-red {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
/*make star red*/
.required-star {
    color: red;
    font-weight: bold;
    margin-right: 5px;
}

.textarea-height {
    min-height: 75px !important;
}
/*clear button adjustment*/
#clear-button {
    margin-top: 7px;
}

.btn-reset, .btn-save {
    font-family: 'Montserrat-Regular' !important;
    vertical-align: middle;
    width: 100px;
    height: 45px !important;
    margin-right: 10px;
}

/* loader */
    /* Absolute Center Spinner */
    .loading {
    display: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    top: 40%;
    left: 45%;
    margin: 0px;
    position: absolute;
    z-index: 4000;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.9), rgba(0, 0, 0, .9));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.9), rgba(0, 0, 0,.9));
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

.loader-ring {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    animation: loader-ring 2s linear infinite;
}

    .loader-ring:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
    }


@keyframes loader-ring {
    0% {
        transform: rotate(0deg);
        box-shadow: 1px 5px 2px #0456c8;
    }

    50% {
        transform: rotate(180deg);
        box-shadow: 1px 5px 2px #0456c8;
    }

    100% {
        transform: rotate(360deg);
        box-shadow: 1px 5px 2px #0456c8;
    }
}

.loader-text {
    color: #0456c8;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 200px;
    animation: text 3s ease-in-out infinite;
    z-index: 4001;
}

@keyframes text {
    0% {
        z-index: 4001;
        color: #e65c00;
    }

    50% {
        z-index: 4001;
        color: #18b201;
    }

    100% {
        z-index: 4001;
        color: #0456c8;
    }
}
/* loader end */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.select2-container--open {
    z-index: 2000;
}

.welcome-content {
    float: right;
    font-family: 'Montserrat-Regular' !important;
    font-size: 14px;
    font-weight: 600;
    width: 70%;
    color: #0053A0;
    display: inline;
    text-align: right;
    padding-right: 0px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.alert-success {
    display: none;
}

.alert-danger {
    display: none;
}

.club-box, .partner-box, .alert-danger, .btn-temp, .id-open-eye, .secret-open-eye {
    display: none;
}

.reset-password-group {
    display: none;
}

/*
.is-post-check {
    display: none;
}

.is-all-club-check {
    display: none;
}

.is-club-check {
    display: none;
}

.is-partner-check {
    display: none;
}*/

.checkbox-label {
    position: relative;
    float: left;
    position: relative;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.new-jq-datatable-checkbox {
    width: auto;
    position: relative;
    margin-right: 5px;
    top: 2px;
}

.client-secret-section {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    border-top-left-radius: 50px 30px;
    border-bottom-right-radius: 50px 30px;
    width: 100%;
    position: relative;
    padding: 40px;
    display: none;
}

.client-secret-not-exist {
    display: none;
    font-weight: 600;
    color: red !important;
    left: 10px;
    position: relative;
}

.id-closed-eye, .secret-closed-eye {
    display: block;
}

table.cost-buffer-table thead th:nth-child(odd) {
    width: 15%;
    text-align: center;
}

table.cost-buffer-table thead th:nth-child(even) {
    text-align: center;
}

.error-buffer-table.table td,
.error-buffer-table.table th {
    background-color: transparent !important;
    -webkit-print-color-adjust: exact !important;
    color: #fff !important;
}

.name-exists-error {
    font-weight: 600;
    color: red !important;
    left: 10px;
    position: relative;
}

.toolbar {
    float: left;
}

.grid-table-main {
    margin-bottom: 30px;
}

#main-grid td {
    vertical-align: middle;
}

.table-col-5 {
    width: 5%;
    text-align: center;
}

.table-col-10 {
    width: 10%;
}

.table-col-20 {
    width: 20%;
}

.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .fa {
        position: absolute;
        padding: 10px;
    }

/* align icon */
.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.id-closed-eye, .id-open-eye {
    background-color: lightslategrey;
}

    .id-closed-eye, .id-open-eye input {
        border-right: 0;
    }


    .id-closed-eye, .id-open-eye :hover {
        cursor: default;
    }


@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

a .navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.field-validation-error {
    font-weight: 600;
    color: red !important;
    left: 10px;
    position: relative;
}

.control-label, .form-check-label {
    font-weight: 600;
    font-size: 14px !important;
    margin-top: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.header-blue {
    background-color: #0053A0;
}

.btn-group-extended {
    text-align: center;
}

.nav-header {
    height: 60px;
}

.btn-primary {
    background-color: #0053A0 !important;
    font-size: 16px !important;
}

.footer-container {
    text-align: center;
}

/*.center {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}*/

.generate-file-link-box {
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    border-top-left-radius: 50px 30px;
    border-bottom-right-radius: 50px 30px;
    width: 100%;
    position: relative;
    margin: auto;
    padding: 40px;
}

.footer-button-box {
    width: 100%;
    position: relative;
    margin: auto;
    padding: 20px 5%;
}

.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.validation-container-bg {
    background-color: #FF00001C;
    color: #FF0000;
    padding: 15px 8px 20px 8px;
}

.success-header {
    color: #0053A0;
    font-weight: 700;
    font-size: 20px;
}

.back-cheveron {
    height: 24px;
}

.btn-cancel {
    border: 1px solid #1b6ec2 !important;
    color: #0053A0;
}

    .btn-cancel:hover {
        border: 1px solid #1b6ec2;
        background-color: #1b6ec2;
        color: white;
    }

.validation-error {
    border: 1px solid #FF0000;
    color: #FF0000;
}

.failure-header {
    color: #FF0000;
    font-weight: 700;
    font-size: 20px;
}

.success-body, .failure-body {
    text-align: center;
}

nav .navbar-nav li a {
    height: 60px !important;
    text-align: center;
    color: white !important;
}

    nav .navbar-nav li a:hover {
        height: 60px !important;
        text-align: center;
        font-weight: 600;
        color: #0053A0 !important;
        background-color: white !important;
    }

.navbar-brand {
    padding: 0;
}

.navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    height: 60px;
    line-height: 60px;
    margin-right: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.contact-btn {
    font-family: 'Montserrat-Regular' !important;
    font-size: 14px !important;
    display: inline;
    vertical-align: middle;
    width: 150px;
    height: 40px !important;
    margin-top: 10px;
}


.numeric-rt-align {
    text-align: right;
}

.severity-5-error-bg {
    background: orange;
}

.check-box-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-control {
    height: calc(1.5em + 1rem + 0px ) !important;
    font-size: 14px !important;
    margin-top: 2px;
    margin-bottom: 10px;
}

.select2-selection__rendered {
    font-family: 'Montserrat-Regular' !important;
    font-size: 14px;
}

.select2-results__options {
    font-size: 14px !important;
}

input {
    font-size: 11pt !important;
}

.validation-header {
    font-weight: 700;
    font-size: 14px;
}

.modal-title {
    color: #fff !important;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    padding-bottom: 25px;
}

.error-buffer-text {
    margin: 5px 0px;
    font-weight: 400;
}

.card-header {
    font-weight: bold;
}

.validation-message {
    font-size: 14px;
    margin-top: 5px;
}

.navbar-empty-header {
    height: 80px;
    font-size: 18pt;
    color: white;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.header-logo {
    top: 50%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    z-index: 1;
}

.oval-background {
    top: 51%;
    left: 50%;
    transform: translate(-50%,0);
    background-color: #6094C6;
    width: 235px;
    height: 47px;
    border-radius: 50% / 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1;
    position: absolute;
}

.oval-logo {
    top: 8%;
    left: 50%;
    transform: translate(-50%,0);
    background-color: whitesmoke;
    width: 200px;
    height: 44px;
    border-radius: 50% / 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1;
    position: absolute;
}

.black {
    color: black;
}

.body-top {
    margin-top: 50px;
    padding: 40px 5% !important;
}

.btn-back {
    display: block !important;
    color: white;
    width: 25px;
    height: 25px;
    font-size: 20px;
}

    .btn-back:hover {
        display: block !important;
        color: white;
        width: 25px;
        height: 25px;
        font-size: 20px;
    }

.back-div {
    cursor: pointer;
    float: left;
    width: 25px;
    height: 25px;
    padding: 10px 0px;
    position: absolute;
    top: 20%;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    font-family: 'Montserrat-Regular' !important;
    margin-bottom: 60px;
    font-size: 14px;
}

.footer {
    font-family: 'Montserrat-Regular' !important;
    font-size: 8pt;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 20px;
    margin-top: 25px;
}

@media(max-width: 575px) {
    .upload-box {
        border-top: 2px solid red;
        border-bottom: 2px solid red;
        border-top-left-radius: 50px 30px;
        border-bottom-right-radius: 50px 30px;
        width: 80%;
        position: relative;
        margin: auto;
        padding: 40px;
    }
}


@media (min-width: 576px) {
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: 100%;
    }
}

.dataTables_wrapper .dataTables_info {
    clear: none;
    float: left;
    padding-top: 0.15em;
    padding-left: 10px;
}

.dataTables_length {
    float: right;
    text-align: right;
    margin: 0px 0px 0px 40px;
}

.dataTables_scroll {
    margin-bottom: 15px;
}

.main-body-container {
    margin: 25px 0px;
}

.fa-clipboard:hover {
    cursor: pointer;
    color: #0053A0 !important;
}

.fa-eye, .fa-eye-slash {
    margin-right: 30px;
}

    .fa-eye:hover {
        cursor: pointer;
        color: #0053A0 !important;
    }

    .fa-eye-slash:hover {
        cursor: pointer;
        color: #0053A0 !important;
    }
