﻿html,
body {
    height: 100%;
    margin: 0;
    font-family: 'calendas_plusregular';
    font-size: 14px;
}

.box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

    .box header {
        flex: 0 1 auto;
    }

    .box .content {
        flex: 1 1 auto;
        position: relative;
    }

    .box footer {
        flex: 0 1 40px;
    }

    .box footer .container{
        line-height: 60px;
    }

.logintitle {
    font-family: 'calendas_italic';
    font-size: 24px;
}

.cursor{
    cursor: pointer;
}

.d-hidden{
    display: none;
}

.titlefont {
    font-size: 1rem;
}

.navbar {
    padding: 0rem 1rem;
}

.logintitle {
    background-color: #235fae;
    color: white;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.swal2-file, .swal2-input, .swal2-textarea{
    font-size: 1em !important;
}

.content {
    background-image: url(/images/bg2.jpg);
}

.lightgray{
    color: #888;
}

.errormsg2 {
    color: red;
}

.main-content-wrap.hidecalender .ui-datepicker-calendar {
    display: none;
}

.swal2-actions.swal2-loading {
    margin: 1.25em auto;
}

.selectize-dropdown-content{
    cursor: pointer;
}

.swal2-content {
    z-index: 3 !important;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.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;
}

.bignumber{
    font-size: 17px;
    font-family: monospace;
}

.fa-2x{
    font-size: 20px !important;
}

.greentext {
    color: #008a14;
}

.alert{
    margin-bottom: 0.5rem;
}

.deep-shadow {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.5) !important;
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
  }

    .titlefont {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .titlefont {
        font-size: 34px;
    }
}

.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);
}

.bg-light{
    background: #f6f6f6;
}

.listlabel{
    width: 100%;
    font-weight: bold;
    margin-bottom: 3px;
    margin-left: 10px;
}

.listdel {
    right: 5px;
    top: 2px;
    font-size: 16px;
    color: red;
    cursor: pointer;
    position: absolute;
}

.cursor-pointer{
    cursor: pointer;
}

.notetext {
    display: none;
    background: white;
    font-size: 16px;
}

.notetitle {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.notetitle:hover{
    background-color: #fbfbfb;
}

.fa-chevron-circle-down {
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}

    .fa-chevron-circle-down.open {
        transform: rotate(180deg);
        transition: transform 0.2s linear;
    }

@font-face {
    font-family: 'calendas_plusregular';
    src: url('/fonts/calendas_plus-webfont.eot');
    src: url('/fonts/calendas_plus-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/calendas_plus-webfont.woff2') format('woff2'), url('/fonts/calendas_plus-webfont.woff') format('woff'), url('/fonts/calendas_plus-webfont.ttf') format('truetype'), url('/fonts/calendas_plus-webfont.svg#calendas_plusregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calendas_italic';
    src: url('/fonts/calendas-italic.eot?#iefix') format('embedded-opentype'), url('/fonts/calendas-italic.woff2') format('woff2'), url('/fonts/calendas-italic.woff') format('woff'), url('/fonts/calendas-italic.ttf') format('truetype'), url('/fonts/calendas-italic.svg#calendas_plusregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.loginbtn {
    border: 1px solid #ccc;
    margin-left: 20px;
    width: 100px;
    text-align: center;
    border-radius: 25px;
}

    .loginbtn:hover, .loginbtn.active {
        background-color: #235fae;
        color: white !important;
    }

#btnTestCard {
    text-align: left;
    background: white;
    padding-top: 20px;
    margin-top: 10px;
}

.font-m {
    font-size: 16px;
}

.font-l {
    font-size: 20px;
}

.table td, .table th {
    vertical-align: middle;
}

.hide{
    display: none;
}

span {
    white-space: normal !important;
}

.alert-nmcn {
    color: #212529;
    background-color: #e3f7d5;
    border-color: #cfcfcf;
}

.shadow-sm:not(.btn) {
    box-shadow: none !important;
}

textarea {
    min-height: 120px;
}

#preloader, #PRE_LOADER_OVERLAY {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #3333339e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swal2-content {
    padding: 0 0.5em !important;
}

.spinner {
    width: 40px;
    height: 40px;
    background-color: #fff;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    border-radius: 50%;
}

.btn:disabled {
    cursor: default !important;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}



/* GLOBAL CSS  */

.required:after {
    content: ' *' !important;
    color: red !important;
    font: bold 14px !important;
    display: inline !important;
    padding: 1px !important;
}

[v-cloak] {
    display: none;
}

.cursor {
    cursor: pointer;
}

.dimmed {
    opacity: 0.5;
    pointer-events: none;
}