﻿/* 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. */
:root {
    --primary-color: #63b1b7;
    --info-color: #959ba0;
    --secondary-color: #576473;
    --success-color: #54c08a;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
.e-headercell {
    background-color: #638ca5 !important;
}
/*.btn-primary {
    color: #fff;
    background-color: #006736;
    border-color: #367932;
    outline: none;
    box-shadow: 0 0 0 .2rem #006736;
}

    .btn-primary:active {
        color: #fff;
        background-color: #006736;
        border-color: #367932;
        outline: none box-shadow: 0 0 0 .2rem #006736;
    }
    .btn-primary:hover {
        color: #367932;
        background-color: #fff;
        border-color: #367932;
        outline: none;
        box-shadow: 0 0 0 .2rem #006736;
    }

btn-outline-primary {
    color: #006736;
    background-color: #fff;
    border-color: #006736;
    box-shadow: 0 0 0 .2rem #006736;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #006736;
    border-color: #006736;
    box-shadow: 0 0 0 .2rem #006736;
}*/
/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

/* 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 */
  /*margin-bottom: 60px;
}*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.e-grid .e-headercell.customcss {
    background-color: #212529;
    color: white;
    font-family: 'Bell MT';
    font-size: 2rem;
    align-items:center;
    text-align:center;
}

.e-pager .e-currentitem{
    background-color: #6487AC;
    color: white
}
    .e-pager .e-currentitem:hover {
        background-color: #3F6590;
        color: white;
    }
        .e-grid .e-headercelldiv {
    font-size: 1rem !important;
    text-align: center;
    font-weight: bold
}

.customDropDown {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: white;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #212529;
    border: 0;
    text-align:center;
   transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
    .customDropDown:hover {
        color: rgba(255,255,255,.75);
    }
/*.e-grid .e-rowcell.customcss {
    white-space:
}*/
/*.btn-primary {
    color: #fff;
    background-color: #006736;
    border-color: #006736
}

    .btn-primary:hover {
        color: #006736;
        background-color: #fff;
        border-color: #006736
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(0,90,90,0.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #006736;
        border-color: #006736
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #006736;
        border-color: #000
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem #006736
        }

.btn-outline-primary {
    color: #006736;
    background-color: transparent;
    background-image: none;
    border-color: #006736
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #006736;
        border-color: #006736
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 #006736
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #006736;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #006736;
        border-color: #006736
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 #006736
        }
*/

.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop) {
    color:white !important;
}

.ProcessingOverlay {
    width: 100vw;
    height: 100vh;
    opacity: 0.5;
    background-color: black;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

#erroralert{
    position:fixed;
    top:40%;
    left:10rem;
    right:10rem;
}

.onibutton {
    padding: 10px;
    border: 0px;
    color: white;
    border-radius: 4px;
}

.onibutton-secondary {
    background-color: #7A7B78;
}

.onibutton-primary {
    background-color: #E48508;
}

.onibutton:hover{
    box-shadow:0px 0px 5px 5px #eeeeee;
    font-weight:bold;
}


.topdiv{
margin-top:15vh;
}

/*.maincontainer {
    margin-top: 2rem;
}

@media (max-width: 912px) {
    .maincontainer {
        margin-top: 20%;
    }
}

@media (max-width: 540px) {
    .maincontainer {
        margin-top: 10%;
    }
}*/

.dropdown-item:focus, .dropdown-item:hover{
    background-color:transparent;
}
.nav-link{
    color:white
}
    .nav-link:hover {
        color: white;
        transform:scale(1.1);
        transition:all 0.5s;
    }

.btn.tablink {
    color: white;
    border-radius: 0px;
}

        .btn.active {
            background-color: white !important;
            color: #63b1b7 !important
        }

.e-check {
    background-color: #63b1b7 !important;
    margin:0px 2px
}

.e-btn {
    background-color: #63b1b7 !important;
    color:white !important
}

.e-pager .e-currentitem {
    background-color: #63b1b7;
    border-bottom: 2px solid #6487AC
}

.nav-pills > .nav-link {
    color: #63b1b7;
    border:solid 1px #63b1b7
}

    .nav-pills > .nav-link:hover {
        transform: scale(1);
        transition: all 0.5s;
    }

.btn-success, .btn-primary, .btn-danger, .btn-warning, .btn-info, .btn-secondary {
    color: white !important
}

.PricingSection {
    background: radial-gradient(circle, rgba(109,198,205,1) 0%, rgba(99,140,165,1) 74%, rgba(149,155,160,1) 100%);
    min-height: 30vw;
    padding: 5%;
    margin: 0 0 15% 0;
}
/*.triangle-right {
    border-top: 0px solid transparent;
    border-left: 100vw solid var(--primary-color);
    border-bottom: 50vh solid transparent;
}

.triangle-left {
    border-top: 50vh solid transparent;
    border-right: 100vw solid red;
    border-bottom: 0px solid transparent;
    position: absolute;
    top: 0.5rem
}*/

.card {
    border: none;
    padding: 10px 50px;
}

    .card::after {
        position: absolute;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .card:hover {
        transform: scale(1.02, 1.02);
        -webkit-transform: scale(1.02, 1.02);
        backface-visibility: hidden;
        will-change: transform;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.75) !important;
    }

        .card:hover::after {
            opacity: 1;
        }

        .card:hover .btn-outline-primary {
            color: white;
            background: var(--primary-color);
        }

        .non-unserscored-links{
            text-decoration:    
        }

.form-control,.form-select {
    background-color: #e9f6f7;
}