﻿.page-body {
    /*ASPCoreUnsafe start*/
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: 60px;
    margin-left: 60px;
    /*margin: 60px;*/
    /*ASPCoreUnsafe end*/
}

.wrapper {
    margin-top: 90px;
    margin-bottom: 90px;
}

.wrapper-dbo {
    max-width: 1100px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.row-padded {
    padding: 3px;
    background-color: #F7F7F7;
    border: 4px solid #36a6de;
}

.bs-example {
    /*ASPCoreUnsafe start*/
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: 60px;
    margin-left: 60px;
    /*margin: 60px;*/
    /*ASPCoreUnsafe end*/
}

.row-padded {
    padding: 2px;
    background-color: #F7F7F7;
    border: 3px solid #36a6de;
}

.wrapper-search {
    max-width: 980px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    top: 40%;
    left: 45%;
    position: absolute;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-container {
    background-color: #ffffff;
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease all 4s;
}

/* Sticky footer styles
        -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    height: 100%;
    overflow: auto;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 90px;
    background-color: #292c2f;
    text-align: center;
}

.pusher {
    height: 200%;
    margin-bottom: 50px;
}

.ovalignc {
    text-align: center;
}

.ovalignr {
    text-align: right;
}

.ovalignl {
    text-align: left;
}

.detailsLink {
    color: red;
}


.okta-form-signin {
    max-width: 550px;
    padding: 15px 15px 15px;
    margin: 0 auto;
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)) 1 100%;
}


#okta-sign-in {
    width: 500px;
    margin-top: 15px;
}



.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 30px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


/* Custom page CSS
        -------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 90px 15px 0;
}

.container .text-muted {
    margin: 15px 0;
}

.container .text-muted2 {
    margin: 10px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

p.round1 {
    border: 2px solid red;
    border-radius: 5px;
}

p.round2 {
    border: 2px solid red;
    border-radius: 8px;
}

p.round3 {
    border: 2px solid red;
    border-radius: 12px;
}


.highlighted {
    color: black !important;
    background-color: yellow !important;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
    content: "+";
}

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "-";
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
    font-size: 20px;
    color: #888888;
}

.footable-paging {
    text-align: center;
}

.custom-width-pymntbtn {
    width: 100%;
    background-color: #3fa8dc;
    height: 50px;
}

.custom-width-btn {
    width: 100%;
    background-color: #3fa8dc;
    height: 50px;
}

.custom-width-searchbtn {
    width: 100%;
    background-color: #3fa8dc;
    height: 50px;
}

.custom-btn-blue {
    background-color: #3fa8dc;
}

.custom-btn-white {
    background-color: #F7F7F7;
}
